/**
 * Individual Health Quotes Homepage Styles 
 **/

/* Layout */
	/* Core Layout */
	html, body {
		background: #fff;
		height: 100%;
	}
	#wrapper {
		margin: 18px auto -65px;
		width: 702px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
	#content {
		position: relative;
		width: 702px;
		clear: both;
		overflow: hidden;
	}
	/* Header */
	#header {
		overflow: hidden;
		height: 101px;
		width: 702px;
	}
	#header-left {
		width: 300px;
		float: left;
	}
	#header-right {
		display: block;
		width: 402px;
		height: 74px;
		float: left;
	}
	
	#header-right2 {
		float:right;
		text-align: right;
		height: 65px;
		width: 270px;
	}
	
		/* Logo */
		#header h1 {
			display: block;
			font-size: 0.1em;
			width: 192px;
			height: 74px;
			margin: 0 0 0 11px;
			background: url("/images/homepage.logo.gif") no-repeat;
			text-indent: -99999px;
		}
	/* CTA */
	#cta {
		clear: both;
	}
	#cta-top {
		display: block;
		width: 702px;
		height: 12px;
		background: url("/images/homepage.zipbox.top.gif") no-repeat left bottom;
	}
	#cta-content {
		background: url("/images/homepage.zipbox.bg.gif") repeat-y;
		min-height: 272px;
		height: auto !important;
		height: 272px;
	}
	#cta-bottom {
		display: block;
		width: 702px;
		height: 11px;
		overflow: hidden;
		background: url("/images/homepage.zipbox.bottom.gif") no-repeat;
	}
	#cta-doctor {
		position: absolute;
		width: 268px;
		height: 332px;
		background: url("/images/homepage.zipbox.doctor.png") no-repeat;
		bottom: 0;
		right: 0;
	}
		/* CTA Content */
		#cta-headers {
			width: 470px;
			padding: 9px 0 37px 29px;
		}
		#cta-headers h1 {
			margin: 0 0 17px;
		}
		
		#cta-headers h1.carrierHeadline {
			font-size: 29px;
		}
		
		/* CTA Form */
		#cta-form {
			width: 410px;
			padding: 0 0 25px 25px;
		}
		#cta-form label {
			padding: 10px 15px 10px 10px;
		}
		#address_1_zip {
			margin: 8px 14px 0 0;
			padding: 6px;
			width: 145px;
		}
		#quickform-submit {
			margin: 1px 0 0;
		}
		/* CTA Message */
		#cta-message {
			width: 404px;
			padding: 2px 0 10px 31px;
		}
		/* CTA Below */
		#cta-below {
			height: 80px;
			width: 702px;
		}
	/* Below */
	#below {
		padding: 0 16px 30px;
	}
	#below p,
	#below li {
		margin: 0 0 15px;
	}
	#below h2,
	#below h3,
	#below h4 {
		margin: 5px 0 20px;
	}
	#below ul,
	#below ol {
		margin: 0 0 15px 20px;
	}
	/* Affiliates */
	#affiliates {
		position: relative;
		width: 702px;
		height: 34px;
		padding: 0 0 30px
	}
	#affiliates ul {
		position: absolute;
		overflow: hidden;
		left: -24px;
		width: 750px;
	}
	#affiliates li {
		float: left;
		display: block;
	}
	#affiliates li a {
		font-size: 0.01em;
		height: 34px;
		display: block;
		text-indent: -99999px;
		position: relative;
	}
		/* Specific Affiliates */
		#affiliate-CIR {
			width: 182px;
			background: url("/images/cheaperinsurancerates-logo.png") no-repeat;
		}
		#affiliate-HIP {
			width: 138px;
			background: url("/images/healthinsuranceplace-logo.png") no-repeat;
		}
		#affiliate-LIP {
			width: 144px;
			background: url("/images/lifeinsuranceplace-logo.png") no-repeat;
		}
		#affiliate-QF {
			width: 77px;
			background: url("/images/quotefinancial-logo.png") no-repeat;
		}
		#affiliate-HQF {
			width: 118px;
			background: url("/images/healthquotefinder-logo.png") no-repeat;
		}
		#affiliate-InsLane {
			width: 91px;
			background: url("/images/insurelane-logo.png") no-repeat;
		}
	/* Footer */
	#footer {
		margin: 0 auto;
		width: 702px;
		height: 65px;
		background: url("/images/homepage.footer.bg.gif") no-repeat;
	}
	#footer-shim {
		height: 65px;
	}
	#footer ul {
		overflow: hidden;
		margin: 0 auto;
		padding: 12px 0 3px;
		width: 300px;
	}
	#footer ul li {
		display: block;
		float: left;
	}
	#footer ul li a {
		border-right: 1px solid #2a518b;
		padding: 0 5px;
	}
	#footer ul li.footer-end a {
		border-right: none;
	}
/* Typography */
	/* Core Styles */
	* {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	label {
		vertical-align: -18px;
	}
	input {
		vertical-align: top;
	}
	/* CTA */
		/* CTA Headers */
		
		#cta h1 {
			font-weight: normal;
			font-size: 30px;
			color: #ff6e01;
		}
		#cta h2 {
			font-weight: normal;
			font-size: 19px;
			color: #78a4e5;
			word-spacing: 1px;
		}
		/* CTA Form */
		#cta-form label {
			font-weight: bold;
			font-size: 16px;
			color: #ff6e01;
		}
		/* CTA Message */
		#cta-message p {
			font-weight: normal;
			font-size: 17px;
			line-height: 20px;
			color: #78a4e5;
		}
		#cta-message strong {
			font-weight: normal;
			color: #2a518b;
		}
		/* CTA Form */
		#address_1_zip {
			border: 1px solid #7C9DBC;
			font-size: 18px;
			color: #2A518B;
		}
	/* Below */
	#below,
	#below a {
		color: #9C9A9C;
	}
	#below h2,
	#below h3,
	#below h4 {
		font-size: 14px;
		font-weight: bold;
	}
	#below p,
	#below li {
		font-size: 12px;
		line-height: 18px;
	}
	#below ul {
		list-style: disc;
	}
	/* Footer */
	#footer {
		text-align: center;
		font-size: 11px;
	}
	#footer p,
	#footer a {
		color: #2a518b;
		line-height: 16px;
	}
	/* Footer Links */
	#footer-links {
		width: 702px;
		margin: 0 auto 30px;
	}
		#footer-links h4 {
			color: #9c9a9c;
			font-size: 14px;
			padding-bottom: 10px;
		}
		#footer-links ul {
			margin: 0 auto;
			color: #9c9a9c;
			padding-left: 20px;
		}
		#footer-links li {
			color: #9c9a9c;
		}
		#footer-links a {
			color: #9c9a9c;
			line-height: 16px;
			font-size: 10px;
		}