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

#content li {
	margin-left: 20px; }

html, body {
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", verdana, arial, sans-serif;
	color: #892034;
	background: url(../images/bg.jpg) top center repeat-x #4a111c; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 16px; 
		font-weight: normal;
		color: #892034;
		margin: 10px 0 10px 0; }
	
	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: 966px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 966px;
		height: 366px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 966px;
		height: 46px;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 46px; }
			
			a.home {
				width: 80px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_01_home.jpg) no-repeat 0px 0px; }
				
				a.home:hover {background: url(../images/nav_01_home.jpg) no-repeat 0px -46px; }
				
			a.listings {
				width: 104px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_02_listings.jpg) no-repeat 0px 0px; }
				
				a.listings:hover {background: url(../images/nav_02_listings.jpg) no-repeat 0px -46px; }
				
			a.openhouses {
				width: 142px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_03_openhouses.jpg) no-repeat 0px 0px; }
				
				a.openhouses:hover {background: url(../images/nav_03_openhouses.jpg) no-repeat 0px -46px; }
				
			a.aboutus {
				width: 111px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_04_aboutus.jpg) no-repeat 0px 0px; }
				
				a.aboutus:hover {background: url(../images/nav_04_aboutus.jpg) no-repeat 0px -46px; }
				
			a.careers {
				width: 101px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_05_careers.jpg) no-repeat 0px 0px; }
				
				a.careers:hover {background: url(../images/nav_05_careers.jpg) no-repeat 0px -46px; }
				
			a.sellinginfo {
				width: 141px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_06_sellinginfo.jpg) no-repeat 0px 0px; }
				
				a.sellinginfo:hover {background: url(../images/nav_06_sellinginfo.jpg) no-repeat 0px -46px; }
				
			a.achievements {
				width: 152px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_07_achievements.jpg) no-repeat 0px 0px; }
				
				a.achievements:hover {background: url(../images/nav_07_achievements.jpg) no-repeat 0px -46px; }
				
			a.contactus {
				width: 135px;
				height: 46px;
				display: inline-block;
				background: url(../images/nav_08_contactus.jpg) no-repeat 0px 0px; }
				
				a.contactus:hover {background: url(../images/nav_08_contactus.jpg) no-repeat 0px -46px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 942px;
		min-height: 400px;
		float: left;
		background: url(../images/contentWrapper_bg.png) top left repeat-y;
		padding: 10px 0 10px 24px;
		text-align: left; }

		/*** CONTENT ***/
		#content {
			width: 629px;
			min-height: 400px;
			float: left;
			background: url(../images/content_bg.jpg) bottom left no-repeat;
			padding: 0 0 40px 0; }

			#innercontent {
				width: 920px;
				min-height: 400px;
				float: left;
				background: #fff;
				padding: 0 0 40px 0; }
			
			#content p,
			#content h1 {
				padding: 0 20px; }
				
		/*** SIDEBAR ***/
		#side {
			width: 268px;
			min-height: 400px;
			float: left;
			margin: 0 0 0 18px; }
			
			#side img {
				margin: 0 0 5px 0; }
				
			#featuredListings {
				width: 268px;
				min-height: 200px;
				float: left;
				background: url(../images/featured_bg.jpg) bottom left no-repeat; }
				
				#featuredListings img.feature {
					width: 202px;
					height: 135px;
					float: left;
					margin: 0 30px 5px 32px;
					border: 2px solid #1194a1; }
					
					#featuredListings p {
						text-align: left;
						padding: 0 32px 0 34px; }
						
					#featuredListings a {
						text-decoration: none;
						color: #0099a9;
						float: right; }
						
			#testimonials {
				float: left;
				margin: 0 0 20px 0; }
				
				#testimonials p,
				#testimonials h1,
				#testimonials h2 {
					 text-align: center; }
					 
				#testimonials h2 {
					color: #0099a9;
					font-size: 12px;
					margin: -10px 0 0 0;
					font-weight: normal; }	
		
	/*** FOOTER ***/
	#footer {
		width: 966px;
		height: 142px;
		text-align: center;
		float: left;
		background: url(../images/footer_bg.png) top left no-repeat; }
		
			#footer p { 
				font-size: 12px;
				color: #892034;
				margin: 80px 0 0 0; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #892034;
					margin: 0 5px; }
					
		#redcow {
			float: right;
			width: 300px;
			height: 50px;
			margin: 13px 40px 0 0; }
			
			#redcow img {
				float: right;
				margin: 0 0 0 10px; }
				
			#redcow p {
				text-align: right;
				color: #fff;
				float: right;
				margin: 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 */