
/*****************************************************************************
Reset Styles
*****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}



/*****************************************************************************
Default HTML Tag Styles
*****************************************************************************/

body {
	color:#000;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background-color:#bbb;
}
a:link, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
* html a:link, * html a:visited {
	border-bottom:1px solid #CCC;
}
a:hover {
	border-bottom:1px solid #000;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

a:link.bluelink, a:visited.bluelink {
	color:#034473;
	border-bottom:1px dotted #034473;
}

a:hover.bluelink {
	border-bottom:1px solid #034473;
}



/*****************************************************************************
Wrapper & Master Div Styles: #wrapperDiv, #masterDiv
*****************************************************************************/

#wrapperDiv {
	width:932px;
	margin:auto;
	background-image:url(/images/shell/master_bg.gif); 
	background-repeat:repeat-y;
}
#wrapperDiv:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#masterDiv {
	margin:auto;
	width:900px;
}



/*****************************************************************************
Master Div Styles: #headerDiv, #mainDiv, #footerDiv
*****************************************************************************/

#headerDiv {
	width:100%;
	height:145px;
	background-image:url(/images/shell/header_bg.jpg);
	position:relative;
}
#mainDiv {
	width:100%;
	background-image:url(/images/shell/main_bg.jpg);
	background-repeat:repeat-y;
}
#mainDiv:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#footerDiv {
	width:100%;
	height:45px;
	background-image:url(/images/shell/footer_bg.jpg);
	clear:both;
}


/*****************************************************************************
Main Div Styles: #navDiv, #bodyDiv, #sidebarDiv
*****************************************************************************/

#navDiv {
	width:200px;
	height:530px;
	background-image:url(/images/shell/nav_bg.jpg);
	float:left;
}

#bodyDiv {
	width:455px;
	margin:20px 16px 20px 9px;
	_margin-right:14px;
	float:left;
}

#sidebarDiv {
	width:220px;
	float:left;
}



/*****************************************************************************
Header Div Styles: #topNavList
*****************************************************************************/

#topNavList {
	top:87px;
	right:20px;
	position:absolute;
	color: #034473;
}
#topNavList a:link, #topNavList a:visited {
	color: #034473;
	font-weight:bold;
	text-decoration:none;
	border-bottom:0px;
}
#topNavList a:hover {
	border-bottom:1px dotted #034473;
}
#topNavList li {
	display:inline;
	padding-left:20px;
}



/*****************************************************************************
Nav Div Styles: #leftNavList
*****************************************************************************/

#leftNavList {
	width:130px;
	padding:20px 20px 20px 30px;
	color:#fff;
	font-weight:normal;
	list-style-type:disc;
}
#leftNavList a:link, #leftNavList a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	border-bottom:0px;
}
#leftNavList a:hover {
	border-bottom:1px dotted #fff;
}
#leftNavList li {
	padding-bottom:6px;
}



/*****************************************************************************
Sidebar Div Styles: .module
*****************************************************************************/

.module.box {
	background-image:url(/images/shell/white_bottom_300.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	margin-bottom:15px;
}
.module .toolbar {
	font-size:10px;
	font-weight:bold;
	color:#034473;
	background-image:url(/images/shell/grey_top_300.gif);
	background-repeat:no-repeat;
	padding:6px;
}
.module.box.wide {
	margin-top:20px;
	width:455px;
	background-image:url(/images/shell/white_bottom_455.gif);
}
.module.wide .toolbar {
	background-image:url(/images/shell/grey_top_455.gif);
}	
.module .toolbar span.title {
	margin-left: 3px;
	text-transform:uppercase;
}
.module .content {
	margin: 9px; /* needs to be 9 to make room for a width=200 photo */
}

.module .content.reservations {
	padding-left:10px;
	margin-top:5px;
	font-size:.9em;
}

.module .content.reservations p {
	padding-bottom:15px;
	line-height:1.3em;
}

.module .content.reservations a:link, .module .content.reservations a:visited {
	color:#034774;
	border-bottom:1px dotted #034773;
}

.module .content.reservations h4 {
	font-size:1.1em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:4px;
	color:#034773;
}


/*****************************************************************************
Body Div Styles: #bodyDiv
*****************************************************************************/

#bodyDiv h1 {
	width:366px;
	height:17px;
	color: #034473;
	font-size:18px;
	font-weight:normal;
	padding:8px;
	margin-left:-1px;
	background-image:url(/images/shell/h1_bg.gif);
}

#bodyDiv p {
	padding:10px 10px 5px 3px;
	text-align:justify;
	line-height:1.5em;
	color:#000;
}



/*****************************************************************************
Footer Div Styles: #footerDiv
*****************************************************************************/

#footerDiv #sloganDiv {
	color: #034473;
	padding-top:12px;
	padding-left:185px;
	font-size:14px;
	font-style:italic;
	float:left;
}
#footerDiv #sloganDiv a:link, #footerDiv #sloganDiv a:visited {
	color: #034473;
	font-weight:normal;
	text-decoration:none;
	border-bottom:0px;
}
#footerDiv #sloganDiv a:hover {
	border-bottom:1px dotted #034473;
}
#footerDiv #contactDiv {
	color: #fff;
	margin-top:14px;
	margin-left:160px;
	width:300px;
	text-align:right;
	font-size:10px;
	font-style:italic;
	float:left;
}
#footerDiv #contactDiv a:link, #footerDiv #contactDiv a:visited {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
#footerDiv #contactDiv a:hover {
	border-bottom:1px solid #fff;
}



/*****************************************************************************
Photo Module Styles: .module.photos
*****************************************************************************/

.module.photos .prev {
	float:left; 
	width:17px; 
	padding-right:5px;
	cursor:pointer; cursor:hand;
}
	
.module.photos .next {
	float:left; 
	width:17px; 
	padding-left:5px;
	cursor:pointer; cursor:hand;
}

.module.photos .count {
	float:left; 
	width:60px; 
	text-align:center; 
	padding-top:2px; 
	font-weight:bold; 
	font-size:.9em; 
	color:#034473;
}
	
.module.photos .selector {
	float:right; 
	width:250px; 
	font-weight:bold; 
	font-size:.9em; 
	color:#034473;
	text-align:right;
}

.module.photos .onchangeEvent {
	display:none;
}

.module.photos select {
	font-size:.8em;
}

.module.photo {
	margin-top:-16px; 
	width:455px; 
	border:1px solid #ccc; 
	font-size:0px;
	cursor:pointer; cursor:hand;
}

.module.photo .data, .module.photo .counter, .module.photo .galleryId, .module.photo .label {
	display:none;
}

.photospinner {
	display:none;
	position:absolute;
	width:48px;
	height:48px;
	margin:100px 196px 100px 196px;
	background-image:url(/images/shell/spinner.gif);
}	

.nophoto {
	padding:20px;
	margin:20px;
	background-color:#ddd;
	border:1px dotted #660000;
	color:#660000;
	font-weight:bold;
	font-size:12px;
	width:360px;
}

.module .toolbar .linkToPhoto {
	float:right;
}

.module .toolbar .linkToPhoto a:link, .module .toolbar .linkToPhoto a:visited {
	color: #034473;
	border-bottom:1px dotted #034473;
}

.module .toolbar .linkToPhoto a:hover {
	color: #034473;
	border-bottom:1px solid #034473;
}



/*****************************************************************************
FAQ Styles: .faq
*****************************************************************************/

#bodyDiv .faq h3 {
	padding-top:20px;
	padding-left:3px;
	font-size:1.1em;
	font-weight:bold;
}

#bodyDiv .faq p {
	padding-top:4px;
}

#bodyDiv .faq ul.questions {
	list-style-type:disc;
	padding:20px;
	color:#034473;
	font-size:.95em;
}

#bodyDiv .faq .questions li {
	padding-bottom:6px;
}

#bodyDiv .faq .questions a:link, #bodyDiv .faq .questions a:visited {
	color:#034473;
	border-bottom:0px;
}

#bodyDiv .faq .questions a:hover {
	border-bottom:1px dotted #034473;
}


/*****************************************************************************
Contact Form Styles: #contactForm
*****************************************************************************/

table#contactForm {
	margin-top:20px;
	font-size:.95em;
}

#contactForm td {
	padding-bottom:10px;
}

#contactForm .label {
	font-weight:bold;
	color:#034473;
	padding-right:10px;
}

#contactForm input {
	font-size:.95em;
	width:200px;
}

#contactForm textarea{
	font-size:.95em;
	margin-top:10px;
	width:400px;
	height:200px;
}

#contactForm .submitButton {
	font-size:.95em;
	width:140px;
}


/*****************************************************************************
Rooms Styles: .rooms, .room_details
*****************************************************************************/

.rooms h2 {
	padding-left:3px;
	padding-top:20px;
	font-size:1.1em;
	font-weight:bold;
}

.rooms h2 a:link, .rooms h2 a:visited {
	border:0px;
	color:#034473;
}

.rooms h2 a:hover {
	border-bottom:1px dotted #034473;
	color:#034473;
}

.rooms h3 {
	padding-left:3px;
	font-size:.9em;
	font-weight:bold;
	color:#6c6c6c;
}

.rooms .photo {
	float:right; 
	margin-left:12px;
}

.rooms a:link.moreinfo, .rooms a:visited.moreinfo {
	font-size:.9em;
	color:#034473;
	border-bottom:1px dotted #034473;
}

.rooms a:hover.moreinfo {
	border-bottom:1px solid #034473;
}

.rooms .photo a {
	border:0px;
}

.room_details {
	text-align:center;
}

.room_details h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#034473;
	margin-top:20px;
}

.room_details img {
	margin-top:10px;
	margin-bottom:10px;
}

.room_details h3 {
	padding-left:3px;
	margin-top:20px;
	text-align:left;
	font-weight:bold;
	color:#6c6c6c;
}



/*****************************************************************************
Photo Gallery Index: .photo_index
*****************************************************************************/

.photo_index ul {
	padding-left:4px;
	padding-top:20px;
}

.photo_index li {
	padding-bottom:15px;
}

.photo_index a:link, .photo_index a:visited {
	color:#034473;
	border-bottom:0px;
}

.photo_index a:hover {
	border-bottom:1px dotted #034473;
}

.listingLink a:link, .listingLink a:visited {
	color:#034473;
	font-size:.85em;
	border-bottom:1px dotted #034473;
}

.listingLink a:hover {
	border-bottom:1px solid #034473;	
}


/*****************************************************************************
Video gallery: .video
*****************************************************************************/

.video p {
	width:400px;
}


/*****************************************************************************
Amenities: .amenities
*****************************************************************************/

.amenities ul {
	padding-left:4px;
	padding-top:20px;
}

.amenities li {
	padding-bottom:15px;
}

.amenities a:link, .amenities a:visited {
	color:#034473;
	border-bottom:0px;
}

.amenities a:hover {
	border-bottom:1px dotted #034473;
}

/*****************************************************************************
Amenities: .amenities
*****************************************************************************/

.content.unique_features .title {
	font-weight:bold; 
	padding-bottom:10px; 
	text-align:center;
	color:#034473;
}

.content.unique_features .title a:link, .content.unique_features .title a:visited {
	color:#034473;
	border-bottom:1px dotted #034473;
}

.content.unique_features .title a:hover {
	border-bottom:1px solid #034473;
}

.content.unique_features .info ul {
	font-size:.9em; 
	list-style-type:disc; 
	padding-left:30px;
}

.content.unique_features .info li {
	padding-bottom:6px;
}

.content.unique_features .moreinfo {
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
	font-size:.95em;
}

.content.unique_features .moreinfo a:link, .content .unique_features .moreinfo a:visited {
	color:#034473; 
	border-bottom:1px dotted #034473;
}

.content.unique_features .icon {
	margin:auto; 
	width:200px; 
	padding-bottom:10px;
}

.content.unique_features .icon a {
	border:0px;
}

.content.unique_features .toolbarDiv {
	position:relative;
}

.content.unique_features .prevDiv {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	left:0px;
	cursor:pointer; cursor:hand;
}

.content.unique_features .nextDiv {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	right:0px;
	cursor:pointer; cursor:hand;
}

.content.unique_features .counterDiv, .content.unique_features .maxNumDiv {
	display:none;
}

.featurespinner {
	display:none;
	position:absolute;
	clear:both;
	margin:30px 77px 20px 77px;
	width:48px;
	height:48px;
	background-image:url(/images/shell/spinner.gif);
}	



















