body, input, select, textarea, td, th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 120%;
	}
	
body {
	color: #002C7A;
	background-color: #fff;
	}
	
a, h1, h2, h3, h4, h5, h6 {
	color: #2D6999;
	}
	
div.clear {
	clear: both;
	}
	
ul {
	list-style: none;
	padding: 0;
	}
	

	
/* Search Form
-----------------------------------*/

#search_form label {
	float: left;
	height: 1.0em;
	width: 200px;
	}
	
#search_form input {
	margin-bottom: 0.5em;
	}
	
fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 1.0em;
	}
	
legend {
	font-weight: bold;
	}
	
/* List Display 
-----------------------------------*/

dl.property {
	border-top: 1px solid #D5D5D5;
	clear: none;
	float: left;
	padding: 10px;
	margin-right: 10px;
	width: 300px;
	}
	
dl.property dt {
	margin-right: 10px;
	}
	
dl.property dt img {
	width: 200px;
	height: 150px;
	}
	
/* Detail Display
----------------------------------*/

ul#top_links, ul#bottom_links {
	height: 1.25em;
	position: relative;
	list-style: none;
	}
	
ul#top_links li, ul#bottom_links li {
	float: left;
	margin-right: 10px;
	}
	
ul#top_links img, ul#bottom_links img {
	vertical-align: middle;
	margin-right: 5px;
	}
	
div.main_photo {
	float: left;
	}
	
div.main_photo img {
	width: 300px;
	margin-right: 10px;
	}
	
div.property_info ul {
	list-style: none;
	}
	
div#additional_pics {
	position: relative;
	margin-bottom: 1.0em;
	min-height: 95px;
	_height: 95px;
	}
	
div#additional_pics img {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	height: 75px;
	}
	