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

html, body {
	text-align: left;
	font-size: 12px;
	font-family: "Times New Roman", garamond, serif;
	color: #fff;
	background: url(../images/bg.jpg) top left repeat-x #221a17; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 24px; 
		font-weight: normal;
		color: #fff;
		margin: 10px 0 10px 0;
		background: url(../images/swoosh.gif) bottom left no-repeat;
		padding: 0 0 10px 0; }
		
	h2 { 
		font-size: 24px; 
		font-weight: normal;
		color: #fff;
		margin: 10px 0 10px 0;
		background: url(../images/swoosh.gif) bottom left no-repeat;
		padding: 0 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; }
	
	/*** HEADER ***/
	#header {
		width: 950px;
		height: 411px;
		float: left;
		display: block; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 950px;
		height: 82px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 82px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 930px;
		float: left;
		background: url(../images/content_bg.jpg) top left no-repeat #44342e;
		text-shadow: 1px 1px 1px #000;
		padding: 0 10px; }
	
		/*** SIDE ***/
		#side {
			width: 225px;
			float: left; }
		
			#side p span {
				font-size: 18px; }
				
		#sidebar,
		#sidebar a { color: #000; text-shadow: none; }
		
		/*** CONTENT ***/
		#content {
			width: 695px;
			padding: 0 0 0 10px;
			float: left; }
			
		#relocationMsg {
			width: 950px;
			height: 35px;
			float: left;
			background: #459082;
			border-top: 1px solid #878787;
			font-size: 18px;
			text-align: center;
			font-weight: bold;
			line-height: 35px;
			text-shadow: 1px 1px 1px #000; }


		#listingResults table td { background-color: #32251f; border-color:#1d1511; }
		
		table#roomsListingInformation tbody { color: #000; text-shadow: none; }
		
		.leftCol {
			width: 325px;
			padding: 7px;
			float: left; }
		
		.rightCol {
			width: 325px;
			padding: 7px;
			float: left; }
		
		.mainCats {
			margin: 0 0 50px 0; }
			
			.mainCats li {
				margin: 0 0 3px 15px;
				font-size: 14px; }
				
		#flvPlayerContainer {
			top: -25px; }
			
			a#flvPlayerReset {
				margin: 40px 0 0 0; }
		
	/*** FOOTER ***/
	#footer {
		width: 950px;
		height: 190px;
		text-align: left;
		float: left;
		background: url(../images/footer_bg.jpg) top left 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 */
