/************* Header Area *****************/

/* General Sprites */
.form-sprite,
.nav-bg li div, 
.form form div,  
.featured-hovers div, 
.gen-sprite,
.hidden-nav .top,
.hidden-nav .bottom,
#guide .image,
#guide .select-box,
#middle-content-bottom,
#title,
#middle-content,
#text div, 
#cta div, 
#image div, 
#buttons #slider .image {
	background-repeat:no-repeat;
	overflow:hidden;
}
.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);
}
.gen-sprite,
#title {
	background-image:url(/images/gen-jpg-sprite.jpg);
}


/* Other Sprites For Header */
#text div, #cta div {
	display:block;
	background-image:url(/images/header-text-sprite.png);
}
#image div {
	background-image:url(/images/header-image-sprite.png);
}

/* By Type Sprites */
#auto #featured .image, #auto #insurer-reviews, #auto #middle-content, #guide .image, #guide .select-box, #middle-content-bottom {
	background-image:url(/images/category/auto-jpg.jpg);
}
#home #featured .image, #home #insurer-reviews, #home #middle-content {
	background-image:url(/images/category/home-jpg.jpg);
}
#health #featured .image, #health #insurer-reviews, #health #middle-content {
	background-image:url(/images/category/health-jpg.jpg);
}
#life #featured .image, #life #insurer-reviews, #life #middle-content {
	background-image:url(/images/category/life-jpg.jpg);
}


/************ 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:200px;
}
#buttons #slider {
	display:block;
	width:254px;
	height:37px;
	background-position: -153px 0px;
	padding:5px 0px 0px 0px;
}
#buttons #slider div {
	display:block;
	width:37px;
	height:33px;
	float:left;
	margin:0px 5px;
}

/* 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;
}


/*  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 ************/

/* Content Area */
.copy-contianer {
	display:block;
	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;
}



/* Left Column */
.left {
	display:block;
	width:230px;
	float:left;
	/* Hack! Moves column to left */
	margin-left:-637px; 
}
.left .titles {
	border-top:#CACACA 1px solid;
	padding:5px 0px 5px 10px;
	border-bottom:#CACACA 1px solid;
}
.left .content {
	display:block;
	clear:both;
	width:232px;
	border-bottom:#CECECE 1px solid;
	padding-bottom:10px;
}
.left li {
	list-style:square;
}
.left div p {
	width:213px;
	margin:10px 0px 0px 0px;
}

/* Types Controller */
#types h2 {
	border-bottom:#CECECE 1px solid;
	padding:0px 0px 6px 8px;;
}
#types ul {
	margin:0px 0px 15px 0px;
	padding:0px;
}
#types li {
	height:25px;
	padding:7px 0px 0px 10px;
	border-bottom:#CECECE 1px solid;
	list-style:none;
}
#types .highlight {
	background-color:#FBFBFB;
}
#types li a {
	text-decoration:none;
}


/* Guide Controller */
#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: -131px -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: -124px 0px;
	padding:2px 0px 0px 4px;
	margin-top:12px;
}
#guide .select-box select {
	font-size:12px;
	color:#777878;
	border:none;
	outline:none;
	width:120px;
}



/* Middle Column */
.middle {
	display:block;
	width:392px;
	float:left;
	padding-bottom:40px;
	/* Hack! Moves column to middle */
	padding-left:244px;
}
.middle h1 {
	width:345px;
	height:30px;
	font-size:18px;
	float:left;
	border-left:#D6D6D6 1px solid;
	padding:5px 0px 0px 5px;
}
.middle .support {
	color:#777878;
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.middle .content {
	display:block;
	clear:both;
	border-bottom:#CECECE 1px solid;
	padding:10px 0px;
}
.middle .remove {
	border:none;
	padding-bottom:0px;
}
.middle .content p, #middle-content p, #middle-content-bottom  p  {
	clear:both;
	margin:4px 0px 4px 0px;
}

/* H1 title switch by industry */
#title {
	display:block;
	height:35px;
	width:40px;
	float:left;
}
#auto #title {
	background-position: -521px -45px;
}
#home #title {
	background-position: -481px -45px;
}
#health #title {
	background-position: -441px -45px;
}
#life #title {
	background-position: -561px -45px;
}

/* Middle Content Image Switch */
#middle-content {
	display:block;
	height:96px;
	background-repeat:no-repeat;
	border-bottom:#CECECE 1px solid;
	background-position: 0px -127px;
}
#auto #middle-content {
	padding:30px 155px 0px 0px;
}
#home #middle-content {
	padding:30px 170px 0px 0px;
}
#health #middle-content {
	padding:30px 140px 0px 0px;
}
#life #middle-content {
	padding:30px 140px 0px 0px;
}
#middle-content-bottom {
	display:block;
	height:86px;
	background-repeat:no-repeat;
	border-bottom:#CECECE 1px solid;
	background-position: 0px -273px;
}
#auto #middle-content-bottom  {
	padding:20px 100px 0px 0px;
}





/* Right Column */
.right {
	display:block;
	width:313px;
	float:right;
	padding-bottom:40px;
}

/* Commons for right column */
.titles-bg {
	background-image:url(/images/title-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.right .titles {
	border-top:#CACACA 1px solid;
	padding:5px 0px 5px 10px;
	border-bottom:#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:20px;
}


/* Featured Articles */
#featured {
	height:220px;
}
#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;
	margin-bottom:20px;
}
.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;
}

/* Insurer Reviews */
#insurer-reviews {
	width:69px;
	background-position: -62px -63px;
}
