/* 	CSS Document 
	QUOTEWIZARD.COM
	YELLOW LANDER V2
	OCTOBER 2010
*/
	
	
/* 	COLOR SET

	BLUE	#0B5991
	BLUE 2	#042137
	YELLOW	#F6C400
	

*/


/* HARD RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* TOOLBOX */

.dev_cyan {
	border: 1px solid #00FFFF;
	}

.dev_magenta {
	border: 1px solid #FF00FF
	}

.dev_yellow {
	border: 1px solid #FFCC00;
	}
	
.hide {
	display: none!important;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.center {
	margin: 0 auto;
	}
	
.clear {
	clear: both;
	}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* GENERAL STYLES */

body {
	background: url(../images/bg_body_01.jpg) no-repeat top center #ffffff;
	font-family: "Lucida Grande", Helvetica, Arial,  sans-serif;
	font-size: 12px;
	}
	
#container {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	background: url(../images/bg_header_01.jpg) top center no-repeat #FFFFFF;
	
	}
	
	#logo {
		display: block;
		width: 500px;
		text-indent: -9999px;
		font-size: 0em;
		}
		
		#logo a {
			display: block;
			height: 100%;
			}
			
	.punchline {
		width: 460px;
		margin: 100px 0 40px 60px;	
		}
		
	.punchline h2 {
		font-size: 2.8em;
		font-weight: normal;
		line-height: 110%;
		letter-spacing: -1px;
		}
			
	.punchline p {
		text-indent: 0.8em;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 110%;
		}

#firstname {
	text-transform:capitalize;
	font-weight:bold;	
	}


.main_content {

	}
	
	#full_column {
		padding: 15px 30px 5px 30px;
		}
		
		#full_column p {
			width: 530px;
			font-size: 1.4em;
			line-height: 120%;
			color:#333333;
			margin: 5px auto 20px auto;
			}
	
		#form_container {
			position:relative;
			width: 600px;
			background: url(../images/bg_form_block_01.jpg) top left repeat-x #ffffff;
			-moz-border-radius: 5px;
			border-radius: 5px;
			box-shadow: 0px 2px 5px #ccc;
			-moz-box-shadow: 0px 2px 5px #ccc;
			-webkit-box-shadow: 0px 2px 5px #ccc;
			margin: 0 auto 10px auto;
			}
			
			* html #form_container {
				border: 1px solid #dadada;
				}
				
			form {
			
				}
			
				
			#form_list {
				margin: 0 auto 10px auto;
				padding: 20px 0 0 0;				
				}
				
				#form_list li {
					float: left;
					display: inline;
					}
											
				
				.label_holder {
					float:left;
					display: inline;
					padding: 13px 15px 0 30px; 
					}
					
					
				.input_holder {
				
					}
				
					#zip_label {
						font-size: 1.6em;
						line-height: 110%;
						text-align:right;
						font-weight: bold;
						color:#333333;
						}
						
						
				#contact-zip_code {
					display:inline;
					border: 1px solid #999999;
					font-size: 2.4em;
					width: 3.4em;
					text-transform: capitalize;
					padding: 3px 2px 4px 3px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					margin: 3px 15px 0 0;
					}
					
				.submit_li {
					
					}
					
					/*.submit-button, .submit {
						display: block;
						width: 200px;
						background: url(../images/bt_get_started_02.jpg) top left no-repeat;
						height:52px;
						border: none;
						outline: none;
						cursor: pointer;
						text-indent: -9999px;
						font-size: 0;
						line-height: 0;
						}*/
						
					.submit-button, .submit {
						display: block;
						width: 200px;
						background: url(../images/bt_get_quotes_02.jpg) top left no-repeat;
						height:52px;
						border: none;
						outline: none;
						cursor: pointer;
						text-indent: -9999px;
						font-size: 0;
						line-height: 0;
						}	
					
				#general_error {
					display: inline;
					text-align: center;
					float: left;
					margin-left: 235px;  
					margin-bottom: 10px;
					padding: 8px 10px 10px 35px;
					font-size: 1.1em;
					line-height: 120%;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					border-radius: 4px;
					font-weight: bold;
					border: 1px solid #999999;
					background:url(../images/ico_warning_01.jpg) no-repeat 8px 5px #f4f5ef; 
					}
					
					* html #general_error {
						display: block;
						height: 100%;
						margin-left: 230px;
						}
					
#arrow {
	background: url(../images/bg_arrow_01.gif) top left no-repeat;
	height: 24px;
	width: 33px;
	display: block;
	position: absolute;
	top: 33px;
	left: -15px;
	}
		
				
	#providers {
		margin: 0 0 10px 0;
		clear: both;
		text-align: center;
		}
		
		* html #providers {
			padding-top: 0!important;
			}
	
#footer {
		padding: 20px 50px;
		color: #999999;
		}
			
		ul#foot_links {
			list-style-type:none;
			}
		
			#foot_links li {
				float: left;
				padding: 0 0 0 10px;
				}
				
				#foot_links li a {
					border: none;
					text-decoration: none;
					color: #999999;					
					}

/* SUREHITS BLOCK */
.sh_show {
	display:none;
	}
	
	
#surehits {
	display: block;
	margin: 20px 0 30px 0!important;
	padding: 15px 0 10px 10px;
	}
			
#sureHits #resultsTitle {
	display:none;
	}		

.surehitslisting {	
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 25px 0 20px 0;
	border-bottom:1px solid #dadada;	
	}
	
.surehitslisting img {
	border: none!important;
	}
	
	.surehitslisting .listingdetails {
		margin: 0;
		font: 16px Helvetica, Arial, "Trebuchet MS", sans-serif!important;
		display: inline;
		width: 440px;
		}
		
		.surehitslisting .listingdetails a {
			font-weight:bold;
			display: block;
			padding: 10px 0 0 160px;
			margin: 0 0 0 0;
			}
	
	.surehitslisting .listingimg {
		background:  #fafafa;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		height: 90px;
		width: 145px;		
		vertical-align: middle;
		text-align: center;
		float: left;
		margin: 0 0 0 0px;
		}
	
	/* * html .surehitslisting .listingimg {
		margin: 10px 15px 0 0px!important;
		} */
		
			.surehitslisting .listingimg img {
				margin: auto;
				padding-top: 10px;
				}
	
	.surehitslisting .resulttext {
		width: 450px;
		display: inline;
		float: right;
		padding: 0 0 15px 0;
		}
	
		.surehitslisting .resulttext ul {
			color:#333333;
			font: 15px/16px Helvetica, Arial, "Trebuchet MS", sans-serif;
			margin: 5px 5px 5px 10px !important;
			padding: 0 0 0 20px !important;
			list-style: disc outside!important;
			position: relative;
			}
			
			.surehitslisting .resulttext ul li {
				list-style-type:disc; 
				padding: 2px 0;
				}
				
		.surehitslisting .resulttext p, .surehitslisting .resulttext div {
			color: #333333;
			font: 15px/16px Helvetica, Arial, "Trebuchet MS", sans-serif;
			padding: 0;
			margin: 5px 5px 5px 10px;
			padding: 0 0 0 20px !important;
			position: relative;
			}
			
		.surehitslisting .resulttext div {
			padding: 0 0 0 160px!important;
			background: #FFFFCC;
			}
				
	.surehitslisting .listingdynbtn {
		padding: 0 0 0 7px;
		float: left;		
		}
		
		.listingdynbtn a div {
			background: url(../images/bt_sh_click_01.jpg) no-repeat!important;
			display: block!important;
			height: 33px!important;
			width: 132px!important;
			cursor: pointer!important;
			}
			
/* SUPER SECURITY SEALS  */

#seals_container {
				text-align: center;
				border-top: 1px solid #dadada;
				padding: 30px 0 0 0;
				margin: 10px 0 0 0;
				opacity: .8;
				}
				
				#seals_container ul {
					padding: 0;
					margin: 0;
					}
	
					#seals_container ul li {
						display:inline-block;
						padding:5px;
						margin:5px;
						}
						
					#seals_container ul li {
						display:inline; /* IE SHOULD GET IT */
						}
						
						.seal {
							display: inline-block;
							vertical-align: middle;
							}
							
						.seal a {
							display: inline; /* IE SHOULD GET IT */
							text-decoration: none;
							}
							
							#mcafee_container img {
								border: 1px solid #E6E6E6;
								border-radius: 3px;
								padding: 8px;
								margin-top: 2px;
								box-shadow: 2px 2px 0 #E6E6E6;
								}
