@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
	strong {
	font-weight: bold;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

a {

}

#amenities {
	position: absolute;
	top: 500px;
	display: block;
}

		#amenities p {
			width: 60%;
		}

body {
	text-align: center;
	background: #573726 url(images/body_bg.jpg) no-repeat top;
}

body.home {
	text-align: center;
	background: #774A33;
}

.clearfloat {
	clear: both;
}

#contactinfo {
	position: absolute;
	top: 573px;
	left: 370px;
}

#content {
	width: 1000px;
	position: relative;
	margin-left: 100px;
	_margin-left: 150px;
	min-height: 500px;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 9px;
	color: #fff;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	clear:both;
}

		#footer p {
			text-align: center;
		}

#googlecal {
	margin-top: 12px;
	border: 2px solid #231B19;
}

#googlemap {
	margin-top: 8px;
	border: 2px solid #231B19;
	width: 790px;
}

		#googlemap a {
			color: #e1b997;
			margin: 4px;
		}

h1 {
	text-indent: -9999px;
	width: 1000px;
	height: 55px;
	display: block;
	background: url(images/logo.jpg) no-repeat top;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	color: #fff;
}

h1.home {
	text-indent: -9999px;
	width: 436px;
	height: 49px;
	display: block;
	background: url(images/h1.jpg) no-repeat top;
	position: relative;
	margin: 0 auto;
	margin-top: -771px;
}

h2.home {
	text-indent: -9999px;
	width: 318px;
	height: 34px;
	display: block;
	background: url(images/h2.jpg) no-repeat top;
	position: relative;
	margin: 0 auto;
	margin-top: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #fff;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 18px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #fff;
	margin: 8px 0px 8px 20px;
	width: 70%;
}

		ul li {
			list-style: disc;
			margin-left: 10px;
		}

#header {
	width: 1000px;
	height: 284px;
	position: relative;
	_margin-left: 70px;
}

#home_content {
	width: 100%;
	height: 800px;
	background: url(images/home_bg.jpg) top center no-repeat;
	margin: 0 auto;
	position: relative;
}

#home_link {
	display: block;
	position: absolute;
	background: transparent;
	top: 10px;
	left: 100px;
	width: 245px;
	height: 50px;
}

#home_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

		#home_wrapper h1 {
			text-indent: -9999px;
		}
		
		#home_wrapper h2 {
			text-indent: -9999px;
		}

#masthead {
	width: 1000px;
	height: 178px;
}

#main_content {
	width: 540px;
	float:left;
	margin-left: 20px;
	min-height: 400px;
}
		
		#main_content h2 {
			padding: 4px 6px;
			background: #331903;
			margin-bottom: 6px;
			display: inline;
			border: solid 1px #573726;
		}
		
		#main_content h3 {
			margin-top: 10px;
			color: #331903;
			font-size: 13px;
			padding-bottom: 8px;
			border: solid 1px #fff;
			background: #DDB593;
			padding: 4px 7px;
		}
		
		#main_content p {
			font-size: 13px;
			color: #eee;
			padding-top: 12px;
			font-family: "Trebuchet MS","Tahoma",sans-serif;
			clear:both;
		}
		
		#main_content a.reserve_now {
			font-size: 11px;
			text-transform: uppercase;
			padding: 2px 6px;
			font-weight: bold;
			background: #ddd;
			color: #331903;
			margin-left: 10px;
			margin-top: -4px;
			display: inline;
		}
		
				#main_content a.reserve_now:hover {
					background: #fff;
					border-color: #ddb593;
				}
		
		#main_content img.room_pic {
			margin-top: 16px;
			margin-bottom: 6px;
			float:left;
			margin-right:12px;
			-moz-box-shadow: 0px 0px 5px #333;
			-webkit-box-shadow: 0px 0px 5px #333;
			box-shadow: 0px 0px 5px #333;
		}

p.home {
	font-size: 9px;
	color: #fff;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

		p.home a {
			text-decoration: none;
			color: #fff;
		}
		
		p.home a:hover {
			color: #ccc;
		}

#rent_button {
	width: 154px;
	height: 91px;
	position: absolute;
	top: 0;
	left: 15px;
}

#rooms_wrapper {
	width: 1000px;
	position: absolute;
	top: 16px;
	min-height: 500px;
}

		#rooms_wrapper img#pioneer_frame {
			position: absolute;
			top: 43px;
			left: 3px;
		}
		
		#rooms_wrapper img#reindeer_frame {
			position: absolute;
			top: 43px;
			left: 281px;
		}
		
		#rooms_wrapper img#bearsden_frame {
			position: absolute;
			top: 43px;
			left: 564px;
		}
		
		#rooms_wrapper img#goldmine_frame {
			position: absolute;
			top: 264px;
			left: 3px;
		}
		
		#rooms_wrapper img#creekside_frame {
			position: absolute;
			top: 264px;
			left: 281px;
		}
		
		#rooms_wrapper img#colonial_frame {
			position: absolute;
			top: 264px;
			left: 564px;
		}

#sidebar {
	float:left;
	width: 290px;
	min-height: 400px;
	border-right: dashed 1px #e1b997;
}

		#sidebar h2 {
			font-size: 14px;
			color: #e1b997;
		}

		#sidebar h3 {
			font-size: 11px;
			color: #331903;
			margin-bottom: 12px;
		}
		
		#sidebar p {
			color: #fff;
			font-size: 12px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			width: 65%;
			margin-bottom: 14px;
		}
		
				#sidebar a {
					color: #e1b997;
					text-decoration: none;
				}
		
		#sidebar img.small_frames {
			float:left;
			width: 120px;
			margin-right: 18px;
			margin-left: 2px;
			-moz-box-shadow: 0px 0px 3px #333;
			-webkit-box-shadow: 0px 0px 3px #333;
			box-shadow: 0px 0px 3px #333;
			margin-bottom: 18px;
		}

#single_content {
	width: 800px;
	float:left;
	margin-left: 0px;
	min-height: 400px;
}
		
		#single_content h2 {
			margin-bottom: 6px;
			display: inline;
		}
		
		#single_content h3 {
			margin-top: 10px;
			color: #E1B997;
			font-size: 14px;
			margin-bottom: 0px;
			clear:both;
		}
		
		#single_content h3.testimonial {
			margin-bottom: -8px;
		}
		
		#single_content h3.matsu_places {
			padding: 3px 5px;
			background: #331903;
			clear:both;
			display: block;
			float:left;
			border: solid 1px #573726;
			margin-left: 112px;
			_margin-left: 58px;
		}
		
		#single_content p {
			font-size: 13px;
			color: #eee;
			padding-top: 8px;
			padding-bottom: 4px;
			line-height: 18px;
			font-family: "Trebuchet MS","Tahoma",sans-serif;
		}
		
		#single_content p.matsu {
			float:left;
			width: 650px;
		}
		
		#single_content a {
			color: #e1b997;
			font-size: 12px;
			font-style: italic;
			text-decoration: none;
		}
		
				#single_content a.matsu {
					margin-bottom: 20px;
				}
		
		#single_content a:hover {
			text-decoration: underline;
		}
		
		#single_content img {
			float:right;
			margin: 20px;
			border: 2px solid #331903;
		}
		
		#single_content img.matsu_images {
			float: left;
			border: 2px solid #331903;
			margin: -25px 10px 30px 0px;
			clear:both;
		}
		
		#single_content .align_left {
			float:left;
			display: inline-block;
			width: 130px;
			clear:both;
		}
		
		#single_content .align_right {
			float:left;
			display: inline-block;
		}
		
		#single_content ul li {
			line-height: 20px;
		}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#virtual_tour_home a {
	position: absolute;
	background: url(images/virtual_tour_home.jpg) no-repeat 0px 0px;
	top: 546px;
	left: 515px;
	width: 246px;
	height: 76px;
	display: block;
}

#virtual_tour_home a:hover {
	background: url(images/virtual_tour_home.jpg) no-repeat 0px -76px;
}

#virtualtour {
	margin-top: 12px;
	text-align: center;
}




/*************/
/*  NAV      */
/*************/





#home_nav {
	width: 309px;
	height: 150px;
	padding-top: 301px;
	padding-left: 270px;
}
	
#home_menu {
		margin: 0;
		padding: 0;
		width: 309px;
		height: 150px;		
		position: absolute;
	}
	#home_menu li span {display: none;}
	
	#home_menu li {margin: 0; padding: 0; list-style: none; top: 0; float:left;}

	#home_menu li#home_menu1 a {height: 32px;}
	#home_menu li#home_menu2 a {height: 31px;}
	#home_menu li#home_menu3 a {height: 27px;}
	#home_menu li#home_menu4 a {height: 28px;}
	#home_menu li#home_menu5 a {height: 32px;}
    
	#home_menu li, #home_menu a {height: 309px; display: block; outline:none;}
	li#home_menu1 {width:309px; height: 32px;background: transparent url(images/home_nav.jpg) 0px 0px no-repeat;outline:none;}
	li#home_menu2 {width:309px; height: 31px;background: transparent url(images/home_nav.jpg) 0px -32px no-repeat;outline:none;}
	li#home_menu3 {width:309px; height: 27px;background: transparent url(images/home_nav.jpg) 0px -63px no-repeat;outline:none;}
	li#home_menu4 {width:309px; height: 28px;background: transparent url(images/home_nav.jpg) 0px -90px no-repeat;outline:none;}
	li#home_menu5 {width:309px; height: 32px;background: transparent url(images/home_nav.jpg) 0px -118px no-repeat;outline:none;}
	
	li#home_menu1 a:hover {background: transparent url(images/home_nav.jpg) -309px 0px no-repeat;}
	li#home_menu2 a:hover {background: transparent url(images/home_nav.jpg) -309px -32px no-repeat;}
	li#home_menu3 a:hover {background: transparent url(images/home_nav.jpg) -309px -63px no-repeat;}
	li#home_menu4 a:hover {background: transparent url(images/home_nav.jpg) -309px -90px no-repeat;}
	li#home_menu5 a:hover {background: transparent url(images/home_nav.jpg) -309px -118px no-repeat;}
	


#nav {
	width: 800px;
	margin-left: 85px;
	height: 31px;
	position: relative;
}
	
#menu {
		margin: 0;
		padding: 0;
		width: 800px;
		height: 31px;		
		position: absolute;
	}
	#menu li span {display: none;cursor:pointer;}
	
	#menu li {margin: 0; padding: 0; list-style: none; top: 0; float:left;display: inline;cursor:pointer;}

	#menu li#menu1 a {width: 94px;}
	#menu li#menu2 a {width: 181px;}
	#menu li#menu3 a {width: 235px;}
	#menu li#menu4 a {width: 150px;}
	#menu li#menu5 a {width: 140px;}
    
	#menu li, #menu a {height: 31px; display: block; outline:none;}
	li#menu1 {width:94px; height: 31px;background: transparent url(images/nav.jpg) 0px -31px no-repeat;outline:none;}
	li#menu2 {width:181px; height: 31px;background: transparent url(images/nav.jpg) -94px -31px no-repeat;outline:none;}
	li#menu3 {width:235px; height: 31px;background: transparent url(images/nav.jpg) -275px -31px no-repeat;outline:none;}
	li#menu4 {width:150px; height: 31px;background: transparent url(images/nav.jpg) -510px -31px no-repeat;outline:none;}
	li#menu5 {width:140px; height: 31px;background: transparent url(images/nav.jpg) -660px -31px no-repeat;outline:none;}
	
	li#menu1 a:hover {background: transparent url(images/nav.jpg) 0px 0px no-repeat;}
	li#menu2 a:hover {background: transparent url(images/nav.jpg) -94px 0px no-repeat;}
	li#menu3 a:hover {background: transparent url(images/nav.jpg) -275px 0px no-repeat;}
	li#menu4 a:hover {background: transparent url(images/nav.jpg) -510px 0px no-repeat;}
	li#menu5 a:hover {background: transparent url(images/nav.jpg) -660px 0px no-repeat;}
	
	

ul.photo_gallery_pages {
	margin: 5px 0px 5px -2px;
}

ul.photo_gallery_pages {
	list-style: none;
}

ul.photo_gallery_pages li {
	display: inline;
	float:left;
	margin-left: 0px;
}

ul.photo_gallery_pages li.current {
	display: inline;
	padding: 0px 5px 2px 5px;
	margin: 4px;
	background: #e1b997;
	border: 1px solid #573726;
	float: left;
}

ul.photo_gallery_pages li a {
	padding: 0px 5px 2px 5px;
	_padding: 0px 4px 2px 6px;
	display: block;
	float:left;
	margin: 4px;
	_margin-left: 5px;
	color: white;
	text-decoration: none;
	background: #573726;
	border: 1px solid #e1b997;
}
ul.photo_gallery_pages li a:hover {
	background: #734933;
}
.galleria{list-style:none;width:255px;float:left;border-right: dashed 1px #e1b997;min-height: 400px;margin-top: 10px;clear:both;margin-left: 2px;}
#gallery_photo {
	width: 500px; float:left; margin-left: 20px; margin-top: 10px;
}
#gallery_photo img {
	width: 500px;
	border: 3px solid #331903;
}
.galleria li{display:block;width:40px;height:40px;overflow:hidden;float:left;margin:0 6px 6px 0;border: 1px solid #331903;
			-moz-box-shadow: 0px 0px 3px #333;
			-webkit-box-shadow: 0px 0px 3px #333;
			box-shadow: 0px 0px 3px #333;}
.galleria li:hover {
			-moz-box-shadow: 0px 0px 0px #333;
			-webkit-box-shadow: 0px 0px 0px #333;
			box-shadow: 0px 0px 0px #333;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */



/**** IE6 hacks ****/

#home_nav {
	_padding-top: 301px;
	*padding-left: 0px;
	*margin-left: -429px;
	_padding-left: 0px;
	_margin-left: -358px;
}