/*--- Overall Layout ---*/
* {
	font-family:Geneva, Arial, Helvetica, sans-serif; /* Just defaulting the font */
}

body {
	text-align:center;
	margin:0px;
	padding:0px 0px 8px;
	background-color:#333333;
	background-image:url("images/background.jpg");
	background-repeat:repeat;
}

#container {
	margin:0px auto;
	width:968px;
	padding:0px;
	text-align:center;
	position:relative;
}

#header {
	margin:0px auto;
	padding:0px;
	display:block;
	width:967px;
	height:66px;
	z-index:10;
	overflow:hidden;
	background-image:url("images/header-bg.png");
	background-repeat:no-repeat;
	font-size:12px;
	position:relative;
}

#flash {
	z-index:2;
	padding:0px;
	margin:-30px auto 0px;
	height:529px;
	width:911px;
	position:relative;
	background-image:url("images/flash-ground.png");
	background-repeat:no-repeat;
	text-align:left;
}

#main-container {
	z-index:1;
	position:relative;
	padding:0px;
	margin:-6px auto 0px;
	width:885px;
	text-align:left;
}

#main-nav {
	width:206px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url("images/nav-background.jpg");
	background-repeat:repeat-y;
}

#main-body {
	width:679px;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url("images/main-content-border.png");
	background-repeat:repeat-y;
}

/*--- Header ---*/

#logo {
	background-image:url("images/logo.png");
	display:block;
	cursor:pointer;
	width:320px;
	height:32px;
	position:absolute;
	overflow:hidden;
	left:28px;
	top:11px;
}

#logo span {
	display:block;
	height:32px;
	width:320px;
}

#season-summer {
	position:absolute;
	display:none;
	left:620px;
	top:0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background-image:url("images/header-summer-off.png");
	background-repeat:no-repeat;
	padding:10px 0px 0px 4px;
	height:42px;
	width:72px;
}

#season-summer:hover {
	background-image:url(../images/main/header-summer-on.png);
}

#season-winter {
	position:absolute;
	display:none;
	left:696px;
	top:0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background-image:url("images/header-winter-off.png");
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px;
	height:39px;
	width:73px;
}

#season-winter:hover {
	background-image:url(../images/main/header-winter-on.png);
}

#email-signup {
	position:absolute;
	display:none;
	left:769px;
	top:0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background-image:url("images/header-email-off.png");
	background-repeat:no-repeat;
	padding:10px 8px 0px 0px;
	height:35px;
	width:88px;
}

#email-signup:hover {
	background-image:url(../images/main/header-email-on.png);
}

/*--- Flash ---*/

#flash-container {
	margin:0px 7px;
	height:466px;
}

.logo {
	position:absolute;
	display:block;
	cursor:pointer;
	overflow:hidden;
}

.logo span {
	display:block;
}

#flash-boyneHighlands {
	float:left;
	margin:0px;
	height:467px;
	width:447px;
	position:relative;
	overflow:hidden;
}

#flash-boyneHighlands .logo {
	background-image:url("images/flash-bh-logo.png");
	background-repeat:no-repeat;
	width:167px;
	height:68px;
	bottom:10px;
	left:10px;
}

#flash-boyneHighlands .logo span {
	width:167px;
	height:68px;
}

#flash-boyneMountain {
	float:right;
	margin:0px;
	height:467px;
	width:447px;
	position:relative;
	overflow:hidden;
}

#flash-boyneMountain .logo {
	background-image:url("images/flash-bm-logo.png");
	background-repeat:no-repeat;
	width:102px;
	height:91px;
	bottom:10px;
	right:10px;
}

#flash-boyneMountain .logo span {
	width:102px;
	height:91px;
}

#date {
	position:absolute;
	left:360px;
	top:520px;
	text-align:center;
	width:190px;
}

#dateBG {
	background-image:url("images/date-bg.png");
	background-position:bottom;
	height:77px;
	width:190px;
	position:absolute;
	top:-50px;
	left:0px;
	z-index:-1;
}

.conditions {
	height:50px;
	width:329px;
	float:left;
	text-align:center;
}

#parkReport-highlands {
	position:absolute;
	bottom:10px;
}

#parkReport-highlands h2 {
	color:#3d7b6e;
	margin:10px 10px 0px;
	padding:0px;
	float:left;
	display:block;
	width:95px;
	font-size:14px;
	line-height:18px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

#parkReport-highlands .conditions {
	background-image:url("images/conditions-bh-bg.png");
	margin-right:10px;
}

#parkReport-mountain {
	position:absolute;
	bottom:10px;
	left:50%;
}

#parkReport-mountain h2 {
	color:#2f496a;
	margin:10px 10px 0px;
	padding:0px;
	float:right;
	display:block;
	width:95px;
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#parkReport-mountain .conditions {
	background-image:url("images/conditions-bm-bg.png");
	margin-left:10px;
}

#parkReport-highlands .conditions table, #parkReport-mountain .conditions table {
	margin:10px 0px 0px 0px;
}

#parkReport-highlands .conditions td, #parkReport-mountain .conditions td {
	text-align:left;
	font-size:10px;
	padding-right:10px;
}

/*--- Main Nav ---*/

#main-nav-bar {
	margin:10px 0px;
	width:206px;
	height:62px;
	background-image:url("images/nav-bar.png");
}

#nav {
	list-style:none;
	margin:30px 0px 20px 43px;
	padding:0px;
}

#nav li {
	margin:0px;
	padding:0px;
	position:relative;
	z-index:0;
}

#nav li a {
	display:block;
	height:29px;
	width:156px;
	background-image:url("images/nav-button-off.png");
	background-repeat:no-repeat;
	text-decoration:none;
	padding:5px 0px 0px 10px;
	color:#FFFFFF;
	z-index:0;
	font-weight:bold;
}

#nav li:hover a {
	background-image:url(images/nav-button-on.png);
}

.sub-nav_container {
	display:none;
	position:absolute;
	top:-10px;
	left:163px;
	background-color:#ffffff;
	border:#333333 1px solid;
	z-index:200;
	padding:10px;
}

.sub-nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:200px;
}

#nav .sub-nav ul li {
	margin:0px;
	font-size:12px;
	height:auto;
	padding:2px 0px;
}

#nav .sub-nav ul li a {
	color:#000000;
	background:none;
	padding:0px;
	margin:0px;
	height:auto;
	font-weight:normal;
	text-decoration:none;
}

#nav .sub-nav ul li a:hover {
	text-decoration:underline;
}

/*#nav .sub-nav li.title {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
} */

#sub-nav_parks {width:400px;}
#sub-nav_events {width:200px;}

#nav li.hover .sub-nav_container {
	display:block;
}

/*--- Main Body ---*/

#main-text {
	background-color:#FFFFFF;
	margin:0px 18px 0px 18px;
	padding:35px 10px 15px;
	font-size:13px;
}

#main-body-bar-holder {
	position:relative;
	clear:both;
	height:60px;
}

#main-body-bar {
	background-image:url("images/main-content-bottom.png");
	background-repeat:no-repeat;
	height:71px;
	width:693px;
	position:absolute;
	top:-5px;
	left:-7px;
	z-index:10;
}

#main-text img {
	float:right;
	margin:0px 0px 10px 10px;
}

/*--- Content Styles ---*/
h1 {
	font-size:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2, h4 {
	font-size:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/*--- Footer ---*/
#footer {
	clear:both;
	margin:0px;
	padding:30px 0px 10px 250px;
	width:680px;
	/*background-color:#b0b0b0;*/
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
	position:relative;
}

#footer div.column {
	width:33%;
	float:left;
	position:relative;
}

#footer div.resortLogo {
	width:90px;
	float:left;
	height:50px;
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
}

#footer div.resortLogo a {
	display:block;
	width:80px;
	overflow:hidden;
	cursor:pointer;
}

#footer div.resortLogo a span {
	display:block;
	width:80px;
	height:50px;
}

#footerLogo_boyne {
	background-image:url("images/footer-boyneLogo.png");
	height:25px;
}

#footerLogo_highlands {
	background-image:url("images/footer-highlandsLogo.png");
	height:50px;
}

#footerLogo_mountain {
	background-image:url("images/footer-mountainLogo.png");
	height:44px;
}