/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #D1D5D9;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #253B4D;
}

body.editor {
	background-color: #FFFFFF;
	min-height: 400px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #43677D;
	text-transform: uppercase;
	margin: 0px -9px 10px 0px;
	background-image: url('../images/hr.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 557px;
}

.layout2 h1 {
	width: 361px;
	background-image: url('../images/hr2.gif');
	background-position: bottom right;
	margin-left: -9px;
	padding-left: 9px;
}

h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #C05642;
	margin: 15px 0px 5px 0px;
}

.left_title, #mailinglist label strong {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #43677D;
	text-transform: uppercase;
}

.layout2 .left_title {
	background-image: url('../images/hr.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 5px;
	margin-right: -9px;
	padding-bottom: 4px;
}

.left_subtitle {
	font-size: 11px;
	text-transform: uppercase;
}

.layout2 hr {
	height: 1px;
	margin: 20px 9px;
	color: #E8E8E8;
	background-color: #E8E8E8;
	border: 0px;
}

#left_content hr {
	height: 1px;
	margin: 20px 0px 20px -9px;
	border: 0px;
	background-image: url('../images/left_content_hr.gif');
	background-repeat: no-repeat;
}

.layout2 #left_content hr {
	background-image: url('../images/hr.gif');
	background-repeat: no-repeat;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #C05642;
}

a:hover {
	color: #73535D;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button, input[type="submit"], input[type="button"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 900px;
	margin: 0px auto;
	padding-top: 315px;
	position: relative;
}

.layout2 #container {
	padding-top: 435px;
}

#header {
	position: absolute;
	top: 21px;
	left: 0px;
	width: 900px;
}

#header_top {
	width: 868px;
	height: 65px;
	padding: 16px;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 17px;
}

#logo {
	float: left;
}

#social_icons {
	float: right;
	width: 400px;
	height: 30px;
}

#social_icons iframe {
	float: right;
}

#header_top ul {
	margin: 1px 0px 0px 0px;
	float: right;
	clear: right;
}

#header_top ul li {
	list-style: none;
	background-image: url('../images/header_link_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 6px;
	height: 17px;
	margin-bottom: 4px;
	margin-left: 10px;
	display: inline;
	float: left;
}

#header_top ul li a {
	background-image: url('../images/header_link_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	color: #1C2E3B;
	text-transform: uppercase;
	display: block;
	float: right;
}

#header_top ul li a span {
	background-color: #E8E8E8;
	height: 17px;
	line-height: 17px;
	float: right;
}

#header_top strong {
	font-size: 16px;
	color: #47545F;
	float: right;
	clear: right;
}

#content_box {
	width: 834px;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0px auto 16px auto;
	background-color: #FFFFFF;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-x;
	padding: 20px 0px;
}

.layout2 #content_box {
	clear: both;
}

#content {
	width: 548px;
	float: right;
	margin-right: 9px;
	display: inline;
}

.layout2 #content {
	float: left;
	width: 361px;
	margin: 0px 0px 0px 9px;
	display: inline;
}

.layout3 #content {
	float: none;
	width: 814px;
	margin: 0px 10px;
	display: block;
	min-height: 300px;
}

#specials_banner {
	float: right;
	margin: 0px 0px 10px 20px;
	display: inline;
}

#left_content {
	width: 243px;
	float: left;
	margin-left: 9px;
	display: inline;
}

.layout2 #left_content {
	width: 417px;
	float: right;
	margin: 0px 9px 0px 0px;
	display: inline;
}

#social_links {
	width: 223px;
	height: 73px;
	background-image: url('../images/social_links_inside_bg.gif');
	background-repeat: no-repeat;
	color: #253B4D;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.layout2 #social_links {
	background-image: url('../images/social_links_bg.gif');
	width: 395px;
	padding: 5px 0px 0px 20px;
	height: 50px;
	margin-bottom: 0px;
}

#social_links p {
	margin: 0px;
}

.layout2 #social_links p {
	width: 260px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

#social_links a {
	color: #253B4D;
	float: left;
	text-decoration: none;
	margin: 10px 10px 0px 0px;
	display: inline;
}

.layout2 #social_links a {
	float: right;
	clear: right;
	display: block;
	width: 100px;
	margin: 0px 0px 5px 0px;
}

#social_links a img {
	float: left;
	margin-right: 7px;
	display: inline;
}

#footer {
	width: 815px;
	height: 100px;
	margin: 0px auto;
	padding: 10px 0px;
	border-top: 1px solid #E8E8E8;
	color: #525F69;
	text-align: right;
}

#footer div {
	float: left;
	width: 570px;
	text-align: left;
}

#footer ul {
	width: 570px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 0px 0px 0px 6px;
	border-left: 1px solid #525F69;
}

#footer ul li:first-child {
	padding:0;
	border-left: 0px;
}

#footer a {
	color: #525F69;
}

#footer a:hover {
	color: #FFFFFF;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px 28px;
	margin: 0px auto;
	width: 804px;
	height: 27px;
	background-image: url('../images/nav_bg.png');
}

#nav li {
	list-style: none;
	float: left;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	padding: 6px 7px 0px 8px;
	height: 21px;
	font-size: 12px;
	line-height: 27px;
	text-transform: uppercase;
	position: relative;
}

#nav li.first {
	background-image: none;
}

#nav li a {
	color: #FEFEFE;
	height: 16px;
	line-height: 16px;
	display: block;
	padding: 0px 0px 0px 8px;
}

#nav li a span {
	padding: 0px 8px 0px 0px;
}

#nav li a:hover, #nav li.active a {
	background-image: url('../images/nav_bg_left.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#nav li a:hover span, #nav li.active a span {
	background-image: url('../images/nav_bg_right.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 27px;
	left: 0px;
	width: 170px;
	padding: 0px;
	background-image: none;
	background-color: #69454D;
	border-top: 1px solid #B5A0B0;
	border-left: 1px solid #B5A0B0;
	border-right: 1px solid #B5A0B0;
}

#nav li.hover ul, #nav li:hover ul {
	display: block;
	z-index: 100;
}

#nav li ul li, #nav li.active ul li {
	background-image: none;
	float: none;
	width: auto;
	white-space: nowrap;
	border-bottom: 1px solid #B5A0B0;
	text-transform: none;
	height: auto;
	padding: 0px;
}

#nav li ul li a, #nav li.active ul li a, #nav li ul li a:hover {
	background-image: none;
	padding: 3px 7px;
	display: block;
}

#nav li ul li a:hover {
	background-color: #F0D3CB;
	color: #C05642;
}

#subnav {
	padding: 0px;
	margin: 0px;
	width: 190px;
}

#subnav li {
	list-style: none;
	margin-bottom: 3px;
}

#subnav li a {
	color: #1D2F3C;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	height: 14px;
	padding-left: 10px;
}

#subnav li a:hover, #subnav li.active a {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 25px 25px 0px;
	width: 149px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #999999;
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #EEEEEE;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button, #admin input[type="button"], #admin input[type="submit"], #admin input[type="reset"] {
	margin: 0px 3px 6px 0px;
	line-height: 12px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button, #admin .admin-index-list input[type="button"] { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

#admin form ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin form ol li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
	min-height: 23px;
}

#admin form ol li label, #admin form ol li .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
	display: inline;
}

#admin form ol li div label {
	float: none;
	width: auto;
	margin: 0px;
}   

#admin form ol li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin form ol li div {
	margin: 0px 50px 0px 150px;
}

#admin form ol li.custom div {
	margin: 0px;
}

#admin form ol li.editor div {
	clear: left;
	width: 100%;
	margin: 0px;
}

#admin form ol li div div {
	margin: 0px;
}


#admin form ol li input[type="text"], #admin form ol li textarea {
	width: 350px;
}
#admin form ol li input[type="text"].datepicker {
	width: 75px;
}

#admin form ol li .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

/* Hotel Map CSS */

.room_detail {
	position: absolute;
	left: 20px;
	top: 173px;
	width:428px;
	height:523px;
	z-index:2;
	visibility: hidden;
	background-color: #FFFFFF;
}

.room_title {
	background-color: #304C62;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 2px solid #FFFFFF;
}

.room_title a {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

.room_content {
	margin: 0px;
	padding: 9px 0px 9px 0px;
	overflow: auto;
	height: 474px;
	color: #000000;
	width: 428px;
}

.room_content h1 {
	width: 408px;
}

.room_content p {
	color: #000000;
}

.room_content img {
	border: 1px solid #000000;
	margin: 0px;
}

#map_links {
	margin: 10px 0px 15px 0px;
}

#map_links h3 {
	line-height: 16px;
	margin-bottom: 2px;
}

#map_links img {
	margin-left: 10px;
}

#map_links a {
	text-decoration: none;
	color: #C05642;
}

/* Reservations CSS */

#reservations_subtitle {
	width: 150px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
}

#reservations {
	background-image: url('../images/reservations_bg.gif');
	background-repeat: no-repeat;
	width: 243px;
	height: 102px;
	padding-top: 4px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.layout2 #reservations {
	position: static;
	background-image: none;
	padding: 0px;
	margin: 0px auto;
}

#reservations label {
	font-size: 12px;
	line-height: 15px;
	color: #253B4D;
	text-align:center;
}

.date {
	clear: left;
	float: left;
	width: 105px;
	margin: 0px 23px 0px 23px;
	height: 39px;
	display: inline;
}

.layout2 .date {
	height: 37px;
}

.date input {
	color: #2F4B61;
	width: 95px;
	height: 15px;
	background-color: #C9CBD0;
	background-image: url('../images/icon_calendar.gif');
	background-repeat: no-repeat;
	background-position: 77px 2px;
	border: 0px;
	padding: 1px 0px 1px 10px;
	cursor: pointer;
}

.quantity {
	float:left;
	width: 65px;
	display: inline;
}

.quantity label {
	width:65px;
}

.quantity input {
	color: #2F4B61;
	width: 65px;
	padding: 1px 0px;
	height: 15px;
	text-align: center;
	background-color: #C9CBD0;
	border: 0px;
}

#reservations a {
	clear: left;
	font-size: 12px;
	line-height: 15px;
	color: #F5F5F5;
	display: block;
	background-image: url('../images/check.png');
	background-repeat: no-repeat;
	width: 171px;
	height: 15px;
	text-decoration: none;
	margin: 0px auto;
}

#reservations #best_rate {
	position: absolute;
	z-index: 1;
	top: -62px;
	right: 5px;
	clear: none;
	display: inline;
	background-image: none;
	width: 68px;
	height: 68px;
	margin: 0px;
}

.layout2 #reservations #best_rate {
	top: 370px;
	left: 20px;
}

/* Maps CSS */

.map {
	float: left;
	margin-left: 23px;
	display: inline;
}

.first_map {
	margin-left: 0px;
}

.map strong {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

.map a {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.map img {
	margin-top: 4px;
}

/* Featured Deal CSS */

#featured_deal {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	height: 80px;
}

#featured_deal img {
	background-image: url('../images/reservations_bg.gif');
	background-repeat: no-repeat;
	padding: 6px;
	margin-top: 5px;
}

.layout2 #featured_deal img {
	float: left;
	margin: 0px 5px 0px 0px;
	display: inline;
}

/* Mailing List CSS */

#mailinglist {
	height: 25px;
}

#mailinglist label {
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #809199;
	width: 220px;
	margin: -7px 0px 3px 0px;
}

#mailinglist input {
	float: left;
}

#mailinglist .text {
	float:left;
	font-size: 10px;
	line-height: 13px;
	color: #1F3240;
	width: 166px;
	height: 23px;
	padding: 1px 4px;
	background: #E7E7E7;
	background-image: url('../images/email_bg.gif');
	background-repeat: no-repeat;
	border: 0px;
}

/* Testimonial CSS */

#testimonial {
	line-height: 16px;
}

/* Home CSS */

.layout2 #header_photo {
	position: relative;
	background-color: #FFFFFF;
	width: 898px;
	height: 271px;
	padding: 1px;
	overflow: hidden;
}

#header_photo .slideshow {
	margin: 0px;
	padding: 0px;
	width: 900px;
	list-style: none;
	z-index:0;
}

#header_photo .slideshow li {
	margin: 0px;
	padding: 0px;
	display: none;
}

#header_photo .slideshow li.first {
	display: block;
}

#header_photo_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.home_box {
	float: left;
	margin: 0px 0px 10px 8px;
	display: inline;
	width: 289px;
	height: 121px;
	padding: 4px 0px 0px 0px;
	background-image: url('../images/home_box_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
}

.home_box strong, .home_box .left_subtitle {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

.home_box a img {
	margin-top: 4px;
}

#weather {
	background-image: url('../images/weather_bg.gif');
	background-repeat: no-repeat;
	float: left;
	display: inline;
	width: 173px;
	height: 161px;
	padding: 15px 0px;
}

#home_features {
	float: right;
	display: inline;
}

#home_specials {
	background-image: url('../images/home_specials_bg.gif');
	background-repeat: no-repeat;
	width: 417px;
	float: left;
	margin-bottom: 12px;
}

#home_specials div {
	background-image: url('../images/home_specials_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px 20px 5px 20px;
	line-height: 16px;
	height: 100px;
}

#home_specials img {
	float: right;
	margin-left: 25px;
	display: inline;
}

#home_specials ul {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	list-style: none;
}

#home_specials li a {
	font-size: 12px;
	line-height: 20px;
}

/* Package Builder CSS */

#step1, #step2, #step3 {
	width: 286px;
	height: 296px;
	background-color: #E7E7E7;
	background-image: url('../images/package_builder_step1_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	margin: 0px 10px 10px 0px;
	display: inline;
}

#step2 {
	width: 244px;
	background-image: url('../images/package_builder_step2_bottom.gif');
	background-position: bottom left;
	float: left;
	margin: 0px 0px 10px 0px;
}

#step3 {
	width: 540px;
	height: auto;
	background-image: url('../images/package_builder_step3_bottom.gif');
	float :none;
	display: block;
	padding-bottom: 5px;
}

.step {
	display: block;
	height: 23px;
	padding: 17px 20px;
	color: #744C55;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#step1 .step {
	background-image: url('../images/package_builder_step1_top.gif');
}

#step2 .step {
	background-image: url('../images/package_builder_step2_top.gif');
}

#step3 .step {
	background-image: url('../images/package_builder_step3_top.gif');
}

#package .step {
	background-image: url('../images/package_builder_package_top.gif');
	font-size: 17px;
	color: #FBFBFB;
}

.step_content {
	padding: 0px 20px;
}

.step_content strong {
	color: #253B4D;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

#package strong {
	display: inline;
}

.step_content label {
	color: #744C55;
}

.step_content input.date_box, .step_content input.qty_box {
	background-color: #C9CBD0;
	color: #2F4B61;
	border: 0px;
	padding: 5px 5px;
	height: 15px;

}

.step_content input.date_box {
	width: 80px;
	float: left;
}

#step1 label.qty {
	width: 216px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.step_content input.qty_box {
	width: 18px;
	text-align: center;
	float: right;
	margin-bottom: 5px;
}

.step_content input[type="submit"] {
	width: 85px;
	height: 18px;
	background-image: url('../images/package_builder_button.gif');
	background-repeat: no-repeat;
	background-color: #73535D;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 0px 4px 2px 4px;
	clear: both;
	margin-top: 8px;
}

#step1 input[type="submit"], #step2 input[type="submit"] {
	float: right;
}

#step2 {
	line-height: 20px;
}

#step2 label {
	margin-left: 5px;
}

#step3 .activity {
	margin-bottom: 20px;
}

#step3 .activity_left {
	width: 85px;
	float: left;
}

#step3 .activity_right {
	width: 395px;
	float: right;
	line-height: 20px;
}

#step3 label {
	color: #253B4D;
}

#step3 input[type="submit"] {
	margin-top: 0px;
}

#step3 .activity_right strong, #step3 .activity_right em {
	color: #744C55;
}

#step3 .activity_right strong {
	font-size: 14px;
	display: inline;
}

#package {
	float: right;
	width: 265px;
	background-color: #C9CBD0;
	background-image: url('../images/package_builder_package_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

#package span {
	color: #744C55;
}

#package #activities {
}

#package #activities a {
	float: left;
	background-color: #E7E7E7;
	color: #9A9A9A;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	padding: 2px;
	display: block;
	width: 10px;
	text-align: center;
}

#package #activities span {
	float: left;
	margin-left: 10px;
	width: 190px;
	display: inline;
	line-height: 17px;
}

#package #activities br {
	clear: left;
}

#package hr {
	clear: left;
	margin: 15px 0px;
	border: 0px;
	height: 1px;
	color: #E7E7E7;
	background-color: #E7E7E7;
}

#package .price {
	font-size: 17px;
	text-transform: uppercase;
}

#package .terms {
	font-size: 11px;
	line-height: 14px;
	color: #7D7F84;
}


