/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:center;
	background-color: #3D3D3D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/backdrop.gif);
	background-repeat:repeat-y;
	background-position: center;
}
h1 {
	font-size:14px;
	color: black;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}
h2 {
	font-size:12px;
	color: black;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}
h3 {
	font-size:11px;
	color: black;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}
a:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #50280E;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #50280E;
	text-decoration: none;
}
#outer{
	height:100%;
	min-height:100%;
	width:727px;
	background-color: #F4EFD3;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:725px;
}
#header{
	position:relative;
	left:1px;
	height:101px;
	width:726px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:149px;
	float:left;
	left:1px;
	padding-top:1px;/*needed to make room for header*/
	padding-bottom: 2px;/* needed to make room for footer */
}

#footer {
	width:726px;
	clear:both;
	height:30px;
	border-top:1px dotted #666666;
	background-color: #EFE8BE;
	color: #000000;
	text-align:center;
	font-size: 11px;
	left:1px;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:575px;
	float:right;
	padding-top:1px;
	padding-bottom: 2px;/* needed to make room for footer */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#centrecontent p, h1, h2 {padding-left:3px; padding-right:3px;}

#clearfooter {width:100%;height:30px;clear:both} /* to clear footer */

/* Nav Buttons */

#navcontainer
{
width: 145px;
padding: 0 0 1em 0;
font-family:Georgia, "Times New Roman", Times, serif;
background-color: #F4EFD3;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #F4EFD3;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 2px 5px 2px 0.5em;
border-left: 10px solid #C78D8D;
border-right: 5px solid #E4CAAD;
background-color: #EAE0A8;
color:#333333;
text-decoration: none;
font-weight:bold;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #D5A8A8;
border-right: 5px solid #EAD5BD;
background-color: #EEE7B9;
color:#333333;
font-weight:bold;
}
/* Nav Buttons End*/

#searchbar {
	text-align:center;
	width: auto;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #D6BF8F;
	padding: 2px;
}
form {
	margin-bottom : 2px;
	margin-top : 2px;
}
/* Prop Listing Box */
.listingbox {
	text-align: left;
	width: auto;
	margin-left: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #D6BF8F;
	padding: 2px;
}
.listingboxheader {
	background-color: #3A4632;
	padding: 1px;
	color: #FFFFFF;
	font-size: 10px;
	width: auto;
}
.listingboxmid {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	width: auto;
	overflow: hidden;
	width: 100%;
	background-image: url(Images/blend.jpg);
	background-repeat: no-repeat;
}
.listingboxfooter {
	background-color: #DFCEAA;
	color: #333333;
	font-size: 11px;
	width: auto;
}
.listingimage {
	float: right;
	margin: 0 0 0 2px;
}
.propimage {
	float: left;
	margin: 0 2px 0 0;
}
.mapweblinks {
	float: left;
	margin-top: 50%;
	margin-bottom: 50%;
	margin-left: 145px;
}
.moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#queryleft {
	text-align: right;
	position:relative;
	width:45%;
	float:left;
}
#queryright {
	text-align: center;
	position:relative;
	width:45%;
	float:right;
}
.slideshowcontainer {
	float:right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 256px;
	height: 170px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.imagecontainer {
	margin-left: 10px;
	margin-bottom: 2px;
	width: 205px;
	height: 136px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
#rightbar {
	float:right;
}
#map {
	margin-left: 3px;
}
	