html, body
	{ 
 	margin:0; 
 	padding:0; 
 	text-align:center; 
 	background-color: #C7D3C7;
	font-family:arial, sans-serif;
	color:#000;
	font-size:12px;
	} 

h1
	{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	font-family:times;
	margin:0;
	margin-bottom:2px;
	padding:0;
	}
	
h2
	{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:times;
	margin:0;
	margin-bottom:2px;
	padding:0;
	}
	
h5
	{
	font-weight:bold;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	font-family:times;
	}

hr
	{
	border:0px;
	background-color:#002c00;
	height:1px;
	}

a
	{
	color:#055f05;
	}

#page_border
	{
	width: 950px;
	border:1px solid red;
	margin:auto;
	background-color:#fff;
	border:1px solid #012c00;
	}
	
	
#pagewidth
	{ 
 	width:940px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
 	background-color: #002C00;
	} 

#header
	{
	padding-top:20px;
	padding-bottom:10px;
	position:relative; 
 	height:100px; 
 	background-color:#002C00; 
 	width:100%;
	} 
	
	#header span
		{
		position:relative;
		top:20px;
		z-index:1;
		left:405px;
		color:#fff;
		font-style:italic;
		font-family:times;
		font-size:14px;
		}
	
	#header #white_bar
		{
		position:relative;
		top:35px;
		z-index:1;
		height:15px;
		background-color:#fff;
		padding:2px 0px 2px 280px;
		font-family:times;
		font-style:italic;
		font-weight:bold;
		}
	
	#header img#logo
		{
		position:absolute;
		z-index:2;
		height:100px;
		border:0px;
		}
		


	
#top_menu
	{
	width:770px;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 4px;
	height:19px;
	}


/************************************
main navigation @ top
*************************************/

#nav, #nav ul 
	{ /* all lists */
	padding: 0;
	margin: auto;
	list-style: none;
	}
#nav a
	{
	display: block;
	width: 90px;
	color:#000;
	text-decoration:none;
	}

#nav li 
	{ /* all list items */
	float: left;
	text-align:center;
	border-left:1px solid #9cb49c;
	}
	
#nav li:first-child
	{
	border-left:0px;
	}

#nav li ul
	{ /* second-level lists */
	position: absolute;
	z-index:1000;
	background: #d7e3d7;
	background-image:url(../images/trees.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width: 185px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #002c00;
	}

#nav li ul li
	{
	line-height:12px;
	text-align:left;
	font-family:arial;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	border-left:0px;
	}

#nav li ul li a
{
	border-right:0px;
	width:185px;
	padding:4px 0px 4px 2px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#nav li ul li a:hover
{
	background-color:#002c00;
	color:#fff;	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-25px;
}



ul#subnavigation
	{
	list-style-type:none;
	margin:0;
	margin-top:5px;
	padding:0;
	}

ul#subnavigation li
	{
	float:left;
	text-align:center;
	border-left:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	}

ul#subnavigation li:first-child
	{
	border-left:0px;
	padding-left:0px;
	}

ul#subnavigation li a
	{
	color:#898989;
	}









#photo
	{
	border:1px solid #fff;
	width:898px;
	background-color:#fff;
	}

	
#main
	{
	width:900px;
	}

.mainimg { margin-top:10px;margin-left:-6px; width:893px; }	
	
#main_left
	{
	width:720px;
	float: left;
	background-color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	}
	
#main_left_wide
	{
	width:900px;
	float: left;
	background-color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	}	
	

	#left_wide
		{
		width:892px;
		background-color: #fff;
		border: 1px solid #000000;
		min-height: 364px;
		text-align:left;
		}		
	
		
		
		
		
		

.padding { padding:5px; text-align:left; }

#mls_box
	{
	width: 140px;
	height: 180px;
	margin-top: 5px;
	margin-left: 5px;	
	text-align: center;
	}
	
#mls_menu
	{
	width: 133px;
	text-decoration: none;
	}

#mls_menu ul 
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#mls_menu li 
	{
	list-style-type: none;
	padding: 2px;
	float: left;
	}

#mls_menu a 
	{
	width: 129px;
	display: block;
	border: 1px solid #333;	
	text-decoration: none; 
	color: #000000;
	font-size: 11px;
	}

#mls_menu a:active 
	{
	font-size: 11px;
	color: #000000;
	}

#mls_menu a:hover 
	{
	font-size: 11px;
	color: #000000;
	background-color: #C7D3C7;
	}

#main_right
	{
	width:170px;
	float: right;
	background-color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	}


#main_bottom 
	{
	width:900px;
	clear:both;
	margin:auto;
	margin-top:10px;
	background-color: #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:center;
	}

#bottom
	{
	width:890px;
	margin:auto;
	background-color: #fff;
	border: 1px solid #000000;
	min-height: 160px;
	text-align:center;
	}
	#bottom #featured_sales
	{
		float:left;
		width:49%;
		height:160px;
		text-align:center;
		border-right:1px dashed #000;
		margin-left:5px;
		padding-top:4px;
	}
	
	#bottom #featured_rentals
	{
		float:left;
		width:49%;
		height:160px;
		text-align:center;
		padding-top:4px;
	}
	
	#bottom .property
	{
		float:left;
		width:140px;
		margin:auto;
	}
	
#footer{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height:70px; 
	background-color:#002C00; 
	clear:both;
	color: #ffffff;
 } 
 
#footer a
{
	color:#fff;
}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 


