@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #b6c7e1; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}

#apDiv1 {
	left:805px;
	top:709px;
	width:225px;
	height:255px;
	z-index:1;
	float: left;
	padding-left:20px;
	padding-right:10px;
	font-size:13px
}

#apDiv2 {
	left:585px;
	top:1026px;
	width:460px;
    height:290px;
	z-index:2;
	float: left;
	padding-top:20px;
	padding-left:20px;
	border-top:1px dotted;
	margin-top:15px;
}
#apDiv3 {
	float:left;
	height:267px;
	left:590px;
	margin-left:20px;
	padding-top:20px;
	top:677px;
	width:220px;
	z-index:3;
    border-top:1px dotted;
	margin-top:15px;
}
#apDiv4 {
	left:1000px;
	top:1026px;
	width:240px;
	height:360px;
	z-index:4;
	float: left;
	margin-left:20px;
	margin-top:20px;
	padding-top:25px;
	border-top:1px dotted;

}
#apDiv5 {
	width:440px;
	z-index:5;
	float: left;
	padding-left:20px;
	height:390px;
	margin-top:20px;
	border-top:1px dotted;
	padding-top:10px

}
#apDiv6 {
	left:780px;
	top:1295px;
	width:340px;
	height:106px;
	z-index:1;
	float: left;
	padding-top: 40px;
}


#link-zone {
background-color:transparent;
height:21px;
left:451px;
position:absolute;
top:322px;
width:371px;
}

#home-zone {
background-color:transparent;
height:100px;
left:46px;
position:absolute;
top:0;
width:270px;
}



ul
{
list-style-image:url("bullet.jpg");
}

#mainContent li
{
margin-top:7px;
}

.leftnav ul {
	list-style-image:none;
	list-style-type:none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin:0px;
	padding:0px!important;
}

.leftnav li {
padding:0px;
margin:0px;
}

h2 {font-size:14px;
font-weight:bold;
margin-left:20px;
}

h3 {margin:0px}

h4 {font-size:14px;
font-weight:normal;
margin:0 0 5px;
}

a {font-size:12px}

.container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height:auto;
	float: none;
	z-index: auto;
} 

.twoColFixLtHdr #header {
background-color:#DDDDDD;
background-image:url(header.jpg);
background-repeat:no-repeat;
float:none;
height:365px;
width:960px;
position:relative;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: none;
	background-position: center;
	background-color: #7094c4;
	background-repeat: no-repeat;
	height:1520px;
}

.twoColFixLtHdr #sidebar1 p, h3 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;

}

.twoColFixLtHdr #mainContent {
	background-color:#FFFFFF;
	float:left;
	margin:0;
min-height:1535px;
	padding:0;
	width:742px;
} 

.twoColFixLtHdr #mainContent h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #footer { 
background:#DDDDDD none repeat scroll 0 0;
float:left;
width:960px;
}
 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftnav {
	background-image:url(left-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width:218px;
	padding:0px;
}

.twoColFixLtHdr #container #mainContent #apDiv2 strong {
	font-size: 12px;
}

#plane {height:304px; margin:0px; color:#000000; text-decoration:underline}

#air {width:90px; float:left; padding-left:10px; margin-top:10px;}

#air a {color:#000000; text-decoration:none}
#air a:hover {color:#000000; text-decoration:underline}

#train {width:105px; float:left; margin-top:10px; padding-left:5px;}

#train a {color:#000000; text-decoration:none}
#train a:hover {color:#000000; text-decoration:underline}

#wide {width:160px; float:left; padding-left:10px; margin-top:0px;}

#wide a {color:#000000; text-decoration:none}
#wide a:hover {color:#000000; text-decoration:underline}

#ski {width:210px; float:left; margin-top:10px; }

#viewrates {text-align:center; padding-top:25px; }

#booknow {text-align:center; padding-top:25px; }

#phonenow  {text-align:center; padding-top:25px;}

.reserveform {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
	width:360px;
	float:left
}

#intro {font-weight:bold; padding-left:20px; padding-right:10px; font-size:15px}

#flashpic  {float:left}

#welcome {padding-left:20px; padding-top:20px}

.widget1 {float:left; padding-left:20px; width:305px; padding-top:20px;}

.widget2 {float:left; width:370px}

#skiconditions {padding-left:20px}
