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

html, body {
	text-align: center;
	font-size: 10px;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: #676767;
	background: url(../images/bg.jpg) top left repeat-x #9d9d9d; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 16px; 
		font-weight: bold;
		color: #9b9b9b;
		margin: 10px 0 10px 0; }
		
	h4 { 
		font-size: 18px; 
		font-weight: bold;
		text-align: center;
		color: #9b9b9b;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited {
		color: #676767;
		text-decoration: underline; }
		
	a:hover {
		color: #3ca7b1;
		text-decoration: underline; }	
		
	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: 1110px;
	margin: 0 auto; }
	
	/*** TOP HEADER ***/
	#topHeader {
		width: 1110px;
		height: 100px;
		float: left;
		background: url(../images/topHeader.jpg) top left no-repeat; }
		
		/*** NAVIGATION ***/
		#nav {
			float: right;
			margin: 72px 19px 0 0;
			font-size: 12px;
			text-transform: uppercase; }
			
			#nav a:link, #nav a:visited {
				text-decoration: none; }

	/*** HEADER ***/
	#header {
		width: 1110px;
		float: left; }

	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 1110px;
		min-height: 500px;
		float: left;
		background: #fff;
		text-align: justify; }
	
		/*** SIDEBAR ***/
		ul#sidebar { 
			width: 150px;
			float: left;
			margin: 0 auto;
			text-transform: uppercase;
			font-size: 10px;
			list-style: none; }
			
			ul#sidebar li {
				margin: 10px; }
				
			ul#sidebar a:link, ul#sidebar a:visited {
				text-decoration: none;
				color: #656668; }
				
			u;#sidebar a:hover {
				color: #3ca7b1; }
	
		/*** CONTENT ***/
		#content {
			width: 950px;
			margin: 0 0 10px 0;
			float: left; }
			
			#content ul {
				margin: 0 0 0 15px; }
				
				#content ul li {
					padding: 5px 0 0 0; }
					
		/*** ADVANCEDLISTINGS OVERRIDES ***/
		#contentWrapper.advancedListing #content { width: 100%; margin: 0; }
		
		#contentWrapper.advancedListing #content #listingContent { width: 950px; }
		
		#listingContent #slideshowContainer #defaultSlideshow ul { width: 340px; margin: 0 0 10px 0; }

			
			#featuredListings {
				width: 314px;
				margin: 0 50px 10px 0;
				float: left; }
				
				#featuredImage {
					width: 292px;
					height: 219px;
					padding: 10px;
					float: left;
					border: 1px solid #959696; }
					
					#featuredImage img {
						border: 1px solid #959696; }
						
				img.chlogo {
					width: 200px;
					float: left;
					margin: 60px 0 0 -20px; }		
			
	/*** FOOTER ***/
	#footer {
		width: 1110px;
		height: 57px;
		background: url(../images/footer_bg.jpg) top left repeat-x;
		text-align: left;
		float: left; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 10px 0 0 10px; }
				
				#footer a { 
					color: #fff;
					text-decoration: none; }

			#footer p.poweredby { 
				float: right;
				margin: 12px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }
			
	/*** FORM STYLES ***/
	form {}
	
		form fieldset { border: none; }
		
			form fieldset ol,
			form fieldset ul { 
				list-style: none; }
			
		form input,
		form select,
		form textarea,
		form button { 
			font-size: 11px;
			color: #9b9b9b;
			font-family: "Century Gothic", verdana, arial, sans-serif; }
			
	.contactform h2 {
		float: left;
		text-align: left;
		margin: 0 auto; }				

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