body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}fieldset,img{
	border:0;
}address,caption,cite,code,dfn,th,var{
	font-style:normal;font-weight:normal;
}ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}

/* END RESET */

hr {
color: #eee;
background-color: #eee;
height: 1px;
margin-top: 25px;
}
hr + p { padding-top: 20px; }

body {
	margin: 0;
	padding: 0;
	background: #85aaa0 url(/images/bg-site.png) repeat-x top;
}
body,td,th {
	font: 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #555;
}
p, ul, H1, form { margin: 0 0 15px 0; }
ul { list-style: disc outside; padding: 0 0 0 35px;  }
a { color: #185ca1; text-decoration: none; }
a:hover { color: #0b4b8c; text-decoration: underline; }

a img { border: none; }
form { padding: 0; margin: 0; }
form td { padding: 4px 0; text-align: left; }

#header { width: 898px; margin: 0 auto; height: 79px; padding: 22px 0; position: relative; }
#logo { margin: 2px 0 0 10px; }
#wrapper {
	width: 874px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding: 10px;
	background: white;
	border: 1px solid #7ea198;
}
#main_banner { overflow: auto; }
#home_image { width: 591px; height: 244px; float: left; overflow: hidden; position: relative; }

#home_image img {
	position: absolute;
	left: 0px;
	top: 0px;
}



#join_us {
	width: 243px;
	height: 225px;
	padding: 19px 15px 0 25px;
	float: left;
	background: url(/images/bg-red-gradient.png) repeat-x top;
	color: #f6eded;
}
#join_us H1 { color: #f6eded; }
#join_us a, #join_us a:hover { color: white; }
#content {
	margin: 10px 0 0 0;
	overflow: auto;
	background: url(/images/bg-tan-gradient.png) repeat-y right;
}
#content_left {
	width: 525px;
	float: left;
	padding: 20px 46px 10px 20px;
}
#content_right { width: 253px; float: left; padding: 20px 10px 10px 20px; }


#footer {
	width: 880px;
	margin: 10px auto;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #dbe9e6;
}
#footer a { color: #dbe9e6; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: underline; }

/* HEADERS */

H1 {
	color: #ae141d;
	font: normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
H2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
p + H2 { padding-top: 10px; }

/* FORM STYLES */

label	 
	{ float:left; width:150px; display:block; clear:left; text-align:left;  }
textarea, input, label {
	margin-top:5px;
}
textarea, input { 
	padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #999;
	width: 300px;
	font: 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #555;
}


#wide_form { padding-top: 10px; }		
#wide_form label { margin: 15px 0 5px; }
#wide_form textarea, #wide_form input, #wide_form label {
	clear: both; width:500px; display:block; text-align:left; }
		
.FormButton, #wide_form .FormButton {
	padding: 0;
	margin: 10px 0 0 150px;
	height: 36px;
	width: 160px;
	border: none;
}
#wide_form .FormButton {
	margin-left: 345px;
}



/* NAVBAR */

#navbar {
	position: absolute;
	bottom: -1px;
	right: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	z-index: 999;
}
ul#nav { list-style: none; padding: 0; margin: 0; }
ul#nav li {
	float: left;  }
ul#nav li a {
	display: inline; background: #7ea198 url(/images/bg-nav-off.png) repeat-x bottom; color: white; display: block; padding: 8px 16px; margin-left: 3px; text-align: center; text-decoration: none; border: 1px solid #7ea198; border-right: 2px solid #7ea198; }

ul#nav li a:hover {
	color: #444; text-decoration: none; border-top: 1px solid #7ea198; border-right: 1px solid #7ea198; border-bottom: 1px solid white; border-top: 1px solid #7ea198; background: white; }
ul#nav li a.active {
	color: #444; text-decoration: none; border-top: 1px solid #7ea198; border-right: 1px solid #7ea198; border-bottom: 1px solid white; border-top: 1px solid #7ea198; background: white; }



/* BUTTONS */

.btn_emailus a { width: 180px; height: 35px; display: block; text-indent: -5000px; background: url(/images/btn_emailus_off.png) no-repeat; }
.btn_emailus a:hover { background: url(/images/btn_emailus_on.png) no-repeat; }


/* LEFT NAV */

#navcontainer { width: 100%; font-size: 12px; text-align: left; margin: 15px 0; }
#navcontainer ul {
	margin: 0 28px;
	padding: 0;
	list-style-type: none;
}
#navcontainer li a {
	display: block;
	background: none;
	text-decoration: none;
	color: #00406e;
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #95a5b5;
	width: 100%;
}
#navcontainer li a:hover {
	text-decoration: none;
	color: #3074bb;
}
