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

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


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #b3002e;
		margin: 0 0 10px 0; }
	
	a:link, a:visited { color: #b3002e; }
	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: 950px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 950px;
		height: 165px;
		float: left; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 950px;
		height: 33px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 33px; }
			
	/*** SUBHEADER ***/
	#subHeader {
		width: 950px;
		height: 306px;
		float: left; }
		
	/*** FEATURED LISTINGS ***/
	#featuredListings {
		width: 950px;
		height: 188px;
		display: block;
		float: left;
		background: url(../images/featuredListing.jpg) top left no-repeat; }

		/*** CAROUSEL ***/
		ul#carousel li img {
			border: 1px solid #cfcfcf;
			padding: 1px; }
			
		ul#carousel li {
			text-align: center;
			color: #fff; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 950px;
		float: left;
		margin: 10px 0 0 0; }
	
		/*** SIDEBAR ***/
		#side {
			width: 177px;
			float: left;
			text-align: justify; }
			
			#sideNavBackground {
				width: 177px;
				float: left;
				background: url(../images/sidebarBottom.jpg) bottom left no-repeat; }
			
			ul#sideNav {
				list-style: none;
				width: 177px;
				float: left;
				background: url(../images/sidebarTop.jpg) top left no-repeat; }
				
				ul#sideNav li {
					margin: 0 0 0 15px;
					padding: 0 0 0 20px;
					height: 25px;
					line-height: 25px; }
					
					ul#sideNav li a {
						color: #211d1c;
						text-decoration: none; }
					
					ul#sideNav li.first {
						padding: 10px 0 0 20px;
						line-height: 15px;
						margin: 0 0 -5px 15px; }
						
					ul#sideNav li.last {
						padding: 0 0 10px 20px;
						line-height: 35px;
						margin: -5px 0 0 15px; }
						
					ul#sideNav li.buying { background: url(../images/icon_buyingandselling.jpg) center left no-repeat; }
					ul#sideNav li.career { background: url(../images/icon_careerinrealestate.jpg) center left no-repeat; }
					ul#sideNav li.calculator { background: url(../images/icon_mortgagecalculator.jpg) center left no-repeat; }
					ul#sideNav li.referrals { background: url(../images/icon_myreferrals.jpg) center left no-repeat; }
					ul#sideNav li.maps { background: url(../images/icon_realmaps.jpg) center left no-repeat; }
					ul#sideNav li.search { background: url(../images/icon_search.jpg) center left no-repeat; }
					ul#sideNav li.testimonials { background: url(../images/icon_testimonials.jpg) center left no-repeat; }
					ul#sideNav li.building { background: url(../images/icon_thinkingaboutbuilding.jpg) center left no-repeat; }
					ul#sideNav li.visual { background: url(../images/icon_visualtour.jpg) center left no-repeat; }
					ul#sideNav li.link { background: url(../images/icon_link.jpg) center left no-repeat; }
				
			#exitLogo {
				width: 177px;
				height: 104px;
				float: left;
				margin: 15px 0 0 0; }		
	
		/*** INNER CONTENT ***/
		#innercontent {
			width: 763px;
			min-height: 500px;
			margin: 0 0 0 10px;
			float: left;
			background: url(../images/innerContentBottom.jpg) bottom left no-repeat; }
			
			#innercontentWrapper {
				width: 743px;
				float: left;
				padding: 10px;
				text-align: justify;
				background: url(../images/innerContentTop.jpg) top left no-repeat; }
				
		/*** LISTINGS CONTENT ***/
		#listingscontent {
			width: 950px;
			min-height: 500px;
			float: left;
			background: url(../images/mainContentBottom.jpg) bottom left no-repeat; }
			
			#listingscontentWrapper {
				width: 930px;
				margin: 0 0 15px 0;
				padding: 0 10px;
				text-align: justify;
				float: left;
				background: url(../images/mainContentTop.jpg) top left no-repeat; }
				
				#listingscontentWrapper h1 {
					margin: 10px 0; }
					
		/*** CONTACT ***/		
		#innercontentWrapper li {
			list-style: none; }
				
	/*** FOOTER ***/
	#footer {
		width: 950px;
		height: 70px;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 25px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 25px 10px 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 */