@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #305c2b;
	background-image: url(../images/pgback.jpg);
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.twoColFixLt p {
	left: 20px;
  }
.highlight {
	font-style: italic;
}
.twoColFixLt A:link {text-decoration: none; color: #305c2b}
.twoColFixLt A:visited {text-decoration: none; color: #305c2b}
.twoColFixLt A:active {text-decoration: none; color: #305c2b}
.twoColFixLt A:hover {text-decoration: underline; color: #305c2b}

.footerlinks A:link, .footeraddress A:link {text-decoration: none; color: #002514;}
.footerlinks A:visited, .footeraddress A:visited {text-decoration: none; color: #002514;}
.footerlinks A:active, .footeraddress A:active {text-decoration: none; color: #002514;b}
.footerlinks A:hover, .footeraddress A:hover {text-decoration: underline; color: #002514;}

strong {
color: #305c2b
}
	
.twoColFixLt #container {
	max-width: 900px;
	min-width: 720px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/table_btm.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-bottom: 20px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 0;
}
.twoColFixLt #mainContent {
	background-color: #FFFFFF;
	margin-right: 0;
	margin-left: 195px;
	padding-top: 220px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 80px;
	top: 40px;
	width: auto;
	height:inherit;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	min-width: 450px;
} 
.twoColFixLt #grnContent {
	background-color: #FFFFFF;
	margin-right: 0;
	margin-left: 195px;
	padding-top: 220px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 80px;
	top: 40px;
	width: auto;
	min-width: 450px;
	height:inherit;
	background-image: url(../images/greenbck.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLt #csContent {
	background-color: #FFFFFF;
	margin-right: 0;
	margin-left: 195px;
	padding-top: 220px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 80px;
	top: 40px;
	width: auto;
	min-width: 450px;
	height:inherit;
	background-image: url(../images/clientservicesbck.gif);
	background-repeat: no-repeat;
} 
.twoColFixLt #healthContent {
	background-color: #FFFFFF;
	margin-right: 0;
	margin-left: 195px;
	padding-top: 220px;
	padding-right: 220px;
	padding-bottom: 20px;
	padding-left: 80px;
	top: 40px;
	width: auto;
	height:inherit;
	background-image: url(../images/healthbck.gif);
	background-repeat: no-repeat;
} 
.twoColFixLt #contactContent {
	background-color: #FFFFFF;
	margin-left: 195px;
	padding-top: 220px;
	padding-right: 170px;
	padding-bottom: 20px;
	padding-left: 80px;
	top: 40px;
	width: auto;
	min-width: 450px;
	height:inherit;
	background-image: url(../images/contactbck.gif);
	background-repeat: no-repeat;
	float: inherit;
}
#bltlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align:left;
	padding-right: 30px;
}
#bltlist li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat left top;
	padding-left: 60px;
	padding-bottom: 10px;
}
#bltlist ul { list-style: none; }

.contact_field{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color:#999999;
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
 }
#grn
{
background-color: #518a22;
margin-left: 0;
padding-left: 0;
padding-right: 4px;
padding-top: 6px;
padding-bottom: 6px;
list-style: none;
text-align:left;
}
#grn li {
	list-style: none;
	background: url(../images/highlight_blt.gif) no-repeat left top;
	color: #FFFFFF;
	padding-left: 60px;
	padding-bottom: 10px;

}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #header {
	height: 40px; /* this overrides the text-align: center on the body element. */
	float: inherit;
	width: 200px;
}
.twoColFixLt #footer {
max-width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt h2 
{
	color: #877438;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 6px;
	}
.footerlinks 
{
	color: #002514;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: right;
	}
.footer{
	color: #5D895B;
	font-size: 0.8em;
}
.footeraddress{
	color: #5D895B;
	font-size: 0.7em;
}
.footerbullet{
color: #a99835;
font-size: 0.7em;}
.asterisk{
color: #999999;
}
