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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: url(../images/bg.jpg) top center no-repeat #ebebeb; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 24px; 
		font-weight: normal;
		color: #005d66;
		margin: 10px 0 10px 0;
		font-family: "Times New Roman"; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 990px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 990px;
		height: 267px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 990px;
		height: 110px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 110px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 990px;
		min-height: 400px;
		float: left; }
		
		/*** SIDEBAR ***/
		ul#sidebar {
			width: 254px;
			height: 611px;
			float: left;
			list-style: none; }
			
			ul#sidebar {
				width: 254px;
				float: left; }
				
		#listingToolbox ol li a {
			padding: 0 0 0 20px; }
	
		/*** CONTENT ***/
		#content {
			width: 701px;
			min-height: 400px;
			float: left;
			margin: 0 20px 0 15px;
			text-align: left; }		
		
		
	/*** FOOTER ***/
	#footer {
		width: 990px;
		height: 104px;
		text-align: left;
		float: left;
		margin: 40px 0 0 0;
		background: url(../images/footer_bg.jpg) top left no-repeat; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				line-height: 18px;
				margin: 35px 0 0 20px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #fff; }
					
		#powered {
			width: 203px;
			height: 22px;
			float: right; 
			margin: 40px 5px 0 0; }
			
			#powered img {margin: 0 17px 0 0; }
			

/*** 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 */