/* CSS - yesloan.com */
/* Written by Jason Reed */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333 !important;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

img {
	border: 0;
}

.red {
	color: #FF0000;
}

.errorMessage {
	font-weight: bold;
	color: #FF0000;
}

button {
	border: 1px solid #777;
	background: #85DB18;
	color: #000;
	font-weight: bold;
	padding: 0 1em;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 760px;
	padding: 0;
}

#content {
	float: left;
	background: url(../images/bg_content.gif) repeat-y;
	padding: 10px 5px 0;
}

#content p {
	margin-top: 8px;
	padding-right: 15px;
}

h1 {
	margin: 0 0 10px 0;
	display: block;
	background:url(../images/bg_h1.jpg) no-repeat center center;
	width: 760px;
	height: 80px;
	text-indent: -999em;
}
h2 {
	margin: 10px 0 0 0;
	display: block;
	background: url(../images/bg_h2.gif) no-repeat top left;
	width: 760px;
	height: 70px;
	text-indent: -999em;
}
h3 {
	padding-top: 20px;
	clear: both;
	width: 750px;
	height: 50px;
	display: block;
	background: url(../images/bg_h3.gif) no-repeat bottom left;
	text-indent: -999em;
}
#mainImage {
	width: 760px;
	height: 260px;
	background: url(../images/main_interest.jpg) no-repeat top left;
	text-indent: -999em;
}

#left {
	float: left;
	width: 300px;
}
#right {
	float: right;
	border: 1px solid #ccc;
	width: 418px;
	height: 348px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
#textRight {
	float: right;
	border-left: 1px solid #ccc;
	width: 435px;
	padding: 0 10px 10px;
}
#zipForm {
	float: left;
	width: 250px;
	display: inline;
	padding: 0 0 0 25px;
}
#zipForm h4 {
	margin-bottom: 6px;
}
#zipForm dl {
	padding-bottom: 10px;
}
#zipForm dt {
	font-weight: bold;
	letter-spacing: -.1em;
}

#zipForm dt, #zipForm dd {
	float: none;
	padding-left: 105px;
	margin-bottom: 10px;
}
#zipForm dl#arrow1 {
	background: url(../images/arrow_step1.gif) no-repeat left 13px;
}

#zipForm dl#arrow2 {
	background: url(../images/arrow_step2.gif) no-repeat left top;
}
#zipForm input {width: 144px; padding: 3px; font-size: 12px; border: 1px solid #ccc;}

#zipForm div.form_zip {
	width: 150px;
}
#zipForm button {
	width: 150px;
	border: none;
	height: 25px;
	background: url(../images/bg_button.gif) no-repeat left top;
	cursor: pointer;
	text-shadow: #315609 0px 1px 1px;
	text-transform: uppercase;
	font-size: 14px;
}

#footer {
	background: url(../images/bg_footer.gif) no-repeat top left;
	clear: both;
	padding: 20px 15px 10px;
	text-align: right;
}

#footer a {text-decoration: none; }

#footer a:hover {
	color: #85DB18;
	text-decoration: underline;
}

#badges {
	display: block;
	margin: 0 auto;
	width: 493px;
	list-style: none;
	margin-top: 20px;
}

#badges li {
	float: left;
	width: 60px;
	height: 72px;
	margin-right: 20px;
}

#badges li#truste {
	width: 102px;
	padding-top: 24px;
}

#badges li#satisfactionGuaranteed {
	width: 55px;
	padding-top: 10px;
}

#badges li#verisign {
	display: block;
	width: 106px;
	height: 72px;
}

#badges li#equalHousing {
	padding-top: 8px;
}

#badges #bbb {
	width: 90px;
	padding-top: 22px;
}

#badges li.last {
	margin-right: 0;
}

/* @group Clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */
