/* ###################### OVERALL SETTINGS ############################### */
/* html, body and #map-canvas attributes: height, margin, padding required by Google Maps API V3 */
html {
  height           : 100%;
  padding          : 0;
  margin           : 0;
}

body {
  height           : 100%;
  padding          : 0;
  margin           : 0;
  background-color : #dddddd;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 16px;
  color            : #000000;
}

td, tr, div {
  color            : #000000;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #666666;
  line-height      : 14px
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #000099;
  text-decoration  : none;
}

/* ############################################################# */
/* ###################### PAGE TABLE ########################### */
/* ############################################################# */

table.shaded {
  text-align: left;
}

div.page_content {
  text-align: left;
}

/* ############################################################# */
/* ###################### SHADED SECTIONS ###################### */
/* ############################################################# */

td.leftshade {
  vertical-align: top;
}

td.content {
  vertical-align: top;
}

td.rightshade {
  vertical-align: top;
}

/* ############################################################# */
/* ###################### 2 COLUMN HOME ######################## */
/* ############################################################# */

/* 654 + 326 */
table.content2colhome {
  width: 980px;
}

td.leftcolhome {
  background-color : #ffffff;
  vertical-align: top;
  width: 654px;
}

td.rightcolhome {
  background-color : #f0f0f0;
  /* width: 326px; */
  vertical-align: top;
  /* usable width=316 (padding takes up 10) */
  padding-left:6px;
  padding-right:4px;
}

/* ############################################################# */
/* ###################### 3 COLUMN RESORT ACCOMMODATIONS ####### */
/* ############################################################# */

/* 163 + 654 + 163 */
table.content2colaccommodations {
  width: 980px;
}

td.leftcolaccommodations {
  background-color : #f0f0f0;
  vertical-align: top;
  width: 360px;
}

td.centercolaccommodations {
  background-color : #ffffff;
  /* width: XXXpx; */
  vertical-align: top;
  /* usable width=610 (padding takes up 10) 
  padding-left:6px;
  padding-right:4px;*/
}

td.rightcol {
  background-color : #f0f0f0;
  width: 62px;
  vertical-align: top;
}

/* ############################################################# */
/* ###################### 3 COLUMN TABLE ####################### */
/* ############################################################# */

/* 163 + 654 + 163 */
table.content3colhome {
  width: 980px;
}

/* 163 + 524 + 163 */
table.content3col {
  width: 850px;
}

/* 163 + 684 + 163 */
table.content3colwide {
  width: 1010px;
}

td.sitenav {
  background-color : #0c5694;
  vertical-align: middle;
  text-align: right;
}

td.leftcol {
  background-color : #f0f0f0;
  width: 162px;
  vertical-align: top;
}

td.centercol {
  background-color : #ffffff;
  vertical-align: top;
  /*width: 524px;*/
}

td.rightcol {
  background-color : #f0f0f0;
  width: 162px;
  vertical-align: top;
}

/* Set background of a div to light grey or linear gradient shaded grey */
.div_box {
	margin:2px auto;
	text-align:left;
	padding:2px 2px 2px 2px;
	border:1px solid #999999;
	border-top:none;
	
	/* Gradient background */
	background:#FFFFFF;
	background: -moz-linear-gradient(top, #DDDDDD, #FFFFFF);
/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

/* ###################### Google Maps API V3 ################### */

#map-canvas { 
  height   : 100%;
  padding  : 0;
  margin   : 0;
}

/* ###################### SECTION NAV BAR ###################### */

#menu {
	list-style:none;
	width:800px;
	margin:0px auto 0px auto;
 	height:36px;
	padding:0px 10px 0px 10px;
	background: #0c5694;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 5px 4px 5px;
	margin-right:4px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	background: #f4f4f4;
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;  /* alignment of down arrows for list on RHS of text */
	background:url("../images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../images/drop.png") no-repeat right 8px;
}

.dropdown_resorts, 
.dropdown_equipment, 
.dropdown_about, 
.dropdown_list {
	margin:0px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:5px 5px 5px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
        z-index: 10;
}

.dropdown_list {width: 18em;}
.dropdown_equipment {width: 22em;}
.dropdown_about {width: 8em;}
.dropdown_resorts {width: 46em;}

#menu li:hover .dropdown_list, 
#menu li:hover .dropdown_equipment, 
#menu li:hover .dropdown_about, 
#menu li:hover .dropdown_resorts  {
	left:-1px;
	top:auto;
}

.resorts,
.equipment,
.about,
.list {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 4px;
}
.list {width:17em;}
.equipment {width:21em;}
.about {width:7em;}
.resorts {width:45em;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, 
#menu h2, 
#menu h3, 
#menu ul li {
	font-family:Arial, Helvetica, sans-serif;
/* 	line-height:21px; */
 	line-height:1.5em;
	font-size:16px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:16px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:16px;
	color:#0b4684;
}
#menu li:hover div a:hover {
	color:#CC6600;
}


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

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 14px 0;
        /* added to increase vertical spacing for mobile */
        line-height: 1.5em;
        height: auto;
}

/* requires li ul li and not li ul */
#menu li ul li {
	font-size:16px;
	/* line-height:24px; */
	line-height:1.5em;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:185px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu a  {
  font             : 16px Verdana, Arial, Helvetica, sans-serif;
}

/* ###################### SECTION LABEL BAR ###################### */

table.labelbar {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
  font             : 18px Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  background-color : #0c5694;
}

table.labelbar tr{
  padding          : 2px 2px 2px 2px;
  font             : 18px Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  background-color : #0c5694;
}

table.labelbar td{
  padding          : 2px 2px 2px 2px;
  font             : 18px Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  background-color : #0c5694;
}

table.labelbar a:link, table.labelbar a:visited {
  font             : 18px Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  text-decoration  : underline;
}

td.labelbar, tr.labelbar, div.labelbar {
  font             : 18px Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  background-color : #0c5694;
}

table.labelbar a:link{
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #ffffff;
}

table.labelbar a:visited {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #ffffff;
}

table.labelbar a:active{
  font-weight: bold;
  color            : #ffffff;
  text-decoration  : none;
}

table.labelbar a:hover{
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #e0e0e0;
  text-decoration: underline;
}

/* ###################### SECTION TXTBLOCK ###################### */

div.txtblock {
  margin           : 0px 0px 0px 0px;
  padding          : 6px 6px 6px 6px;
  width            : 100%;
}

div.txtblockcaption {
  margin           : 0px 0px 0px 0px;
  padding          : 0px 6px 6px 6px;
  width            : 100%;
}

table.txtblock {
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : 100%;
  background-color : #ffffff;
}

table.txtblock tr{
  color            : #000000;
  background-color : #ffffff;
}

td.txtblock, tr.txtblock, div.txtblock {
  color            : #000000;
  background-color : #ffffff;
}

/* Equipment List Text Box */
table.equipment_box {
  margin : 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color  : #ffffff;
  font   : bold 16px Verdana, Arial, Helvetica, sans-serif;
}
table.equipment_box a:link {
  color: #ffffff;
}
table.equipment_box a:visited {
  color: #ffffff;
}
table.equipment_box a:hover {
  color: #CC6600;
}
td.equipment_box {
  vertical-align: top;
  width: 117px;
  background-color: #000000;
  text-align:left;
}

/* ###################### SECTION PAGETITLE ###################### */

td.pagetitle {
  background-color : #fefefe;
}

td.pagetitle h1{
  text-align       : center;
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

td.pagetitle h2{
  text-align       : center;
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

td.pagetitle h3{
  text-align       : center;
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

td.navigationbar {
  font             : 15px Verdana, Arial, Helvetica, sans-serif;
}

/* ###################### SECTION BOXBORDER ###################### */

table.boxborder {
  border-style     : groove;
  margin           : 1px 1px 1px 1px;
  padding          : 4px 4px 4px 4px;
  width            : 100%;
  background-color : #ffffff;
}

table.boxborder h1{
  text-align       : center;
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #999999;
}
a.pathway:link, a.pathway:visited {
  color            : #285078;
}

a.pathway:hover {
  color            : #CC6600;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  letter-spacing   : 1px;
  width            : 100%;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #285078;
}

a.mainlevel:hover {
  color            : #CC6600;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #990000;
  text-decoration  : none;
  font-weight      : normal;
}

/*
.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  font-weight      : normal;
}
*/

#breadcrumb {
  background-color : #fefefe;
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #406080;
  font-weight      : normal;
}
#breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:link {
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #406080;
  font-weight      : normal;
  text-decoration  : underline;
}
#breadcrumb a:hover {
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #CC0000;
  font-weight      : normal;
  text-decoration  : underline;
}
/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
  background       : url(../images/but_bar_back.gif);
}

.inputbox {
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #A4AEBA;
  border           : 1px solid #000000;
}

/* ###################### LINKS ###################### */
/*  font             : 12px Verdana, Arial, Helvetica, sans-serif;
*/
a:link, a:visited {
  color            : #406080;
  text-decoration  : underline;
}

a:hover {
  color            : #990000;
  text-decoration  : underline;
}

a:active {
  color            : #CC0000;
  background-color : #F0E0A0;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #CC6600;
}

#bookmark {
	display:block;
	height:20px;
	text-align:right;
	margin:0px;
	padding:0px;
	margin-bottom:10px;

}
/* ###################### Group Nav ################## */

td.group_nav {
  background-color : #3f89c7;
  vertical-align: middle;
  text-align: right;
  padding-left:6px;
  padding-bottom:0px;
}

#group_menu {
	list-style:none;
	width:750px;
	margin:0px auto 0px auto;
 	height:32px;
	padding:0px 10px 0px 10px;
	background: #3f89c7;
}

#group_menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 5px 4px 5px;
	margin-right:4px;
	margin-top:7px;
	border:none;
}

#group_menu li.here {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 5px 4px 5px;
	margin-right:4px;
	margin-top:7px;
	border: 1px solid #777777;
	background: #aed2d4;
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#group_menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	background: #83cdff;
	
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#group_menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#group_menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}

td.page_nav {
  background-color : #aed2d4;
  vertical-align: middle;
  font-weight      : bold;
}

/* Mountain Stats Block */
.mtn_stats {
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : 100%;
  font-size        : 14px;
}

/* Image slide show carousel */

.slider {
  margin: 1px 0;
  width: 610px; /* Update to your slider width */
  height: 350px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}

.flex-caption{
  width:100%;
  padding:0;
  position:absolute;
  left:0;
  bottom:0;
  background:rgba(0,0,0,0.4);
  color:#fff;
  text-align:left;
  font-size:16px;
  line-height:26px
}

/* Copyright */
.copyright {
  font-size        : 16px;
  text-decoration  : none;
  font-weight      : normal;
}

/* Vertically space links in <li> by 1.5 em for improved mobile use */
.list_links li {
     line-height: 1.5em;
     height: auto;
}
p.list_links {
     line-height: 1.5em;
}
div.list_links {
     line-height: 1.5em;
}

/* Auto adjust top image */
img.img_head {
   max-width: 100%;
   height: auto;
}
