/* CSS Document */
html,body {
	min-height:100%;
	height:100%;
}
body {
	background:url(images/body_bg.png) repeat-x #D4D4D4;
	margin:0 auto;
	min-height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#565656;
	font-size:.8em;
}
a {
	color:#2e9bce;
}
a img {border:0;}
.small_txt {font-size:.75em;}
.centered {text-align:center;}
.red {color:#FF0000;}
.blue {color:#0033FF;}
.b {font-weight:bold;}
.dropcap {
;
}
.clearer {
	float:none;
	clear:both;
}
a:hover {
	color:#006699;
}
h3.heading {

	color:#C5B891;
}
#container {
	width:770px;
	min-height:100%;
	min-height:700px;
	margin:auto;
	border-left:1px solid #cbc29d;
	border-right:1px solid #cbc29d;
	background:#fff;
}
* html #container {
	height:100%;
}
#header_container {
	height:234px;
	width:100%;
	background:#d7ceb3;
}
#header_top {
	height:58px;
	background:url(images/header_top_bg.png) repeat-x #ccc;
	border-bottom:1px solid #fff;
	position:relative;
}
#toplogo {
	width:235px;
	height:57px;
	background:url(images/toplogo_wbar.png) no-repeat;
	float:right;
}
#toplinks {
	position:absolute;
	top:42px;
	left:15px;
	font-size:11px;
}
#toplinks a {
	text-decoration:none;
}
#toplinks a:hover {
	border-bottom:2px solid #2e9bce;
}
#splash_area {
	height:166px;
	border-bottom:1px solid #fff;
}
#splash {
	float:left;
	/*margin-left:28px;*/
	border-right:2px solid #fff;
}
html>body #splash {
	/*margin-left:64px;*/
}
#splash_links {
	width:311px;
	height:166px;
	background:url(images/splash_links/main_hover2.png) no-repeat;
	float:left;
}
#splash_links ul {
	list-style:none;
	margin:0;
	padding:0;
	height:166px;
	overflow:hidden;
}
#splash_links li a {
	display:block;
	width:100%;
	height:56px;
}
#splash_links li a:hover {
	background:none;
}
#link_agent {
	background:url(images/splash_links/agent2.png) no-repeat;
}
#link_owner {
	background:url(images/splash_links/owner2.png) no-repeat;
}
#link_buyer {
	height:54px;
	background:url(images/splash_links/buyer2.png) no-repeat;
}
#heading_footer {
	width:140px;
	height:6px;
	background:#d7ceb3;
}
#heading_container h1 {
	width:400px;
	background:#2e9bce;
	color:#fff;
	font-weight:normal;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px;
	margin:0;
}
#footer {
	background:url(images/footer_shadow.png) no-repeat top;
	width:100%;
	height:30px;
	font-size:.8em;
	padding-top:15px;
	text-align:center;
}
/*styles for main layout*/
#main_container {
	position:relative;
	width:100%;
	margin-top:10px;
}
#leftcontent {
	position:absolute;
	top:0;
	left:0;
	width:140px;
	height:50px;
}
#rightcontent {
	position:absolute;
	right:0;
	width:140px;
	height:50px;
}
#maincontent {
	margin:10px 150px;
		min-height:400px;	
}
#maincontent_full {
	margin:10px 20px;
	min-height:400px;	
}
* html #maincontent_full {
	padding:10px 20px;
}
#maincontent p {
	text-align:justify;
	line-height:1.4em;
}
#sublinks ul {
	list-style-type:square;
}
.sublinks_main a {
	color:#003399;
}
.sublinks_main a:hover {
	color:#579BD6;
}
/*end main layout*/

/*misc*/
.form_borders {
	/*border:3px double #ddd;*/
	min-width:500px;
	margin:10px auto;
	text-align:center;
	padding:3px;
}
.paginator {
	width:300px;
	margin:5px auto;
	text-align:center;
}
.paginator .current_page {
	font-weight:bold;
	color:#999900;
}

#user_profile {
	border:1px dashed #ccc;
	margin:4px;
	width:98%;

}
.user_profile_container {
	background:#FFFFFF;
	border:4px solid #eee;
	min-height:115px;
}
* html .user_profile_container {
	height:115px;
}

.user_img {
	padding:3px;
	margin:5px;
	margin-right:15px;
	border:1px solid #ddd;
	background:#fff;
	float:left;
	text-align:center;
}
.user_profile_content {
	margin-left:110px;
	width:70%;
}


/*lot stuff*/
.lot_image {
	border:1px solid #ddd;
	padding:3px;
	margin:auto;
}
.status_div,.status_msg {
	width:90%;
	border:3px double #ddd;
	text-align:center;
	margin:5px auto;
	padding:8px;
}
.error_txt { font-size:.75em; color:#565656; font-weight:900;}
.error input { border:1px solid red;}

