/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
}

#head
{
	width: 100%;
	min-width:800px;
	height:150px;
	background-color: #ee3624;
}

#logo
{
	height:100%;
	width: 200px;
	background-image: url("../images/lefttop.jpg");
	background-repeat:no-repeat;
	float:left;
}

#righthead
{
	height:100%;
	width:30%;
	background-image: url("../images/righttop.jpg");
	background-repeat:no-repeat;
	float:right;
}

#body
{
	width:100%;
	min-width: 800px;
	height: 500px;
}

#right-panel
{
	float:right;
	width: 30%;
	height: 100%;
	background-image: url("../images/rightpanel.jpg");
	background-repeat:repeat-y;
}

#main
{
	position:absolute;
	float:left;
	height: 460px;
	width:67%;
	padding: 20px;
	padding-top: 0px;
	min-width: 545px;
}

#bottompan
{
	background-color: #ee3624;
	width: 100%;
	min-width: 800px;
	height: 50px;
}

#bottomrt
{
	background-image: url("../images/rightbottom.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 30%;
}

#bottomlt
{
	background-image: url("../images/leftbottom.jpg");
	background-repeat: no-repeat;
	float:left;
	height: 50px;
	width: 69px;
}

#featRealty
{
	 float:right; 
	 height: 135px; 
	 width: 50%; 
	 margin-top: 10px;
	 padding: 5px;
}

#latestAuct
{
	 float:right; 
	 height: 135px; 
	 width: 50%; 
	 margin-top: 10px;
	 padding:5px;
}

#mailingList
{
	float:right; 
	height: 135px; 
	width: 50%;  
	margin-top:10px;
	padding: 5px;
}

#navbar
{
	
}

#navbar tr td
{
	border: 3px solid black;
	background-color: #FFEFD5;
	font-size: 12px;
}

#navbar a:link, #navbar a:active, #navbar a:visited
{
	display:block;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

#navbar tr td a:hover
{
	display:block;
	background-color: #ffffff;
}

#contents
{
	float:left;
	width: 98%;
	height: 100%;
	overflow:auto;
}

td.fadelink a:hover img
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	zoom: 1;
}

.title
{
	background-color: #000000;
	color: #FFFFFF;
	font-weight:bold;
	padding: 2px;
}

.data
{
	padding: 2px;
	padding-left: 25px;
}

.summary
{
	padding: 2px;
	font-size:10px;
}

.pdflink
{
	font-size: 12px;
	text-align:right;
}

.pdflink a:link, .pdflink a:visited, .pdflink a:active
{
	color: #FF0000;
	text-decoration:none;
}

.pdflink a:hover
{
	color:#000000;
}

a:link, a:visited, a:active
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

.details
{
	font-size: 12px;
	text-align:center;
}

.cost
{
	text-align:center;
}

.data2
{
	text-align:center;
}