/* LAYOUT - main body of page */
body, html {
	top:0px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif; 
	}	
div#wrap {
width: 930px;
margin: 0 auto;
position:relative;
height:auto;
color:#6a6a6b;
font-size:12px;
}
/*General Styles*/
a{
color:#085c98;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h1{
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-family:"Trebuchet MS", Tahoma;
	}
h2{
	margin:0 auto;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#718642;
	}	
p{
	margin:0 auto;
	padding-top:5px;
	}
a img{
	border:1px solid #fff;
	}
a:hover img{
	border:1px solid #0e65a1;
	}		
/* LAYOUT - HEADER */
div#header {
display: block;
margin:0 auto;
padding:0;
width:930px;
height:127px;
background: url(/img/menu.gif) bottom no-repeat;
}
	div#header div#logo {
	position:absolute;
	top:0px;
	left:50px;
	width:375px;
	height:89px;
	background:url(/img/logo.gif) top no-repeat;
	}
	div#header div#address{
	position:absolute;
	top:0px;
	right:20px;
	background:url(/img/address.gif) no-repeat;
	width:174px;
	height:88px;
	}
	#top_menu{
	position: absolute;
	top: 4px;
	left: 560px;
	width: 160px;
	height: 18px;
        color:#085c98;
font-weight: bold;
text-transform: uppercase;
font-family: "Trebuchet MS";
font-size: 13px;
	}
	ul#nav {
	position:absolute;
	top:89px;
	left:46px;
	width:auto;
	height:47px;
	font-size:11px;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	ul#nav li {
	display:block;
	float: left;
	width: auto;
	margin: 0;
	padding:0;
	height:38px;
	}
	ul#nav li a{
	display: block;
	float:left;
	padding-left:11px;
	padding-right:11px;
	height:38px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	line-height:38px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:0;	
	}

	ul#nav li a:hover {
	color:#a9dafb;
	}
	ul#nav li.active {
	background:#146dab url(/img/active_button.gif) repeat-x;
	color:#fff;
	border-left:1px solid #fff;
	border-top:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #bcbdbe;
	height:37px;
	}
	ul#nav li.active a{
	color:#648811;
	background:transparent;
	}
	ul#nav li.active a:hover{
	color:#648811;
	background:transparent;
	}	
	
	input.AdvancedSearch{
	text-transform:uppercase;
	width:254px;
	height:31px;
	cursor:pointer;
	border:0;
	background:url(/img/AdvancedSearch.gif) no-repeat;
	color:#fff;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-indent:30px;
	}
	input.AdvancedSearch:hover{
	background:#047390;
	}									
/* LAYOUT - CONTENT */
div#content{
display:block;
float:left;
width:930px;
margin:0 auto;
padding:0;
background:url(/img/page_bg.gif) repeat-y;
height:auto;
font-family:Arial, Helvetica, sans-serif;
}
div#main{
width:908px;
margin-left:11px;
background:url(/img/top_page.gif) repeat-x;
min-height:100px;
font-family:Arial, Helvetica, sans-serif;
}
/******************************
*********HOME************
*******************************/
	div#main div#border{
	display:block;
	float:left;
	margin-top:50px;
	margin-left:79px;
	background:url(/img/border.gif) no-repeat;
	height:447px;
	width:694px;
	}
	div#main div#border img{
	margin-top:15px;
	margin-left:90px;
	}
	div#main div#home_links{
	position:absolute;
	top:430px;
	left:33px;
	background: url(/img/home_links.gif) no-repeat;
	width:141px;
	height:73px;
	line-height:14px;
	}
	div#main div#home_links ul{
	margin-top:10px;
	list-style:none;
	}
	div#main div#home_links ul li{
	list-style-type:none;
	margin-bottom:4px;
	}
	div#main div#home_links ul li a,
	div#main div#home_links ul li a:hover,
	div#main div#home_links ul li a:visited,
	div#main div#home_links ul li a:link,
	div#main div#home_links ul li a:active{
	text-decoration:none;
	font-size:11px;
	color:#fff;
	line-height:10px;
	}
	div#main div#home_links ul li a:hover{
	text-decoration:underline;
	}
/******************************
*********CONTACT US************
*******************************/
table.form{
	margin-left:90px;
	}
table.form tr th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	}
table.form tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:28px;
	}
span.required{
	color:#870202;
	font-weight:bold;
	}	

input.text_input{
border-top:2px solid #818282;
border-left:2px solid #818282;
border-bottom:1px solid #b7b8b9;
border-right:1px solid #b7b8b9;
font-size:12px;
padding:2px;
}
textarea.text_area{
border-top:2px solid #818282;
border-left:2px solid #818282;
border-bottom:1px solid #b7b8b9;
border-right:1px solid #b7b8b9;
font-size:12px;
padding:2px;
width:200px;
height:80px;
}

select{ 
padding: 2px; 
border-top:2px solid #818282;
border-left:2px solid #818282;
border-bottom:1px solid #b7b8b9;
border-right:1px solid #b7b8b9;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

select option { padding: 0 8px 0 3px; }

input.text_submit{
padding-left:10px;
padding-right:10px;
background:url(/img/submit.gif) repeat-x;
font-size:16px;
font-weight:bold;
font-family:"Trebuchet MS", Tahoma;
height:24px;
color:#fff;
text-transform:uppercase;
border:1px solid #15687b;
cursor:pointer;
}	
/***************************
********LISTINGS************
****************************/
div#page{
padding:10px;
}
ul#listings{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
	ul#listings li{
	display:block;
	float:left;
	position:relative;
	width:875px;
	list-style-type:none;
	margin-bottom:5px;
	padding:5px;
	background:#f4f4f4 url(/img/listing_bg.gif) top repeat-x;
	border:1px solid #c4c5c5;
	}
	ul#listings li div.photoListings{
	clear:both;
	display:block;
	float:left;
	text-align:center;
	position:relative;
	margin:0 auto;
	padding:0;
	width:88px;
	height:auto;
	border:1px solid #fff;
	font-size:1px;
	background:#fff;
	}
	ul#listings li div.photoListings div.zoom{
	position:absolute;
	bottom:0;
	left:0;
	width:35px;
	height:10px;
	background:url(/img/zoom.gif) no-repeat;
	}			
	ul#listings li div.homeDesc{
	display:block;
	float:right;
	width:775px;
	height:auto;
	}
	ul#listings li div.homeDesc div.moreDetails{
	clear:both;
	display:block;
	float:left;
	}
	ul#listings li div.available{
	position:absolute;
	bottom:1px;
	right:1px;
	width:82px;
	height:23px;
	line-height:23px;
	background:url(/img/available.gif) no-repeat;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	}
	ul#listings li div.rented{
	position:absolute;
	bottom:1px;
	right:1px;
	width:82px;
	height:23px;
	line-height:23px;
	background:url(/img/rented.gif) no-repeat;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	}
	ul#listings li div.for_sale{
	position:absolute;
	bottom:1px;
	right:1px;
	width:82px;
	height:23px;
	line-height:23px;
	background:url(/img/available.gif) no-repeat;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	}
	ul#listings li div.sale_pending{
	position:absolute;
	bottom:1px;
	right:1px;
	width:82px;
	height:23px;
	line-height:23px;
	background:url(/img/rented.gif) no-repeat;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	ul#listings li div.sold{
	position:absolute;
	bottom:1px;
	right:1px;
	width:82px;
	height:23px;
	line-height:23px;
	background:url(/img/rented.gif) no-repeat;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	}
	div.inquiry{
	position:absolute;
	bottom:5px;
	right:90px;
	width:16px;
	height:11px;
	background:url(/img/contact.gif) no-repeat;
	}
	div.inquiry a{
	display:block;
	width:16px;
	height:11px;
	}			
/************************
**********DETAILS********
*************************/
div#homePhotos{
	display:block;
	float:left;
	width:390px;
	min-height:390px;
	background:transparent url(/img/photo_shadow.gif)	center 43px no-repeat;
	}
	div#bgPhotos{
	display:block;
	float:left;
	margin-left:7px !important; margin-left:3px;
	padding:3px;
	width:368px;
	background:#ededee;
	border:1px solid #fff;
	}
	div#bgPhotos div#print{
	clear:both;
	float:left;
	width:33px;
	height:250px;
	background: transparent url(/img/print.gif) bottom no-repeat;
	}
	div#bgPhotos div#print a{
	display:block;
	width:33px;
	height:250px;	
	}	
	div#bgPhotos table.normalPhoto{
	display:block;
	float:right;
	margin-right:25px;
	}	
	div#bgPhotos table.normalPhoto tr td.photo{
	width: 300px;
	height: 300px;
	background: #ededee;
	text-align: center;
	vertical-align: middle;
	}				
	div#bgPhotos div#previous{
	clear:both;
	display:block;
	float:left;
	margin:0 auto;
	padding:0;
	width:150px;
	height:23px;
	background:url(/img/previous.gif) left no-repeat;
	}
	div#bgPhotos div#previous2{
	clear:both;
	display:block;
	float:left;
	margin:0 auto;
	padding:0;
	width:150px;
	height:23px;
	}
	div#bgPhotos div#previous a{
	display:block;
	padding-left:15px;
	line-height:23px;
	}	
	div#bgPhotos div#next{
	display:block;
	float:right;
	width:150px;
	background:url(/img/next.gif) right no-repeat;
	}
	div#bgPhotos div#next2{
	display:block;
	float:right;
	width:150px;
	}
	div#bgPhotos div#next a{
	display:block;
	text-align:right;
	padding-right:15px;
	line-height:23px;
	}
table#list{
	width: auto;
	margin-top:15px;
	margin-left:-3px;
	}
	table#list tr td{
		padding: 1px;
		margin-bottom:4px;
		width: 90px;
		height: 90px;
		background: #ededee;
		text-align: center;
		vertical-align: middle;
	}
	
	table#list tr td a,
	table#list tr td a:hover,
	table#list tr td a:visited,
	table#list tr td a:active,
	table#list tr td a:link
	{
	text-align:center;
	}
	
	table#list tr td a img,
	table#list tr td a:hover img,
	table#list tr td a:link img,
	table#list tr td a:visited img,
	table#list tr td a:active img
	{
	}

div#property{
display:block;
float:right;
width:480px;
}	
	table.propertyDetail{
	border-collapse:collapse;
	width:480px;
	margin-top:10px;
	margin-bottom:10px;
	}
	table.propertyDetail tr th.available{
	width:30px;
	height:173px;
	background:url(/img/a.gif) no-repeat;
	font-size:1px;
	padding:0;
	}
	table.propertyDetail tr th.rented{
	width:30px;
	height:173px;
	background:url(/img/r.gif) no-repeat;
	font-size:1px;
	padding:0;
	}	
	table.propertyDetail tr th.for_sale{
	width:30px;
	height:173px;
	background:url(/img/for_sale.gif) no-repeat;
	font-size:1px;
	padding:0;
	}
	table.propertyDetail tr th.sold{
	width:30px;
	height:173px;
	background:url(/img/sold.gif) no-repeat;
	font-size:1px;
	padding:0;
	}	
	table.propertyDetail tr th.sale_pending{
	width:30px;
	height:173px;
	background:url(/img/sale_pending.gif) no-repeat;
	font-size:1px;
	padding:0;
	}
	table.propertyDetail tr th{
	background:#ededee;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	text-align:right;
	padding-right:10px;
	width:100px;
	}
	table.propertyDetail tr td{
	background:#f8f8f9;
	border-bottom:1px solid #fff;
	text-align:left;
	padding-left:10px;
	}
	ul#contact{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
	ul#contact li{
	list-style-type:none;
	display:block;
	float:left;
	background:url(/img/contact.gif) left no-repeat;
	}
	ul#contact li a {
	font-weight:bold;
	display:block;
	padding-left:20px;
	}							
/* LAYOUT - FOOTER */
div#footer {
clear:both;
width: 930px;
margin: 0 auto;
position:relative;
height:50px;
font-size:11px;
background:url(/img/bottom.gif) top no-repeat;
}
div#footer div#copyright{
	float:left;
	margin-top:20px;
	margin-left:20px;
	color:#5e5f5f;
	}
div#footer div#author{
float:right;
margin-right:20px;
margin-top:20px;
color:#085c98;
}
div#footer div#author a{
color:#085c98;
text-decoration:none;
}

p.error { color: #BF0400; }

div.pagination span { padding: 0 3px; display: block; float: left; }

div.pagination span.next a,
div.pagination span.next a:link,
div.pagination span.next a:hover,
div.pagination span.next a:visited,
div.pagination span.next a:active { background: url( /img/nextPage.gif ) 0 50% no-repeat; display: block; float: left; text-indent: -9999px; width: 7px; }
div.pagination span.end a,
div.pagination span.end a:link,
div.pagination span.end a:hover,
div.pagination span.end a:visited,
div.pagination span.end a:active { background: url( /img/end.gif ) 0 50% no-repeat; display: block; float: left; text-indent: -9999px; width: 7px; }
div.pagination span.prev a,
div.pagination span.prev a:link,
div.pagination span.prev a:hover,
div.pagination span.prev a:visited,
div.pagination span.prev a:active { background: url( /img/previousPage.gif ) 0 50% no-repeat; display: block; float: left; text-indent: -9999px; width: 7px; }
div.pagination span.start a,
div.pagination span.start a:link,
div.pagination span.start a:hover,
div.pagination span.start a:visited,
div.pagination span.start a:active { background: url( /img/first.gif ) 0 50% no-repeat; display: block; float: left; text-indent: -9999px; width: 7px;}

strong#title_additional_features { padding-top: 10px; display: block; clear: both; font-size: 14px; }