/************************ fonts */
@font-face {
    font-family: 'HelveticaBlackRegular';
    src: url('/fonts/helveticablack-webfont.eot');
    src: url('/fonts/helveticablack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticablack-webfont.woff') format('woff'),
         url('/fonts/helveticablack-webfont.ttf') format('truetype'),
         url('/fonts/helveticablack-webfont.svg#HelveticaBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************** Default */
body {
	background: #fff;
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
}
a {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
}
h1 {
	margin-bottom: .2em;
	font: bold 24px/30px Verdana, Arial, sans-serif;
	color: #36c;
}
hr {
	margin: 0;
	background: #828ba8;
	color: #828ba8;
	height: 4px;
}

/*********************** Layout */
#wrap {
	margin: auto;
	width: 750px;
}
#popWrap {
	margin: auto;
	padding: 2px;
	border: 1px solid #596380;
	width: 550px;
}
header {
	position: relative;
	height: 76px;
}
#content {
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #595957;
	background: #f3f3f3 url(../images/bg-content.gif) repeat-y 0 0;
}
#innerContent {
	padding: 0 0 10px 10px;
	background: transparent url(../images/bg-content-top.gif) no-repeat 0 0;
}
#content.homepage {
	border: 2px solid #595957;
	padding: 10px 8px;
	background: #f3f3f3;
}
.main {
	float: left;
	padding-top: 5px;
	width: 550px;
}
.sidebar {
	float: right;
	padding-top: 5px;
	width: 180px;
}
footer {
	padding: 8px;
	font: normal 10px/16px Verdana, Arial, sans-serif;
	color: #2b2b2b;
	text-align: center;
}

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

/* Quoteboxes */
#qbContent {
	position: relative;
	margin-bottom: 1em;
	width: 550px;
	height: 138px;
	background: url(../images/bg-qb-content.jpg);
}
#qbHome {
	position: relative;
	margin-bottom: 9px;
	width: 750px;
	height: 246px;
	background: url(../images/bg-qb-header.jpg);
}
#qbHome a {
	position: absolute;
	width: 111px;
	height: 48px;
	background-image: url(../images/sprite-qb-homq-buttons.png);
}
#qbContent a {
	position: absolute;
	width: 103px;
	height: 43px;
	background-image: url(../images/sprite-qb-content-buttons.png);
}
#qbHome .am100 { top: 92px; left: 519px; background-position: 0 0 }
#qbHome .am200 { top: 92px; left: 630px; background-position: 0 -48px }
#qbHome .am300 { top: 140px; left: 519px; background-position: 0 -96px }
#qbHome .am500 { top: 140px; left: 630px; background-position: 0 -144px }
#qbHome .am1000 { top: 188px; left: 519px; background-position: 0 -192px }
#qbHome .am1500 { top: 188px; left: 630px; background-position: 0 -240px }
#qbHome .am100:hover { background-position: -111px 0 }
#qbHome .am200:hover { background-position: -111px -48px }
#qbHome .am300:hover { background-position: -111px -96px }
#qbHome .am500:hover { background-position: -111px -144px }
#qbHome .am1000:hover { background-position: -111px -192px }
#qbHome .am1500:hover { background-position: -111px -240px }
#qbContent .am100 { top: 49px; left: 240px; background-position: 0 0 }
#qbContent .am200 { top: 49px; left: 343px; background-position: 0 -43px }
#qbContent .am300 { top: 49px; left: 446px; background-position: 0 -86px }
#qbContent .am500 { top: 92px; left: 240px; background-position: 0 -129px }
#qbContent .am1000 { top: 92px; left: 343px; background-position: 0 -172px }
#qbContent .am1500 { top: 92px; left: 446px; background-position: 0 -215px }
#qbContent .am100:hover { background-position: -103px 0 }
#qbContent .am200:hover { background-position: -103px -43px }
#qbContent .am300:hover { background-position: -103px -86px }
#qbContent .am500:hover { background-position: -103px -129px }
#qbContent .am1000:hover { background-position: -103px -172px }
#qbContent .am1500:hover { background-position: -103px -215px }

/* Navigation */
#sideNav ul {
	border-bottom: 1px solid #d1d1ce;
}
#sideNav li {
	border-top: 1px solid #7faabf;
	border-bottom: 1px solid #265165;
	background: #357999;
}
#sideNav li:first-child {
	border-top: none;
}
#sideNav a {
	display: block;
	padding-left: 18px;
	background: transparent url(../images/bullet-white-arrow.png) no-repeat 7px 13px;
	font: bold 12px/33px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#sideNav li.selected {
	margin-left: -7px;
	padding-left: 7px;
	border-top: 1px solid #e69838;
	border-bottom: 1px solid #b2752b;
	background: #e69838 url(../images/bg-sidenav-item-selected.gif) repeat-x 0 100%;
}
#mainNav {
	position: relative;
	top: 1px;
	padding-bottom: 3px;
	height: 38px;
	background: transparent url(../images/bg-main-nav.gif) no-repeat 0 0;
}
#mainNav li {
	float: left;
	padding: 2px 0;
	font: bold 12px/34px Verdana, Arial, sans-serif;
	color: #fff;
}
#mainNav a {
	float: left;
	display: block;
	padding: 0 31px 0 30px;
	font: bold 12px/34px Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover { text-decoration: underline; }
#footerNav a {
	padding: 0 2px;
	font: normal 10px/16px Verdana, Arial, sans-serif;
	color: #2b2b2b;
	text-transform: lowercase;
}

/* Disclaimer */
.disclaimer {
	margin-bottom: 1em;
	border: 1px dotted #cc1a1a;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: justify;
}

/* Copyright */
#copy { font-weight: bold }

/* Logo */
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	text-decoration: none;
}
.logo span {
	font: normal 30px/30px HelveticaBlackRegular, Arial, Verdana, sans-serif;
	color: #017fb9;
	letter-spacing: -2px;
}
.logo .g { color: #3b9435 }
.logo .o { color: #e79938 }
.logo .d {
	padding-left: 2px;
	font: normal 12px/30px HelveticaBlackRegular, Arial, Verdana, sans-serif;
	color: #414141;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.secure {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 115px;
	height: 55px;
}

/* Forms and tables */
.reviewBox,
.ratingBox {
	margin-bottom: 1em;
	width: 100%;
}
.reviewBox {
	width: 549px;
}
.reviewBox th,
.ratingBox th {
	padding: 0 10px;
	background: #2b69b7;
	font: bold 13px/24px Verdana, Arial, sans-serif;
	color: #fff;
	text-align: left;
}
.ratingBox td {
	padding: 1px 1px 2px;
	line-height: 16px;
}
.reviewBox td {
	padding: 0;
}
td.innerReviewBox {
	padding: 4px 8px;
}
.whiteTxtSm {
	font: bold 10px/24px Verdana, Arial, sans-serif;
	color: #fff;
}
.whiteTxtSm a {
	font: bold 10px/12px Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
.whiteTxtSm a:hover {
	text-decoration: underline;
}
.whiteTxtLinksSm a {
	display: block;
	margin-bottom: 8px;
	width: 62px;
	height: 28px;
	font: bold 10px/14px Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
.whiteTxtLinksSm a:hover {
	text-decoration: underline;
}
.blueTxt {
	padding-top: 20px;
	font: bold 16px tahoma, verdana, arial, sans-serif;
	color: #2B69B7;
}
td.singleReview {
	padding-right: 8px;
	width: 162px;
}
.reviewHeader a {
	color: #F60;
}
.reviewText {
	padding: 2px 0 12px;
}
.reviewRating {
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #666;
}
.reviewPosted {
	font: normal 11px/16px Arial, Verdana, sans-serif;
}
.starY, .starW {
	float: left;
	width: 19px;
	height: 18px;
	background: transparent url(../images/stary.gif) no-repeat 0 0;
}
.starW {
	background-image: url(../images/starw.gif);
}
.tableBorder {
	border: 1px solid #bcbaa2;
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 1px;
}
.linkBack {
	font: bold 12px/16px Arial, Verdana, sans-serif;
	color: #f40;
}
.formEdit {
	border: 1px solid #bcbaa2;
	width: 250px;
	background-color: #fff;
	font: normal 12px/16px Arial, Verdana, sans-serif;
}
.formHalfEdit {
	border: 1px solid #bcbaa2;
	width: 100px;
	background-color: #fff;
	font: normal 12px/16px Arial, Verdana, sans-serif;
}
.formBigTextarea {
	border: 1px solid #bcbaa2;
	height: 100px;
	width: 400px;
	background-color: #fff;
	font: normal 12px/16px Arial, Verdana, sans-serif;
}
.formButton {
	border: 1px solid #0de207;
	height: 23px;
	width: 100px;
	background: #007e12;
	font: bold 13px/16px Arial, Verdana, sans-serif;
	color: #fff;
	cursor: pointer;
}

/* Popups */
.popHead {
	background: #2b69b7;
	font: bold 12px/25px tahoma, arial, verdana,sans-serif;
	color: #fff;
	text-indent: 25px;
}
.popupBody {
	padding: 0 10px;
	font: normal 12px/16px Arial, Verdana, sans-serif;
}
.popupBody td {
	font: normal 12px/16px Arial, Verdana, sans-serif;
}

/* Breadcrumbs */
.breadcrumbs a,
.breadcrumbs {
	font: normal 10px/16px Verdana, Arial, sans-serif;
	color: #757575;
}
.breadcrumbs {
	padding-bottom: 5px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #357999;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/************************* Framework */

/* Box model */
.blk { display: block }
.inl { display: inline }
.left { float: left }
.right { float: right }
.clear { clear: both }
.clL { clear: left }
.clR { clear: right }

/* Typography */
.fwB { font-weight: bold }
.fsO { font-style: oblique }
.taR { text-align: right }
.taL { text-align: left }
.taC { text-align: center }
.tdU { text-decoration: underline }
.tdN { text-decoration: none }
.ir { font-size: 0; line-height: 0; text-indent: -9999px }

/* Generic image button - can be applied to "a", "button" or "input[type=submit]" */
.btn { display: block; border: 0; background-repeat: no-repeat; background-position: 0 0; background-color: transparent; font-size: 0; line-height: 0; text-indent: -1000em; cursor: pointer }

/* Buttons */

/*
	End of css file
**********************************************************/
