/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Arial", arial, sans-serif;
	line-height: 14px;
	color: #444;
	background: #000; }
	
h1, h2 { 
	margin-bottom: 10px; 
	font-size: 130%; 
	text-transform: uppercase; 
	color: #008693; }

h3 { font-size: 100%; }

a:link, a:visited { }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 897px; 
	margin: 0 auto; 
	background: url(/images/content_bg.jpg) top left repeat-y; }
	
	
	/*** SIDEBAR STYLES ***/
	#sidebar { 
		float: left; 
		width: 180px; 
		margin-right: 5px;
		text-transform: uppercase;
		color: #fff; }
		
		#sidebar a#logo {}
		
			#sidebar a#logo img { border: none; }
		
		#sidebar h2 { 
			font-size: 100%; 
			color: #fff; }
		
		#sidebar a:link, #sidebar a:visited { color: #fff; }
		
		#sidebar a img { border: 1px solid #fff; }
		
		
		#sidebar #featuredopenhouse { 
			margin-bottom: 15px; 
			padding-bottom: 15px; 
			background: url(/images/sidebar_divider.jpg) bottom center no-repeat; }
		
		#sidebar #featuredrealtor {
			margin-bottom: 15px; 
			padding-bottom: 15px; 
			background: url(/images/sidebar_divider.jpg) bottom center no-repeat; }
		
		#sidebar #featuredlisting {
			margin-bottom: 15px; 
			padding-bottom: 15px; 
			background: url(/images/sidebar_divider.jpg) bottom center no-repeat; }
			
	
	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		float: left; 
		width: 712px;
		text-align: left; }
		
		#contentWrapper a:link, #contentWrapper a:visited { color: #008693; }
		
		
		/*** FLASHHEADER STYLES ***/
		#contentWrapper #flashHeader { 
			width: 712px; 
			height: 276px; 
			background: url(/images/flashHeader.jpg) top left no-repeat; }
		
		
		/*** NAV STYLES ***/
		#contentWrapper ul#nav { 
			height: 42px; 
			list-style-type: none;
			list-style-position: outside; 
			border: 1px solid #000; 
			border-width: 5px 0; }
		
			#contentWrapper ul#nav li { float: left; height: 42px; }
			
			* html #contentWrapper ul#nav li { margin-bottom: -3px; } /* IE6 FIX */
					
		
		/*** LATESTNEWS STYLES ***/
		#contentWrapper #latestnews { 
			float: left;
			width: 222px; 
			min-height: 454px;
			padding: 10px;
			background: url(/images/latestnews_bg.jpg) top left no-repeat; }
		
		
		/*** CONTENT STYLES ***/
		#contentWrapper #content { 
			float: left; 
			width: 450px; 
			min-height: 450px; 
			padding: 10px 10px 30px 10px; }
			
		/*** CONTENT STYLES ***/
		#contentWrapper #contentWide { 
			float: left; 
			width: 630px; 
			min-height: 450px; 
			padding: 10px 10px 30px 10px; }
			
		* html #contentWrapper #content { 
			height: 450px; }
		
		/*** BOTTOMBUTTONS STYLES ***/
		#contentWrapper #bottomButtons { 
			width: 453px; 
			height: 89px; 
			margin: 0 0 0 252px; }
		
			#contentWrapper #bottomButtons a { margin: 0 -2px; }
			
		
		h2 { margin: 10px 0; }
		
		table { width: 100%; }
		
			table tr td { padding: 5px 0; }	


/*** FOOTER STYLES ***/
#footer { 
	width: 712px; 
	height: 50px; 
	margin: 0 auto;
	padding: 23px 0 0 185px;
	font-size: 90%;
	background: url(/images/footer_bg.jpg) top left no-repeat; }
	
	#footer p { margin-bottom: 4px; }
	
	#footer a:link, #footer a:visited { 
		text-transform: uppercase; 
		font-weight: bold; 
		color: #444; }
	
	#footer p.copyright a:link, #footer p.copyright a:visited { text-transform: none; }
	

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }