/* //////////////////////////////////////////////////////// Layout Styles */

body {
	background-color:#e4e0ca;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
  	text-align: left;
  	width: 1008px;
  	margin: 0 auto;
	vertical-align: top;
}

.left_column_green {
background-color: #566e63;
background-repeat: repeat-y;
width: 10px;

}
.right_column_green {
background-color: #566e63;
background-repeat: repeat-y;
width: 10px;
}

.footer_bg {
background-image: url("../images/footer.jpg");
background-repeat: no-repeat;
width: 988px;
height: 31px;
}

.services_bg {
background-color: #abc5bb;
}

.nav_right_column_green {
background-color: #566e63;
background-repeat: repeat-y;
width: 1px;
}

.nav_bg {
background-color: #abc5bb;
padding-left: 20px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

.nav_row_green {
background-image: url("../images/nav_lower_green.jpg");
background-color: #566e63;
background-repeat: no-repeat;
width: 200px;
height: 68px;
}

.newsletter_bg {
background-color: #abc5bb;
}

.content_bg {
background-color: #ffffff;
background-image: url("../images/content_bg.jpg");
background-repeat: no-repeat;
}


/* //////////////////////////////////////////////////////// Main Text Styles */


.footer_text {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #566e63;
}

.services_list_bodytext {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #566e63;
}

.services_list_title {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color: #566e63;
}

UL {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474747;
/*list-style-image:url("../images/bullet_img.jpg");*/
}

OL
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474747;
}

.h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #566e63;
}

.h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #566e63;
}

.h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474747;
}

.h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #566e63;
}

a, a:LINK, a:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41544c;
	text-decoration: underline;
}
a:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #566e63;
	text-decoration: underline;
}

a.footer, a.footer:LINK, a.footer:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566e63;
	font-weight: bold;
	text-decoration: none;
}
a.footer:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #41544c;
	text-decoration: underline;
}
	


/* //////////////////////////////////////////////////////// Menu Styles */

.menu_style_mainmenu {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #566e63;
}

#dropmenudiv{
	position: absolute;
	border: 1px solid;
	border-color: #566e63;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #566e63;
	background-color: #ffffff;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #566e63;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #566e63;
	color: #ffffff;
}

a.MENUNAV, a.MENUNAV:LINK, a.MENUNAV:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #566e63;
	font-weight: bold;
	text-decoration: none;
}
a.MENUNAV:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}




/* //////////////////////////////////////////////////////// Form Styles */

