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

/*Reset attributes*/
		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, :focus {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	position: relative;
	line-height: 1.2em;
	font-weight: normal;
}
ol, ul { list-style: none outside; }
body {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	color: black;
	font-size: medium;
	background-color: #002C06;
}
/*General Settings*/	
		hr {
	background-color: #747474;
	color: #747474;
}
.red_text { color: #FF0000; }
.hidden { display: none; }
.clear {
	clear: both;
	position: relative;
}
/*Font*/
	/*size*/
			h1, h2 { font-size: xx-large; }
h3, #header .nav, #index .home, #cabins .cabins, #reservations .reservations, #contact_us .contact_us { font-size: x-large; }
h4, #header, #navigation, #reservations #content li { font-size: large; }
/*weight*/
			h1, .cabin_description .description { font-weight: normal; }
h1.title, #index .home, .cabin_description p, .cabin_description .amenities li, .cabin_page .rates li, #index .home a:visited, #cabins .cabins a:visited, #reservations .reservations a:visited, #contact_us .contact_us a:visited, #reservations #content h3 { font-weight: bold; }
/*color*/
			#header, #header a, #index .home a:visited, #cabins .cabins a:visited, #reservations .reservations a:visited, #contact_us .contact_us a:visited { color: #FFFFFF; }
#header .title, #header a:visited { color: #FFD200; }
#navigation a, #content .page_title, #contact_us #content .phone { color: #3714B0; }
#navigation a:visited { color: #866FD7; }
#footer a.designer { color: #000000; }
#pet h4 { color: #ff0000; }
/*Link*/
			.quiet_link, #header a, #footer a.designer, #index .home a:hover, #cabins .cabins a:hover, #reservations .reservations a:hover, #contact_us .contact_us a:hover { text-decoration: none; }
.quiet_link:hover, #header a:hover, #footer a.designer:hover { text-decoration: underline; }
/*Page Layout*/
		#layout {
	width: 950px;
	text-align: center;
	position: relative;
	margin: 0px auto;
	background-image: url(/images/nav_bkgd.png);
	background-repeat: repeat-y;
	background-color: #F9FE72;
}
/*Header*/
		#header {
	height: 150px;
	width: 950px;
	position: relative;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	display: block;
}
#header h1, #header .contact, #header .date, #header .nav { position: absolute; }
#header .title {
	top: 25px;
	left: 31px;
}
#header .contact {
	top: 0.5em;
	right: 1em;
}
#header .social_media {
	text-align: center;
	font-size: x-large;
}
#header .social_media a { font-weight: bold; }
#header .social_media img { vertical-align: middle; }
#header .nav {
	right: 0.5em;
	bottom: .5em;
}
#header .nav li { display: inline; }
#header .date {
	left: 0.5em;
	bottom: 0.5em;
}
/*Navigation*/
		#navigation {
	width: 200px;
	text-align: center;
	padding: 10px 0;
	float: left;
}
#navigation a {
	width: 180px;
	display: block;
	margin: 10px;
}
#navigation a:hover { background: #FFA301 url(/images/nav_bkgd_hover.png); }
/*Body*/
		#body {
	width: 950px;
	text-align: right;
	background-image: url(/images/body_bkgnd.png);
	background-repeat: repeat-y;
	background-position: right;
}
#body #content {
	width: 700px;
	padding: 10px 20px 30px 20px;
	float: right;
	text-align: left;
}
#content div, #content h3, #content h4, #content h5, #content p, #content ul { padding: 10px 20px 0 0; }
#content div.img { text-align: center; }
#content ul, #activities #content ul ul {
	list-style-type: disc;
	margin-left: 25px;
	padding-left: 20px;
}
#content ul ul, #activities #content ul ul ul { list-style-type: circle; }
#content ol {
	list-style-type: decimal;
	margin: 10px 0 0 35px;
}
#content ol li { padding: 0px 0px 10px 20px; }
#content .foot_space { height: 10px; }
/*Footer*/
		#footer {
	height: 25px;
	width: 950px;
	background-image: url(/images/footer_bkgnd.png);
	background-position: left;
	background-repeat: repeat-y;
	text-align: center;
	clear: both;
}
#footer .statcounter {
	vertical-align: middle;
	display: inline;
}
/*Page specific*/
.cabin_title, .cabin_photos, .cabin_page #availability, #pet, #content .seo { text-align: center; }
.cabin_title { padding: 0 20px 0 0; margin: 0 20px 0 0;}
.cabin_photos h3 { font-size: large; }
.cabin_photos p {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.rates .add_room {
	font-weight: bold;
	color: #F00;
}
#availability, #availability p { padding: 0px; }
#pet p {
	padding-right: 50px;
	padding-left: 50px;
}
#content .cabin_description .deposit { font-style: italic; }
#construction #content {
	min-height: 450px;
	text-align: center;
}
#index #content .specials  {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
#contact_us #content .facebook {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#specials #content div h3 {
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#specials #content div { margin-left: 10px; }
#specials #content div p { margin-left: 20px; }
#specials #content .specials {
	font-weight: bold;
	color: #FF0000;
}
#contact_us #content h3, #contact_us #content div, #contact_us #content p, #contact_us #content .phone {
	text-align: center;
	margin-bottom: 50px;
}
#location #content ul{ 
	font-weight: bold; 
	padding: 20px 15px 0 0;
}
#location #content ul li{
	list-style: disc outside;
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
}

#management #content ul, #activities #content ul { list-style-type: none; }
#management #content h4, #activities #content li h3, #activities #content li h4 { padding: 0px; }
#policies #content h4 {
	padding: 0px;
	text-indent: -10px;
}
#activities #content img { margin: 10px 0 10px 20px; }

#reservations #content img    { text-align: center; 
}
#reservations #content div   { text-align: center; }
#drop_menu { position: relative; }

#amenities #drop_nav , #amenities #drop_nav ul, #amenities #drop_nav li, #amenities #drop_nav ul li, #amenities #drop_nav ul ul, #amenities #drop_nav ul li ul, #amenities #drop_nav ul ul li {
	margin: 0px;
	padding: 0px;
}
#drop_nav {
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	}
#drop_nav li {
	/*float the main list items*/
  	margin: 0;
	float: left;
	display: block;
	position: static;
	padding: 0;
}
#drop_nav li a {
	/*for all links in the list*/
  	color: #f90;
	font-weight: bold;
	display: block;
	height: 15px;
	width: 155px;
	padding: 5px;
}
.alphabetical #drop_nav li#alphabetical a, .alphabetical #drop_nav li#alphabetical a, .num_bedrooms #drop_nav li#num_bedrooms a, .num_bedrooms #drop_nav li#num_bedrooms a, .occupancy #drop_nav li#occupancy a, .occupancy #drop_nav li#occupancy a, .rates #drop_nav li#rates a, .rates #drop_nav li#rates a{
	color: #3714B0;
	font-weight: bold;
	font-size: large;
	background-color: #f90;
}
.alphabetical #drop_nav li#alphabetical a:hover, .alphabetical #drop_nav li#alphabetical:hover a, .num_bedrooms #drop_nav li#num_bedrooms a:hover, .num_bedrooms #drop_nav li#num_bedrooms:hover a, .occupancy #drop_nav li#occupancy a:hover, .occupancy #drop_nav li#occupancy:hover a, .rates #drop_nav li#rates a:hover, .rates #drop_nav li#rates:hover a{
	color: #3714B0;
	background-color: #f90;
	}
.alphabetical #drop_nav li#alphabetical a:hover, .num_bedrooms #drop_nav li#num_bedrooms a:hover, .occupancy #drop_nav li#occupancy a:hover, .rates #drop_nav li#rates a:hover {
	color: #000;
	background-color: #f90;
	}
#drop_nav li:hover  a{
	color: #f90;
	background-color: #3714B0;
	}
#drop_nav li a:hover {
	color: #FFF;
	background-color: #3714B0;
}
#drop_nav li ul {
	margin: 0;
	padding: 5px 0;
	display: none;
	height: 25px;
	background-color: #3714B0;
	/*put the subnavs below and hide them all*/
	position: absolute;

    *top: 29px; /*reposition for IE*/
	height: 30px;
	width: 660px;
	left: 0px;
	}
.alphabetical #drop_nav li#alphabetical ul, .num_bedrooms #drop_nav li#num_bedrooms ul, .occupancy #drop_nav li#occupancy ul, .rates #drop_nav li#rates ul {
	display: block;
	background-color: #f90;
}
#drop_nav li.over ul , #drop_nav li:hover ul{
	/*  display the other topics when their parent is hovered */
  	display: block;
	color: #f90;
	background-color: #3714B0;
}
#drop_nav li ul a {
	border: 0; /*  cancel inherit of border on subnav of active topic */
	float: left; /*ie doesn't inherit the float*/
	width: auto;
	margin-right: 15px;
	padding: 5px 15px;
}
#amenities #content .amenities{
	margin: 75px 0 0 0;
	border: 1px solid #000;
	padding: 0;
	width: 661px;
}
#amenities #content .amenities ul {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#amenities #content .amenities li {
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
	text-align: center;
	height: 20px;
	width: 75px;
}
#amenities #content .amenities .labels li { width: 140px; }
#amenities #content .amenities .cabin_name  { height: 65px; }
#amenities #content .amenities .rate, #amenities #content .amenities .add { height: 40px; }
#amenities #content .amenities .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
}
#pet_friendly {
	font-weight:bold;
	text-decoration:underline;
	}

