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

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

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


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

	.contactdetails td {
		font-size: 10px; }

	.contactform td {
		font-size: 10px; }

	.emailSubm {
		font-size: 11px; }
		
/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 950px;
		height: 447px;
		float: left; }

	/*** 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 {
		float: left;
		width: 928px;
		padding: 0 10px 15px 10px;
		border-left: 1px solid #414141;
		border-right: 1px solid #414141;
		background: url(../images/content_bg.jpg) bottom right no-repeat #131313; }
	
		/*** CONTENT ***/
		#content {
			width: 696px;
			float: left;
			padding: 0 10px 0 0; }
		
		/*** SIDEBAR ***/
		#side {
			width: 222px;
			margin: 10px 0 0 0;
			float: left; }
			
			#side img {
				height: 32px;
				margin: 0 0 10px 0; }
				
		#listingToolbox ol li a {
			padding: 0 0 0 22px; }

		/*** SITE MAP ***/
		ul.main,
		ul.main ul { margin: 0 0 0 20px; }
		
	/*** FOOTER ***/
	#footer {
		width: 950px;
		min-height: 190px;
		text-align: left;
		float: left;
		background: url(../images/footer_bg.jpg) top left no-repeat #000;
		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: 290px;
				padding: 20px;
				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; }
				
				
/*** LISTINGS TABLE ***/
#listingInformation table#roomsListingInformation td { color: #000; }

fieldset#areaChecks ol li input { 
	border: none; 
	background: none; }
			

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