/* Stylesheet for Insurance Quote Guide */

/* Jello */
body {
	padding: 0 375px 0 375px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background: #F1DEEE;
	font-family:Verdana, Arial, sans-serif;
}
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}
#expander {
	background: white;
	margin: 0 -375px 0 -375px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 750px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}
/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */
/* helps IE get the child percentages right. */
#wrapper {width:100%;border:1px solid #36049A;} 
/* * * * * * * * * * * * * * * * * */
#sidebar {
	width: 20%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin-left: 6%;
}
#content {
	width: 64%;
	margin-right: 6%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
}
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* * * * Vicki's style starts here * * * */
/* Divs */
#masthead {width:100%;height:64px;background-color:#36049A;}
#mastlogo {width:auto;height:auto;}
#links728 {width:auto;height:auto;margin:5px auto 5px auto;}
#advert728 {width:auto;height:auto;margin:5px auto 2px auto;}
#intro {width:728px;height:auto;margin:2px auto 2px auto;}
#advert468 {width:auto;height:auto;margin:2px auto 2px auto;}
#links468 {width:auto;height:auto;margin:2px auto 2px auto;}
#footer {width:100%;height:auto;background-color:#36049A;margin-top:10px;clear:both;}
#tintbox {height:auto;width:450px;background-color:#F1DEEE;border:1px solid #36049A;padding:5px 5px 5px 8px;}
#linksnav {width:auto;height:auto;margin:0px;}

/* Headings */
h1, h2, h3 {text-align:left;margin:0;font-weight:bold;}
h1 {font-size:120%;color:#B8026D;}
h2 {font-size:90%;color:#B8026D;padding-top:8px;}
h3 {font-size:80%;color:#36049A;padding-top:8px;}

/* Paragraphs */
p, li {font-size:80%;color:#000;line-height:1.5em;text-align:left;margin:0;}
p {padding-bottom:8px;padding-top:8px;}
li {padding-bottom:0;}
ul, ol {margin-top:8px;}

/* Links */
a {text-decoration:underline;color:blue;margin:0;}
a.foot:link, a.foot:visited, a.foot:hover, a.foot:active {color:#fff}
a.nav:link, a.nav:visited {color:#36049A;text-decoration:none;font-weight:bold;}
a.nav:hover, a.nav:active {color:#B8026D;text-decoration:underline;font-weight:bold;}
a.navpink:link, a.navpink:visited, a.navpink:hover, a.navpink:active {font-weight:bold;color:#B8026D;text-decoration:none;}
a.subnav:link, a.subnav:visited {font-size:85%;color:#36049A;text-decoration:none;}
a.subnav:hover, a.subnav:active {font-size:85%;color:#36049A;text-decoration:underline;}
a.subnav2:link, a.subnav2:visited {font-size:85%;color:#36049A;text-decoration:none;}
a.subnav2:hover, a.subnav2:active {font-size:85%;color:#36049A;text-decoration:underline;}

/* Classes */
.summary {font-weight:bold;color:#36049A;padding-top:0;}
.navpinkcolon {font-weight:bold;color:#B8026D;padding:0 0 4px 8px;}
.subnav2a {padding:0 0 4px 23px;}
.nospaceabove {padding-top:0;}
.footer {font-size:70%;color:#fff;text-align:center;padding-bottom:2px;padding-top:2px;}
.image {border:2px solid #36049A;}
.h3bookmark {color:#36049A;text-decoration:none;}
.h1bookmark {color:#B8026D;text-decoration:none;}

/* Tables */
table {width:100%;}
#advert {margin:10px 0 10px 0;}
#carinsurancefirms {font-size:70%;line-height:1.5em;border:1px solid #F1DEEE;margin-top:8px;}
#carinsurancefirms td {padding: 2px 8px;}


/* Forms */
.field {border: 1px solid #000; background-color: #F1DEEE; color: #000;}
.formButton {border: 1px solid #000; background-color: #B8026D; color: #fff; padding: 3px 7px; font-weight: bold;}
div.row {font: 75% verdana, arial, sans-serif; color: #000; text-align: left; margin-bottom: 5px;}
div.row span.label {float: left; width: 20%; font-weight: bold; margin-top: 4px;}
div.row span.field {text-align: left; padding-bottom: 2px; padding-top: 2px;}
