/* ----------- General Page Layout Styles ---------- */
*, img, img a {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}
a, a:visited {
	text-decoration: none;
}
.destinationsheader {
	background-image: url(/images/spacer-menu.jpg);
	padding: 5px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	color: #666666;
}
div {
	position: relative;
}


h1, h1 a {
	font-size: 17px;
	font-weight: bolder;
	color: #002C76;
	text-decoration: none;
	display: block;
	line-height: 200%;
}
h2, h2 a {
	font-size: 16px;
	font-weight: bolder;
	color: #002C76;
	text-decoration: none;
	display: block;
}
h3, h3 a {
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	display: block;
}
h4, h4 a {
	font-size: 13px;
	font-weight: bolder;
	display: block;
	color: #000000;
}
h5, h5 a{
	font-size: 13px;
	font-weight: bolder;
	margin-top: 20px;
	display: block;
	color: #000000;
}
fieldset {
	display:block;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 4px;
	padding: 0px;
	}
label {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin-left: 15px;
	padding-right: 15px;
}
p {
	display: block;
}

li {
	list-style-type: disc;
}
hr {
	line-height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 1px;
	background-color: #ff3600;
	color: #ff3600;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}

#superheader1 {
	background-color: #68ace5;
	height: 42px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	float: none;
	position: relative;
}
#superheader2 {
	background-color: #FFFFFF;
	background-image: url(../images/spacer-superheader.jpg);
	height: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: middle;
	float: none;
	position: relative;
}
#superheader2 #navigation {
	text-align: center;
	vertical-align: middle;
}

#superheader1 .righttop, #superheader1 .lefttop, #superheader1 .righttop a, #superheader1 .lefttop a{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height:35px;
}
#superheader2 .righttop, #superheader2 .lefttop{
	font-size: 11px;
	font-weight: bolder;
	height: 70px;
	display: block;
	position: relative;
	vertical-align: middle;
	float: left;
	line-height: 70px;
}
#superheader2 .lefttop {
	padding-top:15px;
	line-height: normal;
	height: auto;
}
#belowsuperheader {
	display: block;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	position: relative;
	margin: 0px;
	width: 100%;
}
#belowsuperheader #maincontent #header #headerside #bookingengine #bookinggroup #SearchForm legend {
	display: block;
	margin-left: -7px;
	padding: 0px;
	line-height: normal;
	font-size: 10px;	
}
#arrival {
	float: left;
	width: 100px;
	height: 45px;
}
#departure {
	width: 100px;
	margin-right: 0px;
	margin-left: auto;
	clear: right;
	z-index: 1000000;
	height: 45px;
}
.menu {
	position:relative;
	font-family:arial, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 800px;
	background-image: url(../images/spacer-menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 37px;
	color: #393939;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height:normal;
	z-index:50;
}


/* ----------- Styles for CSS dropdown menu ---------- */


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:100px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	list-style-type: none;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#393939;
	font-weight:bold;
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:10px;
	
}

/* a hack so that IE5.5 faulty box model is corrected
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:100px;
} */



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;top:31px;
	left:0;
	width:149px;
	}
/* another hack for IE5.5 */
html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #FFFFFF;
	color:#6A6A6A;
	line-height:normal;
	
	width:128px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	}
.menu ul ul.left {
	left:-50px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:128px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background-image:url(../images/spacer-menu-hover.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:0px;
	color: #FFFFFF;
	z-index:500;
}
.menu :hover > a, .menu ul ul :hover > a,{
	background-image: url(../images/spacer-menu-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom:0px;
	color: #FFFFFF;
	z-index:5000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
.menu li a {
	text-align: center;
}
.menu li ul li a, .menu li ul li a:visited {
	text-align: left;
	
	padding-left: 15px;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
.menu li ul li a:hover {
	line-height:14px;
	width:128px;
	vertical-align: middle;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a:hover {
	color: #ffffff;
	margin-bottom:0px;
}

/* ----- Styling the Maincontentarea --------- */

#maincontent {
	display: block;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: relative;
	clear: both;

	
}
.smalltext {
	font-size: 90%;
	line-height: 150%;
}


/* ----- Styling the Booking Engine --------- */

#bookingengine {
	width:235px;
	height:180px;
	background-image: url(../images/background-bookingengine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	line-height: normal;
	z-index: 25;
}
#nights {
	width: 65px;
	text-align: left;
	z-index: 0;
	display: block;
	float: left;
	position: relative;
}#adults {
	width: 60px;
	text-align: left;
	z-index: 0;
	display: inline-block;
	height: 45px;
	float: left;
}
#headerside {
	display: block;
	width: 235px;
	float: left;
	
}

#bookingengine #SearchForm p {
	display: block;
	margin:0px;
	line-height: normal;
	padding: 0px;
	width: 100px;
	float: left;
}
#children {
	width: 65px;
	text-align: left;
	display: inline-block;
	height: 45px;
	float: left;
}
#rooms {
	width: 45px;
	text-align: left;
	display: inline-block;
	height: 45px;
	clear: right;
}
#promo {
	width: 170px;
	text-align: left;
	display: block;
	height: 25px;
	clear: both;
}
#bookingengine #SearchForm legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
}
select, .promo2 {
	font-size: 10px;
	z-index: 1;
	border: 1px solid #4D6185;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#SearchForm {

	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	height: 150px;
	width: 210px;
	display: block;
}
#mainimage {
	height: auto;
	width: 565px;
	display: block;
	float: left;
	position: relative;
}


#header {
	width: 800px;
	display: block;
	padding: 0px;
	float: none;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	
	margin-left: 0px;
}
form #searchform {
	margin: 0px;
	padding: 0px;
}
#bookinggroup {
	width: 210px;
	padding-left: 20px;
	height: auto;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#searchbox {
	color: #FFFFFF;
	display: block;
	height: 100px;
	width: 235px;
	position: relative;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index:1;
	background-attachment: scroll;
	background-image: url(/images/email-signup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#searchbox img{
	z-index:0;
}
#searchbox table {
	margin-left: 20px;
	padding:0;
	border:none;
	text-align: left;
	line-height: normal;
}
#footer {
	background-color: #FFFAE7;
	background-image: url(../images/spacer-footerspacer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	background-position: top;
	position: relative;
	padding-top: 130px;
	padding-bottom: 20px;
}
#navigation {
	text-decoration: none;
	height: 150px;
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	clear: left;
	padding: 10px;
}
.lefttop a {
	color: #FFFFFF;
	text-decoration: none;
}

.navcol a {
	display: block;
	color: #393939;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-decoration: none;
}
.navcol {
	width: 180px;
	float: left;
	margin-right: 8px;
	display: block;
	color: #393939;
}
.boxedin {
	width: 800px;
	height: 38px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.righttop {
	height: 35px;
	width: 400px;
	display: block;
	float: left;
	vertical-align: middle;
	text-align: right;

}
.lefttop {
	height: 35px;
	width: 400px;
	float: left;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
#wglogo {
	height: 40px;
	width: 45px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0px;
	display: block;
	position: relative;
	float: left;
}
#superheader2 .boxedin .lefttop #logotext {
	line-height: normal;
	display: block;
	float: left;
	height: 45px;
	width: auto;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 12px;
}
#logotext h3 {
	font-size: 16px;
	color: #002C76;
	display: inline;
}
#maincontent #bannerad {
	display: block;
	height: 100px;
	width: 800px;
	padding-top: 10px;
}
#leftcontentarea {
	display: block;
	height: auto;
	width: 600px;
	position: relative;
	line-height: 200%;
	padding-top: 15px;
}
#rightcontentarea {
	display: block;
	width: 180px;
	float: right;
	line-height: 200%;
	padding-top: 15px;
	position: absolute;
	right: 0px;
}

#centercontentarea {
	display: block;
	width: 800px;
	position: relative;
	height: auto;
	line-height: 200%;
	padding-top: 15px;
}
.imagesidetext {
	display: inline-block;
	width: 48%;
	position: relative;
}
.image {
	display: block;
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
	overflow: visible;
	z-index: 3;
}
.imageRight {
	display: block;
	height: auto;
	width: auto;
	padding-bottom: 10px;
	float: right;
	padding-left: 10px;
}
.textblock {
	display: block;
	position: relative;
	margin-left:auto;
	display:block;
	clear: right;
}
.roombox {
	background-color: #FFFBE7;
	background-image: url(/images/spacer-packages.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	width: 555px;
	position: relative;
	padding: 20px;
	height: auto;
	line-height: normal;
	margin-top: 20px;
	vertical-align: top;
}
.topleft {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(/images/topleft-yellow.gif);
	height: 8px;
	width: 8px;
	line-height: 1px;
	background-color: #FFFFFF;
}
.topright {
	position: absolute;
	top: 0px;
	display: block;
	background-image: url(/images/topright-yellow.gif);
	height: 8px;
	width: 8px;
	line-height: 1px;
	right: 0px;
	background-color: #FFFFFF;
}
.topleft {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(/images/topleft-yellow.gif);
	height: 8px;
	width: 8px;
	line-height: 1px;
	background-color: #FFFFFF;
}
.bottomright {
	position: absolute;
	bottom: 0px;
	display: block;
	background-image: url(/images/bottomright-yellow.gif);
	height: 8px;
	width: 8px;
	line-height: 1px;
	right: 0px;
	background-color: #FFFFFF;
}
#leftcontentarea p, #centercontentarea p {
	margin-bottom: 30px;
}

.bottomleft {
	position: absolute;
	bottom: 0px;
	display: block;
	background-image: url(/images/bottomleft-yellow.gif);
	height: 8px;
	width: 8px;
	line-height: 1px;
	left: 0px;
	background-color: #FFFFFF;
}
.roombox p {
	margin-bottom: 10px;
}
.roombox .imagesidetext {
	width: 32%;
}
.roombox h3 {
	color: #F15F22;
}
.groupheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
}
.terms {
	font-size: 90%;
}
#bigbookingengine {
	width:280px;
	height:220px;
	background-image: url(../images/background-bookingengine.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: normal;
	background-color: #FFF5C2;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 20;
}
#reservationsimage {
	z-index: 2;
	text-align: left;
	height: 220px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

/*	width: 300px;
	position: relative;
	height: 220px;
	display: block;
	float: left; */
}
.menu .highlight, .highlight,.menu a.highlight, .menu td a.highlight{
	font-weight: bold;
	color: #ff3600;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a:hover.highlight {
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#belowsuperheader .menu a.current {
	color: #FFFFFF;
	background-image: url(../images/spacer-menu-hover.jpg);


}
.adjustlineheight {
	line-height: 150%;
}#superheader2 .righttop {
	font-weight: normal;
	color: #CCCCCC;
	font-size: 12px;

	
}
.highlighthtag {
	color: #F15F22;
}
#terms, terms a {
	text-decoration: none;
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	clear: left;
	padding: 10px;
	text-align: center;
	color: #393939;
	font-size: 11px;

}
#departureDateCalendarContainer{
	position: absolute;
	z-index:1000000;
	top: 73px;
	margin-right: -40px;
	right: -40px;
}
#arrivalDateCalendarContainer{
	position: absolute;
	z-index:1000000;
	margin-right: auto;
	margin-left: 0;
	left:0px;
	top:73px;
}
#begindate, #enddate {
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 70px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D6185;
}
#promocode {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tagline {
	color: #002C76;
	font-size: 14px;
}

#creditcards {
	padding-top: 7px;
}
#followus img {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	top: 0px;
	position: relative;
}
#followus {
	vertical-align: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 11px;
	font-size: 11px;
	height: 31px;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.menu {z-index:50;}
#header {z-index:49;}
