/************* Header Area *****************/

/* General Sprites */
.form-sprite,
.nav-bg li div, 
.form form div,  
.featured-hovers div,
.gen-sprite,
#text div, 
#cta div, 
#image div,
.hidden-nav .top,
.hidden-nav .bottom,
#buttons #slider .image {
	background-repeat:no-repeat;
	overflow:hidden;
}
/* The General Jpg Sprite */
.gen-sprite {
	background-image:url(/images/gen-jpg-sprite.jpg);
}

.form-sprite,
.nav-bg li div, 
.form form div, 
.featured-hovers div,
.hidden-nav .top,
.hidden-nav .bottom,
#buttons #slider .image {
	background-image:url(/images/png-form-sprite.png);
}

/* Other Sprites */
#news-articles .image, #testimonials .image, #news-articles .rss {
	background-image:url(/images/index/index-png.png);
}
#featured .image, #insurer-reviews {
	background-image:url(/images/index/index-jpg.jpg);
}
#text div, #cta div {
	display:block;
	background-image:url(/images/header-text-sprite.png);
}





/* Header Buttons/Form/Secure */
.header {
	display:block;
	clear:both;
	width:960px;
	height:330px;
	z-index:1;
	background-repeat:no-repeat;
	background-image:url(/images/index/header-bg.jpg);
	background-position:top;
}

/* Header Dynamic Text */
#text {	
	display:block;
	position:absolute;
	margin:15px 0px 0px 20px;
}
#text div {
	width:655px;
	height:134px;
	background-position: 0px 0px;
}
#text .auto {
	height:116px;
	background-position: 0px -134px;
}
#text .home {
	height:147px;
	background-position: 0px -524px;
}
#text .health {
	height:123px;
	background-position: 0px -402px;
}
#text .life {
	height:151px;
	background-position: 0px -253px;
}

/* Header Dynamic Buttons */
#buttons {
	display:block;
	width:254px;
	z-index:8;
	float:left;
	margin-top:180px;
}
#buttons .title {
	display:block;
	width:235px;
	height:15px;
	background-position: 0px -42px;
	margin:0px 0px 5px 5px;
}
#buttons #slider {
	display:block;
	width:254px;
	height:37px;
	background-position: 0px 0px;
	padding:5px 0px 0px 0px;
}
#buttons #slider div {
	display:block;
	width:37px;
	height:33px;
	float:left;
	margin:0px 5px;
	cursor:pointer;
}

/* Buttons Buttons */
#buttons #slider .text {
	width:40px;
	font-size:14px;
	height:24px;
	padding-top:8px;
	color:#FFFFFF;
	margin-right:10px;
	cursor:text;
	text-transform:capitalize;
}
#buttons #auto {
	background-position: 0px -58px;
}
#buttons #home {
	background-position: -37px -58px;
}
#buttons #health {
	background-position: -74px -58px;
}
#buttons #life {
	background-position: -111px -58px;
}
#buttons #auto:hover {
	background-position: 0px -91px;
}
#buttons #home:hover {
	background-position: -37px -91px;
}
#buttons #health:hover {
	background-position: -74px -91px;
}
#buttons #life:hover {
	background-position: -111px -91px;
}

/*  Header Form */
.header .form {
	display:block;
	width:327px;
	height:220px;
	z-index:5;
	position:absolute;
	margin:109px 0px 0px 280px;
	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 */
#cta {
	display:block;
	width:275px;
	height:50px;
}
#cta div {
	width:275px;
	height:50px;
	background-position: -655px 0px;
}
#cta .auto {
	background-position: -655px -50px;
}
#cta .home {
	background-position: -655px -150px;
}
#cta .health {
	background-position: -655px -100px;
}
#cta .life {
	background-position: -655px -200px;
}

/* Header Image */
#image {
	display:block;
	width:345px;
	height:262px;
	float:right;
}
#image div {
	display:block;
	width:345px;
	height:262px;
	background-image:url(/images/header-image-gen.png)
}
#image .auto {
	background-image:url(/images/header-image-auto.png)
}
#image .home {
	background-image:url(/images/header-image-home.png)
}
#image .health {
	background-image:url(/images/header-image-health.png)
}
#image .life {
	background-image:url(/images/header-image-life.png)
}



/* Content Area */
.copy-contianer {
	display:block;
	padding:10px 0px 50px;
}
.copy-contianer h2, .copy-contianer h3, .copy-contianer h4  {
	display:block;
	font-size:16px;
	color:#3D3E3F;
}
.copy-contianer h2 {
	padding:5px 0px 5px 10px;
	border-bottom:#CACACA 1px solid;
}

.support {
	margin-top:8px;
	padding-right:30px;
}
h2 a {
	text-decoration:none;
}

/* Left Column */
.left {
	display:block;
	float:left;
	width:640px;
}
.left td {
	width:50%;
	vertical-align:top;
}
.left td h2 {
	font-size:25px;
	color:#00A5A1;
	margin:30px 0px 0px 45px;
	border-left:#D6D6D6 1px solid;
	border-bottom:none;
	padding-left:5px;
}
.left td p {
	padding-right:30px;
}

/* Left Icons for each vertical */
.left .image {
	display:block;
	width:40px;
	height:35px;
	float:left;
	margin-top:33px;
}
.left .auto .image {
	background-position: -521px -45px;
}
.left .home .image {
	background-position: -481px -45px;
}
.left .health .image {
	background-position: -441px -45px;
}
.left .life .image {
	background-position: -561px -45px;
}

/* Right Column */
.right {
	display:block;
	width:313px;
	float:right;
}

/* Commons for right column */
.titles-bg {
	width:280px;
	background-image:url(/images/title-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.right .titles {
	border-top:#CACACA 1px solid;
}
.right .content, .right .featured-nav, .right .featured-hovers {
	display:block;
	width:290px;
	clear:both;
	float:right;
	margin-right:10px;
}
.right div .image {
	display:block;
	height:63px;
	width:62px;
	float:left;
	margin-top:15px;
}
.right div p, .right .info {
	float:right;
	width:213px;
	margin:10px 0px 0px 0px;
}

/* Right Secure Items -- Secure Pushed Up */
.right .secure {
	display:block;
	position:absolute;
	margin:-50px 0px 0px 0px;
}
.right .secure div {
	float:left;
	margin:0px 5px 0px 5px;
}
.right .secure .versign {
	margin-top:-20px;
}

/* Why Choose Insurance Rate */
.why-choose {
	padding-bottom:25px;
}



/* Featured Articles */
#featured {
	height:200px;
}
#featured h3 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#featured p {
	margin:5px 0px 0px 0px;
}
#featured div.one {
	background-position: 0px 0px;
}
#featured div.two {
	background-position: -62px 0px;
	display:none;
}
#featured div.three {
	background-position: 0px -63px;
	display:none;
}

/* Featured Nav/Hovers */
.featured-hovers {
	height:6px;
	margin-bottom:-1px;
	margin-top:10px;
}
.featured-nav {
	padding:3px 0px;
	border-top:#CACACA 1px solid;
	border-bottom:#CACACA 1px solid;
}
.featured-nav div, .featured-hovers div {
	display:block;
	float:right;
	width:20px;
}
.featured-nav div {
	cursor:pointer;
	text-align:center;
}
.featured-nav .border {
	height:15px;
	border-left:#3D3E3F 1px dotted;
}
.featured-hovers div {
	height:6px;	
}
.featured-hovers .hover {
	background-position: -255px -48px;
}

/* Bottom Area News/Insurer Reviews */
.bottom-info {
	clear:both;
}
.bottom-info td {
	vertical-align:top;
	padding-top:25px;
}

/* News Articles*/
#news-articles {
	display:block;
	width:617px;
	padding:10px;
	background-image:url(/images/index/large-box-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#news-articles h2 {
	padding-top:0px;
}
#news-articles h3 {
	margin-bottom:10px;
}

#news-articles .rss {
	display:block;
	width:20px;
	height:21px;
	position:absolute;
	margin:0px 0px 0px 590px;
	background-position: 0px -63px;
}
#news-articles .image {
	display:block;
	width:125px;
	height:81px;
	float:left;
	background-position: -62px 0px;
	margin-top:10px;
}
#news-articles .content {
	display:block;
	width:450px;
	float:right;
	margin-top:10px;
}

/* News Text Formating */
#news-articles .articles-list {
	font-size:16px;
	margin-top:10px;
}
#news-articles ul {
	margin:0px;
	padding:0px;
}
#news-articles li {
	list-style:none;
	margin:4px 0px 4px 0px;
}
#news-articles p {
	margin:0px;
	padding-right:20px;
}

/* Insurer Reviews */
#insurer-reviews {
	width:69px;
	background-position: -62px -63px;
}
