/* CSS Document */
body {
	background-image: url(/images/quote_my_car_header.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #518EE0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
	line-height: 1.3em;
}
a {text-decoration: none;}
a:hover, a:active, a:focus {text-decoration: underline;}
a img,:link img,:visited img  {border: none;}

#container {
	width: 762px;
	margin: 0 auto 0 auto;
}

#top_menu {
	width: 500px;
	height: 24px;
	margin: 3px 0 0 0;
	text-align:left;
	color:#FFFFFF;
	float: right;
}
#top_menu a { color:#FFFFFF; text-decoration: none;font-weight:bold; margin: 0 10px 0 10px;}
.currentpage {color:#FFCC00;}
#top_menu a:hover, #top_menu a:active, #top_menu a:focus {text-decoration: underline; font-weight:bold; }

#form_container {
	width: 100%;
	height: 464px;
	margin: 138px auto 0 auto;
	background-image: url(/images/car_insurance_quote_form.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	float: right;
}

#entryform {
	width: 228px;
	height: 200px;
	margin: 100px 20px 0 20px;
	float: left;
	clear:both;
}

input.entryzip {
	 width:100px;
	 height:26px;
	 margin: 2px 0 0 0;
	 padding: 7px 0 0 0;
	border: 4px groove #999999;
    background-color:#E1E1E1;
	font-weight: bold; 
	font-size: 18px;
	color: black;
	text-align:center;
	cursor: pointer;

}

.gobutton {margin: 0 0 0 42px;outline:none;float:left;}

#content_form_nav {
	width: 450px;
	float: right;
	margin: 360px 0 0 0;
	text-align: left;
}

#content_form_nav a { color:#FFFFFF; text-decoration: none;}
#content_form_nav a:hover, #content_form_nav a:active, #content_form_nav a:focus {text-decoration: underline;}

#content_form_text {
	width: 100%;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	float: right;
}

#content_form_text_qoute {
	width: 100%;
	margin: 135px auto 0 auto;
	background-color:#FFFFFF;
	float: right;
}

#content_aboutus {
	width: 700px;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	text-align:left;
}

#content_text {
	width: 700px;
	height: 350px;
	margin: 10px auto 10px auto;
	padding: 0 0 20px 0;
	text-align:justify;
	background-color:#EFEFEF;
	overflow: auto;
}

h1 {display:block; font-size:18px; font-weight:bold; text-align:left; padding: 6px 0 0 0; color:#000066;}
.articletext {display:block; font-size:12px; text-align:justify; padding: 0 0 10px 0; color:#000000;}

#content_spacer {
	display:block;
	width: 100%;
	height: 20px;
}

#footer {
	width: 722px;
	margin: 0 0 10px 0;
	padding: 10px 20px 10px 20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	float: right;
	font-size: 10px;
	line-height: 0.9em;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
