@import "reset.css";

/*********************** Default */
body {
	position: relative;
	background: #fff;
	font: normal 12px/16px Verdana, Arial, sans-serif;
	color: #333;
}
a {
	font: normal 12px/16px Verdana, Arial, sans-serif;
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}
h1 {
	margin-top: 10px;
	font: bold 30px/40px Tahoma, Geneva, sans-serif;
	color: #404040;
}
h2 {
	color: #005bc2 ;
}
hr {
	clear: both;
	height: 3px;
	border-width: 0;
	color: #379be7;
	background-color: #379be7;
}

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

/*********************** Page */
#wrap {
	margin: 0 auto;
	width: 780px;
}

/* Header section */
#header {
	border-bottom: 2px solid #000;
}
#logo {
	display: block;
	margin: 26px 0 10px;
}
#logo img {
	width: 342px;
	height: 55px;
}

/* Content section */
#content {
	padding-bottom: 10px;
}
.bottomText {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -491px;
	border-top: 1px dashed #968c80;
	padding-top: 5px;
	width: 982px;
}
.placehoderForText {
	height: 720px;
}

/* Footer section */
#footerMenu {
	margin: 20px 0 10px;
	border: 2px solid #379be7;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.bottomMenu {
	clear: left;
	text-align: center;
}
#copy {
	clear: both;
	font: normal 11px/18px Arial, Verdana, sans-serif;
	color: #666;
	text-align: center;
}

.topRatedPaydayLoans {
	width: 215px;
	height: 360px;
	background: transparent url(../images/top-rated-payday-loans.jpg) no-repeat 0 0;
}

.companyList {
	width: 555px;
}
.qcLogo {
	float: left;
	padding: 6px 0 5px;
	width: 245px;
	text-align: center;
}
.qcLogo a {
	font: bold 16px/24px Arial, Verdana, sans-serif;
	color: #309900;
	text-transform: uppercase;
	text-decoration: underline;
}
.qcLogo a:hover {
	text-decoration: none;
}
.qcLogo img {
	margin: 0 auto 5px;
	height: 50px;	
}
.applyNow {
	margin: auto;
	width: 150px;
	height: 31px;
	background: transparent url(../images/btn-apply-now.png) no-repeat 0 0;
}
.applyNow:hover {
	background-position: 0 -31px;
}
.qcList {
	float: left;
	margin-bottom: 6px;
	padding: 0 5px 0 35px;
	width: 270px;
	font: bold 12px/16px Verdana, Arial, sans-serif;
	color: #000;
}
.qcList h2 {
	margin-top: 4px;
	font: bold 15px/15px "Helvetica", Arial, Verdana, sans-serif;
	color: #010101;
	text-transform: uppercase;
}
.qcList ul {
	padding: 5px 10px 5px;
}
.qcList ul li {
	list-style: none;
	padding-left: 24px;
	background: transparent url(../images/list-bull.png) no-repeat 2px 6px;
	font: normal 14px/20px Verdana, Arial, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}

.bull {
	margin: 10px 0;
}
.bull li {
	padding: 4px 2px 6px 26px;
	background: transparent url(../images/check.gif) no-repeat 0 8px;
}

.sitemap li {
	padding: 4px 2px 6px 26px;
	background: transparent url(../images/check.gif) no-repeat 0 4px;
}
.sitemap li.letter {
	padding-top: 12px;
	background: none;
	font-weight: bold;
}
.sitemap li a {
	
}


/***************************************** End */
