@charset "utf-8";
@import url("offer-box.css");
@import url("index-items.css");
@import url("left-menu.css");
@import url("feed-offer-box.css");
@import url("top_menu.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;
	font-family: Arial, "Arial Unicode MS";
	background-attachment: fixed;
	font-size: 90%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#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;
}
#info_content a {
	color: #0000FF;
}

#info_content a:visited {
	color: #0000FF;
}
#info_content ul {
	font-family: Arial, "Arial Unicode MS";
	font-size: 90%;
}
#info_content  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}



p {
	padding: 0px;
	margin: 0px;
	font-size: 85%;
	text-align: left;
}
#site_info {
	float: left;
	width: 40%;
	padding-left: 75px;
	font-weight: bold;
}
#site_info_container {
	background-image: url(../images/goodcredit-siteinfo.jpg);
	height: 18px;
	color: #666666;
}

#site_info_rt {
	text-align: right;
	width: 40%;
	float: right;
	font-weight: bold;
	padding-right: 75px;
}


#linkads {
	margin: 0px;
	padding: 0px;
}
#page_title {
	background-image: url(../images/banner-shadow.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;

}
#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: 755px; /* 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 {
	width: 755px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 
.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-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	position: relative;
	width: 600px;
	float: right;
} 
.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 */
	text-align: center;
}
.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;
}

.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;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}


h1 {
	font-size: 110%;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	background-color: #E0EAE1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDC74D;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDC74D;
	border-left-color: #FDC74D;
}
h2 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

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;
}
#content-ad300x250 {
	height: 250px;
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.font-85pct {
	font-size: 85%;
}
.twoColFixLtHdr #container #footer a {
	color: #000000;
}
.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: #333333;
	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;
	text-align: center;
}
#update-container {
	padding-top: 10px;
	border: thin none #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.updatecont_float_left {
	float: left;
	margin-right: 5px;
}
.float_img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

