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

body {
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
	font: 1em, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/*---------------------------- Images ---------------------------- */
#Logo {
	position: relative;
	margin-left: 5px;
	border: none;
	z-index: 5;
}

img.picture1 {
	position: relative;
	float: right; 
	display: inline;
	border: 1px solid;
	margin-left: 10px;
}

img.picture2 {
	position: relative;
	float: left;
	display: inline;
	border: 1px solid;
}

#Cabins3 {
	margin-right: 20px;
	top: 40px;
}
#Lake {
	margin-right: 20px;
	top: 40px;
}

/*---------------------------- Elements ---------------------------- */

p {margin: 5%;}

h2 {
	text-align: center;
	margin-left: -5em;	
}

h2.offset {
	text-align: center;
	margin: 0;
}

.offset2 {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

.center {text-align: center;}
.right {text-align: right;}

.bold {font-weight: bold;}
.italics {font-style: italic;}

.address {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0;
}

.credits {
	color:#999999;
	text-align: right;
	font-size: 0.7em;
	margin: 0;
	margin-left: 10px;
}


.results {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.normal {font-weight: normal;}


.note {
	color:#999999;
	font-size: 0.8em;
}

ul {list-style: none;}
/*---------------------------- Divs ---------------------------- */

#PageContainer {
	position: relative;
	display: block;
	height: auto;
	border: none;
	width: 800px;
	margin: auto;
	text-align: left;
	background-image: url(../images/Colorado.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#BodyContainer {
	position: relative;
	display: block;
	clear: both;
	background-color: #ffffff;
	margin: auto;
	border: none;
	width: 800px;
	text-align: left;
	top: -35px;
	height: auto;

}

#MenuContainer {
	position: relative;
	display:inline;
	float: left;
	background-color: #ffffff;
	width: 150px;
	height: 350px;
	margin: 0; 
	border: none;
	text-align: left;
	padding-top: 35px;
}

/* This is for the SPAN */
span.menu {
	display: block;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 20px;
/*	border: solid thin; */
}


#BodySection {
	position: relative; 
	display:inline;
	float: right;
	background-color: #ffffff;
	width: 650px;
	margin: 0;
	border: none;
}

#Footer {
	position: relative;
	display: block;
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	width: 800px;
	margin: auto;
	text-align: right;
}


/*---------------------------- Links ---------------------------- */
a:link, a:visited {color:#000000; text-decoration: none;}
a:active {color:#666666; text-decoration: underline;}
a:hover {color:#333333; text-decoration: none;}

a.footer:link, a.footer:visited {text-decoration: none; color: #999999;}
a.footer:active {text-decoration: underline; color: #999999; font-weight: bold;}
a.footer:hover {text-decoration: underline; color: #999999;}

a.button:link, a.button:visited {
	background-image: url(../images/button1.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	padding: 20px;
}

a.button:active {
	background-image: url(../images/button3.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 20px; 
}

a.button:hover {
	background-image: url(../images/button2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 20px; 
}


/*---------------------------- Forms ---------------------------- */

/*---------------------------- Tables ---------------------------- */
table {
	border: none;
}
