@charset "utf-8";
body {
	background-color: #1c211f;
	/* font-family:Georgia, Verdana, Arial, Helvetica, sans-serif; */
	/* times */ /* good */
	/* font-family:times new roman; */ /* good */
	/* font-family: Perpetua; */ /* OK */
	/* font-family: Palatino; */ /* good */
	/* font-family: MS PMincho; */ /* OK */
	/* font-family: MS Mincho; */ /* poor */
	/* font-family: Lucida Bright; */ /* good */
	/* font-family: Lucida Fax; */ /* good - big */
	/* font-family: Goudy Old Style; */ /* good */
	/* font-family: Garamond; */ /* good */
	/* font-family: Didot; */ /* good */
	/* font-family: Cochin; */ /* OK */
	/* font-family: Century Schoolbook; */ /* good - big */
	/* font-family: Cambria; */ /* very good */
	/* font-family: Clisto MT; */ /* very good */
	/* font-family: Bookman Old Style; */ /* OK */
	
	/* font-family:Arial, Helvetica, sans-serif;  */
	/* font-family:Palatino,'Palatino Linotype', times new roman, times, serif; */
	font-family:times new roman, times, serif;
	/* font-family:Tahoma,Arial,Helvetica,sans-serif; */  /* The narrow sans serif stack */
	
	/* font-family:Verdana, Geneva, sans-serif; */ /* The wide sans serif stack */
	/* font-family:Tahoma,Arial,Helvetica,sans-serif; */ /* The narrow sans serif stack */
	/* font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif; */ /* The wide serif stack */
	/* font-family:'Times New Roman',Times,serif; */ /* The narrow serif stack */
	/* font-family:'Courier New','Courier',monospace; */ /* The monospace stack */

  	color:#383018;
	margin: 0px;
	padding: 0px;
	font-size: 14px;

}
img {
	border-style: none;
}

h1 {
	color: #453e12;
	font-size: 1.4em;
	padding-left: 0.5em;
	background-color: #ece6d8;
	margin-top: 0px;
}
h2 {
	color: #453e12;
	font-size: 1.1em;
	margin-bottom: 0px;
}
h3 {
	color: #453e12;
	font-size: 1.1em;
	margin: 0px;
}

a {
	color: #8a7d24;
	text-decoration: none;
}
a:hover {
	color: #453e12;
}
a:active {
	color: #000000;
}

td {
	padding-right: 1em;
}
table {
	vertical-align: top;
	border-collapse: collapse;
	margin: 0px;
}
td, th {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}

table.text_bottom, .text_bottom td, .text_bottom th {
	vertical-align: text-bottom;
}

ul {
	margin-top: 0px;
}

ul.no_bullet {
	margin-top: 0px;
	list-style-type: none;
}
.no_bullet li {
	margin-top: 0px;
	text-indent: -18px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 900px;
}

.iframe {
	width: 896px;
}

.password {
	margin-top: 40px;
}
.password_dialog {
	margin: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.password_error {
	color: #ff8080;
}

.header {
	margin-top: 8px;
	margin-bottom: 0px;
}

.header_image {
	float: right;
	height: 140px;
	width: 660px;
	margin: 0px;
	padding: 0px;
	/* border: 5px solid red; */
}

/* header image 660x140 */
.logo {
	float:left;
	height: 140px;
	width: 239px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid black;
	/* border: 5px solid blue; */
	background: #ffffff url(images_header/logo1.jpg) no-repeat center;
}
a.hidden_home {
	border: none;
	text-decoration: none;
}
img.hidden_home {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	height: 130px;
	width: 240px;
	/* border: 1px dotted black; */
}

.navigation {
	height: 26px;
	font-size: 13px;
}
div.navigation {
	clear: both;
	margin-bottom: 15px;
	width: 900px;
}
.navleft {
	display: block;
	float: left;
	margin: 0px;
}
.navfill {
	height: 26px;
	display: block;
	float: left;
	width: 30px;
	background: transparent url(images_format/navBackGround.jpg) repeat-x top left;
}
.navright {
	display: block;
	float: right;
	margin: 0px;
}
.navitems {
	display: block;
	float: left;
	width: 880px;
	background: transparent url(images_format/navBackGround.jpg) repeat-x top left;
}
ul.navigation {
	padding: 0px;
	list-style-type: none;
	/* border: 1px dotted yellow; */
}
ul.navigation li{
	display: block;
	float: left;
	margin: 0px;
}
ul.navigation li a{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 6px 15px 0 15px;
	/* padding: 6px 20px 0 20px; */
	height: 19px;
	background: transparent url(images_format/navDivider.jpg) no-repeat top right;
}
ul.navigation li a:hover, ul.navigation li a.current {
	color: #ffffff;
	background: #6e631c url(images_format/navDivider.jpg) no-repeat top right;
}

.cap {
	position: relative;	
	clear: both;
	height: 10px;
	padding: 0px;
	margin: 0px;
}
.cap_left {
	position: absolute;	
	display: block;
	left: 0;
	margin: 0px;
}
.cap_mid {
	position: absolute;
	display: block;
	height: 10px;
	left: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	width: 880px;
	/* border: 1px solid green; */
}
.cap_right {
	position: absolute;	
	right: 0px;
	margin: 0px;
}

.main {
	background: #ffffff;
}

div.main {
	clear: both;
	margin: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


.content {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	/* border: 4px solid green; */
}

.letter {
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 70px;
	/* border: 4px solid green; */
}

.list-big li {
	margin-bottom: 0.8em;
}

.list, .list li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content_med {
	margin: 0px;
	margin-left: 250px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 1px;
}

.left_side {
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: 0px;
	/* border: 4px solid blue; */
}
.left_side img {
	width: 220px;
	margin: 0px;
	margin-top: 0px;
	border: 1px solid black;
}
.driving_map {
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: 0px;
	border: 1px solid #1c211f;
	/* border: 4px solid blue; */
}
.driving_directions {
	margin: 10px;
	margin-left: 445px;
	/* border: 4px solid blue; */
}
.resort_map {
	margin: 10px;
	border: 1px solid #1c211f;
}

.clear {
	clear: both;
}

.footer {
	clear: both;
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	color:#e8e0d0;
	/* background: #484113; */
	background:transparent;
}
.footer span {
	display:block;
	margin:0;
	font-size: 0.8em
}
.footer a:link {
	text-decoration:none;
	color:#ffffff;
	padding-bottom:20px;
}
.footer a:visited {
	text-decoration:none;
	color:#ffffff;
	margin-bottom:20px;
}
.footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}
.footer a:active {
	text-decoration:underline;
	color:#333333;
}

.board {
	vertical-align: top;
}
.board td, .board th {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}


.home {
	clear: both;
	background: #d0caa3;
	background: #ffffff;
	background: #dfe8ff;
	background: #b6af7f;
	background: #e5e2ca;
	/* border: 4px solid green; */
	background: transparent url(images_home/HomePage3.jpg) no-repeat top left;
}

/* 728x90 */
.weather {
	float: right;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #6e631c;
	background-color: #6e631c;
	border: 1px solid #6e631c;
}
.weather a {
	color: #eeee80;
}
.weather a:hover {
	color: #cccccc;
}
.weather a:active {
	color: #cccccc;
}

/* 225x169 */
.homeSlideShowRight {
	float: right;
	width: 220px;
	height: 320px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid black;
}
.homeMid {
display: none;
	float: left;
	width: 420px;
	height: 270px;
	margin-top: 0px;
	margin-left: 8px;
	border: 0px;
}
.homeSlideShowLeft {
	float: left;
	width: 220px;
	height: 320px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid black;
}

div.homeMessage {
	display: block;
	position: relative;
	font-size: 14px;
	top: 15px;
	top: 284px;
	margin-top: 0px;
	margin-left: 239px;
	margin-right: 239px;
	padding: 1px;
	border: 0px solid black;
}
table.homeMessage, table.homeMessage tr {
	height: 46px;
	width: 420px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
}
table.homeMessage td {
	height: 46px;
	text-align: left;
	padding-left: 0.3em;
	padding-top: 0.2em;
	margin: 0px;
}

div.homeLinks {
	display: block;
	float: left;
	font-size: 14px;
	height: 88px;
	width: 149px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid #6e631c;
	border-right: 0px;
	background: #f1f2f8;
	background: #ffffff;
	background: #e5e2ca;
}
span.homeLinks {
	padding: 5px;
}
ul.homeLinks {
	padding: 3px;
	margin: 4px;
	height: 72px;
	color: #333333;
	list-style-type: none;
	border: 1px solid #666666;
	background: #e5e2ca;
	background: #ffffff;
}
ul.homeLinks li {
	padding-left: 0.3em;
}
ul.homeLinks a {
	color: #333333;
}
ul.homeLinks a:hover {
	color: #666666;
}
ul.homeLinks a:active {
	color: #666666;
}

.compact, .compact tr, .compact td, .compact th {
	border-spacing:0px;
	padding:0px 10px 0px 0px;
	margin:0px;
	border:0;
}

.thumbnail {
	position: relative;
	float: left;
	width: 168px;
	/* height: 150px; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: bottom;
	text-align: center;
}

.thumbnail img {
	position: absolute;
	bottom: 0;
	left: 0;
	/* width: 168px; */
	border: 1px solid black;
}

div.gallery_main {
	position: fixed;
	display: none;
	text-align: center;
	top: 8px;
	left: 0px;
	width: 100%;
	height: 540px;
	margin: 0px;
	padding: 0px;
}
.gallery_main_shade {
	width: 900px;
	height: 540px;
}

img.gallery_main {
	position: relative;
	top: -514px;
	border: 3px solid black;
}

.gallery_back {
	position: absolute;
	top: 470px;
	left: 43.5%;
}
.gallery_play {
	position: absolute;
	top: 470px;
	left: 48.5%;
}
.gallery_forward {
	position: absolute;
	top: 470px;
	left: 53.5%;
}
.gallery_close {
	position: absolute;
	top: 470px;
	left: 63.5%;
}

.rate_table {
	vertical-align: top;
	border-collapse: collapse;
	margin: 0px;
}
.rate_table td, .rate_table th {
	border: 1px solid black;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.highlight {
	background-color: #ece6d8;
}
.highlight1 {
	background-color: #dad5c8;
}
.highlight2 {
	background-color: #c9c4b8;
}

.for_sale_images {
	float: left;
}
.for_sale_main {
	width: 220px;
	height: 160px;
	margin-left: 10px;
	border: 1px solid black;
}
.for_sale_thumb {
	width: 104px;
	height: 78px;
	float: left;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid black;
}

.cabin {
	vertical-align: top;
}
.cabin th, .cabin td {
	vertical-align: top;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.cabin_rate {
	vertical-align: top;
}
.cabin_rate th {
	vertical-align: top;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.cabin_rate td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


