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

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


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #fff;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #fff; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 1024px;
	margin: 0 auto; }
	
	/*** TOP HEADER ***/
	#topHeader {
		width: 1024px;
		height: 96px;
		float: left; }
		
	/*** NAVIGATION ***/
	ul#nav { 
		width: 1024px;
		height: 36px;
		float: left;
		margin: 0 auto;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 36px; }
			
	/*** HEADER ***/
	#header {
		width: 1024px;
		height: 364px;
		float: left; }
		
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 1024px;
		min-height: 500px;
		float: left;
		background: url(../images/contentBg.jpg) top left no-repeat; }
		
		/*** CONTENT ***/
		#content {
			width: 950px;
			text-align: justify;
			float: left;
			margin: 0 0 0 37px; }
			
	/*** FOOTER ***/
	#footer {
		width: 1024px;
		text-align: left;
		float: left;
		margin: 10px auto 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 0 0 0 37px; }
				
				#footer a:link, a:hover, a:visited {
					text-decoration: underline;
					color: #fff; }


			#footer p.poweredby { 
				float: right;
				margin: 0 37px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }
	
	/*** ADVANCED LISTING FIXES ***/
	
		#listingResults a:link, a:hover, a:visited{ color:#069494; }		
		
		h3 {
			color: #069494;
			font-size: 14px; }
			
		.content a, li {
			color: #333; }
			
			
			

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