body{
color:#ffffff;
font-family: arial;
font-size: 11pt;
background-color: #264150;
background-image: url(images/web_bg.jpg);
background-position: top center;
background-repeat: no-repeat;
}

a:link, a:visited{
color:#ffffff;
text-decoration: none;
}

a:hover{
text-decoration: underline;
color:#5b8093;
}

a:active{
color:#63889B;
}

img.floatleft{
float:left;
border:1px solid white;
margin: 0px 10px 10px 0px;
}

img.floatright{
float:right;
border:1px solid white;
margin: 0px 0px 10px 10px;
}

img.drawes{
border: 1px solid white;
margin: 0px 30px 10px 0px;
}

img.houses{
border: 1px solid white;
margin: 15px 20px 10px 0px;
}

td.footer{
padding-top: 30px;
}

font.header, h3.header {
font-size: 14pt;
font-family: serif;
font-weight: bold;
font-style: italic;
}

/* navigation menu */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 145px;
	top: 0;
	display: none;
z-index:3;
	}
	
ul li a {
	font-size: 9pt;
	background-image: url(/images/blue_button.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 7px 7px 7px 0px;
	}
	
ul li a:hover, ul li a:hover {
	color:#000000;
	text-decoration: none;
	}
	
li:hover ul, li.over ul { 
	display: block;
	}
	
	.property {
position:relative;
margin:0;
padding:0;
}

.sold {
position:absolute;
top:16px;
left:0;
z-index:1;
background:url(/images/sold.gif) right top no-repeat;
width:130px;
height:47px;
margin:0;
padding:0;
}

img {
z-index:2;
margin:0;
padding:0;
}

#AgentInfoTable td.bold {
color:#294761;
background-color:#FFFFFF;
}

hr.clear {
clear:both;
}

p.Testimonial {
width:475px;
}

#PropertyListing td.ThumbnailCell img {
width:60px;
}

#PropertyListing td.PhotoCell img {
width:300px;
}

td.over {
color:#CCCCCC;
cursor:pointer;
}

td.over img {
border:1px solid #CCCCCC;
}

#FeaturedHome {
float:left;
height:275px;
width:395px;
margin-right:10px;
border:1px solid #FFFFFF;
background-color:#62889B;
text-align:center;
}

#FeaturedHome img {
margin-top:10px;
height:200px;
border:1px solid #FFFFFF;
}

#FeaturedHome h3 {
margin:0;
font-size:18px;
text-align:center;
}

#FeaturedHome h4 {
text-align:center;
margin:0;
}

#FeaturedHome a {
color:#FFFFFF;
}

#FeaturedHome a:hover {
color:#000000;
}