﻿body {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #152648;
}
a {
	color: #0066cb;
	text-decoration: underline;
}
a:hover {
	color: #002674;
}
a span {
	text-decoration: none;
}
a img {
	border: none;
}
/* SLIDER */

.slider {
    position:relative;
    height:300px; overflow:hidden;
}

#savePackages div {
	height:248px; width:250px;
}

.slider div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slider div.active {
    z-index:10;
}

.slider div.last-active {
    z-index:9;
}
/* FORM FIELDS */
form p { position:relative }
label  { position:absolute; top:0; left:0}
#newsSubscribe {
	background-color: #c0ebfc;
	height: 125px;
}
#emailSubscribe input.email {
	width: 200px;
	margin-left: 8px;
	height: 28px;
	font-size: 14pt;
	font-family: georgia, "times new roman", serif;
	border: 2px #90dafd solid;
}
#emailSubscribe input.submit {
	width: 57px;
	height: 18px;
	position: relative;
	top: 3px;
	left: 8px;
}

/* TAB SYSTEM */
#home span, #promotions span, #reservations span, #hotel span, #contact span, #virtual span {
	display:none;
}
li.homeLi {
	background-image : url('images/home-ovr.gif');
}
#home {
width:76px; height:25px;
display:block;
background-image : url('images/home-ovr.gif');
}

#home:hover {
background-image : url('images/home-off.gif');
}
li.promotionsLi {
	background-image : url('images/promotinons-tab-off.gif');
}
#promotions {
width : 91px;display:block;
height : 25px;

background-image : url('images/promotinons-tab-off.gif');
}

#promotions:hover {
background-image : url('images/promotions-tab-ovr.gif');
}

li.virtualLi {
	background-image : url('images/virtual-tour-off.gif'); 
background-repeat:no-repeat; 
	
}
#virtual {
width : 94px;display:block;
height : 25px;

background-image : url('images/virtual-tour-off.gif'); 
background-repeat:no-repeat;
}

#virtual:hover {
background-image : url('images/virtual-tour-over.gif'); 
background-repeat:no-repeat;
}


li.reservationsLi {
	background-image : url('images/reservations-off.gif');
}
#reservations {
width : 162px;display:block;
height : 25px;
background-image : url('images/reservations-off.gif');
}

#reservations:hover {
background-image : url('images/reservations-ovr.gif');
}
li.hotelLi {
	background-image : url('images/hotel-info-off.gif');
}
#hotel {
width : 131px;display:block;
height : 25px;
background-image : url('images/hotel-info-off.gif');
}

#hotel:hover {
background-image : url('images/hotel-info-ovr.gif');
}
li.contactLi {
	background-image : url('images/contact-off.gif');
}
#contact {
width : 89px;display:block;
height : 25px;
background-image : url('images/contact-off.gif');
}

#contact:hover {
background-image : url('images/contact-ovr.gif');
}

/* */
.underline {
	text-decoration: underline;
}
input {
	font-size: 12px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
h2 {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-family: georgia, "times new roman", serif;
}

.attractions h2 {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-family: "Bradley Hand ITC", georgia, "times new roman", serif;
	font-size:39px;
}

h3 {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-family: georgia, "times new roman", serif;
}
h4 {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-family: georgia, "times new roman", serif;
}
h5 {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-family: georgia, "times new roman", serif;
}
h5 a, h5 a:hover {
	color:white;
}
h5 a {
	text-decoration:none;
}
h5 a:hover {
	text-decoration:underline;
}
h6 {
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-family: georgia, "times new roman", serif;
}
h2 {
	font-size: 28px; color:#990000;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	color: white;
}
h5.red {
	background-color: #cc3300;
}

h5.Romancered {
	background-color: #990000;
}
h5.invertedRed {
	color: #cc3300;
}
h5.babyblue {
	background-color: #5F89C0 !important;
}
h5.invertedRed a, h5.invertedRed a:hover {
	color:#cc3300;
}
h5.skyblue {
	background-color: #0066cc;
}
h5.darkblue {
	background-color: #002674;
}
h5.mblue {
	background-color: #30759e;
}
h5.cblue {
	background-color: #365693;
}
h5.green {
	background-color: #78ad21;
}
h5.brown {
	background-color: #935600;
}
h5.orange {
	background-color: #fb7b00;
}
h6 {
	font-size: 12px;
}
form {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
input {
	font-size: 11px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
select {
	font-size: 11px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
/* STRUCTURE */
#container {
	background: white url('images/curved-header.png') no-repeat center top;
	margin: 15px auto 0 auto;
	width: 780px;
}
#header {
}
#header #bwLinks {
	list-style: none;
	float: right;
	clear: none;
	width: 300px;
	margin: 15px 15px 0 0;
	border-bottom: 1px #0099ff solid;
	padding: 0 0 4px 0;
}
#header #bwLinks li {
	float: left;
	clear: none;
	width: auto;
	margin: 0 15px 0 0;
	padding: 0 13px 0 0;
	background: url('images/ico-arrow-topnav.gif') no-repeat right top;
}
#header #logo {
	float: left;
	clear: none;
	margin: 15px 0 15px 15px;
}
#header #logoRewards {
	float: right;
	clear: right;
	margin:30px 15px 0 0;
}
#header #tabs {
	float: left;
	clear: both;
	list-style: none;
	width: 644px;
/*	width: 550px; */
	margin: 15px 10px 5px 10px;
	padding: 0px 0 0 116px; 
/*	padding: 0px 0 0 210px; */
	border-bottom: 5px #002674 solid;
}
#header #tabs li {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#header #secondaryTabs {
	float: left;
	clear: both;
	list-style: none;
	width: 760px;
	margin: 0px 10px 0px 10px;
	padding:0px 0 10px 0;
	position:relative; top:-5px;
	background-color:#002674;

}
#header #secondaryTabs li {
	float: left;
	clear: none;
	margin: 0px 5px 0 5px;
	padding: 5px;
	height: 25px;
	color:#71C8D3;
	width:75px;
	text-transform:uppercase; font-weight:bold; text-align:center;

}
#secondaryTabs a {
	color:#71C8D3 !important;
}
#body {
	
}
#FullLength {
	width: 760px; margin:0 10px; float:left; clear:none;
}
#LeftNarrow {
	margin-left: 10px;
	float: left;
	clear: none;
	width: 300px;
}
#LeftWide {
	margin-left: 10px;
	float: left;
	clear: none;
	width: 455px;
}
#RightNarrow {
	float: right;
	margin-right: 10px;
	clear: none;
	width: 300px;
}
#RightWide {
	float: right;
	margin-right: 10px;
	clear: none;
	width: 455px;
}
/* Home Page */
#findRoom {
	margin-bottom: 5px;
	background: url('images/find-room-block.png') repeat-x;
	height: 175px;
}
#findRoom h2 {
	color: #9d080d;
}
#findRoom p {
	padding: 0 8px;
	margin: 0px 0 4 0px;
}


#travellerSpecial {
	background-color: #c0ebfc;
	height: 120px;
}
#travellerSpecial h2 {
	color: black;
	font-size: 20px;
}
#travellerSpecial span {
	font-size: 16px;
}
#newYears {
	background-color: #ddf2f6;
}
.block {
	margin-bottom: 5px;
}
.block p {
	padding-left: 8px;
	padding-right: 8px;
}
.redblue {
	background-color:#c0ebfc;
}
.babypink {
	background-color:#EAE2E9 !important;
}
.greenYellow {
	background-color:#f4f9d9;
}
	#GreenKey {
		height:134px;
	}
	.litfred {
		background-color: #9f0d05;
	}

.brownbeige {
	background-color: #faefc4 !important;
}
#martiniLounge {
	width: 150px;
	height: 210px;
	float: left;
	background-color: #ddf2f6;
	text-align: center;
}
#forPleasure {
	width: 145px;
	height: 210px;
	float: right;
	margin-left: 5px;
	background-color: #d9f3fd;
	text-align: center;
}
#saveGroupRates {
	height: 125px;
	background-color: #c4ecfc;
}
#LuxuryComfort {
	background-color: #eaf8fa;
	height: 210px;
}
#LuxuryComfort p, #LuxuryComfort ul {
	margin-right: 8px;
}
#LuxuryComfort ul {
	float: left;
	clear: none;
	list-style: disc;
	width: 180px;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 0px;
}
.blueroom {
	background-color:#eaf8fa;
}
#homeThreeSplit {
	margin-left: 10px;
}
#hotelAmenities, #savePackages, #conferenceCenter {
	width: 250px;
	float: left;
	clear: none;
	margin-right: 5px;
	height: 245px;
}
.pointsRewards, .poolParties {
	width: 250px;
	float: left;
	clear: none;
	margin-right: 5px;
	height: 248px;

}

#hotelAmenities p, #savePackages p, #conferenceCenter p {
	margin:4px 0;
}
#hotelAmenities {
	background-color: #f4f9d9;
}
#conferenceCenter {
	background-color: #faefc4;
}
#morePackages {
	float:left; clear:left; width:455px;
	height:125px; background-image:url('images/more-packages.png'); 
background-repeat:repeat-x; background-color:#cc3300;
}
#morePackages p {
	font-family:Georgia, "Times New Roman", Times, serif; font-size:35px; margin-top:45px; text-align:center; color:white;
}
#morePackages a {
	color:white !important;
}
#footer {
	margin: 15px 10px;
	border-top: thin #0099ff solid;
}
#footnav {
	list-style: none;
	margin: 5px 0;
	width: 100%;
	height: 25px;
	padding: 0px;
}
#footnav li {
	float: left;
	clear: none;
	margin: 0px 10px 0 0;
}
#copyright {
	width: 764px;
	margin: 0px auto;

	clear: both;
	background-color: #152648;
	color: #B1DEE5;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0px 8px 15px 8px;
	
}

#ConferenceTable {
	width:760px; float:left;
}
tr.red {
	background-color: #cc3300;
}
tr.brown {
	background-color: #935600;
}
tr.blueTable {
	background-color:white; background-image:url('images/blue-gradie.png'); 
background-position:right top; background-repeat:repeat-y;
}
tr.yellowTable {
	background-color:white; background-image:url('images/yellow-gradie.png'); 
background-position:right top; background-repeat:repeat-y;
}
td.leftCol {
	width: 326px; text-align:right; padding-right:70px;
}
#ConferenceTable th {
	font-weight: normal;

	margin: 0px;

	font-size: 18px;
	color:white;
	text-align:left;
	font-family: georgia, "times new roman", serif;
}
.breakfast p {
	margin:3px 0 10px 0;
}
.package img {
	float:left; clear:left; margin:5px 5px 5px 5px;
}
.package h5 {
	float:left; clear:none; margin:2px; width:335px; padding:2px 0px;
}
.package h5.red {
	margin:0px; float:none; width:auto; padding:2px 8px;
}

.package h5.green {
	margin:0px; float:none; width:auto; padding:2px 8px;
}
.package p {
	margin:2px;
}
.packagePage img {
	float:left; clear:left; margin:5px 5px 5px 5px;
}
.packagePage h5 {
	float:left; clear:none; margin:2px; width:335px; padding:2px 0px;
}
.packagePage h5.green, .packagePage h5.red {
	margin:0px; float:none; width:auto; padding:2px 8px;
}

.packagePage h5.Romancered {
	margin:0px; float:none; width:auto; padding:2px 8px;
}

.packagePage p {
	margin:7px 2px 3px 2px;
}
ul.gallery {
	width:760px; margin:0px; padding:0px;list-style:none;
}
ul.gallery li {
	float:left; clear:none; width:182px; height:124px; margin:4px;
}

/* ATTRACTIONS PAGE */
.headingPhoto {
	position:absolute;
	height:176px;
	width:849px;
	top:-5px;
	left:-35px;
	background-image: url('images/drop-shadow.png');
	background-position:center top; background-repeat:no-repeat;
}
.headingPhoto img {
	position:relative;
	left:21px;
}
.attractions {
	padding-top:0px;
}
	
.attractions div.left {
	margin-left: 10px; width:300px; background-color:#ddf2f6; float:left; clear:none;
}
.attractions img.left {
	margin-left: 10px; width:300px; float:left; clear:none;
}
.attractions .right {
	margin-right: 10px; width:455px; background-color:#ddf2f6; float:right; clear:none;
}
.attractions p {
	margin:0px 10px 6px 10px; line-height:16px;
}
.attractions .left p {
	line-height:19px;
}
.clear {
	clear:both; height:5px; margin:0px; padding:0px;
}
.attractionsLink {
	margin-top:0px;
}