@charset "utf-8";
html {
	background-color: #a7bde2;
}
body {
	background-color: #a7bde2;
}
p {
	padding-bottom: 6px;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
}

#container {
	width: 980px;
	top: 10px;
	position: relative;
	left: 50%;
	margin-left: -490px;
	border: 1px solid #000;
}
#menuRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #214273;
	width: 978px;
	border: 2px solid #214273;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	float: none;
	height: 26px;
}
#menuRow a {
	color: #FFF;
	text-decoration: none;
}
#menuRow li:hover {
	color: #214273;
	background-color: #000;
}
.menu {
	line-height: 25px;
}

li.sub {
	position:relative;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 8px;
}
li.sub ul {
	display: none;
	font-size: .8em;
	font-weight: normal;
}
li.sub:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	background-color: #214273;
}
ul.menu > li {
	z-index: 100;
	display: inline;
	poistion: relative;
}
ul.menu ul {
	display: none;
}
ul.menu li.sub:hover > ul {
	display: block; 
	position: absolute;
	white-space: nowrap;
}
ul.menu > li.sub:hover > ul {
	top: 100%; 
	left: 0;
}
ul.menu ul li.sub:hover > ul {
	top: 0;
	left: 100%;
}


.error_form_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #FF6;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-bottom: 10px;
	border: medium solid #F60;
	padding-top: 10px;
}
.error_form_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #6F6;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
	border: medium solid #060;
	padding-top: 10px;
	width: 98%;
}
.error_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #FFB0B0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-bottom: 10px;
	border: medium solid #FF0000;
	padding-top: 10px;
}
#greyOut {
	background-image: url(../images/greyout.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
	margin-left: -20px;
	padding-right: 40px;
	display: none;
}
.red {
	color: #F00;
}
#headerBox {
	position: relative;
	height: 143px;
	width: 980px;
	left: 0px;
	top: 0px;
	background-image: url(../images/header_onad2.jpg);
	background-repeat: no-repeat;
	vertical-align: sub;
}
#headerLink {
	position: absolute;
	height: 143px;
	width: 740px;
	left: 0px;
	top: 0px;
}

#showReview {
	background-image: url(../images/tripAdvisorReview.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 45px;
	width: 145px;
	right: 0px;
	top: 0px;
}

#headerEmail {
	left: 760px;
	position: relative;
	top: 55px;
	height: 30px;
	width: 220px;
}
#headerMenu a {
	color: #FFF;
	text-decoration: none;
}
#headerMenu a:hover {
	color: #FF0;
}
#main {
	position: relative;
	height: auto;
	width: 980;
	left: 0px;
	top: 5px;
}
#footerMenu {
	font-size: 14px;
	color: #FFF;
	background-color: #214273;
	position: relative;
	width: 100%;
	left: 0px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 24px;
	float: left;
}
#footerMenu a {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footerMenu a:hover {
	color: #FF0;
}




#headerMenu {
	position: relative;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 40px;
	z-index: 100;
	line-height: 40px;
	background-color: #214273;
}
#headerContact {
	float: left;
	height: 40px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
}
#headerSocial {
	float: right;
	position: relative;
	right: 50px;
	top: 0px;
	text-align: right;
	width: 550px;
	overflow: hidden;
	height: 40px;
}

#headerSignup {
	position: relative;
	height: 50px;
	width: 600px;
	top: -10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	left: 380px;
}

.specialOffer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #F00;
	text-align: center;
}
.specialOffer_title{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
}
.specialOffer_title a {
	color: #FFF;
	text-decoration: none;
}
.headerItem {
	margin-left: 68px;
}
.box {
	background-color: #e9eef8;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 5px;
}
.frameTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #214273;
	line-height: 24px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.box .tabs {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/onad_boxTabsRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.box .tabs:hover {
	background-position: top right;
}
.box .tabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	background: url(images/onad_boxTabsLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.box .tabs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	text-decoration:none;
	background-position: top left;
}
.box .tabsActive {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/onad_boxTabsRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.box .tabsActive a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	background: url(images/onad_boxTabsLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#content_tabs {
	position: relative;
	height: 24px;
	width: 957px;
	left: 7px;
	top: 11px;
}
#reserveNow {
	background-color: #e9eef8;
	position: absolute;
	width: 346px;
	top: 426px;
	height: 55px;
	float: right;
	right: 0px;
}
.reserveTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background-color: #214273;
	line-height: 17px;
	padding-left: 10px;
	padding-top: 2px;
}
#reserveNow p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
}


#content_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	margin-right: 10px;
	margin-top: 6px;
	line-height: 16px;
}
#content_pictureCaption {
	background-image: url(../images/content_pictureCaption.png);
	height: 45px;
	width: 603px;
	left: 5px;
	position: relative;
	top: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
}



#content_tabs .tabs {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/onad_boxTabsRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content_tabs .tabs:hover {
	background-position: top right;
}
#content_tabs .tabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	background: url(../images/onad_boxTabsLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#content_tabs .tabs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	text-decoration:none;
	background-position: top left;
}
#content_tabs .tabsActive {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/onad_boxTabsRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#content_tabs .tabsActive a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	background: url(../images/onad_boxTabsLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#content_text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #214273;
}
.boxContents  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: justify;
	vertical-align: text-top;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 18px;
}
.boxContents_title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #214273;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 6px;
	margin-top: 5px;
	font-weight: bold;
	z-index: 98;
}

.boxContents img {
	z-index: 99;
}
.boxContents_titleFootnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin-top: -4px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 6px;
}
.boxContents strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: justify;
	vertical-align: text-top;
	line-height: 18px;
	font-weight: bold;
}
.boxContents a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	vertical-align: text-top;
	line-height: 18px;
}
.boxContents_subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 6px;
	text-align: center;
}
.frameSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #a7bde2;
	line-height: 16px;
	padding-top: 4px;
	text-align: center;
}
.frameSubTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #a7bde2;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#content_text .finePrint {
	font-size: 0.75em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.attractionBox img {
	padding-right: 10px;
}
#mobileMenu {
	display:none;
}
#normalMenu {
	display:block;
}
