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

html, body {
	text-align: left;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #fff;
	background: #131313; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: normal;
		font-style: italic;
		color: #fff;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #fff; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto; }

	/*** BANNER ***/
	#banner {
		width: 950px;
		height: 96px;
		float: left; }
	
	/*** HEADER ***/
	#header {
		width: 951px;
		height: 351px;
		float: left;
		margin: 0 0 0 -1px; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 950px;
		height: 47px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 47px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 928px;
		padding: 0 10px;
		float: left;
		border-left: 1px solid #414141;
		border-right: 1px solid #414141;
		background: url(../images/content_bg.jpg) top left no-repeat #131313; }
		
		/*** Site Map ***/
		#content ul {
			margin: 0 0 0 20px; }
			
		/*** CONTENT ***/
		div.content a, #listingResults a { color: #891f35; }
		#listingResults .listingsTable { color: #000;}
		table tbody tr td a { color: #fff; }
		
		
		#content {
			width: 699px;
			padding: 9px 0;
			float: left; }
			
			#content li {
				margin: 0 0 0 20px; }

				ol#resources { margin: 20px 0; list-style: none; }
			
				ol#resources li { float: left; width: 40%; margin: 0 0 10px 0; }
					
					ol#resources li a.icon { float: left; margin: 0 10px 0 0; }
					ol#resources li p { float: left; padding: 15px 0 0 0; }
		
			ul#topContent {
				width: 699px;
				height: 127px;
				margin: 0 0 11px 0;
				float: left;
				list-style: none; }
				
				ul#topContent li {
					height: 127px;
					float: left;
					margin: 0 11px 0 0; }
					
					ul#topContent li:last-child {
						margin: 0; }
			
			ol#resources li {
				margin-left: 13px; }
			
			#listingResults h3, #listingResults p {
				color: #891f35; }
			
			#roomsListingInformation td {
				color: #000; }
			
			.sidebox h3 {
				color: #891f35; }
			
			#listingContactForm li {
				color: #891f35; }
				
			#listingToolbox ol li a {
				padding: 0 0 0 23px; }
											
		/*** TWITTER ***/
		#twitter {
			width: 222px;
			margin: 0 0 10px 5px;
			display: inline;
			float: left; }
		
			#twitterContent {
				width: 200px;
				padding: 10px;
				min-height: 100px;
				float: left;
				border-left: 1px solid #414141;
				border-right: 1px solid #414141;
				border-bottom: 1px solid #414141;
				background: #131313;}
				
				#twitterContent a {
					color: #fff;
					text-decoration: none; }
					
		/*** FACEBOOK ***/
		#facebook {
			width: 222px;
			float: right;
			margin: 0 0 10px 0;
			color: #fff; }
		
	/*** FOOTER ***/
	#footer {
		width: 950px;
		height: 230px;
		text-align: left;
		float: left;
		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; }

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

