@charset "utf-8";
/* CSS Document */

body{
	background:#c2e3b4 url(images/bg.gif) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#container1{
	margin: 0 auto;
	width: 980px;
	padding:0 41px;
	position:relative;
	z-index: 1;
}

#container2{
	background:url(images/footer.gif) repeat-x top center;
	clear:both;
}

#header{
	height: 170px;
	background:url(images/accident.jpg) no-repeat top right;
	background-position:
}

#nav{
	float: right;
	height: 37px;
	text-transform:uppercase;
	margin: 70px 70px 0 0;
	font-size: 22px;
	font-weight: bold;
}

#nav ul{
	list-style: none;
	margin-left: 20px;
}

#nav li{
	float: left;
	padding: 8px 0 0 0;
	margin: 0 12px;
}

#nav li a{
	color: #188942;
	text-decoration: none;
	height: 22px;
	display:block;
}
#nav li a:hover{
	text-decoration:underline;
}

#nav li a.home{
	
}

#brand{
	clear:both;
	z-index: 100;
	width: 423px;
	top: 20px;
	height:94px;
	position:absolute;
	float: left;
}

#brand a h1{
	background:url(images/logo.gif) no-repeat 0 0;
	width: 387px;
	height:130px;
	display:block;
	text-indent: -9999px;
}

#content{

	background:url(images/content-bg.jpg) repeat-y 1px 20px;
	display:block;
	clear:both;
	width: 970px;

}

#maincontent{
	width: 571px;
	float: left;
	margin-right: 8px;
	display: block;
}

#maincontent h1{
	margin: 5px 0;
	font-size:30px;
}


#maincontent h2{
	clear: both;
}
#maincontent h2.callout{
	background: url(images/help-today.gif) no-repeat 0 0;
	text-indent:-9999px;
	height: 45px;
	display:block;
	margin: 10px 0;
}

#maincontent h3{
	clear: both;
	font-size: 18px;
	margin: 8px 0 4px;
}

#maincontent h2 span{
	color:#81a8c2;
}
#maincontent p{
	margin: 0 10px 0 0;
	font-size:14px;
	line-height: 18px;
}

#maincontent a{
	text-decoration: none;
	color: #0c6998;
	font-weight: bold;
}

#maincontent a:hover{
	color:#122f45;
}

#maincontent ul{
	margin-left: 45px;
	font-size:12px;
	margin-bottom: 10px;
}

#maincontent li{
	margin-bottom: 5px;
	font-size: 14px;
}

#subcontent{
	background: url(images/money-man.jpg) no-repeat 193px 0;
	width: 390px;
	height: 617px;
	float: right;
	display:block;
	position: relative;
}
#subcontent img.callout{
	position: absolute;
	top: -50px;
	left: -10px;
}

#subcontent form{
	padding: 80px 10px 10px;
	background:#fff;
	width: 195px;
	min-height: 300px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#subcontent label{
	font-size: 11px;
	display:block;
	margin:0 0 3px 0;
	padding:0;
	text-transform:uppercase;
}

#subcontent input[type=text]{
	margin:0 0 10px 0;
	width: 189px;
	height: 15px;
}

#subcontent input.input{
	width: 189px;
}

#subcontent textarea{
	margin:0 0 10px 0;
	width: 189px;
	height: 60px;
}

#subcontent input[type=submit]{
	background: url(images/button.gif) repeat-x 0 0;
	width: 189px;
	height: 26px;
	border: #4e8253 1px solid;
	outline: none;
	color: #FFF;
	font-weight: bold;
	font-size:18px;
}
	
#footer{
	clear: both;
	margin: 0 auto;
	width: 965px;
	height: 100px;
	font-size: 11px;
	padding-top: 15px;
	color: #FFF;
	margin-top: 20px;
	text-transform:uppercase;
	font-weight: bold;
}

#footer p.copy{
	width: 400px;
	float: left;
	display:block;
}

#footer p.dev{
	width: 350px;
	float: right;
	text-align:right;
	display:block;
}

#footer ul{
	float: right;
	list-style: none;
	display:block;
}

#footer li{
	float: left;
	margin-right: 4px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover{
	color: #333;
	text-decoration: none;
}
	/*--------------------Image Slider-----
---------------------------------------------------*/

/*--Main Container--*/

#slider{
	height: 343px;
	z-index: 1;
	display:block;
}

.main_view {
	float: left;
	position: relative;
	z-index:0;
}
/*--Window/Masking Styles--*/
.window {
	margin:0;
	height:333px;
	width: 962px;
	border: none;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	z-index:0;

}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; margin:0; padding:0; border:none;width: 962px;}

/*--Paging Styles--*/


.paging {
	position: absolute;
	bottom: 0; right: 0;
	width:962px; height:30px;
	z-index: 50; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 22px;
	background: url(images/slider-bar.jpg) no-repeat 0 0;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 0 ;
	text-align:left;
	width: 25px;
	height: 18px;
	text-decoration: none;
	color: #FFF;
	float:left;
	font-weight: bold;
	position: relative;
	left: 850px;
	top: 5px;
	display:block;
}
.paging a.active {
	background: none;
	color: #889eae;
	height: 18px;
}

/*------------------------------------------------------------------------*/