@charset "UTF-8";


/** RESET **/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, em, font, img, sub, sup, ol, ul, li, form, label, table, caption, tbody, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}


/** GLOBAL **/

body {
	background-color: #ECECEC;
	color: #2C2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
	#homepage {background:url(images/background.gif) repeat-x #D7D7D7;}
	a {color:#C63;}
	a:hover {text-decoration:none;}
	select {margin:0 12px 0 6px;padding:0 2px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
	input, select {border:1px solid #787878;color:#838383;padding:2px;}
	label {font-weight:bold;padding:2px 0px;}
/* 	td {padding:10px 5px;}
 */	h1 {font-size:30px;color:#5b3b15;padding:5px 0 14px 0;line-height:100%;}
	h2 {font-size:18px;color:#5b3b15;padding:10px 0 10px 0;}
	h3 {font-size:14px;font-weight:bold;margin-bottom:4px;}
h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
}

p {margin-bottom:9px;}
	
#header {
	position: relative;
	margin: 0 auto;
	width: 925px;
	height: 115px;
	background: url(images/homeMenu.png) top left no-repeat;
	}
	#header_ext {
		top: 90px;
		}
		#header_ext span {
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		font-size:12px;
		color:#767676;
		margin:0 455px 0 48px;
		}
	
	
.hidden{position: absolute;	top: -99999px; left: -99999px;}



/** PRIMARY NAV **/

#primaryNav{
	position: relative;
	width: auto;
	height: 90px;
	padding: 0px;
	margin: 0px;
}
	#primaryNav ul#primaryNavUL{
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: 0px;
		width: 675px;
		height: 83px;
		float: right;
	}
		#primaryNav ul #tab1, #primaryNav ul #tab2, #primaryNav ul #tab3, #primaryNav ul #tab4{
			float: left;
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
		#primaryNav ul .underline{
			border-bottom: 1px solid #7e7878;
		}
#primaryNav ul li .tabAnchor{
	text-indent: -99999px;
	display: block;
	background: url(images/homeMenu.png) top left no-repeat;
}
	#primaryNav #navHome{
		position: absolute;
		width: 133px;
		height: 72px;
		top: 4px;
		left: 61px;
		z-index: 500;
	}
	#primaryNav #navHome .tabAnchor{
		background: url(images/logo.jpg) top left no-repeat;
		width: 100%;
		height: 100%;
	}
	#primaryNav #tab1 .tabAnchor{
		background-position: -250px 0px;
		width: 178px;
		height: 71px;
	}
	/* Sprite Mouse On / Off States */
	#primaryNav #tab1 .tabAnchor:hover, #primaryNav #tab1:hover .tabAnchor,  #primaryNav #tab1.sfhover .tabAnchor {
		background-position:  -250px -287px;
	}
	#primaryNav #tab2 .tabAnchor{
		background-position: -428px 0px;
		width: 177px;
		height: 71px;
	}
	#primaryNav #tab2 .tabAnchor:hover, #primaryNav #tab2:hover .tabAnchor,  #primaryNav #tab2.sfhover .tabAnchor {
		background-position:  -428px -287px;
	}
	#primaryNav #tab3 .tabAnchor{
		background-position: -605px 0px;
		width: 146px;
		height: 71px;
	}
	#primaryNav #tab3 .tabAnchor:hover, #primaryNav #tab3:hover .tabAnchor,  #primaryNav #tab3.sfhover .tabAnchor {
		background-position:  -605px -287px;
	}
	#primaryNav #tab4 .tabAnchor{
		background-position: -751px 0px;
		width: 150px;
		height: 71px;
	}
	#primaryNav #tab4 .tabAnchor:hover, #primaryNav #tab4:hover .tabAnchor,  #primaryNav #tab4.sfhover .tabAnchor {
		background-position:  -751px -287px;
	}

/* Menu Styles ---------------------------*/
#primaryNav li:hover, #primaryNav li.hover {
    position: static;
}
#primaryNav li ul.subMenuContent{
	position: absolute;
	left: -9999px;
}
	#primaryNav ul.subMenuContent a {
		background: none;
		color: #7e7878;
		text-indent: 0px;
		text-decoration: none;
		display: block;
	}
	#primaryNav ul.subMenuContent a:hover {
		color: #C05D26;
		position: static;
	}
#primaryNav #tab1 ul.subMenuContent{
	margin-left: 5px;
	padding: 0 20px;
	padding-top: 20px;
	height: 165px;	
	width: 225px;
	background: url(images/navMenu1.png) bottom left no-repeat;
}
	#primaryNav #tab1 ul.subMenuContent li{
		margin: 0px 10px;
		padding: 8px 0px;
		font-size: 14px;
		font-weight: bold;
	}
#primaryNav #tab2 ul.subMenuContent{
	margin-left: -3px;
	padding: 0 15px;
	padding-top: 15px;
	height: 182px;	
	width: 235px;
	background: url(images/navMenu2.png) bottom left no-repeat;
}
	#primaryNav #tab2 ul.subMenuContent li{
	
	}
		#primaryNav #tab2 #priNavAgentName{
			position: absolute;
			width: 200px;
			top: 30px;
			left: 30px;
			text-align: right;
			padding-right: 4px;
			color: #000000;
			font-size: 13px;
		}
		#primaryNav #tab2 #priNavZipCode{
			position: absolute;
			width: 60px;
			top: 60px;
			left: 50px;
			text-align: right;
			padding-right: 4px;
			color: #000000;
			font-size: 13px;
		}
		#primaryNav #tab2 #milesContainer{
			position: absolute; 
			top: 60px; 
			right: 30px;
			z-index:1;
		}
		#primaryNav #tab2 #priNavMiles{
			width: 85px;	
			font-size: 13px;
		}
		#primaryNav #tab2 #priNavCity{
			position: absolute;
			width: 130px;
			top: 90px;
			left: 51px;
			text-align: right;
			padding-right: 4px;
			color: #000000;
			font-size: 13px;
		}
		#primaryNav #tab2 #priNavState{
			position: absolute;
			width: 30px;
			top: 90px;
			right: 29px;
			text-align: right;
			padding-right: 4px;
			color: #000000;
			font-size: 13px;
		}
/*
		#primaryNav #tab2 #priNavCity{
			position: absolute;
			width: 130px;
			top: 90px;
			right: 29px;
			text-align: right;
			padding-right: 4px;
			color: #000000;
			font-size: 13px;
		}
		#primaryNav #tab2 #priNavState{
			position: absolute;
			width: 30px;
			top: 90px;
			left: 51px;
			text-align: right;
			padding-right: 4px;
			color: #000000;
			font-size: 13px;
		}

*/		#primaryNav #tab2 #search{
			position: absolute;
			top: 120px;
			right: 30px;
		}
		#primaryNav #tab2 #copyBlock1{
			position: absolute;
			top: 60px;
			left: 30px;
		}
		#primaryNav #tab2 #copyBlock2{
			position: absolute;
			top: 90px;
			left: 30px;
		}
#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li li li:hover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul, #primaryNav li li li.sfhover ul {
	left: auto;
	z-index: 1;
}

	
	
#container {
	background:url(images/bg_homeContent.jpg) no-repeat;
	height:492px;
	margin:0 auto;
	width:905px;
	}
	#container_sp, #container_payment {
	background:#FFF;
	margin:0 auto;
	width:895px;
	-moz-box-shadow: 3px 3px 3px #DADADA;
	-webkit-box-shadow: 3px 3px 3px #DADADA;
 	box-shadow: 3px 3px 3px #DADADA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	#container_payment {padding:20px;width:855px;}
	object#homeFeatureSWF{margin: 7px 0 0 8px;}
	#homeFeatured {margin:8px 8px 0px 8px;}
	.homeServices_left p, .homeServices_center p, .homeServices_right p {padding-top:5px;margin:0 auto;width:270px;}
	.homeServices_left {float:left;margin:2px 2px 4px 8px;width:294px;}
	.homeServices_center {background:url(images/bg_servicesCenter.jpg) no-repeat;float:left;height:266px;margin:2px 2px 4px 2px;width:294px;}
	.homeServices_right {float:left;margin:2px 2px 4px 2px;_margin:2px 0px 0px 0px;width:294px;}
	
#home_agentCenter {background:url(images/bg_footer.jpg) no-repeat;height:157px;margin:0 auto;margin-top:20px;width:892px;}
	.agentCenter_left, .agentCenter_center, .agentCenter_right {float:left;width:262px;}
	.agentCenter_left {padding:15px;}
	.agentCenter_center {width:303px;}
	.agentCenter_right {padding:15px;}

/** SUBPAGE **/

#contentPane_left {float:left;margin:15px 10px 15px 15px;width:204px;}
	#contentPane_left_raq {background:#c05c28;color:#FFF;padding:12px 14px;border:1px solid #b0b0b0;line-height: 14px;}
	#contentPane_left_ftd {background:#CC8C29;border:#b0b0b0 1px solid;border-right:0px;margin:10px 0;padding:5px 10px;}
		#contentPane_left_ftd a {color:#FFF}
	#contentPane_left_ins {background:#f6f6f6;padding:14px;margin-top:12px;border:1px solid #b0b0b0;line-height: 14px;}
#contentPane_center {float:left;margin:15px 6px;width:442px;}
	#contentPane_center ul {list-style:inherit; list-style-position:outside;padding-left: 20px;}
		#contentPane_center li {margin:10px 20px}
	.note {color:#8c8c8c;font-style:italic;}
#contentPane_right {float:left;margin:15px 0px 15px 10px;width:186px;}
	#contentPane_right p {padding:5px;}
	#contentPane_right img {padding:1px 0px;}
	
/** AGENT PROFILE **/
.agentProf_contact {text-align:right;padding:5px 10px 0 0;width:170px;}

/** FIND AN AGENT **/
.faa_location {float:left;height:120px;padding:12px 4px;width:210px;}
.gglMarker {float:left;padding:0 5px 50px 5px;}


#footer {color:#626262;font-size:10px;margin:0 auto;padding:10px 0px;width:850px;}
	#footer a {margin:0px 5px;text-decoration:none;}
	
/** GENERIC **/

.search {background: url(images/btn_search.jpg) no-repeat;border:0px;background-color:none;height:19px;width:64px;cursor:pointer;padding-top:1px;}
.floatRight {float:right;}
.floatLeft {float:left;padding:3px 10px 5px 0;}

a.slidingButton {
	padding-right: 15px;
	display: block;
	background: url(images/btnSliding_end.jpg) no-repeat right top; 
	float: left; 
	color: #CC6633; 
	margin-right: 6px; 
	height: 19px; 
	text-decoration: none;
	}
a.slidingButton span {
	display: block; 
	padding:3px 0px 4px 0;
	padding-left: 15px; 
	background: url(images/btnSliding_span.jpg) no-repeat; 
	color: #CC6633; 
	line-height: 12px; 
	}
a.slidingButton:hover {
	background-position: right bottom; 
	text-decoration: none; 
	outline: none
	}
a.slidingButton:hover span {
	padding:3px 0px 4px 15px;
	background-position: left bottom; 
	color: #CC6633; 
	}
	
/** VALIDATION **/

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

/** PAGINATION**/

.pagination .current {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CC6633 none repeat scroll 0 0;
	border:1px solid #AAAAEE;
	color:#FFF;
	}

.pagination a, .pagination span {
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	padding:0.3em 0.5em;
	}

.pagination a {
	border:1px solid #CC9933;
	color:#CC6633;
	text-decoration:none;
	}
