body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	background-image: url(images/bg.gif);
	color: #FFFFFF;
	/* 950 - 340 = 610*/
}
img 
{
	border: 0px;
}
td 
{
	vertical-align: top;
}
a
{
	color:#FFFFFF;
}
a:visited
{
	color:#FFFFFF;
}
a:hover
{
	color:#FFFFFF;
	text-decoration:none;	
}
#title
{
	font-size:60px;
	margin:0px;
	color:#FFFFFF;
}
#header 
{
	font-size: 60px;
	color: #FFFFFF;
	background-color: #00CC00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 90px;
	width: 100%;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	text-indent: 50px;
	position: absolute;
}
#header span {
	position: absolute;
	top: 50px;
	right: 200px;
	color: #000000;
	font-size: 20px;
}

#header p
{
	margin-left:130px;
	margin-top:10px;
}
#search option
{
	font-size: 10px;
}
#search select
{
	font-size: 10px;
	height: 17px;
}
#recommendations
{
	text-align:center;
}
#recommendations p
{
	font-size: 12px;
}
#new_properties 
{
	background-color: #00CC00;
	height: 220px;
	width: 160px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	top: 95px;
	position: absolute;
	right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 12px;
}
#content 
{
	background-color: #E8E8E8;
	border: 1px solid #000000;
	font-size: 13px;
	color: #000000;
	padding: 3px;
}
#content a
{
	color: #000000;
}
#content p
{
	margin:0px;
}
#separator
{
	width:100%;
	height:1px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:none;
}
#maptext
{
	font-size: 14px;
}

/* Menu */

#menu, #menu ul 
{
	list-style: url(none) none outside;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #FFFFFF;
}
#menu li 
{
	display: inline;
	padding: 0;
	margin: 0;
}
#menu li a 
{
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background-color: #13486D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}
#menu li a:hover 
{
	background-color: #000066;
}
#watchlist
{
	font-size: 12px;
}
.searchTable
{
	border:1px solid #000000;
	padding:3px;
}
#mainpic
{
	overflow:hidden;
	width:350px;
	height:260px;
	border:solid 1px #000000;
}
#propertyinfo
{
	display: none;
	position: absolute;
	width: 180px;
	background-color: #FFFF99;
	color: #000000;
	border: 1px solid #000000;
	padding: 3px;
	font-size: 10px;
	text-align: justify;
}

