html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #d3d0ba;
	background-image: url(support/BG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 20px 20px 10px 20px;
	}

select.brown {
	background-color: #2D2C28;
	color: #C7C5B3;
	margin: 0px;
}
input.tan {
	color: #2D2C28;
	background-color: #C7C5B3;
}
input.submit {
	background-color: #C7C5B3;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2D2C28;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
}
li {
	font-size: 12px;
	color: #2D2C28;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 16px;
}
ol {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin: 0px;
}
ul {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin: 0px;
}
.BG_calloutsbox {
	background-image: url(support/BG_calloutsbox.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.BG_content {
}
.BG_fade_light {
	background-image: url(support/BG_fade_light.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E9E4CE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7C5B3;
}
.BG_fade_dark {
	background-image: url(support/BG_fade_dark.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2D2C28;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2D2C28;
}
.BG_solid_light {
	background-image: url(support/BG_solid_light.jpg);
	background-repeat: repeat;
}
.BG_solid_dark {
	background-image: url(support/BG_solid_dark.jpg);
	background-repeat: repeat;
}
.BG_home_feat_light {
	background-image: url(support/BG_home_feat_light.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C7C5B3;
}
.BG_home_feat_dark {
	background-image: url(support/BG_home_feat_dark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2D2C28;
}
.BG_sidebar_special {
	border: 2px solid #CC3300;
	background-image: url(support/BG_fade_dark.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2D2C28;
}
.BG_bottom {
	background-image: url(support/BG_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img_border {
	padding: 1px;
	border: 1px solid #2D2C28;
}
.imgpad_left {
	padding: 1px;
	border: 1px solid #2D2C28;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a.orange {
	color: #CC3300;
	text-decoration: none;
}
a.orange:hover {
	color: #CC3300;
	text-decoration: underline;
}
a.gold {
	color: #FFF;
	text-decoration: none;
}
a.gold:hover {
	color: #C7C5B3;
	text-decoration: none;
}
a.black {
	color: #2D2C28;
	text-decoration: underline;
}
a.black:hover {
	color: #666;
	text-decoration: underline;
}
a.tan {
	color: #C7C5B3;
	text-decoration: underline;
}
a.tan:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.subnav1 {
	color: #FFFFFF;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(support/BG_subnav1_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav1:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(support/BG_subnav1_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav1:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(support/BG_subnav1_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav1:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(support/BG_subnav1_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav2 {
	color: #C7C5B3;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(support/BG_subnav2_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav2:hover {
	color: #C7C5B3;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(support/BG_subnav2_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav2:visited {
	color: #C7C5B3;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(support/BG_subnav2_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.subnav2:visited:hover {
	color: #C7C5B3;
	text-decoration: none;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(support/BG_subnav2_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	padding: 0;
	margin: 0px;
}
#nav li {
	padding: 0px;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#nav li a.nav_nodrop {
	color: #2D2C28;
	text-decoration: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	text-align: left;
}
#nav li a.nav_nodrop:hover {
	color: #2D2C28;
	text-decoration: none;
	background-color: #C7C5B3;
}
#nav li a.nav_drop {
	color: #2D2C28;
	text-decoration: none;
	background-image: url(support/nav/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	text-align: left;
}
#nav li a.nav_drop:hover {
	color: #2D2C28;
	text-decoration: none;
	background-color: #C7C5B3;
}
#nav li a.nav_owner {
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	text-align: left;
	background-image: url(support/btn_owner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #C30;
}
#nav li a.nav_owner:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C30;
	background-image: url(support/btn_owner_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.dropdown {
	visibility: hidden;
	position: absolute;
	z-index: 9999;
	width: 180px;
}
.dropdown a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #C7C5B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 10px;
	background-color: #000000;
	background-image: url(support/nav/dropdown_arrow.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2D2C28;
}
.dropdown a:hover {
	color: #C7C5B3;
	text-decoration: none;
	background-color: #2D2C28;
}
.container_callouts {
	padding: 0px;
	float: left;
	clear: left;
	width: 900px;
	background-image: url(support/BG_callouts.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #d3d0ba;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container_900 {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
.container_header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	position: relative;
	clear: left;
}
.container_logo {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	width: 900px;
	background-image: url(support/BG_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.container_logo_left {
	float: left;
	width: 450px;
	padding: 0px;
	position: relative;
	margin: 0px;
}
.container_logo_right {
	float: left;
	width: 350px;
	margin: 0px;
	height: 90px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 90px;
}
.container_nav {
	padding: 0px;
	float: left;
	margin: 0px;
}
.container_floatbox {
	width: 200px;
	position: absolute;
	z-index: 999;
	left: 680px;
	top: 0px;
	height: 100px;
	background-color: #C00;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
}
.container_footer {
	padding: 0px;
	float: left;
	clear: left;
	width: 900px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.head_dark {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C7C5B3;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(support/head_dark_support.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.head_light {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2D2C28;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(support/head_light_support.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.subhead_dark {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.subhead_light {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.subhead_orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC3300;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.subhead_featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
	line-height: 28px;
}
.text_featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 16px;
}
.text_subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
	color: #FFFFFF;
}
.text_reservations {
	color: #666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	margin: 2px;
}
.text_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C7C5B3;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.text_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2D2C28;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.text_topicons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2C28;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.text_topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.text_form_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C7C5B3;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.text_form_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2C28;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.text_homespecials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CCC;
	margin: 10px;
	font-weight: bold;
}
.text_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 7px;
}
.text_footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	line-height: 18px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

