@charset "utf-8";

/* Yahoo CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Global Styles */
body {
	background:#eae9e6 url(images/bg.gif) repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	color:#2d271f;
	font-size:24px;
	font-weight:bold;
}
h2 {
	color:#2d271f;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#0f80c9;
	font-size:18px;
	font-weight:bold;
}
h6 {
	color:#996600;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#content p, h6, h1, h2, h3, .text p, .feature p {
	margin-bottom:8px;
}
a, a:visited {
	color:#0f80c9;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

/* CSS */
#bg {
	background:url(images/bg-logo.jpg) no-repeat top left;
}

#container {
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#header .top {
	font-size:11px;
	text-align:right;
	padding-top:10px;
}
#header  h1#logo {
	width : 251px;
	height : 48px;
	background:url(images/quotesonline-logo.gif) no-repeat;
	margin: 18px 0;
}
#header  h1#logo a {
	display : block;
	height : 48px;
	text-indent : -9999px; 
}
#header a {
	color:#211e1a;
}

/* Top Nav */


#nav {
	font: bold 16px Arial;
	width: 100%;
	overflow: hidden;
}
#nav  ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background:#eab502 url(images/nav-bg.gif) top repeat-x;
}

#nav  ul li{
	display: inline;
}

#nav ul li a{
	float: left;
	color: white; /*text color*/
	padding: 8px 12px;
	text-decoration: none;
	border-right: 1px solid #fee057;
	border-left: 1px solid #eab602;
}

#nav  ul li a:visited{
	color: white;
}

#nav ul li a:hover {
	border-right: 1px solid #64d2ff;
	border-left: 1px solid #0f7fc8;
	color: white !important; /*text color of selected and active item*/	
	background:#0f7fc8 url(images/nav-over.gif) top repeat-x;
}

#contentwrapper {
	border:1px solid #b1aea7;
	background-color:#FFF;
	float: left;
	width: 958px;
}

#content {
	background-color:#FFF;
	margin-left: 250px; 
	padding:20px;
}


/* Sidebar */
#sidebar{
	float: left;
	width: 210px; 
	background: #f7f6f4;
	padding:20px;
	border-bottom: 1px solid #e8e2d6; /* White border beneath each menu item link, to add depth */
}
#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2d271f;
	margin-bottom:4px;
}

#sidebar .sidelinks {
	list-style-type: disc;
	list-style-position:inside;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	font-size:12px;
}

#sidebar .sidelinks li {
	border-bottom: 1px solid #e8e2d6; /* White border beneath each menu item link, to add depth */
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	color: #333;
}

#sidebar .sidelinks li a{

	color: #333;
	text-decoration: underline;
}

#sidebar .sidelinks li a:visited, #sidebar .sidelinks li a:active{
	color: #333;
}

#sidebar .sidelinks li a:hover{
	color: #108bcd;
}



/* Footer */
#footer {
	clear: left;
	width: 100%;
	color: #333;
	padding: 22px 0 0;
	background:url(images/footer-bg.gif) top repeat-x;
}
#footer h4 {
	font-size: 18px;
	color: #1b1610;
	font-weight: bold;
	margin:0 0 6px 10px;
	width:470px;
	float:left;
}

#footer a {
	color: #333;
}
#footer .footerlinks {
	font-size:11px;
	margin: 0;
	padding: 0 10px;
	width: 220px;
	float:left;
}

#footer .footerlinks li {
	padding: 1px 0; /* Vertical (top/bottom) padding for each menu link */
	color: #333;
}

#footer .footerlinks li a{
	color: #333;
	text-decoration: underline;
}

#footer .footerlinks li a:visited, #footer .footerlinks li a:active{
	color: #333;
}

#footer .footerlinks li a:hover{
	color: #108bcd;
}
#footer .privacy {
	padding:10px;
	text-align:right;
	background:url(images/footer-logo.gif) left no-repeat;
	height:14px;
	margin:25px 0 15px;
	
}
#disclaimer {
	background-color:#211e1a;
}
#disclaimer .text {
	margin:0 auto;
	width:960px;
	font-size:10px;
	color:#FFF;
	padding:15px 0;
}


/* Other */
.feature {
	background-color:#f7f6f4;
	border:solid 1px #e8e2d6;
	padding:20px;
	margin:15px 0;
}

.insuranceblock {
}

.insuranceblock .item {
	margin-right:10px;
	width:125px;
	float:left;
}
.insuranceblock .item img {
	margin-bottom:5px;
}
.insuranceblock .item .button {
	width : 125px;
	height : 38px;
	background:url(images/get-your-quote.gif) no-repeat;
	margin: 0 0 5px;
}
.insuranceblock .item .button a {
	display : block;
	height : 38px;
	text-indent : -9999px; 
}
.insuranceblock .item .button a:hover {
	background:url(images/get-your-quote-over.gif) no-repeat; 
}

.insuranceblock .norightmargin {
	margin-right:0;
}
#getaquote #jumpmenu {
	width: 170px;
	color:#666;
}

.bottommargin {
	margin-bottom:10px;
}

.clearfloat { /* class to fully contain float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

