@import url("reset.css");
@import url("menu.css");

/*********************** Default Styles *********************/

body {
	background: #fff;
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
}
a {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #014a5b;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
p { padding: 9px 0 }
h1 {
	font: bold 30px/34px Helvetica, Arial, Verdana, sans-serif;
	color: #014a5b;
}
h2 {
	padding: 12px 0 2px;
	font: bold 24px/24px Helvetica, Arial, Verdana, sans-serif;
	color: #014a5b;
}
h3 {
	clear: both;
	margin: 4px 0;
	border-bottom: 2px solid #999;
	padding: 8px 0 0 16px;
	background: transparent url(../images/h3-bg.gif) no-repeat 1px 14px;
	font: bold 16px/20px Arial, Verdana, sans-serif;
	color: #002b34;
	text-decoration: none;
}
h3 a {
	display: block;
	font: bold 16px/20px Arial, Verdana, sans-serif;
	color: #002b34;
	text-decoration: none;
}

/*********************** Page Styles *********************/

	/* Layout section */
#wrap {
	width: 850px;
	margin: 0 auto;
}
	/* Header section */
#header {
	position: relative;
	height: 83px;
}
.logo {
	position: absolute;
	top: 14px;
	left: 16px;
}

.truste-seal {
    float: right;
    margin-right: -4px;
    padding-top: 19px;
}

	/* Content section */
#content {
	border-left: 1px solid #dad3cd;
	border-right: 1px solid #dad3cd;
	float: left;
	width: 848px;
}
#contentTop {
	display: block;
	height: 10px;
	background: transparent url(../images/content-top.gif) no-repeat 0px 0px;
}
#contentBottom {
	display: block;
	height: 10px;
	background: transparent url(../images/content-bottom.gif) no-repeat 0px 0px;
}
.content {
	float: left;
	padding: 0 0 9px 9px;
	width: 580px;
}
.sidebar {
	float: right;
	padding: 0 9px 9px 0;
	width: 240px;
}
.innerPadding {
	padding: 5px 0 10px 10px;
}

	/* Footer section */
#footer {
	padding: 2px 18px 12px;
	text-align: right;
}
.footerMenu {
	padding: 10px 0;
}
.footerMenu,
.footerMenu a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
.copy {
	font-size: 11px;
	color: #333333;
}

	/* Lists */
.sidebarList {
	padding: 2px;
}
.sidebarList li,
.sidebarList li a {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	text-decoration: none;
	color: black;
}
.sidebarList li a.articleTitle {
	padding-bottom: 8px;
	display: block;
	font: bold 14px/16px Arial, Verdana, sans-serif;
	color: #01829f;
	float:left;
}
.sidebarList li a.sectionTitle {
	padding-bottom: 2px;
	display: block;
	font: bold 13px/14px Arial, Verdana, sans-serif;
	color: #01829f;
}

.sidebarList li span.articleBullet {
	color: black;
	font-size: 16px;
}
.sidebarList li a:hover{
	text-decoration: underline;
}
.sidebarList li a span, .sidebarList li span {
	font-weight: bold;
}
.smallLeft {
	width: 116px;
	float: left;
}
.list li {
	padding: 9px 0 9px 30px;
	background: transparent url(../images/bullet.gif) no-repeat 9px 14px;
}

.innerlist li {
	margin: 9px 0 9px 30px;
	list-style:disc;
}

	/* Quote Boxes */
.innerQuoteBox {
	height: 159px;
	background: transparent url(../images/qb-inner.jpg) no-repeat left top;
}
.inputZip {
	float: left;
	margin-top: 110px;
	margin-left: 291px;
	border: 0px solid white;
	width: 130px;
	font-size: 22px;
	text-align: center;
}
.quoteBoxHome {
	height: 70px;
	padding: 170px 0 10px 287px;
	background: transparent url(../images/qb-home.jpg) no-repeat 0px 0px;
}
.quoteBoxHome form input.qbhZip {
	margin: 0 0 2px 14px;
	border: none;
	width: 110px;
	height: 26px;
	background: none;
	font: normal 22px/26px Arial, Verdana, sans-serif;
	text-align: center;
}
.innerQuoteBox form input.goBtn,
.quoteBoxHome form input.qbhGo,
.innerQuoteBox form a.goBtn {
	border: none;
	width: 135px;
	height: 59px;
	background: transparent url(../images/qbh-btn.png) no-repeat 0px 0px;
	cursor: pointer;
}
.innerQuoteBox form input.goBtn{
	float: right !important;
	margin-top: 85px !important;
	margin-right: 13px !important;
	width: 116px !important;
	background:url(../images/qbin-btn.png) !important;
}
.innerQuoteBox form input.goBtn:hover, .quoteBoxHome form input.qbhGo:hover { background-position:0 -59px; }



.stateDropDown {
	width: 150px;
	margin: 20px 10px;
	border: 1px solid #BCBAA2;
}
.bt {
	display: block;
	padding: 4px 0;
	font: bold 14px/16px Arial, Verdana, sans-serif;
	color: black;
}
.breadcrumbs {
	margin-bottom:6px;
	font: normal 14px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
}
.breadcrumbs a {
	font: normal 14px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-decoration:none;
}
.breadcrumbs a:hover {
	font: normal 14px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-decoration:underline;
}

.disclaimerDiv {
	font: normal 11px/13px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	padding: 1px 0 5px 0;
}

a.disclaimerLink {
	font-style: italic;
	color:red;
}
ul.siteMap {
	padding-left: 0px;
}
ul.siteMap ul {
	padding-left: 20px;
}
ul.siteMap ul li {
	padding: 2px 0 2px 10px;
	list-style:disc;
}
.listCompanies { padding-bottom: 12px; }
.listCompanies li {
	padding: 2px 10px 2px 30px;
	background: url(../images/bullet1.gif) no-repeat 10px 7px;
}

/*********************** Form Data *********************/

.formEdit, .formHalfEdit, .formSmallEdit, .formLongEdit, .formTextarea, .formBigTextarea {
	border: 1px solid #185C81;
}
.formEdit { width: 190px; }
.formHalfEdit { width: 100px; }
.formSmallEdit { width: 60px; }
.formLongEdit { width: 160px; }
.formTextarea { height: 100px; width: 400px; }
.formBigTextarea { height: 150px; width: 100%; }

.formButton, .formSmallButton, .formLongButton {
	border: 1px solid #0fb6f7;
	background-color:#0fb6f7;
	font-weight: bold;
	color: #FFFFFF;
}
.formButton { height: 23px; width: 100px; }
.formSmallButton { height: 20px; width: 80px; }
.formLongButton { height: 30px; width: 120px; }

/*********************** Table Data *********************/

.tableBorder { border: 1px solid #2462AB; }
.tableBorderHeader {
	height: 27px;
	background-color: #DCDBBD;
	padding-left: 5px;
}
.tableHeader {
	height: 22px;
	background-color: #F1F1D8;
	padding-left: 5px;
}
.tableDataDark {
	background-color: #ECECEC;
	padding-left: 5px;
	height: 24px;
}
.tableDataLight {
	background-color: #FFFFFF;
	padding-left: 5px;
	height: 24px;
}

