<!--
body {
	margin: 20px 0 40px 0;
	/*background: #000;
	background: #000 url("/img/common/body-bg.jpg") bottom center;
	background-attachment: fixed;*/
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f2f2f2;
	
	background: url(/img/common/body-bg2.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/common/body-bg2.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/common/body-bg2.jpg', sizingMethod='scale')";
	position: relative;
	overflow-x: hidden;
	z-index: -99;
}

#pgContainer {
	margin: 0px auto;
	width: 932px;
}

#outerGlow {
	margin: 0px auto;
	background: url("/img/common/glow.png") top center no-repeat;
	background-attachment: fixed;
}

#content {
	margin: 0 0 0 0;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	/*border: 1px solid #cc0000;*/
	/*background: url("/img/common/bg-trans_blue.png") repeat;*/
	background: rgba(80,112,173,0.5);
	background: rgba(89,89,89,0.7);
	background: rgba(0,0,0,0.5);
}

#tnb {
	margin: 0 0 0 0;
	width: 932px;
	height: 62px;
	background: url("/img/common/tnb_bg.png") top center no-repeat;
	/*border-bottom: 1px solid #333;*/
}

#footer {
	margin: 0 0 0 0;
	width: 932px;
	height: 62px;
	background: url("") top center no-repeat;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

#scndNav {
	margin: 0 0 0 0;
	width: 930px;
	height: 42px;
	background: url("/img/common/bot_bg.png") bottom center no-repeat;
	border-top: 1px solid #333;
}

#flashContent {
	margin: 0 0 0 0;
	width: 930px;
	height: 320px;
	z-index: 0;
}

#smlCol {
	width: 286px;
	min-height: 240px;
	margin: 20px 6px 20px 6px ;
	/*border: 1px solid #999;*/
}

#smlColRpt {
	width: 286px;
	min-height: 240px;
	background: url("/img/boxes/286_rpt.png") top center repeat-y;
	color: #333;
	/*border: 1px solid #999;*/
}

#lrgCol {
	width: 570px;
	margin: 20px 6px 20px 6px ;
	/*min-height: 240px;
	border: 1px solid #999;*/
}

#lrgColRpt {
	width: 570px;
	min-height: 500px;
	background: url("/img/boxes/570_rpt.png") top center repeat-y;
	color: #333;
	/*border: 1px solid #999;*/
}

#xlrgCol {
	width: 856px;
	margin: 20px 6px 20px 6px ;
	/*min-height: 240px;
	border: 1px solid #999;*/
}

#xlrgColRpt {
	width: 856px;
	min-height: 500px;
	background: url("/img/boxes/856_rpt.png") top center repeat-y;
	color: #333;
	/*border: 1px solid #999;*/
}

.colContent {
	margin: 0 30px 0 30px;
}

#botBg {
	margin: 0 0 0 0;
	width: 932px;
	height: 20px;
	background-color: none;
	background: url("/img/common/bot_bg.png") bottom center no-repeat;
	border: 0px solid #cc0000;
}

#clear {
  clear: both;
}


/******************************************
VIDEO BTNS styles
******************************************/

.vidHide {
	display: none;
}

.vidBtn, .goToEntertainment {
	cursor: pointer;
}



/******************************************
addThis styles
******************************************/

.addthis_toolbox {
	margin: 0 0 0 20px ;
	padding: 4px;
}

.addthis_toolbox .custom_images a {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.addthis_toolbox .custom_images a:hover img {
  opacity: 1;
	filter: alpha(opacity=100);
  -moz-opacity: 1.00;
}

.addthis_toolbox .custom_images a img {
	opacity: .75;
	filter: alpha(opacity=75);
  -moz-opacity: 0.75;
}

/******************************************
form styles
******************************************/

input.required {
  background-color: #fff;
  width: 100px;
  color: #333333;
  border: 1px solid #333;
}

.txtForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #e2e2e2;
}

label { /*width: 10em; float: left;*/ color: #e2e2e2; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }


/*##########################################################*/
.fieldTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.redStar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.legend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

input.field {
	background-color:#fff;
  width: 100px;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

select {
	background-color:#fff;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	background-color:#fff;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/******************************************
text styles
******************************************/
h1.resortName {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px
}


p {
	line-height: 18px;
}

.justify {
  font: 200 12px Geneva, Arial, Helvetica, sans-serif;
  margin: 12px 0px 0px 0px;
	text-align: justify;
}

.noJustify {
  font: 200 12px Geneva, Arial, Helvetica, sans-serif;
  margin: 12px 0px 0px 0px;
}

.center {
  font: 200 12px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.txtPriceSmall {
  font: normal 10px Geneva, Arial, Helvetica, sans-serif;
  color: #036;
  /*margin: 12px 34px 0px 34px;*/
}

.txtPrice {
  font: normal 16px Geneva, Arial, Helvetica, sans-serif;
  color: #000;
	font-style: italic;
  margin: 12px 0px 0px 0px;
}

.txtTaxService {
  font: normal 9px Geneva, Arial, Helvetica, sans-serif;
  color: #cc0000;
  margin: 6px 0px 0px 0px;
	text-align: center;
}

.txtPriceLodge {
  font: normal 16px Geneva, Arial, Helvetica, sans-serif;
  color: #000;
	font-style: italic;
  margin: 0px 34px 0px 34px;
}

.txtTaxServiceLodge {
  font: normal 9px Geneva, Arial, Helvetica, sans-serif;
  color: #cc0000;
	text-align: center;
}

.copyRight {
  font: 11px Arial, Helvetica, sans-serif;
  color: #7a86ba;
}
td.copyright { font-size: 120%; font-weight: bold; }

.hr420 {
	margin: 36px 0 0 0;
}

/******************************************
link styles
******************************************/

a.tnbLink img {
	text-decoration: none;
	font-family: arial, helvetica, san serif;
	font-size: 10px;
	font-weight: normal;
}

a.tnbLink img:link {
	color: #000000;
}

a.tnbLink img:visited {
	color: #000000;
}

a.tnbLink img:hover {
	color: #FFCC00;
	background: url("/img/btns/tnb_roll.png") no-repeat;
}




a.txtLink {
  text-decoration: none;
  font-family: arial, helvetica, san serif;
  font-size: 11px;
  font-weight: normal;
}

a.txtLink:link {
  color: #FFCC00;
}

a.txtLink:visited {
  color: #FFCC00;
}

a.txtLink:hover {
  color: #CC6600;
}


a.createdByLink {
  text-decoration: none;
  font-family: arial, helvetica, san serif;
  font-size: 11px;
  font-weight: normal;
  color: #FFF;
}

a.createdByLink:link {
	color: #FFF;
}

a.createdByLink:visited {
	color: #FFF;
}

a.createdByLink:hover {
  color: #36C;
}

/******************************************
top drop styles
******************************************/

.topDropDestinations {
	position: absolute;
	top: 84px;
	margin-left: -465px;
	left: 50%;
	color: #f2f2f2;
	width: 930px;
	height: 318px;
	text-align: center;
	letter-spacing: 1px;
	background: url("/img/common/bg-trans3x.png");
	border-bottom: 1px solid  #C00;
	display: none;
	z-index: 90;
}



/* RESORT NAV STYLES  #############################################*/

#tabs li {
  float: left;
	/*border: 1px solid #CC0000;*/
}

#tabs li a {
  display: block;
  color: #e2e2e2;
  text-decoration: none;
  font-weight: 400;
	margin: 2px 16px 2px 0px;
}

#tabs li a.active {
  color: #CC0000;
}



/******************************************
resort list links
******************************************/

a {
	color: #333300;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h3.link {
	margin: 0;
	padding: 0 0 0 0;
}
p {
	margin: 0;
	padding: 0 0 0 0;
}
.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pane-list li {
	background: #f3f1eb;
	padding: 2px 20px 2px;
	margin: 1px 0 1px 0;
	border-top: solid 1px #dedbd1;
	cursor: pointer;
	width: 200px;
}
.pane-list li:hover {
	background: #fff;
}



/******************************************
accordion styles
******************************************/

.accordion {
  width: 450px;
  border-bottom: solid 1px #dedbd1;
}
.accordion h3 {
  background: #f3f1eb url("/img/common/plus.gif") no-repeat right 10px;
  text-align: left;
  padding: 7px 15px;
  margin: 0;
  font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  border: solid 1px #dedbd1;
  border-bottom: none;
  cursor: pointer;
	text-transform: uppercase;
}
.accordion h3:hover {
  background-color: #dedbd1;
}
.accordion h3.active {
  background-position: right -60px;
  background-color: #dedbd1;
  border-bottom: solid 1px #dedbd1;
}
.accordion p {
  background: #f7f7f7;
  text-align: left;
  margin: 0;
  padding: 10px 15px 20px;
  border-left: solid 1px #dedbd1;
  border-right: solid 1px #dedbd1;
}



/* DHTML MENU STYLES ####################################*/

#dropmenudiv{
	position:absolute;
	margin: -4px 0 0 0px;
	border:1px solid #101010;
	border-bottom-width: 0;
	font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	opacity:.90;filter:
	alpha(opacity=90);
	-moz-opacity: 0.90;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #101010;
	padding: 1px 0;
	text-decoration: none;
	color: #000;
	background-color: #f7f7f7;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fff;
	color: #333;
	letter-spacing: 1px;
}



-->
