/* CSS Document */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
html { 
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	color: #37424a;
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
}
* {	
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 825px;
	border: 1px solid #d7d6d6;
}
/* Navigation */
#navigation {
	width: 825px;
	height: 110px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	font-size: 1.2em;
}
#navigation ul li {
	float:left;	
	font-weight: bold;
	list-style-type:none;
	margin: 90px 0 0 0;
}
#navigation .current_page {
	font-weight: bold;
	color: #1c6b00;
	display: block;
	width: 130px;
	padding-left: 8px;
}
#navigation .current_page2 {
	font-weight: bold;
	color: #1c6b00;
	display: block;
	width: 125px;
	padding-left: 8px;
}
#navigation a {
	color: #8b8a81;
	text-decoration:none;
	display: block;
	width: 130px;
	padding-left: 8px;
}
.nav a {
		width: 125px!important;
}
#navigation ul li a:hover {
	color: #1c6b00;
	font-weight: bold;
}
#content_area {
	width: 825px;
}
#left_col {
	float: left;
	width: 490px;
}
#right_col {
	float: left;
	width: 335px;
}
#text_area {
	margin: 25px 25px 15px 20px;
	font-size: 1.2em;
}
/* services */
#content_area2 {
	width: 825px;
	background-image: url(images/services-box.gif);
	background-repeat: no-repeat;
}
#left_col2 {
	float: left;
	width: 412px;
	margin-bottom: 9px;
}
#right_col2 {
	float: left;
	width: 413px;
	margin-bottom: 9px;
}
#text_area2 {
	height: 138px;
	padding: 75px 20px 0 30px;
	font-size: 1.2em;
}
#content_area2 p {
	margin-bottom: 1.2em;
}
#content_area2 ul {
	margin: 0 10px 0 25px;
}
#content_area2 li {
	padding: 3px 0;
}
.sb3 {
	list-style-image: url(images/bullet_pink.gif);
}
.sb2 {
	list-style-image: url(images/bullet_green.gif);
}
.sb1 {
	list-style-image: url(images/bullet_blue.gif);
}
.sb3 a {
	color: #93036c!important;
	text-decoration: underline;
}
.sb2 a {
	text-decoration: underline;
	color: #8da701!important;
}
.sb1 a {
	color: #0b628b!important;
	text-decoration: underline;
}
.sb3 a:hover {
	color: #1c6b00!important;
}
.sb2 a:hover {
	color: #1c6b00!important;
}
.sb1 a:hover {
	color: #1c6b00!important;
}

/* footer */
#footer {
	font-size: 1.1em;
	width: 825px;
	clear: both;
	margin: 10px 0 10px 10px;
}
#footer ul {
	list-style: none;
}
#footer li{ 
	display: inline;
}
#footer ul li a {
	font-weight: normal;
	color: #316335;
	padding: 0 3px 0 4px;
	text-decoration: underline;
}
#seo_text {
	font-size: 1.1em;
	color: #CCC;
	line-height: 1.3em;
	width: 825px;
	margin: 40px 25px 20px 7px;
}
#seo_text a {
	color: #CCC;
	text-decoration: underline;
}
#footer ul a {
	color: #316353;
}
