@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #0E9FA3;
	}
#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
}
#branding {
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
/*navigation*/
#centeredmenu {
	float:left;
	width:100%;
	background:#0e2c8e;
	border-bottom:1px solid #FFF;
	overflow:hidden;
	position:relative;
	height: 40px;
}
#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: 30px;
}
#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*/
.initial{
font-size: 17px;
font-weight: 800;
}
/*end navigation*/

/*flash area*/
#flasharea {
	width: 100%;
	background-color:#7FC41C;
	border-bottom: 1px solid #FFF;
	background-position: top;
	height: 250px;
	clear: left;
}
/*end  flash area*/

/*content area*/
#content_wrapper {
	width: 100%;
	text-align: center;
	}
#contentarea {
	width: 946px;
	height: 820px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-y;
}
#contentareaMedium {
	width: 946px;
	height: 1000px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-y;
}

#contentareaLong {
	width: 946px;
	height: 1250px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-y;
}
#contentareaXLong {
	width: 946px;
	height: 1450px;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-y;
}

#leftside{
	float: left;
	width: 620px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	clear: none;
	display: table;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 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: 250px;
	margin: 0px;
	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: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	color: #FF3300;
	display: block;
	width: 570px;
	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: 75px;
	padding:0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	float: left;
}
#GroupRate {
	width: 275px;
	height: 75px;
	padding:0;
	margin-left: 5;
	margin-bottom: 0;
	margin-left: 10px;
	position: relative;
	float: left;
}
#clearboth {
	clear: both;
	}
/*end content area*/
#footerBar {
	float:left;
	width:100%;
	background:#0e2c8e;
	border-top:1px solid #FFF;
	overflow:hidden;
	position:relative;
	height: 55px;
}
#footer {
	width: 946px;
	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: 14px;
	display: inline;
	list-style-type: none;
	color: #fff;
}
#footer ul li{
	font-family: "Trebuchet MS";
	font-size: 14px;
	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: 14px;
	display: inline;
	list-style-type: none;
	color:#fff;
	text-decoration: underline;
	}
#footer ul li a:hover{
	font-family: "Trebuchet MS";
	font-size: 14px;
	display: inline;
	list-style-type: none;
	color:#0C8F93;
	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;
	color: #666666;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
#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;
}
#rightside p {
	line-height: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
