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

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

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


	/*** FONT STYLES ***/	
	h4 {
		height: 44px;
		font-size: 18px; 
		font-weight: bold;
		color: #ffc820;
		margin: 10px 0 10px 0;
		padding: 0 0 0 2px;
		background: url(../images/h1_left.png) top left no-repeat; }
		
		h4 span {
			height: 34px;
			display: block;
			float: left;
			padding: 10px 18px 0 10px;
			background: url(../images/h1_bg.png) top right no-repeat; }
	
	a:link, a:visited { color: #ffc820; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 950px;
		height: 365px;
		float: left;
		margin: 0 0 13px 0;
		background: url(../images/header.png) no-repeat;
		position: relative; }

		/*** NAVIGATION ***/
		ul#nav { 
			width: 950px;
			height: 35px;
			margin: 97px 0 0 0;
			float: left;
			list-style: none; }
		
			ul#nav li { 
				float: left; 
				height: 35px; }
				
		/*** TESTIMONIALS ***/
		#testimonials {
			width: 495px;
			min-height: 55px;
			float: left;
			color: #ffc820;
			text-align: left;
			font-size: 12px;
			margin: 173px 0 0 200px; }
				
			#testimonials a {
				font-style: italic;
				text-decoration: underline; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 100%;
		min-height: 625px;
		float: left;
		padding: 0 0 50px 0;
		background: url(../images/contentWrapper_bg.jpg) bottom left repeat-x; }
	
		/*** FEATURED PROPERTY ***/
		ul#featuredProperty {
			width: 906px;
			min-height: 200px;
			float: left;
			padding: 0 0 0 16px;
			margin: 0 0 0 14px;
			background: url(../images/featuredProperty_bg.png) bottom no-repeat;
			list-style: none; }
			
			ul#featuredProperty li {
				width: 112px;
				height: 70px;
				float: left;
				padding: 13px 0 0 0;
				margin: 0 0 0 30px;
				text-align: center;
				font-size: 10px;
				font-family: Verdana;
				line-height: 16px; }
				
				ul#featuredProperty li a {
					color: #fff;
					text-decoration: underline; }
					
				ul#featuredProperty li span {
					color: #c82520; }

				#blurb
				{	font-size: 9px;
					width:92px;
					_width:112px;
					background: url('/images/blurb.jpg') #C92722 top no-repeat;
					font-weight: bold;
					text-align: center;
					padding: 0px 10px 5px 10px;
					_padding-bottom: 0px;
					margin-bottom: 2px;	}


		/*** NBREA ***/
		#nbrea {
			position: absolute;
			top: 15px;
			right: 15px;
			z-index: 999;
			visibility: show; }
								
		/*** SUB NAV ***/
		ul#subNav {
			width: 921px;
			height: 36px;
			float: left;
			list-style: none;
			margin: 3px 0 0 14px; }
			
			ul#subNav li {
				height: 36px;
				float: left; }
	
		/*** CONTENT ***/
		#content {
			width: 717px;
			float: left;
			text-align: left;
			margin: 0 0 0 13px; }
			
			#content p {
				padding: 0 0 0 10px; }

			#innercontent {
				width: 98%;
				float: left;
				text-align: left;
				margin: 0 0 0 13px; }
				
				#innercontent p {
					padding: 0 0 0 10px; }
					
				form { margin-left: 10px; }
				
				form p { margin-left: -10px; }
					
				table tr { color: #fff; }
			
		/*** LISTINGS OVERRIDES ***/
		#listingResults table td { background-color: #a7a7a7; border-color:#1d1511; color: #fff; }
		
		table#roomsListingInformation tr { color: #000; }
	
			#sidebar {
				color: #000; }
			
			#sidebar a:link, #sidebar a:active, #sidebar a:visited {
				color: #000; }
				
			#sidebar form { margin-left: 0; }
						
		/*** TWITTER ***/
		#twitter {
			width: 198px;
			float: left; }
		
		ul#twitter_update_list {
			list-style: none;
			width: 178px;
			min-height: 200px;
			float: left;
			margin: 10px 0 0 0;
			padding: 45px 10px 0 10px;
			background: url(../images/twitter_bg.png) top left no-repeat;  }	
	
			ul#twitter_update_list li {
				margin: 0 0 10px 0;
				font-size: 11px;
				text-align: left; }
		
				ul#twitter_update_list li a {
					text-decoration: none;
					font-size: 11px; }
			
			a#twitter-link {
				margin: 0 0 0 10px; }
		
		
	/*** FOOTER ***/
	#footer {
		width: 100%;
		height: 200px;
		text-align: left;
		float: left; 
		background: url(../images/footer_bg.jpg) top left repeat-x #0c0c0c;
		text-shadow: 1px 1px 1px #000; }
		
			#footer p { 
				font-size: 11px;
				color: #fff; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					font-size: 11px;
					color: #fff; }
		
			#socialMedia {
				width: 260px;
				padding: 15px 20px 20px 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: 265px;
				padding: 15px 20px 20px 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 5px 0; }
		
			#copyright {
				width: 260px;
				padding: 15px 20px 20px 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; }


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