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

html { 	height: 100%; }
body { 	font: 100% "Times New Roman", Times, serif; padding: 0; text-align: center; margin: 0 auto; height: 100%; background-position: center; background-color: white; background-image: url(images/background/forest-floor2.jpg); background-repeat: repeat; }

img { border: none; }
a { text-decoration: none; font-weight: bold; }

/* Fonts */
.white-font { color: white; font-size: 15px; text-align: left; margin: 10px 0px; }
.white-font a { color: #ffd200; text-decoration: underline; }
.white-font a:hover { color: white; }
h1 {
	font-size: 35px;
	font-weight: normal;
	color: white;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h2 { font-size: 15px; font-weight: bold; color: white; }
h3 { font-size: 15px; font-weight: bold; text-decoration: underline; color: white; margin: 0px; padding: 0px; }
h4 { font-size: 18px; font-weight: bold; color: white; text-decoration: underline; }
/* End Fonts */

/* Page Template */
#shadow-wrapper { width: 818px; margin: 0 auto; background-image: url(images/content/page-shadow.png); }
#page-wrapper { position: relative; width: 800px; margin: 0 auto; }
#header { width: 800px; margin: 0px auto; height: 388px; }
#header-bottom { width: 800px; margin: 0 auto; height: 18px; background-image: url(images/header/header-bottom.jpg); }
#navigation { width: 785px; background-image: url(images/navigation/navigation-background.jpg); height: 27px; padding-left: 15px; }
	#navigation ul { margin: 0 auto; padding: 0px 0px; }
	#navigation li { text-align: left; list-style: none; padding: 0px 0px 0px 0px; }
	#navigation li a { font-weight: bold; color: white; font-size: 18px; float: left; margin: 2px 15px;  }
	#navigation li a:hover { color: #ffd200; }	
#content { width: 800px; margin: 0px auto; background-color: #866830; text-align: left; }
#footer { width: 800px; margin: 0 auto; height: 197px; background-image: url(images/content/footer.jpg); }
#footer p { color: white; font-style: italic; font-size: 13px; }
#footer a { color: white; font-style: italic; font-size: 13px; }
.footer-segment { float: left; text-align: left; padding: 20px 40px 0px 40px; }
#footer a { color: white; font-style: italic; font-size: 13px; }
#footer a:hover { text-decoration: underline; }
#footer .alaskarama a { color: #ffd200; }
/* End Page Template */

/* Content Templates */
#reservation-box { width: 217px; height: 127px; background-image: url(images/content/reservation-box.jpg); background-repeat: no-repeat; float: right; margin-right: 15px; }
#reservation-box { font-size: 15px; font-color: black; }
#reservation-box a { color: #630004; text-decoration: underline; }
#reservation-box a:hover { text-decoration: none; }
#reservation-box h2 { font-size: 17px; font-weight: bold; margin: 0px; padding: 0px; color: black; }

.white-divider { margin-top: 30px; width: 3px; height: 146px; background-image: url(images/content/white-divider.png); float: left; }

/* Reservation Form */
.reservation-form ul { margin: 0 auto; padding: 0px 0px 0px 10px; }
.reservation-form li { list-style-type: none; text-align: right; margin: 5px 0px; padding: 0px; }

/* Contact Page */
.contact-links ul { margin: 0; padding: 0px 0px 0px 0px; }
.contact-links li { list-style-type: none; text-align: left; margin: 5px 0px; padding: 0px; }

