body {
	background: #776A57 url(images/bg_gradient.gif) repeat-x;
	margin-top: 0px;
	font : 12px/15px Arial, Helvetica, sans-serif;
}

/* text attributes */

p {
	margin: 10px 0px 0px 0px;
}

h1 {
	font: 18px/34px Futura Lt BT, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	height: 40px;
	background: #323375;
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
}

h1.welcome {
	font: 21px/36px Futura Lt BT, Arial, Helvetica, sans-serif;
	padding-left: 46px;
	margin-top: 5px;
}

h1.link {
	font: 21px/36px Futura Lt BT, Arial, Helvetica, sans-serif;
	padding-left: 46px;
	margin-top: 5px;
	background: none;
	color: #24266F;
	padding-left: 0;
}

h2 {
	font : bold 14px/16px Arial, Helvetica, sans-serif;
	color: #24266F;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #323375;
}

h2 + p {
	margin: 5px 0px 0px 0px;
}

h3 {
	font : 16px/19px Futura Lt BT, Arial, Helvetica, sans-serif;
	color: #24266F;
	display: block;
	margin: 20px 0px 0px 0px;
}
h4 {
	font-size: 16px;
	color: #24266F;
	line-height: 17px;
}


.txtPad {
	padding: 0px 40px 60px 40px;
}

a {
	color: #24266F;
	text-decoration: none;
}

a:hover {
	color: #24266F;
	text-decoration: underline;
}

.leftLnk a {
	color: #24266F;
	text-decoration: none;
	display: block;
	padding: 15px;
}

.leftLnk a:hover {
	color: #776A57;
	text-decoration: none;
	background-color: #F1F1F1;
	display: block;
	padding: 15px;
}
.leftLnk2 a {
	color: #24266F;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}

.leftLnk2 a:hover {
	color: #776A57;
	text-decoration: none;
	background-color: #F1F1F1;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#col2 ul {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	list-style: square none;
}

#col2.history ul {
	margin: 0px;
	padding: 0px;
	list-style: none none;
}
#col2.history li {
 border-bottom: 1px dashed #323375;
 padding-bottom: 10px;
}

#col2 li {
	margin: 10px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
}

#col2 li span {
	font: bold 20px Garamond, Times New Roman, Times, serif;
	color: #776A57;
}

/* END text attributes */

img {
	display: block;
}

img.photo {
	background: #FFF;
	float: right;
	padding: 5px;
	margin: 10px -15px 10px 10px;
	border: 1px solid #776A57;
}

img.photoL {
	background: #FFF;
	float: left;
	padding: 5px;
	margin: 10px 10px 10px -15px;
	border: 1px solid #776A57;
}

#Lvl1 {
	background: #4E4A44;
	width: 662px;
	position: relative;
}

#Lvl2 {
	position: relative;
	background: #FFFFFF url(images/Vrule.gif) repeat-y;
	width: 660px;
	border-top: 10px solid #24266F;
	border-bottom: 1px solid #4E4A44;
	text-align: left;
}

#Lvl2.cs {
	position: relative;
	background: #FFFFFF;
	width: 660px;
	border-top: 10px solid #24266F;
	border-bottom: 1px solid #4E4A44;
	text-align: left;
}

#masthead {
	width: 660px;
	border-top: 1px solid #FFF;
	background: #FFF;
	height: 75px;
}

#header {
	position: relative;
	background: #776A57 url(images/bg_mastHd_gradientwhite.jpg) no-repeat bottom right;
	border-top: 1px solid #4E4A44;
	border-bottom: 1px solid #4E4A44;
	clear: both;
	height: 132px;
}

#header h1 {
	font: 36px/36px Garamond, Times New Roman, Times, serif;
	color: #FFF;
	display: block;
	height: auto;
	background: none;
	padding: 0px;
	margin: 36px 0px 0px 232px;
}

#header h2 {
	font : 16px/19px Futura Lt BT, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	height: auto;
	background: none;
	margin: 0px 0px 0px 232px;
	border: none;
}
#headerhome {
	position: relative;
	background: #776A57 url(images/bg_mastHd_gradientwhite.jpg) no-repeat bottom right;
	border-top: 1px solid #4E4A44;
	border-bottom: 1px solid #4E4A44;
	clear: both;
	height: 201px;
}

#headerhome h1 {
	font: 36px/36px Garamond, Times New Roman, Times, serif;
	color: #FFF;
	display: block;
	height: auto;
	background: none;
	padding: 0px;
	margin: 36px 0px 0px 232px;
}

#headerhome h2 {
	font : 16px/19px Futura Lt BT, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	height: auto;
	background: none;
	margin: 0px 0px 0px 232px;
	border: none;
}

.branch, .subBranch {
	padding: 1px 0px 10px 25px;
}

.branch h3, .subBranch h3 {
	text-transform: uppercase;
	margin-top: 10px;
}

.branch a, .subBranch a {
	cursor: pointer;
}

.subBranch {
	background: #E0E1EA;
	margin: auto;
	margin-top: 5px;
}

#container {
	background: #E0E1EA;
}

/*#container a {
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #D3D4A1;
	text-decoration: none;
	cursor: pointer;
}*/

#repPhone {
	position: absolute;
	bottom: 3px;
	right: 36px;
	text-align: right;
	font: bold 18px/18px Garamond, Times New Roman, Times, serif;
	color: #000;
}

#CS_content {
	margin: 0px 36px 20px 232px;
	padding-top: 10px;
}

#pull {
	height: 180px;
}

#col1 {
	position: relative;
	width: 209px;
	float: left;
	background: #FFF;
}

#col2 {
	border-left: 1px solid #24266F;
	position: relative;
	float: right;
	text-align: left;
	background: #FFF;
	width: 450px;
}
#col3 {
	position: relative;
	float: left;
	text-align: left;
	background: #FFF;
	width: 599px;
	margin-right: 30px;
	margin-left: 30px;
}

#homeQt {
	width: 215px;
	background: #D6D2CC;
	float: right;
	margin: 10px 0px 10px 10px;
}

#community {
	padding: 0px 20px 0px 30px;
}

#tabs {
	position: absolute;
	width: 220px;
	background: #FFF;
	visibility: visible;
	border-bottom: 5px solid #FFF;
	height: auto;
}

#tabs img {

}

#servicesTbl {
	/*margin-top: 60px;*/
	margin-left: 2px;
	border: 3px solid #FFF;
}

#servicesTbl b {
	font: bold 16px Garamond, Times New Roman, Times, serif;
}

.pad {
	padding: 15px;
}

.clearit {
	clear: both;
	height: 1px;
}

p.clear {
	clear: both;
}

.inline {
	display: inline;
}

.hdr {
	background: #24266F;
	height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

.rev {
	color: #FFF;
}

td.personal {
	background: #831215 url(images/bg_personal.gif) no-repeat;
	color: #FFF;
}

td.business {
	background: #E0922F url(images/bg_business.gif) no-repeat top right;
}


td.farms {
	background: #00A1B2 url(images/bg_farms.gif) no-repeat;
}


td.finance {
	background: #1A6962 url(images/bg_finance.gif) no-repeat top right;
	color: #FFF;
}

#logos {
	margin: 15px 0 30px 15px;
}

#logos td {
	vertical-align: middle;
	border-bottom: 1px dashed #24266F;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}


/* Navigation Bar */

#nav {
	background: #24266F;
	border-bottom: 5px solid #FFF;
	height: 25px;
	clear: both;
}

#nav a {
	height: 25px;
	display: block;
	overflow: hidden;
	float: left;
}

a.home {
	background: url(images/btn_home.gif) no-repeat 0px -25px;
	width: 58px;
}

a.home:hover {
	background: url(images/btn_home.gif) 0px 0px;
}

a.about {
	background: url(images/btn_about.gif) no-repeat 0px -25px;
	width: 68px;
}

a.about:hover {
	background: url(images/btn_about.gif) 0px 0px;
}

a.services {
	background: url(images/btn_services.gif) no-repeat 0px -25px;
	width: 126px;
}

a.services:hover {
	background: url(images/btn_services.gif) 0px 0px;
}

a.customer {
	background: url(images/btn_customer.gif) no-repeat 0px -25px;
	width: 158px;
}

a.customer:hover {
	background: url(images/btn_customer.gif) 0px 0px;
}

a.tools {
	background: url(images/btn_tools.gif) no-repeat 0px -25px;
	width: 119px;
}

a.tools:hover {
	background: url(images/btn_tools.gif) 0px 0px;
}

a.careers {
	background: url(images/btn_careers.gif) no-repeat 0px -25px;
	width: 60px;
}

a.careers:hover {
	background: url(images/btn_careers.gif) 0px 0px;
}

a.contact {
	background: url(images/btn_contact.gif) no-repeat 0px -25px;
	width: 71px;
}

a.contact:hover {
	background: url(images/btn_contact.gif) 0px 0px;
}

#subNav {
	margin-top: 120px;
}

#subNav ul, #subNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#subNav li {
	display: block;
	width: 209px;
	background: url(images/subNav_hRule.gif) no-repeat bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#subNav a {
	display: block;
	padding-left: 15px;
	font: bold 17px/17px Garamond, Times New Roman, Times, serif;
	color: #323375;
}

/* End Navigation Bar */

/* Forms */

fieldset {
	margin-top: 15px;
	padding: 10px;
}

legend {
	font: bold 16px/18px Garamond, Times New Roman, Times, serif;
	color: #24266F;
}

label {
	margin: 10px 5px 0 0px;
	display: block;
}

input, select {
	background: #F1F1F1;
	border: 1px solid #776A57;
	width: 250px;
	margin: 5px 0 0px 0;
}

input.short {
	width: 50px;
}

input.left, select.left {
	background: #F1F1F1;
	border: 1px solid #776A57;
	width: 100px;
}

input.radio {
	background: #FFF;
	border: none;
	width: auto;
	margin-top: 0;
}

input.submit {
	background: #FFF;
	border: none;
	width: auto;
	margin-top: 0;
}

textarea {
	background: #F1F1F1;
	border: 1px solid #776A57;
	width: 570px;
	height: 250px;
}

textarea.narrow {
	width: 330px;
}

input.button {
	color: #FFF;
	background: #323375;
	border: 1px solid #776A57;
	width: auto;
	margin-right: 5px;
}

select, input.check {
	width: auto;
	border: none;
}

label.inline {
	display: inline;	
}

/* End Forms */

.note {
	border: 1px dashed #CCC;
	background: #F2F5D2;
	margin: 20px;
}

.hilite {
	border: 1px dashed #CCC;
	margin: 18px 10px 0 10px;
	padding: 10px;
}
.small {
	font-size: 12px;
	font-weight: normal;
}
.smaller {
	font-size: 14px;
}



img.map {
	float: right;
	margin: 18px 15px 10px 10px;
}

img.map2 {
	float: right;
	margin: 0px 15px 10px 10px;
}

.button1         {
	text-indent: -9999px;
	margin: 0;
	width: 217px;
	height: 62px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.button1 a:link, .button1 a:visited       {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 217px;
	height: 62px;
	background-image: url(images/tab_getquote.gif);
	background-repeat: no-repeat;
}

.button1 a:hover, .button1 a:active       {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 217px;
	height: 62px;
	background-image: url(images/tab_getquote.gif);
	background-repeat: no-repeat;
	background-position: 0 -62px;
}
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}
