html, body { margin: 0; padding: 0; }

body { 
	padding-bottom: 20px; 
	text-align: center;
	background-image:  url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #4d2c17;
	}

#container {
background-image:  url(/images/bg_body.gif);
background-color: #4d2c17;
text-align: center;
padding: 0 0 0 0;
margin-left: auto;
margin-right: auto;
width: 800px;
position: relative;
}

#header_home {
text-align: center;
padding: 0;
height: 284px;
width: 800px;
background-color: #4d2c17;
position: relative;
}

#slider-top {
	background: url('images/slider-top.png') no-repeat top left;
	position: absolute;
	top: 68px;
	left: 0;
	z-index: 9000;
	height: 10px;
	width: 800px;
	}

#slider-left {
	background: url('images/slider-left.png') no-repeat top left;
	position: absolute;
	top: 78px;
	left: 0;
	z-index: 9000;
	height:  206px;
	width: 10px;
	}

#messageRotator {
	background: url('images/bgMessage.jpg') no-repeat top left;
	float: right;
	width: 283px;
	height: 216px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0;
	margin: 0;
	}
	
#messageRotator ul {
	margin: 0;
	padding: 0;
	width: 283px;
	height: 216px;
	display: block;
	}


#header {
text-align: center;
height: 213px;
width: 800px;
background-color: #4d2c17;
}




#nav{
	background-image:  url(/images/bg_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight:normal;
	margin: 0;
	list-style-type:none;	
	padding:0;
	width: 800px;
	height: 27px;
	position: relative;
}

#nav li{
	font-size: 75%;
	font-weight: normal;
	list-style-type:none;
	float:left;
	margin:0;
	padding: 0;
	height: 27px;
	border-right: 1px solid #FFF;
}

#nav li a{
  color:#543019;	
  display:block;
  padding: 3px 10px 1px 10px;
  text-decoration: none;
}

#nav li a.navhome{
  color:#543019;	
  display:block;
  padding: 3px 10px 1px 15px;
  text-decoration: none;
}


ul#nav li a:hover {
	background-image:  url(/images/bg_nav_on.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;	
	display:block;
	padding: 3px 10px 1px 10px;
	text-decoration: none;
}

ul#nav li a.navhome:hover {
	background-image:  url(/images/bg_nav_home_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 10px 1px 15px;
}








#main_home {
	background-color: #FFFFFF;
	background-image:  url(/images/bg_body_home.gif);
	padding: 20px 20px 25px 20px;
	border-bottom: 1px solid #e4e0c3;
}		

#main {
	width: 750px;
	margin: 25px 25px 0 25px;
	padding: 0 0 25px 0;
	text-align: left;
}

table.properties td {
	padding-bottom: 30px;
}

td.leftcol {
	width: 175px;
	padding: 0 15px 0 0;
	border-right: 1px solid #cccccc;
	float: left;
	}

td.rightcol {
	width: 525px;
	padding: 0 0 0 15px;
	float: right;
	}
	
table.propDetail {
	width: 750px;
}

td.propLeft {
	width: 325px;
	padding: 0 15px 0 0;
}

td.propRight {
	width: 390px;
	min-height: 250px;
	padding: 0 0 0 15px;
	border-left: 1px solid #cccccc;
	}



		
#sidebar {
width: 190px;
margin-top: 20px;
padding: 0;
float: left;
display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
	
#bottomborder {
	width: 800px;
	border-top: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 20px 20px 20px;
}


p { 
	font: 10pt/14pt arial;
	text-align: justify;
	margin-top: -5px;
	}

#main_home p, .properties p {
	text-align: left;
}

.thumb {
	margin: 1px 1px 0 0;
	}

h1 { 
	font: bold 16pt arial;
	color: #333;
	margin-top: -5px;
	text-align: left;
	}
	
h2 { 
	font: bold 13pt arial;
	color: #522f18;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	}
	
	
	
.leftcol ul {
	margin-top: -9px;
	}
	
.leftcol li {
	margin-left: -23px;
	list-style-type: disc;
	padding-left: 0px;
	padding-top: 7px;
	font: 10pt/14pt arial; 
	line-height: 15px;
	}
	
ul {
	margin-top: -5px;
	}	

li {
	margin-left: -23px;
	list-style-type: disc;
	padding-left: 0px;
	font: 10pt/14pt arial; 
	}



#footer p { 
	font: 9pt/12pt arial; 
	color: #9c7c66;
	margin-top: 0px;
	text-align: center;
	}

a, a:visited, a:link, a:active { 
	text-decoration: none; 
	color: #4a76a3;
	}
a:hover { 
	text-decoration: underline;
	color: #4a76a3;
	}


#footer a, #footer a:visited, #footer a:link, #footer a:active { 
	text-decoration: none; 
	color: #9c7c66;
	}
#footer a:hover { 
	text-decoration: underline; 
	color: #9c7c66;
	}
	
/* Rotator */
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:60px;
	margin: 30px 0 0 -25px;
}
/* rotator css */
	div#rotator ul li, 	div#messageRotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding: 0;
}

div#messageRotator ul li {
	margin: 0;
}
/* rotator image style */	
	div#rotator ul li img {
	padding: 0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}
