@charset "utf-8";
@import url("offer-box.css");
@import url("index-items.css");
@import url("left-menu.css");
@import url("feed-offer-box.css");
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #7FB060;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
	font-size: 16px;
	background-image: url(../img/body_bg2.jpg);
	background-repeat: repeat-x;
	line-height: 115%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	padding: 0px;
	margin: 0px;
	font-size: 85%;
}
#site_info {
	color: #FFFFFF;
	float: left;
	width: 40%;
	padding-left: 75px;
}
#site_info_container {
	background-image: url(../images/bad-credit-siteinfo.jpg);
	height: 18px;
}

#site_info_rt {
	text-align: center;
	width: 40%;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
}


#linkads {
	margin: 0px;
	padding: 0px;
}
#page_title {
	background-image: url(../images/banner-shadow.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#info_content {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	border: thin none #243843;
}
#middle_ad {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 10px;
	height: 60px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FBFBFB;
	padding-top: 9px;
}
#lower_content {
	margin-right: 20px;
	margin-left: 20px;
	font-size: small;
	padding: 10px;
	background-color: #F4F3F5;
	border: thin outset #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 100px;
	width: 755px;
	background-color: #DDDDDD;
	margin-right: auto;
	margin-left: auto;
} 
.black_bg {
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	position: relative;
	width: 805px;
	float: right;
} 
#headcontain {
	background-color: #000;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #F6D820;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#offer_box_image_125x125 {
	float: left;
	height: 125px;
	width: 125px;
	margin: 0px;
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
#off_box_features_h125 {
	height: 105px;
	padding: 10px;
	background-color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}


h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666;
	line-height: 100%;
	font-size: 110%;
}
h2 {
	font-size: medium;
}

h4 {
	margin: 0px;
	padding: 0px;
	color: #AE9248;
	font-size: 85%;
}


h3 {
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
#info_content a:visited {
	color: #333333;
}
#content-ad300x250 {
	height: 250px;
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#offer_box {
	margin-right: 20px;
	margin-left: 20px;
	border: thin inset #000000;
	background-color: #FBFBFB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#offer_box_title {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
	color: #FFFFFF;
}
#offer_box_image {
	float: left;
	height: 100px;
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#offer_box_footer_text2 {
	float: left;
	height: 20px;
	width: 200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_title a {
	color: #FFFFFF;
}
#offer_box_footer_text3 {
	height: 20px;
}

#offer_box_footer_apply {
	height: 20px;
	width: 160px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000000;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}
#offer_box_footer_text {
	height: 20px;
	border: thin outset #000000;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_footer #offer_box_footer_apply a {
	color: #FFFFFF;
}


#off_box_features {
	height: 90px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #D4DFDB;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features li {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features ul {
	margin: 0px;
	padding: 0px;
}

#offer_box_footer {
	background-color: #E9E4E0;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_title a {
	color: #FFFFFF;
}
#offer_box {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FBFBFB;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C6D5FF;
	border-right-color: #C6D5FF;
	border-bottom-color: #C6D5FF;
	border-left-color: #C6D5FF;
}
#offer_box_title {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FBFBFD;
	background-color: #000000;
	color: #FFFFFF;
	border-top-color: #FBFBFD;
	border-right-color: #FBFBFD;
	border-left-color: #FBFBFD;
	border-left-width: thin;
	border-left-style: solid;
	border-top-width: thin;
	border-top-style: solid;
}

#offer_box_image {
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	height: 110px;
	background-color: #D4DFDB;
}


#off_box_features {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #D4DFDB;
	height: 100px;
}

#offer_box_footer {
	background-color: #E9E4E0;
	font-size: 70%;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C6D5FF;
	border-right-color: #C6D5FF;
	border-bottom-color: #C6D5FF;
	border-left-color: #C6D5FF;
}

#offer_box_footer_apply {
	width: 150px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #C6D5FF;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	height: 34px;
	font-size: small;
}
#offer_box_footer_apply p {
	font-size: 115%;
	margin-top: 7px;
}


#offer_box_footer_text2 {
	float: left;
	width: 90px;
	height: 17px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text3 {
	float: left;
	height: 17px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	width: 90px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text4 {
	height: 17px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text {
	height: 17px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text_btm {
	height: 17px;
	text-align: center;
	border: thin none #000000;
}

#offer_box_footer2 {
	background-color: #E9E4E0;
	height: 17px;
}


.twoColFixLtHdr #container #mainContent #offer_box #offer_box_footer #offer_box_footer_apply a {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features li {
	font-size: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features ul {
	margin: 0px;
	padding: 0px;
}
.font-85pct {
	font-size: 85%;
}
.twoColFixLtHdr #container #footer a {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_image a {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features_h125 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features_h125 li {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
#off_boxbanner_features {
	height: 70px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #D4DFDB;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_boxbanner_features_h125 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_boxbanner_features li {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_boxbanner_features ul {
	margin: 0px;
	padding: 0px;
}
.next_page {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E9E4E0;
	color: #000000;
	border: medium outset #000000;
	margin-right: 20px;
	margin-left: 380px;
}
.next_page a {
	color: #000000;
}
.prev_page {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E9E4E0;
	color: #000000;
	border: medium outset #000000;
	margin-right: 380px;
	margin-left: 20px;
}
.prev_page a {
	color: #000000;
}
.smalltxt {
	font-size: x-small;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 2px;
	margin-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
}


.style4 {
	color: #AE150D
}
#info_content  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#update-container {
	padding-top: 10px;
	border: thin dotted #CCCCCC;
	background-color: #F8F7F6;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.updatecont_float_left {
	float: left;
	margin-right: 5px;
}
.compare-box-container {
	border: thin none #000000;
	margin-left: 220px;
	margin-bottom: 15px;
	width: 360px;
}
.compare-left {
	float: left;
	width: 180px;
}
.compare-left2 {
	float: left;
	width: 180px;
}
.compare-headline {
	font-size: 24px;
}

#webform {
	background-color: #DAD5DC;
	border: thick outset #333;
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#webform h3 {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	color: #333;
}
#webform p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: x-small;
	font-family: Tahoma, Geneva, sans-serif;
}
#forminput {
	float: right;
	width: 150px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

