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

/*---global reset---*/

*{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.preload{
	display: none;
	}

.cleared{
	clear: both;
}

.lefty{
	float: left;
	margin: 0 10px 10px 0;
}
.righty{
	float: right;
	margin: 0 0 10px 10px;
}

body{
margin-top: 25px;	
background: #c1b18f;
	}

h1 { 
       text-transform: capitalize; 
	font-family: Georgia,Verdana,Times New Roman,Times;
	font-size: 20px;
       color: #65873D; 
} 
/*----------------------------------------------------*/

#wrap{
	width: 746px;
	position: relative;
       border-top: 4px solid #8c7a59;
	border-left: 4px solid #8c7a59;
	border-right: 4px solid #8c7a59;
	border-bottom: 4px solid #8c7a59;
	padding-left: 10px;
	padding-bottom: 10px;
	background: #fff;
	margin: 0 auto;
	}

/*HEADER*/
#header{
	height: 70px;
	width: 100%;
	background: url(images/header.png) left no-repeat;
	}
/*------*/

/*NAVIGATION*/
ul#nav{
	list-style: none;
	height: 37px;
	padding-bottom: 3px;
background:transparent url(images/footer.png) no-repeat scroll 0 0;
       	}

ul#nav li{
	float: left;
	height: 37px;
	}

ul#nav li a.home{
	width: 92px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/home.png) no-repeat;
	}
ul#nav li a.home:hover{
	width: 92px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/home-on.png) no-repeat;
	}

ul#nav li a.services{
	width: 108px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/services.png) no-repeat;
	}
ul#nav li a.services:hover{
	width: 108px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/services-on.png) no-repeat;
	}

ul#nav li a.insurance{
	width: 116px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/insurance.png) no-repeat;
	}
ul#nav li a.insurance:hover{
	width: 116px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/insurance-on.png) no-repeat;
	}

ul#nav li a.locations{
	width: 116px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/locations.png) no-repeat;
	}
ul#nav li a.locations:hover{
	width: 116px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/locations-on.png) no-repeat;
	}

ul#nav li a.aboutus{
	width: 106px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/aboutus.png) no-repeat;
	}
ul#nav li a.aboutus:hover{
	width: 106px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/aboutus-on.png) no-repeat;
	}

ul#nav li a.contactus{
	width: 121px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/contactus.png) no-repeat;
	}
ul#nav li a.contactus:hover{
	width: 121px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/contactus-on.png) no-repeat;
	}

ul#nav li faq{
	width: 412px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/space.png) no-repeat;
	}
ul#nav li a.faq:hover{
	width: 74px;
	height: 37px;
	display: block;
	text-indent: -200000px;
	background: url(images/faq-on.png) no-repeat;
	}
/*----------*/

/*FORM*/
#form{
	width: 733px;
	height: 261px;
	background: url(images/form.png) no-repeat;
	position: relative;
	}

#form input{
	padding: 2px 0 0 0;
	margin-bottom: 6px;
	float: left;
 	}

#form form span.a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 4px;
	}

#form div#formleft{
	width:197px;
	height: 74px;
	position: absolute;
	top: 193px;
	left: 20px;
}

#form div#formright{
	width:186px;
	height:74px;
	position:absolute;
	top: 193px;
	left: 225px;
}

#form select#States{
	position: absolute;
	left: 450px;
	top: 193px;
	}

#form form input#submit{
	position: absolute;
	width: 94px;
	height: 32px;
	background: url(images/submit.png);
	left: 451px;
	top: 223px;
	}

/*----*/

/*CONTENT*/
#content{
	padding: 20px 0 10px 0;
	}

#left{
	float: left;
	width: 295px;
	padding-left: 21px;
	padding-right: 16px;
	}

#left2{
	float: left;
	width: 695px;
	padding-left: 21px;
	padding-right: 16px;
	}

#left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	line-height: 1.5em;
	}
#left2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	line-height: 1.5em;
	}

#right{
	float: left;
	width: 379px;
	padding: 0 11px;
	}
/*-------*/



/*FOOTER*/
#footer{
	width:708px;
	height:27px;
	background: url(images/footer.png) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
	padding-left: 25px;
	}
/*------*/
