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


/* 
===============================================================================
BEGIN GLOBAL PROPERTIES 
===============================================================================
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg_body2.png) repeat-x top #47e523;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444 !important;
}

body#index {
	background: url(../images/bg_body.png) repeat-x top #47e523;
}

a {
	color: #47e523;
	text-decoration: underline;
}

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

img {
	border: 0;
}

.red {
	color: #FF0000;
}

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

button {
	border: 1px solid #333;
	background: #47e523;
	color: #333;
	padding: 0 1em;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	margin-top: 0 !important;
	width: 760px;
	background: #fff;
}

#content {
	margin: 0 !important;
	padding: 20px 0 0 0;
	background: url(../images/bg_content.png) no-repeat top;
}

#index #content {
	padding: 20px 0 10px 0 !important;
}

#content p {
	padding: 20px 10px 0 30px;
	margin: 0 360px 0 0;
	line-height: 1.2em;
}

h1 {
	float: left;
	background: url(../images/bg_h2.gif) no-repeat top left;
	clear: both;
	width: 760px;
	height: 100px;
	margin: -20px 0 40px;
	text-indent: -999em;
}

#index h1 {
	width: 760px;
	height: 97px;
	margin: 0 0 10px;
	background: url(../images/bg_h1.gif) no-repeat top left;
}

h2 {
	float: left;
	background: url(../images/bg_h2.gif) no-repeat top left;
	clear: both;
	width: 760px;
	height: 100px;
	margin-top: -40px;
	text-indent: -999em;
}

h3 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #000;
}

#header {
	margin: 0 auto;
	background: url(../images/homeloan_alt.jpg) no-repeat;
	width: 640px;
	height: 360px;
	padding: 0;
	color: #fff;
}

#left {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 300px;
}

#right p {
	width: 100%;
	margin: 0 !important;
	padding: 10px 0 0 0;
}
#right {
	background: #f7f7f7;
	float: right;
	display: inline;
	border-top: 1px solid #888;
	width: 420px;
	height: 346px;
	overflow: auto;
	overflow-y: scroll;
	margin: 0 10px 0 0;
	color: #333; 
}
#right a {
	color: #333;
	text-decoration: underline;
}
#zipForm {
	background: url(../images/bg_zipform.gif) no-repeat top left;
	float: right;
	display: inline;
	width: 240px;
	height: 115px;
	margin: 0 30px 20px 10px;
	padding: 60px 40px 0 40px;
}
#zipForm ul {
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
}

#zipForm li {
	margin: 0 0 6px 0;
	list-style: none;
	clear: both;
	color: #333;
}

#zipForm input {width: 100%; font-size: 12px; }

#zipForm div.form_zip {
	float: left;
	width: 160px;
}
#zipForm button {
	float: right;
	font-size: 12px;
}

#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;
}


a.privacy {
	padding-left: 12px;
	background: url(../images/bg_lock_white.gif) no-repeat left center;
}

#footer {
	background: url(../images/bg_footer.png) no-repeat top left #47e523;
	margin: 0 auto;
	width: 750px;
	clear: both;
	padding: 20px 10px 0 0;
	text-align: right;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none; 
}

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


/* 
===============================================================================
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 */

/*---------------------------------------------------------------------------*/
