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

html, body{
	margin:0px;
	padding:0px;
}


h1, h2 ,h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	text-shadow:1px 1px 1px #666;
}

a{
	color:#660000;
}

.bold{
	font-weight:bold;
}


.burgundy{
	color:#660000;
}

.italic{
	font-style:italic;
}

.small{
	font-size:.8em;
}

.left{
	float:left;
}

.right{
	float:right;
}
.clear-right{
	clear:right;
}

.white-border{
	border:8px solid #fff;
}

.box-shadow{
	box-shadow:0px 5px 5px #666;
	-webkit-box-shadow:0px 5px 5px #666;
	-moz-box-shadow:0px 5px 5px #666;
}
	
	
	
	
.clearfix{
	height:10px;
	width:900px;
	margin:20px auto;
	padding:0px;
	clear:both;
	
}

body{
	background:#eeeeee;
	font:1em Tahoma, Geneva, sans-serif;
}

#body-container{
	width:900px;
	margin:30px auto;
}

#page-title{
	width:450px;
	height:100px;
	float:left;
	text-align:center;
}

#navigation{
	width:450px;
	height:100px;	
	float:left;	
}

#nav-menu{
	list-style-type:none;
	text-align:center;
}
	
#nav-menu li{
	display:inline;
	padding:0px 10px;
	text-transform:uppercase;
	border-right:2px solid #999;
}

#nav-menu li.last{
	border-right:0px;
}

#nav-menu a{
	color:#000;
	text-decoration:none;
}

#nav-menu a:hover{
	color:#660000 !important;
}
	
#title{
	font:2em Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:5px;
	text-shadow:1px 1px 1px #666;
}
	
#address{
	font:.8em Tahoma, Geneva, sans-serif;
	color:#660000;
	padding:0px;
}	
	
#homepage-quote{
	width:900px;
	height:195px;
	background:url(../images/homepage-tile.png) top left repeat-x;
	margin:0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#homepage-quote img{
	border:8px solid #fff;
	box-shadow:0px 5px 5px #666;
	-webkit-box-shadow:0px 5px 5px #666;
	-moz-box-shadow:0px 5px 5px #666;
	margin:15px;
	float:left;
}

#pull-quote{
	float:right;
	height:160px;
	width:400px;
	text-align:center;
	margin-right:20px;
	padding-top:15px;
	
}

#pull-quote h2{	
	font:1.5em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin-bottom:-15px;
}
	
#pull-quote-list{
	text-transform:uppercase;
	font:.8em Tahoma, Geneva, sans-serif;
	line-height:150%;
}
hr{
	color:#999;
	width:75%;
}

#homepage-content-left{
	width:900px;
	text-align:justify;
}

.cabin-photo-homepage{
	margin:0px 0px 20px 20px;
}

#homepage-list{
}


#footer{
	width:880px;
	text-align:center;
	margin:80px auto;
	padding-top:30px;
	clear:both;
}

#coming-soon{
	width:800px;
	margin:80px auto;
	text-align:center;
}

#coming-soon-headline,.headline{
	font:2em Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 1px #666;
}
	


.cabins img a{
	border:0px;
}


.cabin-text{
	width:400px;
	float:left;
	text-align:justify;
}

.cabin-photos{
	width:500px;
	float:right;
}

.cabin-photos img{
	margin:10px;
	float:right;
	border:5px solid #fff;
	box-shadow:0px 5px 5px #666;
	-webkit-box-shadow:0px 5px 5px #666;
	-moz-box-shadow:0px 5px 5px #666;
}

.cabin-features li{
	margin-bottom:1em;
	font-size:1.2em;
	
}
	
	
.cabin-divider{
	padding-top:50px;
	padding-bottom:50px;
}
	
h2.cabin-title,h3.cabin-title{
	font-size:1.5em;
	padding-left:20px;
}
	
.contact-page-photo{
	margin-bottom:30px;
}

.activities-text{
	width:550px;
	float:left;
}

.activity-photos{
	width:340px;
	float:right;
}

.activity-photos img{
	margin:10px;
	margin-bottom:20px;
	float:right;
	border:5px solid #fff;
	box-shadow:0px 5px 5px #666;
	-webkit-box-shadow:0px 5px 5px #666;
	-moz-box-shadow:0px 5px 5px #666;
}