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

html, body {
	text-align: left;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #6d6d6d;
	background: url(../images/bg.jpg) top left repeat-x #000; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #077171;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #077171; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 980px;
	margin: 0 auto; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 980px;
		height: 102px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 102px; }
			
	/*** HEADER ***/
	#header {
		width: 980px;
		height: 372px;
		float: left;
		background:  url(../images/header.jpg); }
		
		/*** FEATURED LISTINGS ***/
		#featuredListings {
			width: 940px;
			padding: 0 20px;
			height: 188px;
			display: block;
			float: left; }
	
			/*** CAROUSEL ***/
			ul#carousel li img {
				border: 1px solid #cfcfcf;
				padding: 1px; }
				
			ul#carousel li {
				text-align: center;
				color: #fff; }
		
	/*** NAVIGATION ***/
	ul#subNav { 
		width: 980px;
		height: 82px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#subNav li { 
			float: left; 
			height: 82px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 980px;
		float: left;
		padding: 0 0 50px;
		background: url(../images/content_bg.jpg) repeat-y; }
	
		/*** CONTENT ***/
		#content {
			width: 940px;
			padding: 0 20px;
			float: left; }
			
	/*** AD SPACE ***/
	#adSpaceWrapperWrapper {
		width: 950px;
		height: 69px;
		float: left;
		padding: 3px 0 10px 20px;
		margin: 0 0 0 5px;
		background: #fff;
		border-top: 1px solid #ccc; }
			
	/*** FOOTER ***/
	#footer {
		width: 980px;
		height: 63px;
		background: url(../images/footer_bg.jpg) top left no-repeat; 
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 15px 0 0 15px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 15px 15px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		
			

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

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
