@charset "UTF-8";
/*colors
	green: 5d671f;
	gold: c18a33;
	twig: 0a0708;
	beige: dedebd;
	blue: 73a79f
*/

body { 
	background: #000 url(../images/twigs.jpg);
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;

}
body * {
	border: none;
	outline: none;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5d671f;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #5d671f;
}
#gestalt {
	position: relative;
	margin: 0;
	padding: 70px 0 0 0;
	max-width: 1280px;
	height: 650px;
}

#branding {
	position: absolute;
	left: 25px;
	top: 20px;
}
#lodgingsNav {
	position: absolute;
	right: 25px;
	top: 35px;
	z-index: 100;
}
#otherNav {
	position: absolute;
	right: 25px;
	top: 630px;
	margin: 0;
	padding: 0;
}
/*for IE to combat improper box model */
#maincontent {
	position: relative;
	margin: 0 25px 0 25px;
	padding: 0;
	min-width: 960px;
	height: 552px;
	background: #dedebd url(../images/redwoodleaves.gif);
	border: 1px solid #5d671f;
	font: normal 13px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
/*for standards-compliant browsers */
html>body #maincontent {
	position: relative;
	margin: 0 25px 0 25px;
	padding: 0;
	min-width: 960px;
	height: 550px;
	background: #dedebd url(../images/redwoodleaves.gif);
	border: 1px solid #5d671f;
	font: normal 13px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#maincontent a:link {
	color: #73a79f;
}
#maincontent a:visited {
	color: #5d671f;
}
#maincontent a:hover {
	color: #73a79f;
}
#maincontent a:active {
	color: #c18a33;
}
#maincontent #slideshow, #about #maincontent img, #contact #maincontent img, #gettingthere #maincontent img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 550px;
	border-right: 1px dotted #fff;
}
/* viewer styles */
#viewer {
	position: absolute;
	left: 450px;
	bottom: 20px;
}
#viewer * {
	float: left;
	margin: 0 7px 0 0;
	padding: 0 3px 3px 0;
	line-height: 1em;
}
#viewer ul {
	margin: 0;
	padding: 0;
}
#viewer ul li {
	list-style-type: none;
}
#viewer ul li a { 
	display: block;
	margin: 0;
}

/* footer styles */
#footer {
	position: absolute;
	left: 25px;
	top: 630px;
	margin: 0;
	padding: 0;
}
#footer * {
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:visited {
	color: #c18a33;
}
#footer a:hover {
	color: #5d671f;
}

.pageText {
	position: absolute;
	left: 450px;
	top: 100px;
	width: 450px;
}

/* text positioning */
#about .pageText {
	left: 450px;
	top: 75px;
	width: 450px;
}
#contact .pageText {
	left: 625px;
	top: 200px;
}
#gettingthere .pageText {
	left: 575px;
	top: 100px;
	width: 350px;
}
#contact #credits {
	position: absolute;
	left: 625px;
	bottom: 30px;
	width: 450px;
	font-size:10px;
	line-height: 12px;
	color: #887;
}

/* fadebox */
.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 0;
	width: 410px;
	height: 550px;
}
.fade-box img {
	float: left;
	margin: 0;
}
