@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background:url(../images/grid_bg.gif);
	background-repeat:repeat;
	}
#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
}
#header {
	width: 100%;
	height: 150px;
	text-align: center;
	margin: 10px 0;
}
#branding {
	width: 920px;
	height: 150px;
	background-color: #FFF;
	border: 1px solid #ccc;
	text-align: left;
	margin: 0 auto;

}
#logo {
	width: 325px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
#social {
	width: 275px;
	height: 48px;
	margin: 80px 0 0 0;
	float: left;
	text-align:right;
	padding:0;
	
}
#ticker {
	width: 310px;
	float: right;
	text-align: right;
	marign-top: 10px;
	padding: 20px 0 0 0;
}
/***datebox*****/
#datebox {
	width: 250px;
	height: 58px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
.month{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size:22px;
	color:#0086a5;
	float: left;
	clear: right;
	padding: 10px;
	padding-left: 5px;
}
.date {
	width: 47px;
	height: 37px;
	background: url(../images/date_bg.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size:16px;
	color:#666;
	float: left;
	clear: right;
	text-align:left;
	padding-top: 15px;
	padding-left: 5px;
}

/*****COUNTDOWN*****/
#countdown {
	width: 275px;
	height: 50px;
	background:url(../images/timer_bg.gif) no-repeat;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}
.dayposition {
	width: 65px;
	height: 48px;
	text-align: right;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	font-size:26px;
	color:#048c9b;
	float: left;
	clear: right;
}
.hrposition {
	width: 55px;
	height: 48px;
	text-align: right;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	font-size:26px;
	color:#048c9b;
	float: left;
	clear: right;
}

/*navigation*/
#centeredmenu {
	width: 920px;
	background:url(../images/nav_gradient_bg.jpg);
	overflow:hidden;
	height: 40px;
	margin: 0 auto;
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	left:35%;
	text-align:center;
	font-family:Geneva, Vedana, sans-serif;
	font-size: 13px;
	margin: 0;
	vertical-align: bottom;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:35%;
	padding: 0;
	margin: 0px;
}
#centeredmenu ul li a {
	display:block;
	background:#f60;
	color:#FFF;
	text-decoration:none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position:relative;
	bottom: 1px;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 35px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}
#centeredmenu ul li a:hover {
	color:#fff;
	background-color: #FF3300;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 0px;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   position: relative;
   bottom: 0;
   color:#fff;
   background:#f30;
   margin-top: 9px;
   padding-top: 5px;
}
/*aqua tab*/
#centeredmenu ul li a.aqua {
	background:#0EC3C8;
}
#centeredmenu ul li a.aqua:hover {
	background:#0C8F93;
}
#centeredmenu ul li a.activeaqua,
#centeredmenu ul li a.activeaqua:hover {
   position: relative;
   bottom: 0;
   color:#fff;
   background:#0C8F93;
   margin-top: 9px;
   padding-top: 5px;
}
/*end aqua tab*/

/*green tab*/
#centeredmenu ul li a.green {
	background:#66CC33;
}
#centeredmenu ul li a.green:hover {
	background:#669900;
}
#centeredmenu ul li a.activegreen,
#centeredmenu ul li a.activegreen:hover {
	position: relative;
	bottom: 0;
	color:#fff;
	background:#669900;
	margin-top: 9px;
	padding-top: 5px;
}
/*end green tab*/

/*yellow tab*/
#centeredmenu ul li a.yellow {
	background:#F3C200;
}
#centeredmenu ul li a.yellow:hover {
	background:#DAAD00;
}
#centeredmenu ul li a.activeyellow,
#centeredmenu ul li a.activeyellow:hover {
   position: relative;
   bottom: 0;
   color:#fff;
   background:#F3C200;
   margin-top: 9px;
   padding-top: 5px;
}
/*end yellow tab*/
/*blue tab*/
#centeredmenu ul li a.blue {
	background:#003366;
}
#centeredmenu ul li a.blue:hover {
	background:#00214c;
}
#centeredmenu ul li a.activeblue,
#centeredmenu ul li a.activeblue:hover {
   position: relative;
   bottom: 0;
   color:#fff;
   background:#00214c;
   margin-top: 9px;
   padding-top: 5px;
}
/*end blue tab*/
/*purple tab*/
#centeredmenu ul li a.purple {
	background:#663399;
}
#centeredmenu ul li a.purple:hover {
	background:#432263;
}
#centeredmenu ul li a.activepurple,
#centeredmenu ul li a.activepurple:hover {
   position: relative;
   bottom: 0;
   color:#fff;
   background:#432263;
   margin-top: 9px;
   padding-top: 5px;
}
/*end purple tab*/
/*darkgreen tab*/
#centeredmenu ul li a.darkgreen {
	background:#669900;
}
#centeredmenu ul li a.darkgreen:hover {
	background:#547F00;
}
#centeredmenu ul li a.activedarkgreen,
#centeredmenu ul li a.activedarkgreen:hover {
   position: relative;
   bottom: 0;
   color:#fff;
   background:#547F00;
   margin-top: 9px;
   padding-top: 5px;
}
/*end darkgreen tab*/
.initial{
font-size: 17px;
font-weight: 800;
}
/*end navigation*/

/*flash area*/
#flasharea {
	width: 100%;
	background-position: top;
	height: 250px;
	clear: left;
}
/*end  flash area*/

/*slide show*/
ul.slideshow {
	list-style:none;
	width:920px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:920px;
	height:250px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
/*end slide show*/

/*content area*/
#content_wrapper {
	width: 100%;
	text-align: center;
	}
#contentarea {
	width: 920px;
	height: 820px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#contentareashort {
	width: 920px;
	height: 620px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#contentareaMedium {
	width: 920px;
	height: 1000px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	border: 1px solid #ccc;
	margin-top: 10px;
}

#contentareaLong {
	width: 920px;
	height: 1250px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	border: 1px solid #ccc;
}
#contentareaXLong {
	width: 920px;
	height: 1550px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#contentareaXXLong {
	width: 920px;
	height: 2100px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#leftside{
	float: left;
	width: 600px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 15px 0 15px;
}

#rightside{
	margin: 0;
	float: left;
	width: 270px;
	position: relative;
	height: 1px /* Holly hack for Peekaboo Bug */;
	text-align: left;
	padding-top: 10px;
}
.imgshift {
	background-position: center;
	height: 26px;
	vertical-align: middle;
	width: 26px;
	margin-top: -5px;
}
#rightside ul {
	width: 270px;
	margin: 0 0 0 2px;
	padding: 0px;
}
 
#rightside ul li#videoHeader{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #666666;
	padding-top: 15px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	vertical-align: baseline;

} 
#rightside ul li#buttonHeader{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	vertical-align: baseline;
} 
#rightside ul li#hotelInfo{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
}
.videoBG {
	background-image: url(../images/round_reg270.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 250px;
}
.galleryBG {
	background-image: url(../images/gallery_BG.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 250px;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF3300;
}
a:hover {
	color: #0E9FA3;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a.headerLink:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.headerLink:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FF3300;
	text-decoration: none;
}
a.headerLink:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.roundBT {
	background-image: url(../images/round_bt.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 255px;
}
h1 {
	font-family:Trebuchet MS, Sans serif;
	font-size: 24px;
	color:#0E9FA3;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family:Trebuchet MS, Sans serif;
	font-size: 20px;
	color:#0E9FA3;
	margin-top: 10px;
	padding-top: 10px;
}
h3 {
	font-family:Trebuchet MS, Sans serif;
	font-size: 16px;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	list-style-type: lower-roman;
	list-style-position: outside;
	color: #999;
	display: block;
	width: 520px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}
.olsmall {
	font-size: 16px;
}
.bigtext {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #FF3300;
}
.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
#IndividualRate {
	width: 275px;
	height: 120px;
	padding:0;
	margin: 5px 10px 5px 0;

	
	position: relative;
	float: left;
}
#GroupRate {
	width: 275px;
	height: 120px;
	padding:0;
	margin: 5px 0 5px 10px;
	position: relative;
	float: left;
}
#clearboth {
	clear: both;
	}
/*end content area*/
#footerBar {
	width:920px;
	background: #0088A5;
	border-top:1px solid #FFF;
	overflow:hidden;
	position:relative;
	height: 55px;
	margin: 10px 0 0 0;
}
#footer {
	width: 920px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-family: "Trebuchet MS";
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#footer ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: inline;
	list-style-type: none;
	color: #fff;
}
#footer ul li{
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: inline;
	list-style-type: none;
	color:#fff;
	text-decoration: none;
	width: 100px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#footer ul li a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: inline;
	list-style-type: none;
	color:#fff;
	text-decoration: underline;
	}
#footer ul li a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: inline;
	list-style-type: none;
	color:#ccc;
	text-decoration: underline;
	}
#footer p {
	font-size: 10px;
	padding: 0px;
	padding-top: 5px;
	margin-bottom: 8px;
	color: #fff;
}
ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style-position: outside;
	margin: 0 auto;
	padding: 0 auto;
}
#oneColumn {
	float: left;
	width: 850px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	clear: none;
	display: table;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.aqua {
	color: #0E9FA3;
}
#tellaFriend {
	float: left;
	width: 700px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	clear: none;
	display: table;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 26px;
	color: #54D4D8;
	font-style:italic;
	padding: 20px 10px 20px 20px;
}
.quotemark {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin-left: -20px;
	color: #54D4D8;
	font-style:italic;
	width:20px;
	padding: 0;
	height:12px;
}
.qoutemarkright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin-left: 150px;
	color: #54D4D8;
	font-style:italic;
	width:20px;
	padding: 0;
	height:12px;
}
.padding {padding: 0 10px;}
.biosthumb {width: 85px; height: 85px; margin: 5px 5px 10px 0px; float:left; }
.biosinfo {width: 150px; float:right; padding: 0 5px 20px 0; margin: 0; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#666;}
.clearboth {clear:both;}
