@import "reset.css";

/*********************** Fonts */
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'BebasRegular';
	src: url('/fonts/bebas___-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'BebasRegular';
	src: url(//:) format('no404'),
		url('/fonts/bebas___-webfont.woff') format('woff'),
		url('/fonts/bebas___-webfont.ttf') format('truetype'),
		url('/fonts/bebas___-webfont.svg#webfont2IW4PzTQ') format('svg');
	font-weight: normal;
	font-style: normal;
}

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


/*********************** Default */
body {
	background: #fff url(/images/bg-body.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,
h2 {
	margin-bottom: 8px;
	font: normal 31px/36px SerifaBTRoman, BebasRegular, Verdana, sans-serif;
	color: #103965;
	text-transform: uppercase;
}
h2,
h2 a,
h2 strong,
h2 em {
	font: normal 18px/24px SerifaBTRoman, BebasRegular, Verdana, sans-serif;
	color: #103965;
	text-decoration: none;
}
h2 em,
h2 a {
	color: #000;
}
h2 a:hover {
	color: #393988;
}
h1 span,
h2 span {
	color: #9f9f9f;
}
h1 span em,
h1 span strong,
h2 span em,
h2 span strong {
	color: #393988;
	font-style: normal;
}
h3,
h3 a {
	font: bold 14px/18px Arial, Verdana, sans-serif;
	color: #000;
}
h4 {
	padding: 6px 0;
	font: bold 16px/20px Verdana, Arial, sans-serif;
	color: #136895;
}
/*********************** Layout */
#wrap,
#footerWrap {
	margin: auto;
	width: 880px;
}
header {
	position: relative;
	margin-bottom: ;
	margin-bottom: 14px;/*old - 1px*/
	height: 84px;
	background: #393988 url(/images/bg-header.jpg) no-repeat 0 0;
}
aside {
	float: right;
	padding-bottom: 20px;
	width: 220px;
}
#content {
	float: left;
	padding-bottom: 20px;
	width: 650px;
}
footer {
	border-top: 3px solid #020456;
	background: #f0f0f0;
}
table {
	margin-bottom: 20px;
}

/* Secure */
.secure {
	position: absolute;
	right: 2px;
	bottom: 0;
	width: 125px;
	height: 60px;
}

.veriSign {
	position:absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 72px;
}

.disclimer {
	position: absolute;
	/*top: 27px;*/
	top: 30px;
	left: 302px;
	width: 568px;
	height: 64px;
	font: normal 11px/13px Arial, Verdana, sans-serif;
	color: #333;
}
/****************** Page Styles */



/* By State box in sidebar */
.byStatesBox {
	padding: 12px 8px;
	background: #070766;
}
.byStatesBox ul {
	padding: 12px 0 0 3px;
	width: 97px
}
.byStatesBox a, .byStatesBox span {
	font-weight: bold;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
}
.byStatesBox a:hover {
	text-decoration: underline;
}

/* List of articles */
.hpArticles li {
	float: left;
	padding: 8px 0 8px 5px;
	width: 310px;
}
.hpArticles li.first {
	width: 630px;
}
.hpArticles img {
	border: 1px solid #9f9f9f;
}
.hpArticles a {
	display: block;
	float: left;
	margin: 2px 4px 0 0;
}
.hpArticles p {
	margin: 0;
	line-height: 14px;
}
.hpArticles p a {
	float: none;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	color: #103965;
	text-decoration: none;
}
.hpArticles a:hover {
	text-decoration: underline;
}

/* Company table */
.companies td {
	padding-bottom: 1px;
}
.companies a,
.companies span {
	display: block;
	padding: 2px 17px 2px 13px;
	width: 170px;
	height: 13px;
	background: transparent url(/images/bg-table-companies.gif) no-repeat 0 0;
	line-height: 13px;
	text-decoration: none;
}
.companies .even a,
.companies .even span {
	background-position: 0 -17px;
}
.companies dl {
	height: 13px;
	background: transparent url(/images/company-list-dots.png) repeat-x 0 10px;
	cursor: pointer;
}
.companies dt {
	float: left;
	padding-right: 2px;
	background: #fafcf2;
	cursor: pointer;
}
.companies dd {
	float: right;
	padding-left: 2px;
	background: #fafcf2;
	font-weight: bold;
	cursor: pointer;
}
.companies .even dt,
.companies .even dd {
	background: #fef8f2;
}
.companies a:hover {
	background-position: 0 -34px;
}
.companies a:hover dt,
.companies a:hover dd {
	background: #d0e186;
}
.companies .even a:hover {
	background-position: 0 -51px;
}
.companies .even a:hover dt,
.companies .even a:hover dd {
	background: #fcba80;
}

/* Quoteboxes */
.qbHome {
	position: relative;
	margin-bottom: 14px;
	width: 880px;
	height: 210px;
	background: transparent url(/images/bg-quotebox-homepage.jpg) no-repeat 0 0;
}
.qbHome input {
	position: absolute;
	top: 137px;
	left: 332px;
}
.qb {
	position: relative;
	margin: auto;
	width: 536px;
	height: 147px;
	background: transparent url(/images/qb-bg.jpg) no-repeat 0 0;
}
.qb .btnGetCash {
	position: absolute;
	top: 104px;
	left: 337px;
}
.boxGettingCash {
	position: relative;
	margin-bottom: 12px;
	width: 220px;
	height: 170px;
	background: transparent url(../images/fast-easy-cash.gif) no-repeat left top;
}
.boxGettingCash .btnGetCash {
	position: absolute;
	top: 121px;
	left: 24px;
}

/* Footer navigation */
.footerNav {
	padding: 10px 0 20px;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
}
.footerNav a {
	padding: 0 3px;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
}
.footerNav a:hover {
	text-decoration: underline;
}

/* Sidebar navigation */
.sideNav {
	padding-bottom: 8px;
}
.sideNav li {
	padding: 0;
	margin: 1px 0;
	background: transparent url(../images/bg-side-nav-bg.gif) repeat-y -220px 0;
}
.sideNav a {
	display: block;
	background: transparent url(../images/bg-side-nav-top.gif) no-repeat -220px 0;
	font: bold 14px/15px Arial, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
}
.sideNav span {
	display: block;
	padding: 5px 10px;
	background: transparent url(../images/bg-side-nav-bottom.gif) no-repeat -220px 100%;
}
.sideNav li:hover {
	background-position: 0 0;
}
.sideNav li:hover a {
	background-position: 0 0;
	color: #fff;
}
.sideNav li:hover span {
	background-position: 0 100%;
}

/* Main navigation */
.mainNav {
	margin-bottom: 14px;
	height: 40px;
}
.mainNav li {
	float: left;
	border-left: 1px solid #889cb2;
}
.mainNav li.last {
	border-right: 1px solid #889cb2;
}
.mainNav a {
	position: relative;
	display: block;
	float: left;
	background: transparent url(/images/bg-menu-over.gif) no-repeat 0 40px;
	font: bold 14px/20px Arial, Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.mainNav span {
	display: block;
	padding: 10px 41px;
	background: transparent url(/images/bg-menu-over-right.gif) no-repeat 100% 40px;
}
.mainNav li.selected a,
.mainNav li:hover a {
	top: -4px;
	left: -1px;
	margin: 0 -2px -4px 0;
	background-position: 0 -44px;
	color: #070767;
}
.mainNav li.selected span,
.mainNav li:hover span {
	padding: 14px 42px 10px 42px;
	background-position: 100% -44px;
}
.mainNav li.selected a {
	background-position: 0 0;
}
.mainNav li.selected span {
	background-position: 100% 0;
}

/* Top navigation */
.topNav {
	float: right;
	padding: 2px 3px;
}
.topNav,
.topNav a {
	font: normal 10px/22px Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
.topNav a:hover {
	text-decoration: underline;
}
.topNav.directorymenu a,
.topNav.directorymenu {
	line-height:22px;
}
.topNav form {
	padding-left: 1px;
}
.topNav li {
	float: left;
	padding-right: 5px;
}
.topNav li a {
	float: left;
}

/* Tables */
.cityTable {

}
.cityTable table {
	border-collapse: separate;
	border-spacing: 2px;
}
.cityTable tr td {
	padding: 0 2px 0 8px;
	height: 18px;
	background: #e9e9e9;
}
.cityTable tr.even td {
	background: #D7F460;
}
.cityTable tr td.noColor,
.cityTable tr.even td.noColor {
	background: #fff;
}
.cityTable tr td a {
	color: #333;
}

/* Reviews */
.reviewBox {
}
.reviewBox li {
	position: relative;
	margin: 15px 0 6px;
	border: 2px solid #666;
}
.reviewBox li.ics {
	margin-bottom: 70px;
}
.reviewBox dl {
	float: left;
	padding: 10px 2px 5px 12px;
	width: 96px;
	font: normal 11px/20px Arial, Verdana, sans-serif;
}
.reviewBox dt {
	clear: left;
	float: left;
	padding-right: 5px;
	color: #8b8b8b;
	text-transform: lowercase;
}
.reviewBox dd {
	float: left;
	color: #333;
}
.reviewBox h1 a {
	display: block;
	padding: 0 10px 0 120px;
	border-bottom: 2px solid #666;
	background: #f0f0f0;
	font: bold 16px/30px "Times New Roman", Times, serif;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}
.reviewBox h1 a:hover {
	background: #ddd;
	color: #151515;
}
.reviewBox p {
	color: #444;
	margin-bottom: 1.6em;
}
.reviewBox a {
	color: #136895;
}
.linkMore {
	position: absolute;
	right: 8px;
	bottom: 6px;
}
.overallRatingReview {
	position: absolute;
	top: -13px;
	left: 14px;
	width: 85px;
	height: 65px;
	background: transparent url(../images/rating-overall.png) no-repeat 0 0;
	font: bold 38px/60px "Arial Black", Arial, sans-serif;
	color: #fff;
	text-align: center;
}
.overallRatingReview.na {
	letter-spacing: -3px;
}
.overallRatingReview.bad,
.overallRatingReview.na {
	background-position: 0 -65px;
	color: #2F0C07;
}
.theReview {
	float: left;
	padding: 0 10px 10px;
	width: 505px;
}
.reviewRatings {
	position: absolute;
	top: 100%;
	left: -2px;
	border: 2px solid #666;
	padding: 5px 0 5px 80px;
	width: 566px;
}
.revRating {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 110px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.revRating.na {
	background-image: url(../images/rev-rating-bad.png);
}
.revRating.good {
	background-image: url(../images/rev-rating-good.png);
}
.revRating.bad {
	background-image: url(../images/rev-rating-bad.png);
}
.revRating em {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 35px;
	font: normal 24px/26px "Arial Black", Arial, Verdana, sans-serif;
	color: #294a01;
	text-align: center;
}
.revRating.bad em {
	color: #2f0c07;
}
.revRating.na em {
	top: 8px;
	font-size: 18px;
	color: #2F0C07;
}
.revRating span {
	position: absolute;
	top: 20px;
	left: 56px;
	width: 63px;
	font: bold 10px/10px Arial, Verdana, sans-serif;
	color: #010101;
	text-transform: uppercase;
}

/* Right Side Reviews */
.sbReviews dt {
	float: left;
	margin: 5px 0;
	padding-right: 3px;
	border-right: 1px solid #d4d4d4;
	width: 192px;
	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;
}

/* Companies Main Page Reviews */
.grt {
	padding: 0 12px 2px;
	font: normal 12px/14px Arial, Verdana, sans-serif;
	color: #999;
	text-align: right;
}

/* Ratings */
.rating {
	position: relative;
	margin: auto;
	padding: 20px 10px 10px 10px;
	width: 580px;
	height: 93px;
	background: transparent url(../images/rating-bg.gif) no-repeat 0 10px;
	margin-bottom:5px;
}
.rating h2 {
	margin: 0 0 3px;
	padding-bottom: 7px;
	font: normal 14px/16px "BebasRegular", Bebas, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #1c314e;
	text-transform: uppercase;
}
.rating h2 span {
	padding-right: 10px;
}
.rating h2 span,
.rating h2 span em {
	font: normal 16px/18px "BebasRegular", Bebas, Helvetica, Arial, sans-serif;
	background: #f7fbff;
}
.rating h2 small {
	position: absolute;
	right: 10px;
	top: 25px;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #103965;
	text-transform: none;
}
.rating .links {
	font: bold 12px/14px Arial, Verdana, sans-serif;
	clear: both;
	padding: 1px 0;
	text-align: right;
}
.rating .links a {
	font: bold 12px/14px Arial, Verdana, sans-serif;
	color: #ca1b00;
	text-decoration: none;
}
.rating .links a:hover {
	text-decoration: underline;
}
.ratingNum {
	position: relative;
	float: left;
	width: 145px;
	height: 51px;
	background: transparent no-repeat left top;
}
.ratingNum em {
	position: absolute;
	top: 10px;
	left: 10px;
	font: normal 28px/32px "Arial Black", Arial, Verdana, sans-serif;
	color: #FFFFFF;
}
.ratingNum span {
	position: absolute;
	top: 26px;
	left: 70px;
	width: 63px;
	font: bold 11px/13px Arial, Verdana, sans-serif;
	color: #010101;
	text-transform: uppercase;
	text-align: center;
}
.ratingNum span.nncboi {
	/*top: 19px;*/
}
.ratingNum.good {
	background-image: url(../images/rating-good.png);
}
.ratingNum.bad {
	background-image: url(../images/rating-bad.png);
}
.ratingNum.na {
	background-image: url(../images/rating-bad.png);
}
/* End Ratings */

/* Pagination */
/* Pagination */
.pagination {
	width: 310px;
	margin: auto;
	text-align: center;
}
.pagination a,
.pagination span {
	padding: 0 5px;
	text-decoration: none;
}
.pagination span {
	color: #666;
}
.pagination a:hover {
	text-decoration: underline;
}
.paginationTop,
.paginationBottom {
	padding: 2px 10px;
	height: 25px;
	text-align: right;
	font: normal 13px/25px Arial, Verdana, sans-serif;
	color: #4b4b4b;
}
.paginationTop {
	margin-top: 10px;
}
.paginationTop span,
.paginationBottom span {
	font: normal 13px/25px Arial, Verdana, sans-serif;
	color: #4b4b4b;
}
.paginationTop a,
.paginationBottom a {
	font: normal 13px/25px Arial, Verdana, sans-serif;
	color: #115483;
}
/* Pagination */

.imgMap {
	width: 455px;
	margin: auto;
}

/* Contact Form */
.contactForm th {
	width: 130px;
	height: 25px;
	text-align: right;
	font-weight: normal;
	line-height: 25px;
}
.contactForm .formEdit,
.contactForm .formTextarea {
	border: 1px solid #8187AD;
}
.contactForm select,
.contactForm textarea,
.contactForm input {
	margin: 0 8px;
	border: 1px solid #8187AD;
}
.contactForm input#recaptcha_response_field {
	margin: 0;
}
.contactForm select { background-color: #f5f5f5; }

/* Validation */
.contactForm select.req,
.contactForm textarea.req,
.contactForm input.req {
	border: 1px solid #b61509;
}
.requiredCaptcha,
.requiredField {
	display: none;
	font-weight: bold;
	font-size: 10px;
	color: #b61509;
}

.captcha {
	margin: 0 8px;
	padding: 10px;
	background: #f0f0f0;
}
#recaptcha_image {
	float: left;
	margin: 0 10px 10px 0;
	width: 300xp;
	border: 1px solid #e3e3e3;
}
.captchaOpts {
	float: left;
	margin-top: 5px;
	width: 45px;
}
.captchaOpts a {
	width: 25px;
	height: 25px;
	background: transparent url(../images/captcha-sprite.png) no-repeat 0 0;
}
#recaptcha_reload_btn {
	background-position: -4px -5px;
}
#recaptcha_reload_btn:hover {
	background-position: -38px -5px;
}
#recaptcha_switch_audio_btn {
	background-position: -4px -49px;
}
#recaptcha_switch_audio_btn:hover {
	background-position: -38px -49px;
}
#recaptcha_switch_img_btn {
	background-position: -4px -92px;
}
#recaptcha_switch_img_btn:hover {
	background-position: -38px -92px;
}


/* Popups */
body.popup {
	background-image: none;
}
body.popup #header {
	padding: 10px 0;
	height: 65px;
	margin-bottom:5px;
	background: #393988 url(/images/bg-header.jpg) no-repeat 0 0;
}
.popTable th {
	width: 105px;
	height: 35px;
	text-align: right;
	font-weight: normal;
	line-height: 22px;
}
.logoPop {
	margin-top: 20px;
	margin-left: 22px;
}
.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: #ebebeb;
	border: 1px solid #9f9f9f;
}
.fePop {
	width: 180px;
}
.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;
}
.srCaptche {
	float: left;
	margin-top: 9px;
}
body.popup table.popTable .btnSubmitReview {
	border: 0;
	margin: 87px 25px 0 0;
	width: 185px;
	height: 48px;
	background: transparent url(../images/btn-submit-review.gif) no-repeat left top;
}
body.popup table.popTable .btnSubmitReview:hover {
	background-position: 0 -48px;
}

/* Breadcrumbs */
.breadCrumbs {
	margin: 0 0 5px;
}

.breadCrumbs,
.breadCrumbs a {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #393988;
	text-decoration: none;
}
.breadCrumbs span {
	margin: 0 3px;
}
.breadCrumbs a:hover {
	text-decoration: underline;
}

/* search */
.rightSearchBox {
	padding: 8px 1px 8px 1px;
	background: #070766;
	margin: 0px 0px 7px 0px;
}

.boxSearch {
	padding: 3px 0 0 5px;
	margin-left:5px;
	width: 200px;
	background: transparent url(../images/search-field.gif) no-repeat 6px 3px;
	float:left;
}
.boxSearchBig {
	padding: 13px 0 10px 25px;
	margin-left:5px;
	width: 350px;
	background: transparent url(../images/search-field-big.gif) no-repeat 26px 13px;
	float:left;
}
.searchField {
	margin: 0 0 1px 5px;
	height: 18px;
	width: 150px;
	font-size:11px;
	line-height:18px;
	border: 0;
	background: transparent;
	float:left;
}
.searchFieldBig {
	margin: 0 0 1px 5px;
	height: 25px;
	width: 300px;
	font-size:12px;
	line-height:25px;
	border: 0;
	background: transparent;
	float:left;
}

/* Footer */
.copy {
	padding: 10px 0 20px;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
}
.copy {
	float: left;
	padding-left: 85px;
}
.footerNav {
	float: right;
	padding-right: 120px;
}
.disclaimer {
	position: relative;
	width: 880px;
	height: 229px;
	background: transparent url(/images/disclaimer.gif) no-repeat 0 0;
}
.disclaimer a {
	position: absolute;
	display: block;
	height: 13px;
}
.lkP {
	top: 37px;
	left: 508px;
	width: 70px;
}
.lkT {
	top: 141px;
	left: 657px;
	width: 95px;
}

/* Phone */
.phone {
	position: absolute;
	top: 40px;
	right: 166px;
	width: 232px;
	height: 21px;
}

/* Logo */
.logo {
	position: absolute;
	top: 26px;
	left: 24px;
	font: normal 36px/44px Corbel, Verdana, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:0 0 0 transparent, 0 2px 1px rgba(0, 0, 0, .75);
	letter-spacing: -2px;
}
.logo span {
	font-weight: bold;
}
.logo img {
	width: 240px;
	height: 44px;
}

/* Lists */
.list {
	padding: 5px 5px 20px;
}
.bull {
	padding-left: 20px;
}
.bull li {
	list-style: disc;
}
ul.newsLink li {
	padding: 6px 0 12px;
}
ul.newsLink li h2 a {
	color: #000;
}
ul.newsLink li h2 a:hover {
	color: #393988;
}
ul.newsLink li span {
	color: #666;
}
ul.newsLink li p {
	margin: 0;
}
.sidebar ul.sbReviews {
	margin: 0 -5px;
	width: 235px;
}
.sidebar ul.sbReviews li {
	clear: both;
	padding: 6px 10px 6px 20px;
	background: transparent url(../images/sbrbull.gif) no-repeat 9px 14px;
	border-top: 2px solid #fff;
	color: #eaeaea;
}
.sidebar ul.sbReviews li.first {
	border-color: #136895;
}
.sidebar ul.sbReviews li a {
	display: block;
	margin-bottom: 6px;
	font: bold 14px/16px Arial, Verdana, sans-serif;
	color: #eaeaea;
	text-decoration: none;
}
.sidebar ul.sbReviews li a:hover {
	text-decoration: underline;
}
.sidebar ul.sbReviews li span {
	float: left;
	width: 120px;
	font: oblique normal 11px/16px Arial, Verdana, sans-serif;
}
.sidebar ul.sbReviews li span.date {
	float: right;
	width: 80px;
	color: #d1d1d1;
}
.sidebar .listTips {
	padding: 0;
}
.sidebar .listTips li {
	padding: 1px 0 1px 14px;
}
.sidebar .listTips li span {
	padding: 0 10px 0 5px;
	background: transparent url(../images/bullet-circle.png) repeat-y 0px top;
}
.companyList ul,
.listByState ul {
	width: 107px;
	float: left;
}
.sidebar ul li,
.companyList ul li,
.listByState ul li {
	padding: 0 0 0 14px;
}
.companyList ul li {
	padding: 0 0 11px 14px;
}
.sidebar li,
.sidebar li a,
.sidebar ul li a,
.companyList ul li a,
.listByState ul li a {
	font: bold 12px/15px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
}
.sidebar ul li a:hover {
	text-decoration: underline;
}
.listTips li a:hover,
.companyList ul li a:hover,
.listByState ul li a:hover {
	text-decoration: underline;
}
.articleListHome a {
	font-weight: bold;
	text-decoration: none;
}
.articleListHome a:hover {
	text-decoration: underline;
}
.articleListHome img {
	border: 1px solid #9f9f9f;
}
.articleListHome td {
	padding: 8px 0;
}
/* End Lists */

.companyReview {
	padding: 16px 0px 0px 0px;
	text-align: center;
}
.companyReview,
.companyReview a {
	font: bold 18px/16px Arial, Verdana, sans-serif;
	color: #4e8d00;
}

/************************* Help */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.blk {
	display: block;
}
.inl {
	display: inline;
}
.nobg {
	background: none;
}
.nobd {
	border: 0;
}
.btn,
.notxt {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: oblique;
}

/* Buttons */
.btn {
	display: block;
	border: 0;
	width: 222px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	cursor: pointer
}
.btnGetCash {
	width: 172px;
	background-image: url(/images/btn-get-cash.gif);
}
.btnGetCashNow {
	height: 34px;
	background-image: url(/images/btn-get-cash-now.gif);
}
.btnSearch {
	float: right;
	width: 40px;
	height: 18px;
	background-image: url(../images/btn-search-go.png);
}
.btnSearchBig {
	float: right;
	width: 40px;
	height: 25px;
	background-image: url(../images/btn-search-go-big.png);
}
.linkMore {
	width: 65px;
	height: 18px;
	background-image: url(../images/btn-link-more.gif);
}
.btn:hover {
	background-position: 0 -34px
}
.linkMore:hover,
.btnSearch:hover {
	background-position: 0 -18px;
}
.btnSearchBig:hover {
	background-position: 0 -25px;
}
