/************* 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 left repeat-x #000; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #3165ae;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #3165ae; }
	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: 970px;
	margin: 0 auto; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 970px;
		height: 102px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 102px; }
			
	/*** HEADER ***/
	#header {
		width: 970px;
		height: 372px;
		float: left; }
			
	/*** NAVIGATION ***/
	ul#subNav { 
		width: 970px;
		height: 62px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#subNav li { 
			float: left; 
			height: 62px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 970px;
		min-height: 500px;
		float: left;
		background: #fff;
		text-align: justify;
		padding: 0 0 30px 0; }
	
		/*** LISTINGS CONTENT ***/
		#listingscontent {
			width: 950px;
			float: left;
			margin: 0 10px; }

		/*** CONTENT ***/
		#innercontent {
			width: 670px;
			float: left;
			margin: 0 0 0 10px; }
		
		/*** SIDEBAR ***/
		#innersidebar {
			width: 270px;
			float: left;
			margin: 10px 10px 0 10px; }
			
			#innersidebar img {
				margin: 0 0 5px 0; }
				
				#featuredListing {
					height: 153px;
					width: 270px;
					float: left;
					display: block;
					margin: 0 0 5px 0;
					background: url(../images/bg_featured.jpg) top left no-repeat; }
					
					#featuredListing img {
						margin: 10px 0 0 100px;
						border: 1px solid #fff; }
						
			/*** TWITTER ***/
			#twitter {
				width: 270px;
				min-height: 300px;
				float: left;
				margin: 0 0 5px 0;
				background: url(../images/twitter_bg.jpg) bottom right no-repeat; }
			
			ul#twitter_update_list {
				list-style: none;
				width: 250px;
				margin: 10px;
				color: #333; }	
	
				ul#twitter_update_list li {
					margin: 0 0 5px 0;
					font-size: 10px;
					font-size: 12px; }
		
					ul#twitter_update_list li a {
						color: #fff;
						text-decoration: none;
						font-size: 10px; }	

			
	/*** FOOTER ***/
	/*#footer {
		width: 970px;
		height: 60px;
		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: 17px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 20px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }*/
			
			
	/*** FOOTER ***/
	#footer {
		width: 970px;
		height: 200px;
		text-align: left;
		float: left;
		margin: 0 0 10px 0;
		background: url(../images/footer_bg.jpg) top left no-repeat;
		text-shadow: 1px 1px 1px #000; }

			#footer p { 
				font-size: 10px;
				color: #fff; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #fff; }
		
			#socialMedia {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }
				
				#socialMedia h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					color: #fff; }

				ul#socialLinks {
					list-style: none;
					width: 260px;
					margin: 10px 0 0 0; }
						
						ul#socialLinks li {
							float: left;
							width: 120px;
							margin: 0 0 10px 0; }
							
							ul#socialLinks img {
								padding: 1px;
								border: 1px solid #fff; }
								
			#siteMap {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }

				#siteMap h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					color: #fff; }
					
				ul#siteMapList {
					list-style: none;
					width: 260px;
					margin: 10px 0 0 0; }

						ul#siteMapList li {
							float: left;
							width: 120px;
							margin: 0 0 10px 0; }
		
			#copyright {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }

				#copyright h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					color: #fff;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					margin: 0 0 10px 0; }
				
				p.poweredby a { margin: 0 20px 0 0; }

			
			
/*** AFTER CODING FIXES ***/
span.price strong {
	color: #3165ae; }
	
#shareListing h3 {
	color: #3165ae; }
	
#listingToolbox h3 {
	color: #3165ae; }
	
div.sidebox h3 {
	color: #3165ae; }
	
#listingResults p {
	width: 650px; }	
	
	
	
	
	
	
	
	
	
	
	
		

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