/************* Header Area *****************/

/* General Sprites */
.form-sprite,
.nav-bg li div, 
.form form div,  
.featured-hovers div, 
.gen-sprite,
.hidden-nav .top,
.hidden-nav .bottom {
	background-repeat:no-repeat;
	overflow:hidden;
}
.form-sprite,
.nav-bg li div, 
.form form div,  
.featured-hovers div,
.hidden-nav .top,
.hidden-nav .bottom {
	background-image:url(/images/png-form-sprite.png);
}
.gen-sprite {
	background-image:url(/images/gen-jpg-sprite.jpg);
}



/************ Header Buttons/Form/Secure ***************/
.header {
	display:block;
	clear:both;
	width:960px;
	height:245px;
	z-index:1;
	background-repeat:no-repeat;
	background-image:url(/images/post/header-bg.jpg);
	background-position:top;
}

/* Header Dynamic Text */
#header-text {	
	display:block;
	position:absolute;
	margin:15px 0px 0px 20px;
}
#header-text div {
	width:504px;
	height:136px;
	background-image:url(/images/insurers/header-text.png);
	background-repeat:no-repeat;
}


/*  Header Form */
.header .form {
	display:block;
	width:327px;
	height:220px;
	z-index:5;
	float:right;
	margin:30px 30px 0px 0px;
	background-position: 0px -142px;
	padding:15px 0px 0px 32px;
}
.form form div {
	display:block;
	height:25px;
	width:182px;
	margin:8px 0px 8px 0px;
	background-position: -148px -91px;
	padding:7px 10px 0px 10px;
}
.form form div select, .form form div input {
	border:none;
	outline:none;
	width:182px;
}
.form .button {
	width:187px;
	height:27px;
	background-position: -148px -58px;
	cursor:pointer;
}

/* Header CTA */
#header-cta {
	display:block;
	width:275px;
	height:50px;
}
#header-cta div {
	width:275px;
	height:50px;
	background-image:url(/images/insurers/header-cta.png);
	background-repeat:no-repeat;
}





/************ Content Area ************/

/* Secure Objects */
.secure-interior {
	display:block;
	position:absolute;
	margin:-55px 0px 0px 260px;
}
.secure-interior div {
	float:left;
	margin:0px 8px 0px 8px;
}
.secure-interior .versign {
	margin-top:-20px;
}



/* Content Area */
.copy-contianer {
	display:block;
	clear:both;
	padding-top:10px;
}
.copy-contianer h2, .copy-contianer h3, .copy-contianer h4  {
	display:block;
	font-size:16px;
	color:#3D3E3F;
}
.border-bottom {
	border-bottom:#CACACA 1px solid;
	padding-bottom:15px;
}
.titles-bg {
	background-image:url(/images/title-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


/* Left Column */
.left {
	display:block;
	width:230px;
	float:left;
	padding-bottom:40px;
	/* Hack! Moves column to left */
	margin-left:-971px;
}
.left .titles {
	border-top:#CACACA 1px solid;
	padding:5px 0px 5px 10px;
	border-bottom:#CACACA 1px solid;
}


/* Resouces Controller */
#resources h2 {
	border-bottom:#CECECE 1px solid;
	padding:0px 0px 6px 8px;;
}
#resources ul {
	margin:0px 0px 15px 0px;
	padding:0px;
}
#resources li {
	height:25px;
	padding:7px 0px 0px 10px;
	border-bottom:#CECECE 1px solid;
	list-style:none;
}
#resources .highlight {
	background-color:#FBFBFB;
}
#resources li a {
	text-decoration:none;
}


/* Guide Controller */
#guide .image, #guide .select-box {
	background-image:url(/images/auto-state-select.jpg);
	background-repeat:no-repeat;
}
#guide {
	display:block;
	border-bottom:#CECECE 1px solid;
	margin-bottom:15px;
	padding-bottom:15px;
}
#guide .image {
	display:block;
	width:77px;
	height:55px;
	float:left;
	background-position: 0px -23px;
	margin-top:15px;
}
#guide .select {
	display:block;
	width:135px;
	float:right;
	margin-top:15px;
}
#guide .select p {
	width:135px;
	margin:0px;
}
#guide .select-box {
	display:block;
	width:130px;
	height:21px;
	background-position: 0px 0px;
	padding:2px 0px 0px 4px;
	margin-top:12px;
}
#guide .select-box select {
	font-size:12px;
	color:#777878;
	border:none;
	outline:none;
	width:120px;
}





/*  Right Column */
.right {
	display:block;
	width:721px;
	float:left;
	padding-bottom:40px;
	/* Hack! Moves column to middle */
	padding-left:244px;
}
.right ul {
	margin:0px;
	padding:0px;
}
.right li {
	margin:2px 0px;
	list-style:none;
	font-weight:bold;
	color:#777878;
}
.right h2 {
	color:#4B4D4D;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* For insurer reviews page */
#insurer {
	border-top:#CECECE 1px solid;
	border-bottom:#CECECE 1px solid;
	margin-top:10px;
	padding-bottom:20px;
}
#insurer td {
	width:50%;
	vertical-align:top;
	clear:both;
}
#insurer img {
	float:left;
	padding-right:10px;
	margin-top:30px;
}
#insurer h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:30px;
	padding-top:10px;
}

/* For State By State Insurance Reviews */
#states {
	border-top:#CECECE 1px solid;
	border-bottom:#CECECE 1px solid;
	margin-top:10px;
	padding-bottom:20px;
}
#states h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:10px 0px;
}
