@charset "utf-8";
/* General */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #DEDACF;
	background-image: url(../images/bgs/mainpage.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
ul 
{
	list-style-image: url(../images/misc/bulletpoint_arrow.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
}
a, a:link, a:visited, a:active {
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 10px;
	color: #999999;
	padding: 2px;
	margin: 0; 
}
h2 {
	font-size: 14px;
	padding: 2px;
	margin: 0; 
}
h3 {
	font-size: 12px;
}

/* ******************************
	MAIN PAGE LAYOUT 
****************************** */
#headerH1 {
	width: 776px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	text-align: right;
	clear: both;
}
#mainOuterContainer {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DEDACF;
	background-color: #FFFFFF;
}
#mainInnerContainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#topPanel {
	width: 100%;
	height: 8px;
}
#bottomPanel {
	width: 100%;
	height: 8px;
}
/* Logo Area */
#topLogoSec {
	width: 100%;
	text-align: left;
}
#botLogoSec {
	width: 100%;
	height: 41px;
	background-color: #E1DED4;
	border-bottom: 1px solid #DEDACF;
}
#botLogoSec .logo {
	float: left;
	height: 41px;
	background-color: #EEECE7;
	text-align: left;
	vertical-align: top;
}
#botLogoSec .hotelDetails {
	float: right;
	width: 555px;
	background-color: #E1DED4;
	padding: 8px 10px 8px 15px;
	text-align: left;
	font-size: 10px;
	color: #860019;
}
/* Page Dividers */
#divBarTop {
	clear: both;
	width: 100%;
	height: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FCC237;
}
#divBarBottom {
	clear: both;
	width: 100%;
	height: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FCC237;
}
#mainContentContainer {
	width: 100%;
}
/* Left Column */
#leftPanel {
	float: left;
	width: 180px;
}
/* Right Column*/
#rightPanel {
	float: right;
	width: 575px;
}
#rightPanel .pageHeader {
	padding: 10px 10px 15px 15px;
	text-align: left;
	color: #666666;
}
#rightPanel .pageContent {
	width: 100%;
}
#mainNavPanel {
	width: 100%;
	background-color: #DEDACF;
}
/* Booking Banner */
#bookingBanner {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
/* Newsletter Panel */
#newsletterPanel {
	width: 178px;
	background-color: #EEECE7;
	border: 1px solid #DEDACF;
}
#newsletterPanel .signupHeader {
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsletterPanel .signupLabel {
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 10px;
	color: #CF99A3;
}
#newsletterPanel .signupField {
	text-align: left;
	padding-left: 15px;
}
#newsletterPanel .signupButton {
	padding: 10px 10px 10px 15px;
	text-align: left;
}
input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px solid #999999; 
	border-width: 1px; 
}

/* Bottom Left Col Spacer */
#leftPanelBotDiv {
	height: 10px;
}
#TripBadge {
	padding: 10px 0 10px 0;
	text-align: center;
}
/* Footer Section */
#footerSec {
	width: 758px;
	background-color: #EEECE7;
	border: 1px solid #DEDACF;
	clear: both;
}
#footerSec .footerNavSec {
	padding: 10px 5px 10px 5px;
	font-size: 10px;
	color: #860019;
	text-align: center;
}
/* Footer Nav */
a.footerNav:link, a.footerNav:visited, a.footerNav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #860019; 
	text-decoration: none; 
}
a.footerNav:hover { 
	text-decoration: underline; 
}
/* Copyright Section */
#footerCopyrightSec {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}
#footerCopyrightSec .copyright {
	width: 368px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	color: #999999;
}
#footerCopyrightSec .sitebyDiv {
	width: 368px;
	float: right;
	padding: 10px 10px 20px 0px;
	text-align: right;
}
.siteBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
A.siteBy:link, A.siteBy:visited, A.siteBy:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
A.siteBy:hover {
	text-decoration: underline;
}

/* Virtual Tour Page */
.vrDisplay {
	padding: 5px 5px 15px 5px;
	vertical-align: top;
	text-align: center;
}
/* Accommodation Page */
.accommPage {
	float: left;
	padding-top: 25px;
	padding-left: 20px;
}
.accommPageImage {
	float: right;
	padding-top: 25px;
}
a.accommPageNav:link, a.accommPageNav:visited, a.accommPageNav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #0000FF; 
	text-decoration: none; 
}
a.accommPageNav:hover { 
	text-decoration: underline; 
}

#fullWidthContent {
	width: 720px;
	padding: 20px 20px 40px 20px;
	text-align: left;
}


