body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0px; margin: 0px;
}
a{
	text-decoration: none;
	color: #1884d0;
}
h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p{
	margin-bottom: 10px;
}
.c{overflow: hidden; width: 100%;}
.fl{float: left;}
.fr{float: right;}
.hidden{
	display: none;
}
.divClick{
	cursor: pointer;
}
.ns{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#top{
	height: 25px;
	background: url("/i/bck.png");
}
#header{
	background: url("/i/header-bck.png") repeat-x bottom;
}
.inner{
	width: 1000px;
	margin:  0px auto;
}
#header table{
	border-collapse: collapse;
	height: 100px;
	width: 100%;
}
#hLogo{
	background: url("/i/logo.jpg");
	width: 58px;
	height: 49px;
}
#hLogo{
	background: url("/i/logo.jpg");
	width: 58px;
	height: 49px;
	margin-right: 7px;
}
#header .logoL1{
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #1884d0;
	margin-bottom: 3px;
	white-space: nowrap;
	text-transform: uppercase;
}
#header .logoL2{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
	padding-left: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}
.searchPanel{
	border-bottom: 3px solid #333333;
	padding-right: 40px;
	padding-left: 5px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: url("/i/search.png") no-repeat right bottom;
	position: relative;
}
.searchPanel input{
	width: 100%;
	font-size: 16px;
	color: #767676;
	font-style: italic;
	margin: auto 0px;
	height: 40px;
	background: transparent;
	border: 0px none;
	outline: 0px none;
}

.w375{
	width: 375px;
}
#page{
	width: 1000px;
	margin: 0px auto;
}
#path{
	line-height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#path a{
	font-weight: normal;
}
#path span{
	color: #d9d9d9;
	margin: 0px 5px;
}
#left{
	width: 240px;
	display: table-cell;
	padding-bottom: 30px;
}
#right{
	width: 740px;
	padding-left: 20px;
	display: table-cell;
	padding-bottom: 30px;
}

#left .line{
	height: 3px;
	background: #f2f2f2;
}
#left .title{
	color: #737373;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 12px;
}
#left .search{
	margin-bottom: 30px;
}
#fLinks{
	padding: 5px 12px;
}
#fLinks .divClick div{
	display: table-cell;
}
#fLinks div{
	height: 20px;
	vertical-align: middle;
	margin: 10px 0px;
}
#fLinks a{
	font-size: 14px;
}
#fLinks img{
	border: 1px solid #eeeeee;
	margin-right: 10px;
	width: 22px;
}
#left .all{
	line-height: 35px;
	padding-left: 44px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mTable{
	border-collapse: collapse;
	width: 100%;
}
.mTable tr.odd td {
	background: #fdfdfd;
}
.mTable tr.even td:first-child + td,.mTable tr.even td:first-child + td + td + td,.mTable tr.even td:first-child + td + td + td + td + td,.mTable tr.even td:first-child + td + td + td + td + td + td + td{
	background: #f2f2f2;
}
.mTable th{
	padding: 3px 0px;
	line-height: 16px;
}
.mTable td{
	padding: 3px 0px;
	line-height: 16px;
}
.mTable th.sun{background: #f2f2f2 url("/i/th-sun.png") no-repeat left center;}
.mTable th.moon{background: #f2f2f2 url("/i/th-moon.png") no-repeat left center;}
.mTable th.rain{background: #f2f2f2 url("/i/th-rain.png") no-repeat left center;}
.mTable th.sea{background: #f2f2f2 url("/i/th-sea.png") no-repeat left center;}
.mTable th{
	background: #f2f2f2;
}
.mTable th:first-child + th,.mTable th:first-child + th +th +th,.mTable th:first-child + th +th +th +th +th,.mTable th:first-child + th +th +th +th +th +th +th,.mTable th:first-child + th +th +th +th +th +th +th +th +th{
	background: #ffffff;
}
.mTable td{
	height: 26px;
}
.mTable th, .mTable td{
	text-align: center;
}
.mTable th:first-child, .mTable td:first-child{
	padding-left: 12px;
	text-align: left;
}
.mTable span{
	font-weight: bold;
}

#img{
	height: 250px;
	background-position: center center;
	position: relative;
	margin-bottom: 30px;
}
#img .title{
	display: inline-block;
	background: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	padding: 0px 45px;
}
#img .months{
	background: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	bottom: 0px;
	padding: 5px 45px;
	width: 650px;
}
#img .months table{
	width: 100%;
}
#img .months table td{
	width: 17%;
}
#img .months a{
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	margin-left: 2px;
}
#right .title{
	text-align: center;
	margin-bottom: 20px;
}
#right .title div{
	height: 17px;
	background: url("/i/title-bot.png") center center no-repeat;
}
h1{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 35px;
	display: inline-block;
}
h2.palms{background-image: url("/i/i-palms.png");}
h2.calendar{background-image: url("/i/i-calendar.png");}
h2.clouds{background-image: url("/i/i-clouds.png");}
h2.list{background-image: url("/i/i-list.png");}
h2.question{background-image: url("/i/i-question.png");}
h2.rain{background-image: url("/i/i-rain.png");}
h2.sea-temp{background-image: url("/i/i-sea-temp.png");}
h2.sun{background-image: url("/i/i-sun.png");}
h2.temp{background-image: url("/i/i-temp.png");}
h2.wind{background-image: url("/i/i-wind.png");}
p {
	line-height: 21px;
}
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb35{ margin-bottom: 35px; }
.mr20{ margin-right: 20px; }
.mr25{ margin-right: 25px; }
#bestMonths .gold{
	border-top: 4px solid #ffe790;
}
#bestMonths .silver{
	border-top: 4px solid #dadada;
}
#bestMonths .bronze{
	border-top: 4px solid #d19c51;
}
.bestMonth{
	width: 230px;
	text-align: center;
	background: #f2f2f2 url("/i/best-month-bot.png") bottom repeat-x;
	text-transform: uppercase;
}
.bestMonth a{
	font-size: 24px;
	font-weight: bold;
	line-height: 39px;
}
.bestMonth .sep{
	height: 10px;
	background: url("/i/best-month-sep.png") center center no-repeat;
}
.bestMonth .comfort{
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
}
.bestMonth .val{
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: bold;
}
.bestMonth .val span{
	font-weight: normal;
	color: #666666;
}
.mList{
}
.mList div{
	float: left;
	padding: 10px 0px 10px 50px;
	width: 135px;
	background-repeat: no-repeat;
	background-position: left center;
}
.mList .winter{background-image: url("/i/winter.png");}
.mList .spring{background-image: url("/i/spring.png");}
.mList .summer{background-image: url("/i/summer.png");}
.mList .autumn{background-image: url("/i/autumn.png");}
.mList a{
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	text-transform: uppercase;
}
.rList div{
	float: left;
	width: 185px;
	line-height: 30px;
	font-size: 16px;
}
.cList img{
	width: 25px;
	margin-right: 12px;
	border: 1px solid #eeeeee;
	position: relative;
	top: 3px;
}
.cList div{
	float: left;
	width: 245px;
	line-height: 32px;
	height: 32px;
	display: table-cell;
}
.cList a{
	font-size: 16px;
}
.allResorts{
	width: 150px;
	line-height: 35px;
	border-top: 4px solid #f2f2f2;
	margin: 0px auto;
	text-align: center;
}
.allResorts a{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#month{
	border-collapse: collapse;
	width: 100%;
	height: 280px;
	background: #f2f2f2;
	font-weight: bold;
	line-height: 26px;
}
#month td{
	padding: 0px;
}
#month .top{
	height: 5px;
	background: #dadada;
}
#month .hSep{
	height: 1px;
	background: #ffffff;
}
#month .vSep{
	width: 2px;
	background: #ffffff;
}
#month .icon{
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
#month .sun{background-image: url("/i/m-sun.png");}
#month .temp{background-image: url("/i/m-temp.png");}
#month .sea{background-image: url("/i/m-sea.png");}
#month .rain{background-image: url("/i/m-rain.png");}
#month .wind{background-image: url("/i/m-wind.png");}
#month span{
	font-weight: normal;
}
#month .val{
	text-align: center;
}
#monthLinks{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	border: 3px solid #f2f2f2;
	border-top: 0px none;
}
#monthLinks td{
	padding: 0px 5px;
}
#monthLinks td:first-child{
	text-align: left;
}
#monthLinks td:first-child + td + td{
	text-align: right;
}
#monthLinks a{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
}
#monthLinks a.left{
	padding-left: 20px;
	background: url("/i/a-left.png") no-repeat left center;
}
#monthLinks a.right{
	padding-right: 20px;
	background: url("/i/a-right.png") no-repeat right center;
}
#comfort{
	width: 100px;
	border-top: 4px solid #1884d0;
	background: #f2f2f2 url("/i/c-bck.png") bottom center repeat-x;
	text-align: center;
	padding: 15px 0px 15px 0px;
	text-transform: uppercase;
	float: left;
	margin: 0px 15px 10px 0px;
	position: relative;
	top: 5px;
}
#comfort div:first-child{
	font-size: 14px;
	line-height: 14px;
}
#comfort div:first-child + div{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
#comfort span{
	font-weight: normal;
}
#monthSel{
	text-align: justify;
}
#monthSel span{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1884d0;
	padding: 4px 5px;
}
#monthSel span.selected{
	color: #333333;
	background: #f2f2f2;
}
#monthSel span.last{
	content: "";
	display: inline-block;
	width: 100%;
}
.topResort{
	width: 360px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.topResort img{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 150px;
}
.topResort div:first-child{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 44px;
	width: 360px;
	background: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	text-align: center;
}
.topResort a{
	line-height: 44px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.topResort div:first-child + div{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	height: 27px;
	width: 360px;
	background: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	text-align: center;
	line-height: 27px;
}
.topResort span{
	font-weight: bold;
}








#footer{
	height: 120px;
	background: url("/i/bck.png");
}
#footer table.main{
	border-collapse: collapse;
	height: 120px;
	width: 100%;
}
#fLogo{
	background: url("/i/logo.png");
	width: 58px;
	height: 49px;
	margin-right: 7px;
}
#footer .logoL1{
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}
#footer .logoL2{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	padding-left: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}
#footer .links{
	margin-left: 25px;
}
#footer .links table{
	width: 100%;
}
#footer .links a{
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#staticMap{
	margin-bottom: 20px;
	height: 200px;
	cursor: pointer;
}