@import "reset.css";

/*********************** Default */
body {
	background: #182e46 url(../images/body-bg.gif) repeat-x 0 0;
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
}
a {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}
h1 {
	clear: both;
	margin-bottom: 8px;
	background: transparent url(../images/hbg.gif) repeat-x left 100%;
	font: normal 18px/22px Georgia, serif;
	color: #961515;
}
h1 span {
	padding-right: 6px;
	background-color: #fff;
}
h2,
h2 a {
	margin-bottom: 8px;
	font: normal 18px/20px Georgia, serif;
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #ca1b00;
}
h3 {
	font: bold 14px/36px Georgia, serif;
	color: #000;
	text-transform: uppercase;
}
h3 span {
	font-size: 18px;
	color: #ca1b00;
}
sup {
	font-size: .8em;
}

/*********************** Help */
.btn {
	width: 254px;
	height: 45px;
}
.btn:hover {
	background-position: 0 -45px;
}

/*********************** Page */
#wrap {
	margin: 0 auto;
	width: 780px;
}
	/* Header section */
#header {
	position: relative;
	height: 80px;
	background: #182e46 url(../images/header-bg.jpg) no-repeat 0 0;
}
	/* Menu section */
#menu {
	padding-left: 2px;
	border-bottom: 3px solid #fff;
	height: 39px;
	background: #b01a10 url(../images/menu-bg.gif) repeat-x 0 0;
}
#menu li {
	float: left;
	padding-right: 1px;
	background: transparent url(../images/menu-div.gif) no-repeat right 13px;
}
#menu li a {
	display: block;
	float: left;
	padding: 11px 20px 12px;
	font: normal 15px/16px Georgia, serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #6d0c08;
}
#menu li a[title="Contact"] {
	background: none;
}
#menu li a:hover {
	margin: 2px 0;
	padding: 9px 20px 10px;
	background-color: #7b0606;
}
	/* Content section */
#content {
	padding: 5px 10px 30px;
	min-height: 200px;
	background: #fff url(../images/content-bg.gif) repeat-x 0 100%;
}
.main {
	width: 505px;
	float: left;
}
.sidebar {
	padding-top: 30px;
	width: 245px;
	float: right;
}
	/* Footer section */
#footer {
	position: relative;
	height: 76px;
	background: transparent url(../images/footer-bg.png) no-repeat 0 0;
	text-align: right;
}
.footerMenu {
	padding: 14px 10px 7px;
}
.footerMenu a {
	padding: 0 5px;
}
.footerMenu,
.footerMenu a {
	font: normal 13px/16px Georgia, serif;
	color: #819fc1;
	text-decoration: none;
}
.footerMenu a:hover {
	color: #fff;
}
.copy {
	font: normal 11px/14px Arial, Verdana, sans-serif;
	color: #fff;
	padding: 0 15px;
}
.logo {
	position: absolute;
	top: 7px;
	left: 9px;
}
.logoFooter {
	position: absolute;
	top: 10px;
	left: 13px;
}
.top-nav {
	float: right;
}
.top-nav li {
	float: left;
	width: 100px;
}
.top-nav li a {
	display: block;
	margin: 10px 0;
	padding: 18px 0 0 25px;
	height: 42px;
	font: normal 13px/16px Georgia, serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #182e46;
}
.top-nav li a span {
	color: #a2b5c5;
}
.top-nav li a:hover,
.top-nav li a:hover span {
	color: #fff;
}

/* Ratings */
.companyRating {
	position: relative;
	margin-bottom: 1em;
	height: 140px;
	background: transparent url(../images/company-rating-bg.gif) no-repeat 4px top;
}
.companyRating h3 {
	padding-left: 20px;
}
.companyRating p {
	padding-right: 25px;
	text-align: right;
	margin: 2px 0;
}
.brb,
.srb,
.srbTr {
	float: left;
	margin: 0 17px;
	width: 102px;
	height: 87px;
	background: transparent url(../images/brb-bg.png) no-repeat left top;
}
.brb em,
.srb em,
.srbTr em {
	padding: 10px 0 10px;
	display: block;
	font: bold 40px/40px "Arial Black", Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.brb span,
.srb span,
.srbTr span {
	padding-bottom: 4px;
	display: block;
	font: normal 11px/24px Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.srb,
.srbTr {
	margin: 0 15px 0 0;
	width: 75px;
	height: 62px;
	background-image: url(../images/srb-bg.png);
}
.srbTr {
	margin: 15px 15px 0 0;
	background-image: url(../images/srbtr-bg.png);
}
.srb em,
.srbTr em {
	padding: 4px 0 0;
	font: bold 30px/34px "Arial Black", Arial, Verdana, sans-serif;
}
.srb span,
.srbTr span {
	font: normal 10px/20px Arial, Verdana, sans-serif;
}
.brb.good,
.srb.good,
.srbTr.good {
	background-color: #59ade9;
}
.brb.bad,
.srb.bad,
.srbTr.bad {
	background-color: #d2331f;
}
.brb.na,
.srb.na,
.srbTr.na {
	background-color: #b4b4b4;
}
.ratingBox li {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	padding: 5px;
	width: 134px;
	height: 109px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	text-transform: uppercase;
}
.ratingBox h5,
.ratingBox h5 a {
	font: normal 13px/25px Georgia, serif;
	color: #000;
	text-decoration: none;
}
.ratingBox em {
	display: block;
	padding: 10px 0;
	font: bold 40px/40px "Arial Black", Arial, Verdana, sans-serif;
	color: #fff;
}
.ratingBox a.reviewsLink {
	font: bold 11px/16px Verdana, Arial, sans-serif;
	color: #01406d;
	text-decoration: none;
}
.ratingBox li.good {
	background: url(../images/rating-box-good.gif);
}
.ratingBox li.bad {
	background: url(../images/rating-box-bad.gif);
}
.ratingBox li.bad a.reviewsLink {
	color: #940705;
}
.ratingBox a:hover {
	text-decoration: underline;
}
.grt {
	padding: 0 2px 4px;
	font: normal 12px/18px Arial, Verdana, sans-serif;
	color: #999;
	text-align: right;
}
.companyInfo {
	font-weight: bold;
}

.reviewerInfo {
	clear: both;
	float: left;
	padding-right: 12px;
	width: 89px;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #7a898e;
	text-align: right;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}
.reviewerInfo {
}
.reviewerInfo strong {
	font: normal 11px/16px Georgia, serif;
	color: #101010;
}
.rcomm {
	position: relative;
	margin: 10px 0 10px 15px;
	padding: 10px 20px;
	width: 349px;
	background-color: #e6e6e6;
}
.rcomm.ics {
	margin-bottom: 70px;
	padding-bottom: 30px;
}
.rcomm h2,
.rcomm h2 a {
	font: normal 13px/16px Georgia, serif;
	color: #cf1d0b;
}
.rcomm p {
	color: #444;
}
.rcommTop,
.rcommBottom,
.rcommArrow {
	position: absolute;
	left: 0;
	display: block;
	width: 389px;
	height: 7px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.rcommTop {
	top: 0;
	background-image: url(../images/rcomm-top.gif);
}
.rcommBottom {
	bottom: 0;
	background-image: url(../images/rcomm-bottom.gif);
}
.rcommArrow {
	top: 15px;
	left: -27px;
	width: 27px;
	height: 23px;
	background-image: url(../images/rcomm-arrow.gif);
}
.icorSmall {
	position: absolute;
	bottom: -53px;
	left: 12px;
	padding: 7px 15px 13px;
	width: 331px;
	height: 61px;
	background: transparent url(../images/icor-small-bg.png) no-repeat left top;
}
.icorSmall .srbTr {
	margin: 0 2px;
}
/* End Ratings */

/* Quote Box */
.qb {
	position: relative;
	height: 120px;
	background: transparent url(../images/qb-bg.jpg) no-repeat left top;
}
.qbZip {
	position: absolute;
	top: 77px;
	left: 193px;
	width: 128px;
	height: 31px;
	background: #fff;
	border: 2px solid #25386d;
	font: normal 20px/33px Verdana, Arial, sans-serif;
	text-align: center;
}
.qbBtn {
	position: absolute;
	top: 68px;
	left: 339px;
	width: 106px;
	height: 52px;
	border: 0;
	background: url(../images/btn-qb.png);
}
#selectBox {
	position: absolute;
	top: 75px;
	left: 68px;
	width: 110px;
	background: transparent url(../images/sbc-bg.png) no-repeat left top;
	z-index: 1001;	/* Fix for IE */
}
#defTitle {
	padding: 2px;
	font: bold 16px/33px Arial, Verdana, sans-serif;
	text-indent: 5px;
	cursor: pointer;
}
#labCon {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	padding-bottom: 3px;
	display: none;
	background: transparent url(../images/lc-bg-open.png) no-repeat left bottom;
}
#selectBox label {
	display: block;
	width: 106px;
	margin: 0 2px;
	font: bold 16px/33px Arial, Verdana, sans-serif;
	text-indent: 5px;
	cursor: pointer;
}
#selectBox label:hover {
	background-color: #b2b2b2;
}
#selectBox input {
	position: absolute;
	top: 0px;
	visibility: hidden;
}
/* End quoteboxes */

/* Reviews */
.sbReviews dt {
	float: left;
	margin: 5px 0;
	padding-right: 3px;
	border-right: 1px solid #d4d4d4;
	width: 217px;
	color: #2a2a2a;
}
.sbReviews dd {
	margin: 5px 0;
	padding-right: 3px;
	float: right;
	clear: right;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
}
.sbReviews dd.good {
	color: #59ade9;
}
.sbReviews dd.bad {
	color: #d2331f;
}
.sbReviews dd.na {
	color: #b4b4b4;
}
.reviewLinks {
	text-align: right;
}
.reviewLinks a {
	font-weight: bold;
	color: #ca1b00;
	text-decoration: none;
}
.reviewLinks a:hover {
	text-decoration: underline;
}
/* End Reviews */

/* Lists */
ol {
	padding: 0 10px 2px 30px;
}
.main ul {
	padding: 0 10px 2px 30px;
}
.main  li {
	padding: 0 0 4px;
	list-style: disc;
}
.sitemapList {
	width: 320px;
}
.sitemapList ul {
	padding: 0 10px 30px;
}
.sitemapList ul li a {
	display: block;
	padding: 0 5px 1px 20px;
	background: transparent url(../images/arrow-grey.png) no-repeat 4px 6px;
	font: bold 14px/17px Georgia, serif;
	color: #005399;
	text-decoration: none;
}
.sitemapList ul li a:hover {
	background: #005399 url(../images/arrow-white.png) no-repeat 4px 6px;
	color: #fff;
}
ul.listStates {
	padding: 0;
}
ul.listStates li {
	float: left;
	width: 190px;
}
ul.listStates li a {
	display: block;
	margin: 2px;
	padding: 4px 5px 4px 20px;
	background: transparent url(../images/arrow-grey.png) no-repeat 4px 9px;
	font: bold 14px/16px Georgia, serif;
	color: #005399;
	text-decoration: none;
}
ul.listStates li a:hover {
	background: #005399 url(../images/arrow-white.png) no-repeat 4px 9px;
	color: #fff;
}
ul.listArticles {
	padding: 0;
}
ul.listArticles li {
	padding: 4px 5px 4px 20px;
	background: transparent url(../images/arrow-grey.png) no-repeat 4px 9px;
	list-style: none;
}
ul.listArticles li a {
	font: normal 13px/16px Arial, Verdana, sans-serif;
	color: #005399;
	text-decoration: none;
}
ul.listArticles li a:hover {
	color: #000;
	text-decoration: underline;
}
.companyList {
	margin-bottom: 1em;
	border: 5px solid #e8edf0;
	padding: 11px 0px 11px 10px;
	background-color: #dbe3e8;
}
.companyList ul {
	width: 114px;
	float: left;
}
.companyList ul.second {
	width: 110px;
}
.companyList ul a {
	font: normal 14px/18px Georgia, serif;
	color: #005399;
	text-decoration: none;
}
.companyList ul li.selected a {
	color: #c62d1c;
	font-weight: bold;
	letter-spacing: -1px;
}
.companyList ul a:hover {
	text-decoration: underline;
}
/* End Lists */

/* Buttons */
.btnBack {
	display: block;
	margin: 12px 0 2;
	padding: 6px 12px;
	width: 80px;
	font: bold 12px/16px Arial, Verdana, sans-serif;
	color: #005399;
	text-decoration: none;
}
.btnBack span {
	font-size: 14px;
}
.btnBack:hover {
	color: #000;
}
input.btnAgentSubmit,
.btnSubmitReview {
	display: block;
	border: 0;
	width: 203px;
	height: 39px;
	background-image: url(../images/btn-submit-review.gif);
}
.btnSubmitReview {
	margin-top: 91px;
}
input.btnAgentSubmit {
	width: 140px;
	background-image: url(../images/btn-agent-review.gif);
}
input.btnAgentSubmit:hover,
.btnSubmitReview:hover {
	background-position: 0 -39px;
}
/* End Buttons */

/* Messages */
.topText {
	padding: 10px 0 0;
	font: bold 12px/18px Verdana, Arial, sans-serif;
	color: #000;
}
.disclaimer {
	margin-bottom: 1em;
	padding: 9px;
	background-color: #f3f6f7;
	font: normal 11px/15px Arial, Verdana, sans-serif;
	color: #005399;
	text-align: justify;
}
.message {
	border-top: 2px solid #d93e32;
	border-bottom: 2px solid #d93e32;
	padding: 10px 20px;
	background-color: #faeeed;
	font: bold 14px/18px Georgia, serif;
	color: #a4110b;
	text-shadow: 0 1px 0 #fff;
}
.message a {
	font: bold 14px/18px Georgia, serif;
	color: #a4110b;
}
.breadCrumbs {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	background: transparent url(../images/bread-bg.gif) no-repeat left top;
	overflow: hidden;
}
.breadRight {
	height: 18px;
	padding: 0 12px 2px 0;
	background: transparent url(../images/bread-bg-right.gif) no-repeat right top;
}
.breadCrumbs,
.breadCrumbs a {
	font: normal 11px/16px Verdana, Arial, sans-serif;
	color: #23466a;
	text-shadow: 0 1px 0 #eaf5ff;
	
}
/* End Messages */

/* Popups */
.popTable th {
	width: 105px;
	height: 35px;
	text-align: right;
	font-weight: normal;
	line-height: 35px;
}
.ptLeft {
	float: left;
	width: 302px;
}
.ptRight {
	float: right;
	width: 342px;
}
.ptLeft th,
.ptRight th {
	width: 115px;
	height: 35px;
	text-align: right;
	font-weight: normal;
}
.ptLeft h2,
.ptRight h2 {
	text-transform: capitalize;
	text-align: center;
}
.fePop,
.flePop,
.taPop,
.tasPop {
	margin: 0 8px;
	background-color: #f5f5f5;
	border: 1px solid #9d9d9d;
}
.fePop {
	width: 169px;
}
.flePop {
	width: 518px;
}
.taPop {
	margin-top: 5px;
	width: 518px;
	height: 100px;
}
.tasPop {
	margin-top: 5px;
	width: 220px;
	height: 110px;
}
.rtBPop {
	padding: 7px 9px;
	width: 319px;
	height: 116px;
	background: transparent url(../images/rtbpop.gif) no-repeat left top;
}
p.titleText {
	font-size: 14px;
}
.tSm,
.rtBPop p {
	padding: 0;
	margin: 0;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #99a4aa;
	text-align: center;
}
.tSm {
	text-align: right;
}
.rtBPop th {
	padding-right: 5px;
	width: 110px;
	height: 25px;
	line-height: 25px;
}
.rtBPop label {
	display: block;
	width: 34px;
	height: 25px;
	background: transparent url(../images/rsbox.png) no-repeat 0 0;
	font: bold 13px/25px "Arial Black", Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.rtBPop label:hover {
	background-position: 0 -25px;
}
.rtBPop label.selBlue {
	background-position: 0 -50px;
}
.rtBPop label.selRed {
	background-position: 0 -75px;
}
.rtBPop input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
/* End Popups */

/* News */
.newsDate {
	display: block;
	margin-bottom: 6px;
	color: #878787;
}
.newsParagraph {
	margin-bottom: 2em;
}
.pagination {
	width: 310px;
	margin: 10px auto;
	text-align: center;
}
.pagination a,
.pagination span {
	font-weight: bold;
}
.pagination span {
	color: #666;
}
.reviewsPagination {
	float: right;
	padding: 4px 10px;
	width: 290px;
	background: transparent url(../images/review-paging-bg.gif) no-repeat left top;
}
/* End News */

.contactTable {
	width: 500px;
}
.contactTable td {
	padding:3px;
}
.tableBorder {
	margin: 10px 10px;
	border: 2px solid #991811;
}
.tableBorder td {
	padding: 4px;
}

/********************************** */


