/* CSS Document */

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-image:url(/images/body-bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* This centers the White Content Box on the Page */
div#outer {
	width: 740px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #999999;
	position: relative;
	z-index: 10;
}

/* Topmost Graybar for Navigation */
div#topnavigation {
	height: 44px;
	background-image: url(/images/top-nav-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	z-index: 30;
}

/* Alpine Valley Logo - This is the background image */
div#headerlogo {
	background-image: url(/images/banner-inner.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 42px;
	height: 120px;
	width: 740px;
	z-index: 20;
}

/* Alpine Valley Logo - This is div the actual image sits in */
div#alpinevalleylogo {
	position: absolute;
	top: 44px;
	left: 624px;
	height: 69px;
	width: 116px;
	z-index: 35;  /*NOTE: the z-index = 35 > 30 (for #topnavigation) is CRITICAL to allow the link to work ! */
}


/* Front Page Content */
div#frontcontent {
	background-image: url(/images/frontbanner.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
    padding-left:85px;
    padding-right:35px;
	padding-top: 350px;
	position: relative;
	z-index: 30;
	min-height: 540px;
	height: auto !important;
	height: 540px;
}

/* Weather, Temp, Snow Conditions, Run/Lift Status, Buy Divs */
div#weatherbug {
	position: absolute;
	top: 84px;
	left: 600px;
	height: 35px;
	width: 120px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
	color: #ecb93f;
	z-index: 35;
}

div#trailsopen {
	position: absolute;
	top: 118px;
	left: 600px;
	height: 15px;
	width: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 23px;
	font-weight:bold;
	color: #96ce54;
	z-index: 35;
}

div#liftsopen {
	position: absolute;
	top: 147px;
	left: 600px;
	height: 15px;
	width: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 23px;
	font-weight:bold;
	color: #96ce54;
	z-index: 35;
}

div#buy_button {
	position: absolute;
	top: 182px;
	left: 592px;
	height: 54px;
	width: 124px;
	z-index: 35;
}

div#snow_alert {
	position: absolute;
	top: 250px;
	left: 575px;
	height: 69px;
	width: 160px;
	z-index: 35;
}

/* All Page Content */
div#content {
   	padding-left:85px;
    padding-right:35px;
	padding-top: 60px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

/* Bottom Skis Image and Navigation */
div#bottomimage {
	position: absolute;
	bottom: -170px;
	left: 0px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 740px;
	z-index: -1;
}
div#bottomnavigation {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
	margin-top: 120px;
}

/* Top Navigation Text Styling */
.top-nav {
        font-family:Arial, Helvetica, sans-serif;
        color:#333333;
        font-style:inherit;
        text-decoration:none;
        margin-left:7px;
        margin-right:7px;
}

.top-nav:hover {
        color:#ea313f;
        text-decoration:none;
        margin-left:7px;
        margin-right:7px;
}

/* Footer Navigation Text Styling */
.footer {
	font-size:10px;
	text-decoration:none;
	margin-left:12px;
	margin-right:12px;
	color: #666666;
}

.footer:hover {
	font-size:10px;
	text-decoration:underline;
	margin-left:12px;
	margin-right:12px;
	color: #666666;
}

/* Get rid of the Border for Trail Map Tables */
.noborder {
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

/* Body Content Links */
a.mainlink:link, a.mainlink:visited {
	color: #377bce;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.mainlink:hover {
	color: #8abefe;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#designcredits {
        text-align: center;
        position: relative;
        font-size: 10px;
        top: -10px;
        left: 0px;
        z-index: 30;
}

