
/* 
CSS by Reid Stott http://reidstott.com/
Revised 16:53 10/6/2009

TOC
	Tags/Reset
	Structure
		Grid Divs & Combos
	Typography
		Paragraphs
		Headings
		Lists
		Links
		Font trimmings
		Images
	Header
	Nav
	Main
	Footer
Colors Used:	
dark blue:	#222969
medium blue:	#7789aa
light blue:	#bbccdd
light gray: 	#e9e9e9
red:		#990000
gold:		#f9c933
*/
/* ----------------------------------------------------------------------- */
/* -------------------------- Tags / Reset ------------------------------- */
/* ----------------------------------------------------------------------- */
body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 62.5%;
	line-height: 140%;
	color: #222222;
	background: #7789aa;
	text-align: center;
        margin: 0;
        padding: 0;
	}
html {
	font-size: 100.01%
        margin: 0;
        padding: 0;
	height: 100%;
	margin-bottom: 1px;
	}
h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, dt, dd, pre, form, fieldset, input, textarea, td {
        margin: 0px;
        padding: 0px;
	font-weight: normal; 
	}
li, blockquote {
        margin-left: 15px;
	}
ol, ul { 
	list-style:none; 
} 
p { 
	margin: 0px 0px 1em 0px;
	}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr, acronym, fieldset, img { 
	border: 0; 
	} 
a {
	color: #3344aa;
	text-decoration: none;
	}
a:visited {
	color: #7744bb;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Structure -------------------------------- */
/* ----------------------------------------------------------------------- */
#wrap {
	text-align: center;
	background-image: url(../gfx/mainback1.jpg);
	background-repeat : repeat-y; 
	background-position : center top; 
	}
#container {
	width: 919px;
	margin: 0 auto;
	}
div.hr {
	clear: both;
	}
div.hr hr {
	display: none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
/* |||||||||||||||||||||||||||||||||| */
/*            GRID DIVS               */
/* |||||||||||||||||||||||||||||||||| */
/* COMBOS THAT WORK
180 + 700 | 220 + 660 | 260 + 620 | 300 + 580 | 340 + 540 | 380 + 500 | 400 + 460 | 440 + 440
180 + 500 + 180 | 220 + 400 + 220 | 260 + 340 + 260 | 300 + 260 + 300 
   COMBOS THAT WORK */
/* Set common styles - all grid divs must be assigned this class */
.generic {
	float: left;
	margin-bottom: 1em;
}
/* this class must be given to a grid div that is the first in a horizontal series */
.break, .clear {
	clear: both;
}
/* this class must be given to a grid div that is the last in a horizontal series */
.end {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.grid180 {
	width: 180px;
	margin-right: 20px;
}
.grid220 {
	width: 220px;
	margin-right: 20px;
}
.grid260 {
	width: 260px;
	margin-right: 20px;
}
.onethird {
	width: 285px;
	margin-right: 20px;
	}
.grid300 {
	width: 300px;
	margin-right: 20px;
}
.grid340 {
	width: 340px;
	margin-right: 19px;
}
.grid380 {
	width: 380px;
	margin-right: 20px;
}
.grid420 {
	width: 420px;
	margin-right: 20px;
}

.grid440, .onehalf {
	width: 440px;
	margin-right: 20px;
}
.grid460 {
	width: 460px;
	margin-right: 20px;
}
.grid500 {
	width: 500px;
	margin-right: 20px;
}

.grid540 {
	width: 540px;
	margin-right: 20px;
}
.grid580 {
	width: 580px;
	margin-right: 20px;
}
.grid620 {
	width: 620px;
	margin-right: 20px;
}

.grid660 {
	width: 660px;
	margin-right: 20px;
}
.grid700 {
	width: 700px;
	margin-right: 20px;
}
.grid900, .full {
	width: 900px;
	margin-right: 20px;
}
/* ----------------------------------------------------------------------- */
/* ------------------------ Typography Base ------------------------------ */
/* ----------------------------------------------------------------------- */
/*|||||||||||| PARAGRAPHS ||||||||||||| */
.generic p {
	font-size: 1.4em;
	line-height: 150%;
	margin-bottom: 1em;
	text-align: left;
}
/* Assign this class to the first paragraph in an article */
p.intro:first-line {
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/* |||||||||||||HEADINGS ||||||||||||||| */
h1, h2 {
	font-family:  "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	}
h1 {
	color: #000;
	font-size: 3.2em;
	margin-bottom: 0.6em;
	font-style:italic;
	line-height: 1.2em;
}
h2 {
	color: #000;
	font-size: 2.2em;
	font-weight: 900;
	margin-bottom: 0.9em;
	line-height: 0.9em;
}
h3 {
	color: #222969;
	font-size: 1.9em;
	font-weight: 900;
	margin-bottom: 1.2em;
	line-height: 1.2em;
	text-align: left;
}
h4 {
	color:#000;
	font-size: 1.6em;
	font-weight: 900;
	margin-bottom: 1.5em;
}
h5 {
	color:#000;
	font-size: 1.2em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
	font-variant: small-caps;
}
h6 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
}
/* ||||||||||||||| LINKS |||||||||||||| */
p a {
	color: #3344aa;
	text-decoration: none;
	border-bottom: 1px dotted #3344aa;
}
p a:hover {
	text-decoration:none;
}
h1 a {
	color:#000;
}
h1 a:hover {
	text-decoration:none;
}
li a {
	color: #3344aa;
	text-decoration: none;
	border-bottom: 1px dotted #3344aa;
}
li a:hover {
	text-decoration:none;
}
/* |||||||||||||||| LISTS |||||||||||||||| */
#main ul{
	margin-bottom: 1em;
	list-style-type: none;
}
#main ul li{
	font-size: 1.4em;
	line-height: 150%;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	padding-left: 23px;
	background-image: url(../gfx/green-check.jpg);
	background-repeat : no-repeat; 
	background-position : left center; 
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant: small-caps;
	list-style: none;
	color: #000;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 3em;
}
li > ul li, li > ol li {
	font-size: 1em;
}
ol{
	margin-bottom: 1.5em;
	list-style: decimal inside;
}
ol li{
	font-size: 1.4em;
	line-height: 150%;
	text-align: left;
}
/* |||||||||||||| FONT TRIMMINGS ||||||||||| */
blockquote p {
	font-size: 1.3em!important;
	line-height: 1.5em!important;
	margin-bottom: 1.5em!important;
	font-style: italic;
	font-weight: bold;
}
blockquote p cite {
	font-style: normal;
}
.generic strong.caps {
	font-variant:small-caps;
}
.generic em {
	font-style: italic;
	font-weight: inherit;
}
.amp { 
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}
abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor: help;
}
.clear{
	clear: both;
}
.floatright { 
	float:right;
	margin: 0 0 20px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
/* ||||||||||||||| IMAGES ||||||||||||||||||||| */
img {
	font-size: 1em;
}
img.imgleft { 
	font-size: 1em;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
}
img.imgright { 
	font-size: 1em;
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Header ----------------------------------- */
/* ----------------------------------------------------------------------- */
#header {
	height: 240px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../gfx/headback1.jpg);
	background-repeat: no-repeat;
	background-position : center top; 
	}
#fixed-head {
	width: 920px;
	height: 240px;
	margin: 0 auto;
	}
#innerhead {
	height: 199px;
	}
#fixed-head h1 {
	text-align: left;
	padding: 27px 0px 0px 275px;
	color: #222969;
	}
#fixed-head h1 span {
	font-style: normal;
	font-size: 0.7em;
	color: #990000;
	letter-spacing: 0.1em;
	}
#fixed-head h2 {
	font-size: 1.7em;
	text-align: left;
	margin: 10px 0px 0px 310px;
	line-height: 140%;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Nav -------------------------------------- */
/* ----------------------------------------------------------------------- */
div#nav {
	height: 40px;
	clear: left;
	}
div#nav ul {
	margin: 0;
	}
div#nav li {
	display: inline;
	margin: 0;
	}
div#nav li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 1.5em 0px 1.5em;
	font-weight: 900;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	}
div#nav li a:link,
div#nav li a:visited {
	color: #444;
	}
div#header div#nav li a:hover {
	color: #fff;
	background: #770000;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	}
body#home a#home-link:link,
body#home a#home-link:visited,
body#insurance a#insurance-link:link,
body#insurance a#insurance-link:visited,
body#points a#points-link:link,
body#points a#points-link:visited,
body#faq a#faq-link:link,
body#faq a#faq-link:visited {
	border-bottom: 5px solid #990000;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Main ------------------------------------- */
/* ----------------------------------------------------------------------- */
#main {
	}
body#home .margins {
	margin: 0px 0px 0px 75px;
	}
body#home .margins p {
	margin-right: 75px;
	}
.margins p.top {
	margin-top: 20px;
	}
div.green-button a:link,
div.green-button a:visited {
	display: block;
	float: left;
	width: 250px;
	background: #006633;
	color: #fff;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 150%;
	padding: 0.5em 0 0.5em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
div.green-button a:hover {
	text-decoration: none;
	background: #990000;
	}
/* ---------------------- interior pages --------------------------------- */
body.inside #wrap {
	text-align: center;
	background-image: url(../gfx/mainback2.jpg);
	background-repeat : repeat-y; 
	background-position : center top; 
	}
body.inside .margins {
	margin: 0px 30px 0px 50px;
	padding-top: 10px;
	}
#maincolumn {
	width: 630px;
	float: left;
	}
h2.title {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	}
#rightcolumn {
	width: 250px;
	height: 100%;
	float: right;
	background: #bbccdd;
	padding-top: 10px;
	}
#rightcolumn h2, #rightcolumn h3, #rightcolumn p, #rightcolumn ul {
	margin-right: 7px;
	margin-left: 10px;
	margin-bottom: 1em;
	text-align: left;
	}
#main #rightcolumn ul {
	margin-bottom: 1em;
	list-style-type: square;
}
#main #rightcolumn ul li{
	font-size: 1.4em;
	line-height: 150%;
	text-align: left;
	margin: 0 0 0 17px;
	padding-left: 0px;
	background: 0 none; 
}


	
/* ----------------------------------------------------------------------- */
/* ---------------------------- Footer ----------------------------------- */
/* ----------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../gfx/footback1.jpg);
	background-repeat: no-repeat;
	background-position : center bottom; 
	}
#fixed-foot {
	width: 920px;
	height: 130px;
	margin: 0 auto;
	}
#fixed-foot p {
	padding-top: 50px;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	}
