@charset "utf-8";
body  {
	margin: 0; /* 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;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #064771;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/backgroundtile-wide.jpg);
	position: relative;
} 
#header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/headertile-wider.jpg);
	height: 133px;
	position: relative;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #66FF00;
	text-align: right;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0;
}
#header p {
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header a img {

	border: none;

	}
#id106homebutton a:hover  {
   background-position: -284px 0%;
}

#testimonialsbutton a:hover,
#contactusbutton a:hover  {
   background-position: -113px 0%;
}

#luxurysuitesbutton a:hover  {
   background-position: -194px 0%;
}

#id8homebutton a:hover, 
#blogbutton a:hover,
#photosbutton a:hover, {
   background-position: -84px 0%;
}

#contactusbutton a,
#testimonialsbutton a  {
   background-repeat: no-repeat;
   display: block;
   width: 113px;
   height: 36px;
   background-position: 0% 0px;
}

#testimonialsbutton a  {
	background-image: url(images/testimonialsbutton.jpg);
}

#testimonialsbutton,
#contactusbutton  {
	visibility: visible;
	position: absolute;
	top: 97px;
	width: 113px;
	height: 36px;
}

#eventcalendarbutton  {
	visibility: visible;
	position: absolute;
	left: 163px;
	top: 97px;
	width: 137px;
	height: 36px;
}

#eventcalendarbutton a  {
	display: block;
	width: 137px;
	height: 36px;
	background-image: url(images/eventcalendarbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#eventcalendarbutton a:hover  {
   background-position: -137px 0%;
}

#luxurysuitesbutton  {
	visibility: visible;
	position: absolute;
	left: 309px;
	top: 97px;
	width: 194px;
	height: 36px;
}

#luxurysuitesbutton a  {
	background: url(images/luxurysuitesbutton.jpg) no-repeat 0% 0px;
	display: block;
	width: 194px;
	height: 36px;
}

#testimonialsbutton  {
	left: 634px;
}
#id8homebutton  {
	left: 69px;
}
#blogbutton  {
	left: 754px;
}

#photosbutton  {
	left: 846px;
}
#blogbutton a  {
	background-image: url(images/blogbutton.jpg);
}
#photosbutton a  {
	background-image: url(images/photosbutton.jpg);
}
#id8homebutton,
#blogbutton,
#photosbutton  {
	visibility: visible;
	position: absolute;
	top: 97px;
	width: 84px;
	height: 36px;
}
#id8homebutton a {
	background-image:url(images/id8homebutton.jpg)
	}

#id8homebutton a,
#blogbutton a,
#photosbutton a  {
	display: block;
	width: 84px;
	height: 36px;
	background-repeat: no-repeat;
   background-position: 0% 0px;
}
#id8homebutton a:hover,
#blogbutton a:hover,
#photosbutton a:hover  {
   background-position: -84px 0%;
}
#contactusbutton  {
	left: 512px;
}

#contactusbutton a  {
	background-image: url(images/contactusbutton.jpg);
}

#id106homebutton  {
	visibility: visible;
	position: absolute;
	left: 25px;
	top: 13px;
	width: 284px;
	height: 72px;
}

#id106homebutton a  {
	background: url(images/id106homebutton.jpg) no-repeat 0% 0px;
	display: block;
	height: 72px;
	width: 284px;
	font-size: 72px;
	line-height: 72px;
}
#ticketsbutton  {
	visibility: visible;
	width: 165px;
	height: 44px;
}

#ticketsbutton a  {
	display: block;
	width: 165px;
	height: 44px;
	background-image: url(images/tickets-button.png);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#ticketsbutton a:hover  {
	background-position: -165px 0%;
}
#newsbutton  {
	visibility: visible;
	width: 165px;
	height: 44px;
}

#newsbutton a  {
	display: block;
	width: 165px;
	height: 44px;
	background-image: url(images/news-button.png);
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#newsbutton a:hover  {
	background-position: -165px 0%;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2 a {
	color: #FFFFFF;
}
#sidebar2 a:hover {
	color: #999999;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
	z-index: -1;
} 
#pagenamebar  {
	background: url(images/pagenamebar.jpg);
	visibility: visible;
	position: absolute;
	left: 222px;
	top: 157px;
	width: 546px;
	height: 35px;
	background-repeat: repeat-x;
	padding-top: 3px;
}
#indexmainContent {
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
}

#container #flash {
}
h1       {
	color: #00FF00;
}
h3       {
	color: #FFFF00;
}
h4       {
	color: #00FF00;
}

#pagesmainContent {
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
}


#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/footer-wide.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #064771;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: right;
	color: #CCCCCC;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#container #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.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;
}
.curlycontainer{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 400px;
	background-color: #052E62;
	color: #FFFFFF;
	left: 290px;
	position: absolute;
	top: 783px;
}
.curlycontainer2 {
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 500px;
	background-color: #052E62;
	color: #FFFFFF;
	margin-left: 110px;
	margin-top: 20px;
	clear: left;
}
.curlycontainer3 {
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 400px;
	background-color: #052E62;
	color: #FFFFFF;
	margin-left: 70px;
	margin-top: 20px;
}

.innerdiv {
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}
#contactform fieldset *:last-child  {
   margin-bottom: 0;
}

#contactform fieldset label  {
	margin-right: 0.5em;
	display: block;
	text-align: right;
	float: left;
	width: 250px;
	margin-bottom: 0.5px;
}

#contactform fieldset *  {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#contactform fieldset  {
   border: none;
}
#contactform p  {
   font: bold 14px/26px Arial;
   margin: 0px;
   color: #FF0000;
}

#contactform  {
	visibility: visible;
	position: absolute;
	left: 231px;
	top: 341px;
	width: 518px;
}

.centerac  {
	text-align: center;
	color: #000000;
}

fieldset *  {
   margin-left: 0;
   margin-right: 0;
   padding-bottom: 0;
   padding-top: 0;
}
.style1 {
	color: #00FF00;
	font-weight: bold;
	font-size: 24px;
}
table.table {
	width: 500px;
	border: 1px solid #FFFF00;
}
#pagesmainContent .table caption {
	color: #00FF00;
	font-size: 20px;
}

table.table th   {
	background-color: #FFFF00;
	color: #000066;
	font-weight: bold;
	float: left;
	width: 162px;
}
table.table  tr   {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;


}
table.table td   {
	float: left;
	width: 150px;
	padding-left: 4px;
} 
#flag {
	left: 459px;
	top: 21px;
	height: 50px;
	width: 100px;
	position: absolute;
}
#contactinfo a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pagesmainContent2col {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
}
.image    {
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}

#container2col {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/backgroundtile-wide2col.jpg);
	position: relative;
}
#pagenamebar2col {
	background: url(images/pagenamebar.jpg);
	visibility: visible;
	position: absolute;
	left: 222px;
	top: 157px;
	width: 753px;
	height: 35px;
	background-repeat: repeat-x;
	padding-top: 3px;
}
ul.list2col {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	overflow: auto;
}
ul.list2col li {float: left; width: 49%;}
#packageinfo {
	overflow: auto;
	margin-top: 20px; }
#packageinfo h2 {
	margin: 0;
	color: #071F35;
	background-color: #00CC33;
	font-size: 1.5em;
	padding: 10px;
	border-bottom: 1px solid #AAA;
}
#packageinfo div#leftcol {
	float: left;
	width: 700px;
	margin-right: 20px;
}
#packageinfo div#leftcol div.experience {
	border: 1px solid #AAA;
	margin-bottom: 20px; }
div.experience p {
	padding: 5px;
	margin: 0 0 0 5px;
	line-height: 120%;
}
div.experience a {
	padding: 5px;
	margin: 0 0 0 5px;
	color: #999999;
}
div.experience a:hover {
	padding: 5px;
	margin: 0 0 0 5px;
	color: #FFFFFF;
	text-decoration: underline;
}
div.experience a:visited {
	padding: 5px;
	margin: 0 0 0 5px;
	color: #FFFFFF;
	text-decoration: underline;
}




div.experience ul {
	padding: 20px;
	margin: 0 0 0 10px;
}
div.experience ul li {
	margin-bottom: 10px; }
div.experience ul li.bottom {
	margin-bottom: 0; }
.imageright  {
	float: right;
	margin: 10px;
}
.imageleft  {
	float: left;
	margin: 10px;
}
p {
	padding: 5px;
	margin: 0 0 0 5px;
	line-height: 120%;
}
.style2 {
	font-size: 90%
}
.reg {
	font-size: 9px;
	position: relative;
	bottom: 5px;
}

/*menu begins*/
#menu {
	height:500px;
	width:150px;
	position:relative;
	z-index: 99999;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	padding:1px 1px 0 1px;
}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {
	display:block;
	color:#FFFFFF;
	line-height:26px;
	text-decoration:none;
	padding:0 20px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
} 
#menu li a.fly {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu li a:hover {background-color:#09c; color:#fff;} 
#menu li:hover > a {
	background-color:#3C668C;
	color:#fff;
}

#menu ul li:hover > ul {
	left:100%;
	margin-top:-23px;
	margin-left:-1px;
	background-color: #18537D;
	border: 1px solid #FFFFFF;
}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
.styleyellow {
	color: #FFFF00;

}

#divA {
    width: 30px;
    height: 500px;
    float: left;
    border: 1px solid;
}
#divB {
    width: 30px;
    height: 50px;
    float: right;
    border: 1px solid;
}

#sidebarx { width: 190px; float: right; }

#contactformx input,textarea {width:182px;}

#contactformx {
background: #F8EE23;
width: 216px;
margin-left: 7px;
}

#contactformx input {
height: 25px;
margin-bottom: 6px;
}

#contactformx textarea {
margin-bottom: 6px;
}

#contactformx p {
color: #797373;
font-weight: bold;
font-size: 16px;
}

#contactformx input::-webkit-input-placeholder { 
    font-family: 'myFont', Arial, Helvetica, sans-serif;
}

#contactformx input:-moz-placeholder { 
    font-family: 'myFont', Arial, Helvetica, sans-serif;
}

#contactformx textarea::-webkit-input-placeholder { 
    font-family: 'myFont', Arial, Helvetica, sans-serif;
}

#contactformx textarea:-moz-placeholder { 
    font-family: 'myFont', Arial, Helvetica, sans-serif;
}

.tg-031e img {
margin-right: 15px;margin-bottom: 11px;
}