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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: Georgia, verdana, arial, sans-serif;
	color: #444;
	background: url(../images/bg.jpg) top center no-repeat #190601; }


	/*** FONT STYLES ***/	
	h1 {
		font-size: 18px;
		color: #530501;
		font-weight: normal;
		margin: 10px 0 0 0; }

	h2 {
		font-size: 14px;
		color: #222;
		font-weight: normal;
		margin: 10px 0 0 0; }

	h3 {
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		margin: 10px 0 0 0; }

	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	
	/*** FORM STYLES ***/
	form {}
	
		form fieldset { border: none; color: #fff; }
		
			form fieldset ol,
			form fieldset ul { list-style: none; }
			
		form input,
		form select,
		form textarea,
		form button { 
			font-size: 11px;
			font-family: Georgia, verdana, arial, sans-serif; }	


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 1062px;
	margin: 0 auto;
	padding: 0 0 0 3px; }
	

	/*** TOP HEADER ***/	
	#topHeader {
		width: 1062px;
		height: 72px;
		margin: 0 auto;
		display: block;
		background: url(../images/topHeader.jpg) top left no-repeat; }
	
		/*** NEWSLETTER STYLES ***/
		#topHeader form#newsletter { 
			float: right; 
			margin: 25px 30px 0 0;
			color: #fff;
			font-size: 12px; }
		
			#topHeader form#newsletter ol li { 
				list-style: none;
				float: left;
				margin: 0 0 0 10px; }

		
	/*** NAV STYLES ***/
	ul#nav, ul#nav ul {
		padding: 0;
		margin: 0;
		list-style: none; }	
	
	ul#nav { 
		width: 1062px;
		height: 50px;
		margin: 0 auto;
		list-style: none;
		z-index: 999; }
		
		ul#nav li {
			position: relative;
			float: left; 
			height: 50px;
			z-index: 999; }
			
		ul#nav li.first { border-left: none; }
		
		ul#nav li.last { 
			padding: 0 0 0 10px; 
			border-right: none; }
	
			ul#nav a {
				display: block;
				height: 45px;
				margin: 0;
				text-decoration: none; 
				color: #3f0801;
				outline: none; }
				
			* html ul#nav a { float: left; } /* IE6 FIX */
				
			ul#nav a:hover { }
	
	
		/*** SECOND LEVEL ***/
		ul#nav li ul {
			position : absolute;
			left: -999em;
			width: 150px;
			padding: 0;
			list-style: none;
			font-size: 10px;
			font-weight: normal;
			text-align: left;
			background: #dfd7c6;
			border-bottom: 5px solid #a5906d;
			z-index: 999; }
			
		#nav li:hover ul ul, 
		#nav li.sfhover ul ul {
			left: -999em; }
	
		#nav li:hover ul, 
		#nav li li:hover ul, 
		#nav li.sfhover ul, 
		#nav li li.sfhover ul {
			top: 50px;
			left: -1px;
			margin-left: 0; }

			ul#nav li li {
				width: 148px;
				height: auto;
				margin: 0;
				padding: 0;
				line-height: normal;
				text-transform: none;
				border-top: none;
				border-right: 1px solid #a5906d;				
				border-bottom: 1px solid #f5edde;
				border-left: 1px solid #a5906d;
				z-index: 999; }
				
				ul#nav li ul li a:link, 
				ul#nav li ul li a:visited {
					width: 138px;
					height: auto;
					margin: 0;
					padding: 5px; }
					
				ul#nav li ul li a:hover { background: #f5edde; }
	
			
	/*** HEADER ***/	
	#header {
		width: 1062px;
		height: 312px;
		margin: 0 auto;
		display: block;
		background: url(../images/header.jpg) top left no-repeat; }
		
		/*** BOOK A STAY ***/
		#header form#bookStay { 
			float: right;
			text-align: left;
			width: 300px; 
			margin: 70px -60px 0 0;
			color: #fff;
			font-size: 12px; }
		
			#header form#bookStay ol li { 
				list-style: none;
				float: left;
				margin: 0 0 0 10px; }
				
				#header form#bookStay span {
					font-size: 10px; }
				
				#header form#bookStay #month {
					width: 120px; }
				
				#header form#bookStay #day {
					width: 70px; }
					
		
		
	/*** BREADCRUMBS ***/	
	#breadcrumbs {
		width: 1062px;
		height: 39px;
		margin: 0 auto;
		display: block;
		background: url(../images/breadcrumbs.jpg) top left no-repeat; }
		
		#breadcrumbs p {
			font-size: 10px;
			text-align: left;
			margin: 0 0 0 20px;
			line-height: 39px;
			color: #fff; }
		
		#breadcrumbs a:link { color: #fff; text-decoration: underline; }
		#breadcrumbs a:visited { color: #fff; text-decoration: underline; }
		#breadcrumbs a:hover { color: #fff; text-decoration: underline; }
		

	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 1062px;
		min-height: 700px;
		float: left;
		background: url(../images/content_bg.jpg) bottom center no-repeat #fff; }
		
		
		/*** CONTENT ***/
		#content {
			width: 684px;
			min-height: 400px;
			float: left;
			margin: 0 0 0 12px;
			text-align: justify; }
			
			#content p {
				margin: 10px 0 0 0;
				line-height: 18px; }
				
			#content li {
				margin: 0 0 0 20px; }
		
		/*** DIVIDER ***/
		#divider {
			width: 1px;
			height: 508px;
			margin: 0 0 0 12px;
			display: block;
			float: left;
			background: url(../images/divider.jpg) top left no-repeat; }
		
		/*** SIDEBAR ***/	
		#sidebar {
			width: 331px;
			min-height: 400px;
			margin: 0 0 15px 12px; 
			float: left;
			text-align: justify; }
		
			#sidebar p {
				margin: 0 0 0 0;
				line-height: 18px; }
			
			#whatsNew {
				float: left; }
				
			#sidebar a:link { color: #530501; text-decoration: underline; }
			#sidebar a:visited { color: #530501; text-decoration: underline; }
			#sidebar a:hover { color: #530501; text-decoration: underline; }
			
			#photoGallery {
				float: left; }
				
				/*** PHOTO GALLERY ***/
				ul#photoGallery { 
					width: 331px;
					margin: 10px auto 0 auto;
					list-style: none;
					float: left; }
					
					ul#photoGallery li { 
						float: left; 
						height: 47px;
						margin: 0 3px 3px 0; }
					
					ul#photoGallery img {
						border: 1px inset black ; }
			
			#virtualTour {
				float: left; }
				
			img.facebook {
				float: left;
				margin: 15px 0 0 0; }

				
	/*** FOOTER ***/
	#footer {
		width: 1062px;
		min-height: 153px;
		margin: 0 auto;
		float: left;
		text-align: left;
		background: url(../images/footer_bg.jpg) bottom center no-repeat #fff; }
		
			#footer a:link,
			#footer a:visited { 
				text-decoration: none; 
				color: #fff; }

			#footer p { 
				font-size: 10px;
				color: #fff; 
				margin: 30px 0 0 30px; }

			#footer p.poweredby { 
				float: right;
				margin: 30px 30px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }
		
		
/*** GALLERY ***/				
ul#galleryPhotos { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	text-align: left; }

	ul#galleryPhotos li { 
		float: left; 
		margin: 0 5px 5px 0; 
		width: 80px;
		height: 80px; }
	
		ul#galleryPhotos li img { 
			width: 80px;
			height: 80px;
			border: 1px solid black; }		
		
		
		



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