html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, #header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, #header, 
hgroup, nav, section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;	
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/* ---------------------------------------------------------------------------------
structure
*/

body {
	background: white url(/2009/images/bg.jpg);
	color: #555;
	text-align: center;
	margin: 0;
	font: 12px/1.3 Verdana, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #C75608;
	text-shadow: 0px 1px 0px #fff;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	color: #9D9E5C;
}
h2, h2 a {
	font-size: 18px;
	color: #555;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
}
h2 a:hover {
	text-decoration: none;
	color: #482F07;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	color: #266F90;
	padding-top: 4px;
}
p {
	padding-bottom: 8px;
}
#container {
	background: transparent url(/2009/images/body-bg.jpg) repeat-y;
	width: 1050px;
	margin: 0 auto;
}
#header {
	background: transparent url(/2009/images/header.jpg) no-repeat;
	width: 100%;
	margin: 0 auto;
	height: 189px;
	position: relative;
	width: 
}
#header ul {
	list-style: none;
}
#header ul li a {
	position: absolute;
	bottom: 0; 
	height: 34px;
	left: 0px;
	overflow: hidden;
	display: block;
	text-indent: -900%;
}
#header ul li.home a {
	background: transparent url(/2009/images/nav/home.jpg) no-repeat;
	width: 108px;
	left: 36px;
}
#header ul li.aboutUs a {
	background: transparent url(/2009/images/nav/about-us.jpg) no-repeat;
	width: 100px;
	left: 144px;
}
#header ul li.resorts a {
	background: transparent url(/2009/images/nav/resorts.jpg) no-repeat;
	width: 90px;
	left: 244px;
}
#header ul li.news a {
	background: transparent url(/2009/images/nav/news.jpg) no-repeat;
	width: 76px;
	left: 334px;
}
#header ul li.members a {
	background: transparent url(/2009/images/nav/members.jpg) no-repeat;
	width: 101px;
	left: 410px;
}
#header ul li.contactUs a {
	background: transparent url(/2009/images/nav/contact-us.jpg) no-repeat;
	width: 120px;
	left: 511px;
}



#featureArea {
	background: transparent url(/2009/images/feature-area.jpg) no-repeat;
	width: 100%;
	height: 305px;
	text-align: left;
	position: relative;
}

#slideshow {
	margin-left: 28px;
	width: 628px;
	height: 305px;
	float: left;
}

#content {
	background: transparent url(/2009/images/content-top.jpg) no-repeat;
	width: 100%;
	text-align: left;
}



#navMapHolder {
	left:232px;
	position:absolute;
	top:183px;
    width: 300px;
    height: 378px;
    display: none;
    z-index: 999;
}
#navMapBubble {
    background: url(/2009/images/nav/resorts-bubble.png) no-repeat;
    width: 300px;
    height: 378px;
    position: relative;
}


#navMap {
    position: absolute;
    z-index: 2;
    left: 19px;
    top: 28px;
    height: 329px;
    width: 261px;
}










/* ---------------------------------------------------------------------------------
request form
*/

#requestForm {
	padding: 90px 0 0 0;
}
#requestForm ul li {
	display: block;
	clear: left;
	padding: 1px 0;
	height:30px;
}
#requestForm ul li.chx {
	height:20px;
}
#requestForm ul {
	list-style: none;
	width: 330px;
}
.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 300px;
	padding: 10px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -160px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 300px;
	padding: 15px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 3px;
	z-index:999999999;
	position:absolute;
	right:65px;
}

.button {
	border: none;
	background: #422B02;
	color: #FECB00; 
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	width: 140px;
}

/* Label */
label  {  
	font-size: 14px;
	line-height: 20px;
	color: #000;
	float: left;
	width: 50px;
	margin: 5px;
	padding: 2px;
	text-shadow: 0px 1px 0px #B2B683;
	*font-weight: bold;
}

/* Input, Textarea */
input, textarea, select {
	margin: 5px;
	padding: 2px;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	width: 240px;
	float: left;
	background: #E2DEDB;
}
select {
	width: 245px;
}
.checkboxes {
	width: 200px;
	float: left;
}
.checkbox {
	display: inline;
	width: 200px;
}

.checkbox input {
	width: 13px;
	display: inline;
	background: none;
	border: none;
}
.checkbox label {
	width: 35px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	display: inline;
	*line-height:28px;
}
.checkbox label.long {
	width: 70px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	display: inline;
	*line-height:28px;
}


/* ---------------------------------------------------------------------------------
left column
*/
#left {
	padding: 25px 0 25px 60px;
	width: 600px;
}
#left .box {
	width: 575px;
	position: relative;
	padding: 15px;
	margin-top: 20px;
	background: #E2DEDB;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.featureBox {
	width: 400px;
	height: 120px;
	position: relative;
	padding: 15px 15px 15px 190px;
	margin-top: 20px;
	background: #E2DEDB;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.featureBox img.thumb {
	position: absolute;
	width: 160px;
	height: 120px;
	top: 15px;
	left: 15px;
}
img.map {
	position: absolute;
	width: 48px;
	height: 60px;
	top: -18px;
	right: 18px;
}
.location {
	font-size: 11px;
	padding-bottom: 9px;
	font-style: italic;
}
.posted {
	font-size: 11px;
	padding-bottom: 0px;
	font-style: italic;
}
.readMore {
	font-size: 11px;
	font-style: italic;
}

/* ---------------------------------------------------------------------------------
right column
*/
#right {
	padding:45px 95px 25px 0;
	width:265px;
	float: right;
	*margin-top: -20px;
}

#right .box {
	width: 100%;
	position: relative;
	padding: 15px;
	margin: 0 0 20px;
	background: #E2DEDB;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
#weatherBox {
	width: 100%;
	position: relative;
	padding: 15px;
	margin: 0 0 20px;
	background: #E2DEDB;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	text-align: left;
}



/* ---------------------------------------------------------------------------------
footer
*/
#footer {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 0 0 20px 60px;
}
#footer hr {
	height: 1px;
	border: 0;
	background: #fff;
	float: right;
	margin:0 120px 20px 0;
	width:930px;
}
#copyright,
#footer .nav ul li,
#footer .nav ul li h3,
#footer .nav ul li a
 {
	color:#E2DEDB;
	text-shadow: 0px 1px 0px #555555;
}
#copyright {
	float: left;
	width: 420px;
	padding-left: 4px;
}
#footer .nav {
	float: left;
	width: 600px;
	text-align: left;
}
#footer .nav ul {
	float: left;
	width: 180px;
	list-style: none;
}
#footer .nav ul li {
	text-align: left;
}
.clear {
	clear: both;
}

.box ul {
	padding-top: 4px;
}
.box ul li {
	margin-left: 15px;
	padding-bottom: 4px;
}
a.adminLink {
	color: #5F5741;
	text-shadow: 0px 1px 0px #8B8062;
	font-size: 80%;
}

.yweather {
	height:140px !important;
	margin-top:-17px;
	position:relative;
	width:250px;
}
.yweather_link {
	display: none;
}
.forecast {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 250px;
}

/* ---------------------------------------------------------------------------------
MEMBERS
*/
body#members #left{
	padding-top: 1px;
}
body#members #right{
	padding-top: 21px;
}
#memberForm ul {
	list-style: none;
}
#memberForm ul li {
	margin: 0;
	padding: 10px 5px;
	clear: both;
	border-bottom: dashed 1px #888;
	height:36px;
}
label.members1 {
	float: left;
	width: 200px;
}
input.members1, textarea.members1 {
	float: right;
	width: 310px;
	background: #efefef;
	border: 1px solid #444;
	height: 20px;
	padding: 3px 6px;
}
textarea.members1 {
	height: 200px;
}
body#members .checkboxes {
	padding: 7px 0 0 18px;
}
body#members li.message {
	height: auto;
	border: 0;
}
body#members li.send {
	border: 0;
	text-align: center;
}
body#members li.send input {
	float: right;
	margin-right:179px;
	padding-bottom:4px;
	width:150px;
}
body#members .notification_ok {
	width:545px;
	position: static;
}


#right {
	_width:200px;
}

/* ---------------------------------------------------------------------------------
png fix
*/

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}



