@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/img/background_left.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	font-size: 14px;
	color: #000000;
}

a:hover {
	color:#666666;
} 

a img {
	text-decoration: none;
}

#main { 
	background-image: url(/img/blackbar.gif); 
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

#content { 
	width: 994px;
	}

	
#nav {
	background-image: url(/img/background_nav.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	font-size: 13px;
	height: 600px;
}	
	
#nav .menuitem {
	
}
	
#nav .menuitem a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 34px;
}
	
#nav .menuitem a:hover, #nav .menuitem a.active {
	color:#066;
}
	
.header {
	background-image: url(/img/background_header.gif);
	background-repeat: no-repeat;
	background-color: #066;
	height: 150px;
	overflow: hidden;
}
	
.copyright {
	font-size: 10px;
	color: #666666;
	}
	
.clear { 
	clear: both;
	}
	
.headline {
	font-size: 18px;
	color: #999999;
}

.title {
	font-size: 24px;
}

		
.back{
	font-size: 11px;
	text-align: right;
	}
	
.contact {
	width: 50%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 8px solid #666666;
	border-bottom: 8px solid #666666;
}

#map_canvas {
	height: 500px;
	border: 1px solid #666;
}

.crosshair {
	margin: 10px 0px;
	height: 15;
	padding: 8px 0px 8px 40px;
	background-image: url(/img/crosshair.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.property {
	margin: 10px 0px;
	height: 106px;
	overflow: hidden;
	padding-left: 40px;
	background-image: url(/img/crosshair.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
}

.property_description {
	height: 50px;
	overflow: auto;
}

.col100 {
	width: 100px;
}

.col128 {
	width: 128px;
}

.col130 {
	width: 130px;
}

.col170 {
	width: 170px;
}

.col195 {
	width: 195px;
}

.col205 {
	width: 205px;
}

.col300 {
	width: 300px;
}

.col400 {
	width: 400px;
}

.col740 {
	width: 740px;
}

.box20 {
	display: block;
	height: 20px;
	overflow: hidden;
}

.box28 {
	display: block;
	height: 28px;
	overflow: hidden;
}

.box96 {
	height: 96px;
	overflow: hidden;
}
	
.box105 {
	height: 105px;
	overflow: hidden;
}

.box120 {
	height: 120px;
	overflow: hidden;
}

.box270 {
	height: 270px;
	overflow: hidden;
}

.box300 {
	height: 300px;
	overflow: hidden;
}

.box330 {
	height: 330px;
	overflow: hidden;
}

.box480 {
	height: 480px;
	overflow: hidden;
}

.bg_teal {
	background-color: #066;
}

.bedrooms {
	background-image: url(/img/properties_icon_bedrooms.gif);
	background-repeat: no-repeat;
}

.bathrooms {
	background-image: url(/img/properties_icon_bathrooms.gif);
	background-repeat: no-repeat;
}

.photos {
	background-image: url(/img/properties_icon_photos.gif);
	background-repeat: no-repeat;
}

.waterfront {
	background-image: url(/img/properties_icon_waterfront.gif);
	background-repeat: no-repeat;
}

.more {
	background-image: url(/img/properties_icon_more.gif);
	background-repeat: no-repeat;
}

.sqfeet {
	background-image: url(/img/properties_icon_sqfeet.gif);
	background-repeat: no-repeat;
}

.acres {
	background-image: url(/img/properties_icon_acres.gif);
	background-repeat: no-repeat;
}




