/* Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, 
em, font, img, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* the rest of my stuff */

body {
	line-height: 1;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #dae2ea;
	position: relative;
}

#wrap {
	width: 956px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px #9a9b9a solid;
	border-right: 1px #9a9b9a solid;
	border-bottom: 1px #9a9b9a solid;	
}

#header {
	width: 945px;
	height: 118px;
	float: left;
	margin: 0 auto;
	background: url(../img/logo.gif) no-repeat;
}

.quickContact {
	float: right;
}

.primaryNav {
	width: 565px;
	height: 23px;
	margin: 0 0 0 319px;
	list-style: none;
	display: block;
	float: right;
}

.primaryNav li {
	display: inline;
	margin: 0 0 0 2px;
	background:url(../img/navLeft.gif) no-repeat;
	float: right;
}

/***NOT USED***
.primaryNav li.first {
	display: inline;
	margin-left: 2px;
	background:url(../img/navLeft.gif) left no-repeat;
}*/

.primaryNav li a {
	height: 16px;
	margin-left: 25px;
	padding: 4px;
	font: bold 14px Calibri, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	color: #878577;
	background:url(../img/navMid.gif) repeat-x;
	float: left;
}

.primaryNav li a:hover {
	color: #000;
}

span.navRightCap {
	width: 6px;
	height: 23px;
	background:url(../img/navRt.gif) no-repeat;
	float: left;
}

#flashContainer {
	width: 935px;
	margin: 0 auto;
}

#readyApply {
	height: 33px;
	width: 935px;
	margin: 0 auto;
	background: #1d59a1;
}
#readyText{
	height: 19px;
	padding: 6px;
	color: #fff;
	font: 18px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#wrapContainer {
	width: 735px;
	height: 200px;
	margin: 0 auto;
	float: left;
}


h1 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background: #4472AE;
	margin: 10px 10px 0 12px;
	padding: 6px;
}

h3 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #4472AE;
	margin: 15px 0 0 10px;
}


h4 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #6ba925;
}


p {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #3e3e3e;
	margin: 10px 20px 0 12px;
}

td {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #3e3e3e;
}


hr {
	width: 935px;
	margin: 10px 10px 10px 10px;
	height: 1px;
	background-color: #9a9b9a;
	border: 0;
}

#colTitle{
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #2a5298;
	margin: 10px 0 0 20px;
}


#colText{
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #3e3e3e;
	margin: 10px 0 0 20px;
}

.mainBox {
	width: 230px;
	margin: 10px 0 0 0;
	float: left;
	display: inline;
}

.mainBoxMiddle {
	width: 230px;
	height: 85px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
	border-left: 1px #9a9b9a solid;
}

.mainBoxRight {
	width: 240px;
	height: 85px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
	border-left: 1px #9a9b9a solid;
	border-right: 1px #9a9b9a solid;
}

#instantQuote{
	width: 207px;
	height: 176px;
	margin: 10px 0 0 0;
	float: left;
}

#contentContainer {
	background: #fff;	
}

#quoteSubpage{
	width: 955px;
	float: left;
}


#leftSubpage{
	width: 705px;
	border-right: 1px #9a9b9a solid;	
	float: left;
}

#rightSubpage{
	width: 235px;
	margin: 0 15px 7px 0;
	float: left;
}

#footer {
	height: 27px;
	width: 935px;
	margin: 5px 10px 10px 10px;
	background: #e3e3d9;
}

#footerText{
	height: 14px;
	padding: 7px;
	color: #878577;
	font: 12px Arial, Helvetica, sans-serif;
}

