/* CSS Document */
div#container{
	text-align: left;
	width: 886px;
}
/* HEADER STYLES */
div#header{
	height: 143px;
}
img#logo{
	float: left;
	margin: 24px 0 0 28px;
}
img#header{
	float: right;
	margin: 53px 180px 0 100px;
}
/* NAV STYLES */
div#nav{
	height: 35px;
	padding: 0 0 0 20px;
}
a#btnHome{
	background: url(../images/btn-home.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 65px;
}
a:hover#btnHome{
	background: url(../images/btn-home.gif) left bottom no-repeat;
}
a#btnHomeActive{
	background: url(../images/btn-home.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 65px;
}
a#btnOurLocation{
	background: url(../images/btn-our-location.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 113px;
}
a:hover#btnOurLocation{
	background: url(../images/btn-our-location.gif) left bottom no-repeat;
}
a#btnOurLocationActive{
	background: url(../images/btn-our-location.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 113px;
}
a#btnAccomm{
	background: url(../images/btn-accommodation.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 120px;
}
a:hover#btnAccomm{
	background: url(../images/btn-accommodation.gif) left bottom no-repeat;
}
a#btnAccommActive{
	background: url(../images/btn-accommodation.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 120px;
}
a#btnFeatures{
	background: url(../images/btn-features.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 85px;
}
a:hover#btnFeatures{
	background: url(../images/btn-features.gif) left bottom no-repeat;
}
a#btnFeaturesActive{
	background: url(../images/btn-features.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 85px;
}
a#btnRates{
	background: url(../images/btn-rates.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 60px;
}
a:hover#btnRates{
	background: url(../images/btn-rates.gif) left bottom no-repeat;
}
a#btnRatesActive{
	background: url(../images/btn-rates.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 60px;
}
a#btnLocalAttract{
	background: url(../images/btn-local-attractions.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 142px;
}
a:hover#btnLocalAttract{
	background: url(../images/btn-local-attractions.gif) left bottom no-repeat;
}
a#btnLocalAttractActive{
	background: url(../images/btn-local-attractions.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 142px;
}
a#btnLinks{
	background: url(../images/btn-links.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 58px;
}
a:hover#btnLinks{
	background: url(../images/btn-links.gif) left bottom no-repeat;
}
a#btnLinksActive{
	background: url(../images/btn-links.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 58px;
}
a#btnContact{
	background: url(../images/btn-contact-us.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 95px;
}
a:hover#btnContact{
	background: url(../images/btn-contact-us.gif) left bottom no-repeat;
}
a#btnContactActive{
	background: url(../images/btn-contact-us.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 95px;
}
a#btnNewsRoom{
	background: url(../images/btn-news-room.gif) left top no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 105px;
}
a:hover#btnNewsRoom{
	background: url(../images/btn-news-room.gif) left bottom no-repeat;
}
a#btnNewsRoomActive{
	background: url(../images/btn-news-room.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 105px;
}
div#nav a span{
	display: none;
}
/* FLASH STYLES */
#flash{
	background: url(../images/flash-banner.jpg) center top no-repeat;
	height: 248px;
	width: 886px;
	z-index: 1;
}
/* COLUMN STYLES */
div#colLeft{
	float: left;
	padding: 0 14px 0 22px;
	width: 587px;
	position:relative;
}
div#colRight{
	float: left;
	padding: 370px 0 0 0;
	width: 240px;
}
/* CONTENT BACKGROUND */
div#cntBgRepy{
	background: url(../images/bg-cnt-repy.gif) center top repeat-y;
	margin: 0 0 20px 0;
}
div#cntBgBtm{
	background: url(../images/bg-cnt-btm.gif) center bottom no-repeat;
	/*border: 1px solid red;*/
}
div#sideColumn{
	margin: 88px 0 0 623px;
	position: absolute;
	width: 240px;
	z-index: 100;
}
div#sideBgRepy{
	background: url(../images/bg-side-repy.png) center top repeat-y;
	padding: 0 10px 10px 10px;
	text-align: center;
}
div#sideBgTop{
	background: url(../images/bg-side-top.png) center top no-repeat;
	height: 11px;
}
/* FOOTER STYLES */
div#footer{
	color: #FFF;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 70px;
	padding: 0;
}
div#footer a{
	color: #fef100;
}
div#footer a:hover{
	text-decoration: none;
}
.clearFix{
	clear: both;
}
/****************************atpm links********************************************/
div#bgBtm{
	background: url(../images/bg-main-btm-repx.gif) left top repeat-x;
	height: 82px;
}
.wrapper{
	margin: 0 auto;
	text-align: left;
}
#atpm-container{
	color: #FFF;
	font-size: 11px;
	position: relative;
}
#atpm-tab{
	background: url(../images/img-footer-atpm.gif) 565px top no-repeat;
	color: #FFF;
	height: 45px;
	margin: 0 auto;
	padding: 10px 0 0 20px;
	width: 886px;
}

#atpm-content{
	background: #35b1d2;
	height: auto !important;
	height: 180px;
	margin: 21px 0 0 0;
	min-height: 180px;
	padding: 10px 10px 40px 200px;
	position: relative;
}
#atpm-container a{
	color: #FFF;
	text-decoration: underline;
}
#atpm-container a:hover{
	text-decoration: none;
}
#atpm-container ul li{
	list-style: disc;
	text-align: left;
}
/*#atpmContentWidth{
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 860px;
}*/
dl{
	position: relative;

}
dt{
	position: absolute;
	width: 50%;

}
dd{
	left: 40%;
	position: absolute;
	width: 50%;

}

.sizzlingSun{
position:absolute;
right:-18px;
top:-55px;}

.sizzlingSun a{
display:block;
background-image:url(../images/warmwinter_btn.gif);
width:182px;
height:152px;
}

