*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, sans-serif;
}

body{
	color:#5a5a58;
	background:#a9984a url(images/bgSite.gif) center repeat-y;
}

p{
	margin:0 0 16px 0;
}

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

img{
	border:0;
}

a{
	color:#5a5a58;
	text-decoration:underline;
	outline: none;
}

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

.clear{
	clear:both;
}

.float-right{
	float:right;
	margin:0 0 5px 5px;
}

/* BEGIN: Headings ================== */
h1{
	color:#000;
	font-size:18px;
	margin-bottom:6px;
}

h2{
	font-size:15px;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

h6{
	font-size:11px;
}
/* END: Headings ================== */

/* BEGIN: Forms ================== */
fieldset{
	border:none;
}

#login{
	width:496px;
	float:right;
	padding:10px 0 0 80px;
	margin:0 120px 6px 0;
	background:url(images/bgBestTitleLogin.gif) left no-repeat;
}

legend{
	display:none;
}

option{
	padding:0 3px;
}

input, textarea{
	padding:1px 2px;
}

input{
	font-size:11px;
	color:#5a5a58;
}

label{
	color:#8f4031;
	font-style:italic;
}

input.login{
	margin-bottom:-6px;
}

/* END: Forms ================== */

#main{
	margin:0 auto;
	width:1000px;
}

#header{
	width:875px;
	height:34px;
	padding:215px 0 0 125px;
	position:relative;
	z-index:100;	
	background:url(images/bgHeader.jpg) no-repeat;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/*.menu{
	width:636px;
	height:22px;
}*/

.menu ul li a, .menu ul li a:visited{
	display:block;
	text-decoration:none;
	width:104px;
	height:22px;
	text-align:center;
	line-height:22px;
	overflow:hidden;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative; background:url(images/bgLI.gif) center right no-repeat;}
.menu ul li.last {background:none;}
.menu ul li ul {display: none; background:#e4e7cd; border:solid 1px #aaaba1;}
.menu ul li ul li {border-bottom:solid 1px #aaaba1; background:none;}
.menu ul li ul li.last {border-bottom:none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#35362f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {color:#5a5a58;}
.menu ul li:hover ul li:hover a.hide {color:#35362f;}
.menu ul li:hover ul li ul {display:none;}
.menu ul li:hover ul li a {display:block; color:#5a5a58;}
.menu ul li:hover ul li a:hover {color:#35362f;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* END MENU STYLES ================================================= */

#main-container{
	clear:both;
	background:url(images/bgMain.jpg) repeat-y;
}

#main-container-inner{
	width:754px;
	margin:0 auto;
	padding:25px 12px 0 15px;
}

#home-left{
	float:left;
	width:555px;
	margin-right:20px;
}

#home-callouts div{
	float:left;
	width:181px;
	height:151px;
	margin-right:6px;
}

#home-callouts div h2{
	width:181px;
	height:60px;
	text-indent:-9999px;
}

#home-callouts div p{
	color:#000;
	font-size:10px;
	margin-bottom:12px;
	padding:0 20px 0 15px;
}

#home-callouts div p.nobtm{
	margin-bottom:0;
}

#home-callouts div a{
	width:71px;
	height:19px;
	display:block;
	float:right;
	margin-right:5px;	
	text-indent:-9999px;
	background:url(images/btnMoreInfo.gif) no-repeat;
}

#home-callouts div.lenders{
	background:url(images/bgLendersBox.gif) no-repeat;
}
#home-callouts div.lenders h2{
	background:url(images/bgLendersTitle.gif) no-repeat;
}	

#home-callouts div.borrowers{
	background:url(images/bgBorrowersBox.gif) no-repeat;
}
#home-callouts div.borrowers h2{
	background:url(images/bgBorrowersTitle.gif) no-repeat;
}

#home-callouts div.buyers{
	margin-right:0;
	background:url(images/bgBuyersSellersBox.gif) no-repeat;
}
#home-callouts div.buyers h2{
	background:url(images/bgBuyersSellersTitle.gif) no-repeat;
}

#home-right{
	float:left;
	width:178px;
}

.side{
	width:178px;
	padding-bottom:35px;
	margin-bottom:6px;	
	background:url(images/bgSideBtm.gif) bottom no-repeat;
}

.side-container{
	background:url(images/bgSideMid.gif) repeat-y;
}

.side-inner{
	padding:6px 14px 0 14px;
	background:url(images/bgSideTop.gif) top no-repeat;
}

.side-inner h2, .side-inner h3{
	text-align:center;
}

.side-inner h2{
	color:#FFF;
	font-size:18px;
	font-style:italic;
	margin-bottom:12px;
}

.side-inner h3{
	color:#000;
	font-size:12px;
	margin-bottom:10px;
}

.side-inner p{
	color:#000;
	font-size:11px;
	line-height:1.3em;
}

.side-inner p strong, .side-inner p em{
	font-size:11px;
}

.side-inner p.no-margin{
	margin:0;
}

#buyers{
	width:148px;
	height:29px;
	padding:28px 0 0 30px;
	margin-bottom:6px;
	background:url(images/bgBuyers.gif) no-repeat;
}

#buyers a{
	color:#454545;
	text-decoration:none;
}

#buyers a:hover{
	text-decoration:underline;
}

#inner-left{
	float:left;
	width:165px;
	margin-right:25px;
}

#loans{
	padding-bottom:32px;	
	margin-bottom:11px;
	background:url(images/bgLoansBtm.gif) bottom no-repeat;
}

#loans-inner{
	padding-top:25px;
	background:url(images/bgLoansTop.gif) top no-repeat;
}

#loans dl{
	padding:14px 0 14px 18px;
	background:url(images/bgLoansMid.gif) repeat-y;
}

#loans dt{
	color:#000;
	font-weight:bold;
	padding-bottom:14px;
}
#loans dt a{
	text-decoration:none;
}
#loans dt a:hover{
	text-decoration:underline;
	color:#851616;
}
#loans dd{
	padding-bottom:8px;
	padding-left:8px;
}

#loans dd a{
	text-decoration:none;
}

#loans dd a:hover{
	text-decoration:underline;
	color:#851616;
}
#loans .side_active {
	color:#851616;
}
#newsletter{
	padding-bottom:11px;
	background:url(images/bgNewsletterBtm.gif) bottom no-repeat;
}

#news-inner{
	padding-top:11px;
	background:url(images/bgNewsletterTop.gif) top no-repeat;
}

#newsletter label{
	display:block;
	width:165px;
	height:26px;
	text-indent:-9999px;
	margin-bottom:5px;
	background:url(images/bgNewsLabel.gif) no-repeat;
}

#newsletter fieldset{
	display:block;
	text-align:center;
	background:url(images/bgNewsletterMid.gif) repeat-y;
}

#newsletter input{
	margin-bottom:6px;
}

#newsletter input.submit{
	float:right;
	margin-right:12px;
}

#inner-content{
	float:left;
	padding:0 0px 0 0;
	width:750px;
}

#footer{
	clear:both;
	height:97px;
	background:url(images/bgFooter.jpg) no-repeat;
}

#footerinfo{
	clear:both;
	margin:0 auto;
	width:781px;
	padding-top:18px;
	text-align:center;
	background:url(images/bgFooterInfo.gif) center top no-repeat;
}

#footerinfo a, #footerinfo span{
	color:#000;
	font-size:10px;
	font-style:italic;
	padding:0 6px;
}

#footerinfo a.noline{
	text-decoration:none;
}

#footerinfo a.noline:hover{
	text-decoration:underline;
}

#inner-content ul, #inner-content li, #inner-content ol {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-position: inside;
}

#inner-content ul {
	margin-left: 8px;
}