body {
	margin: 0;
	padding: 0;
	background: #050607;
	font: 14px arial, sans-serif;
	color: #ffffff;
}

div#page {
	width: 884px;
	margin: 15px auto 0 auto;
	border: 1px solid #333;
	padding: 0;
	background: #101215;
}

div#top {
	position: relative;
	width: 874px;
	height: 173px;
	margin: 0;
	border-bottom: 1px solid #444;
	padding: 15px 10px 0 0;
	text-align: right;
}

div#menu {
	float: left;
	width: 159px;
	padding: 15px 3px 5px 9px;
}

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	height: 17px;
	margin: 5px 0 3px 0;
	border-left: 4px solid #47515C;
	padding: 7px 0 7px 10px;
	background-color: #1B1E23;
	background-image: url("images/menu.gif");
	color: #fff;
	font-size: 15px;
}

.menulink:hover{
	background-color: #292E35;
	background-image: url("images/menuActive.gif");
}

.active:link, .active:visited, .active:hover, .active:active {
	border-left: 4px solid #FFA11b;
	background-color: #292E35;
	background-image: url("images/menuActive.gif");
	color: #FFA11b;
}

div#menu img{
	display: block;
	margin: 15px 0 15px 0;
}

/*CONTENT*/
div#content {
	position: relative;
	float: right;
	width: 670px;
	margin: 0;
	padding: 0 20px 15px 23px;
}

div#weather{
	position: absolute;
	top: 90px;
	right: 20px;
	width: 234px;
	height: 60px;
	opacity:0.75;
	filter:alpha(opacity=75); /* IE 8 and Earlier */
}

h1 {
	margin: 17px 0 0 0;
	font: 32px arial, sans-serif;
	color: #FFA11b;
}

h2 {
	height: 28px;
	margin: 15px 0 0 0;
	padding: 2px 0 4px 5px;
	background: url("images/h2.gif");
	font: 24px arial, sans-serif;
	color: #050607;
}

h3 {
	margin: 15px 0 -15px 0;
	font: bold 15px arial,sans-serif;
}

p {
	margin: 16px 0 0 0;
	line-height: 21px;
}

table{
	margin: 15px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 0 0 35px 25px;
	padding: 0;
}

li {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: square;
	line-height: 21px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #F8B049;
}

a:hover {
	color: #F9C376;
}

a.reserve {
	display:block;
	width: 190px;
	padding: 10px 15px;
	margin: 10px 0 25px 0;
	color: #141414;
	font-size: 20px;
	font-weight: normal;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFA31F), color-stop(1, #FAB249) );
	background:-moz-linear-gradient( center top, #FFA31F 5%, #FAB249 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA31F', endColorstr='#FAB249');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

a.reserve:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFA421), color-stop(1, #f70505) );
	background:-moz-linear-gradient( center top, #FFA421 5%, #f70505 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA421', endColorstr='#f70505');
	background-color:#cf0404;
	color: #fff;
	cursor: pointer; 
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.error{
	color: red;
}

.center{
	text-align: center;
}

img.highlight{
	float: right;
	margin: 17px 0 20px 35px;
	border: 1px solid #5C6065;
}

/*Home*/
div#homeLeft, div#functionsLeft{
	float: left;
	width: 290px;
	margin: 15px 25px 25px 0;
	font-size: 15px;
}

img.home {
	float: right;
	margin: 37px 15px 20px 15px;
	border: none;
}


div#homeLeft h1{
	margin-top: 0;
	font-size: 27px;
}

div#homeLeft h2{
	height: 30px;
	font-size: 26px;
}

h2 img{
	display: block;
	float: left;
	padding: 0 10px 0 5px;
}

/*Snow Tubing*/
div#hours {
	width: 330px;
	margin: 15px 0 10px 0;
	border: 1px solid #5C6065;
	padding: 5px 10px 15px 10px;
	background: #292E35;
	font-size: 15px;
}

div#hours strong {
	color: #FFA422;
}

div#hours h3 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
}

div#hours div {
	float: left;
	width: 164px;
}

table.prices{
	width: 100%;
	margin: 20px 0 0 0;
	border: 1px solid #5C6065;
	background: #292E35;
}

td.img {
	width: 170px;
}

td.rent {
	width: 180px;
	color: #FBAE3E;
	font-weight: bold;
	text-align: center;
}

table.prices td{
	padding: 3px 0 3px 3px;
}

table.prices img{
	border: 1px solid #5C6065;
}

div#buyTicketsNow{
	float: right;
	width: 250px;
	height: 130px;
	margin: 0 0 0px 35px;
	padding: 0px 20px 0 20px;
	background: none;
	background-repeat: no-repeat;
	text-align: center;
	font: bold 16px arial, sans-serif;
	line-height: 35px;
}

div#buyTicketsNow a {
	float: left;
	padding: 10px 15px;
	margin: 10px 0 0 30px !important;
	color: #141414;
	font-size: 20px;
	font-weight: normal;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFA31F), color-stop(1, #FAB249) );
	background:-moz-linear-gradient( center top, #FFA31F 5%, #FAB249 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA31F', endColorstr='#FAB249');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

div#buyTicketsNow a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFA421), color-stop(1, #f70505) );
	background:-moz-linear-gradient( center top, #FFA421 5%, #f70505 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA421', endColorstr='#f70505');
	background-color:#cf0404;
	color: #fff;
	cursor: pointer; 
}

div#buyTicketsNow2{
	margin: 20px 0 20px 0;
	border: 1px solid #5C6065;
	padding: 10px 7px 10px 7px;
	background: #292E35;
	font: bold 24px arial, sans-serif;
	text-align: center;
}

/*Nordic Ski Trails*/
div#nordicLeft{
	float: left;
	width: 170px;
}

/*Gallery*/
div.gallery{
	float: left;
	width: 149px;
	height: 98px;
	overflow: hidden;
	margin: 15px 14px 0 1px;
	border: 1px solid #5C6065;
}

div.gallery img{
}

/*Links*/
div#yurt{
	float: right;
	width: 320px;
	margin: 20px 0 20px 25px;
	font: italic 14px arial, sans-serif;
	text-align: center;
}

div#yurt img{
	display: block;
	margin-bottom: 7px;
	border: 1px solid #5C6065;
}


/*Contact*/
div#contact{
	float: right;
	width: 295px;
	margin: 5px 0 20px 110px;
	border: 1px solid #5C6065;
	padding: 0 15px 10px 15px;
	background: #292E35;
}

div#contact p{
	margin-top: 9px;
}

table#maps{
	text-align: center;
}

iframe{
	float: left;
	width: 320px;
	height: 300px;
	margin: 15px 15px 0 0;
}

/*FOOTERS*/
div.footerMenu{
	clear: both;
	padding: 10px 20px 10px 80px;
	font-size: 12px;
	color: #5C6065;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	color: #ddd;
}

p.copyright {
	clear: both;
	margin: 0;
	padding: 13px 0 10px 0;
	text-align: center;
	font-size: 12px;
	color: #ddd;
}

