@charset "UTF-8";
/* CSS Document */

/* Browser Resets */

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* Main HTML Element Styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #614E4E;
	font-size: 1em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	background-image: url(../images/main_middle_bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

h1 {
}

h2 {
}

h3 {
}

p {
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin: auto;
	width: 799px;
	background-image: url(../images/main_top_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Header */

#header {
	height: 255px;
	width: 780px;
	margin: auto;
	padding: 0px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -900em;
}
#header h1 {
}
#header h2 {
}

/* Breadcrumbs */

#breadcrumb_box {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#breadcrumb_box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #c2b185;
	font-weight: lighter;
}
#breadcrumb_box a {
	color: #c2b185;
}
#breadcrumb_box .breadcrumb_select {
	color: #fdf0cf;
	text-decoration: none;
}

/* Main Navigation */

#left_column {
	float: left;
	height: auto;
	width: 144px;
	margin-left: 14px;
	display: inline;
	overflow: visible;
}
#main_nav {
	list-style-type: none;
	line-height: 140%;
	position: absolute;
	z-index: 1;
}
#main_nav li {
	display: block;
	height: auto;
	width: auto;
}
#main_nav li a {
	color: #e2cfa3;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	width: 144px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#main_nav li a:hover {
	color: #FFFFFF;
}
#main_nav li #main_nav_select {
	color: #373847;
}
#main_nav li #main_nav_select:hover {
	color: #373847;
}
#main_nav .subitem {
	font-size: 0.9em;
	background-image: url(../images/menu_select_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #373847;
}
#main_nav .subitem:hover {
	color: #62637E;
}
#main_nav .subitem_bottom {
	font-size: 0.9em;
	background-image: url(../images/menu_select_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #373847;
	padding-bottom: 10px;
}
#main_nav .subitem_bottom:hover {
	color: #62637E;
}
.top_button {
	background-image: url(../images/menu_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_button:hover {
	background-image: url(../images/menu_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top_button_select {
	background-image: url(../images/menu_top_select_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.dark_button {
	background-image: url(../images/menu_dark_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.dark_button:hover {
	background-image: url(../images/menu_dark_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.light_button {
	background-image: url(../images/menu_light_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.light_button:hover {
	background-image: url(../images/menu_light_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.button_select {
	background-image: url(../images/menu_select_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_button_light {
	background-image: url(../images/menu_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bottom_button_light:hover {
	background-image: url(../images/menu_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom_button_dark {
	background-image: url(../images/menu_bottom_dark_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bottom_button_dark:hover {
	background-image: url(../images/menu_bottom_dark_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom_button_select {
	background-image: url(../images/menu_bottom_select_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main_nav .main_nav_select {
}

/* Main Content Area */

#right_column {
	float: right;
	height: auto;
	width: 610px;
	margin-right: 14px;
	background-color: #FDF0CF;
	display: inline;
}
#content_top {
	background-image: url(../images/content_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 610px;
	font-size: 0;
	line-height: 0;
}
#content_middle {
	background-image: url(../images/content_middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 550px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
}
#content_middle h3 {
	font-size: 2em;
	margin-bottom: 1em;
	color: #373847;
}
#content_middle h4 {
	font-size: 1.5em;
	margin-bottom: 1em;
	color: #373847;
}
#content_middle p {
	margin-bottom: 1em;
	line-height: 140%;
	color: #373847;
}
#content_middle a {
	color: #373847;
	font-weight: bold;
}
#content_middle ul {
	margin-left: 15px;
}
#content_middle ul li   {
	list-style-type: disc;
	color: #373847;
	line-height:140%;
	margin-bottom:1em;
}
#content_middle #partner_text ul li   {
	margin-bottom:0.4em;
}
#content_middle ul#sitemap {
	margin-left: 15px;
}
#content_middle ul#sitemap li   {
	line-height: 180%;
	list-style-type: disc;
	color: #373847;
	margin-bottom:0;
}
#content_middle ul#sitemap li li {
	font-size: .9em;
	margin-bottom:0;
}
#content_middle iframe {
	border: solid 2px #999999;
	margin-bottom:5px;
}
#content_bottom {
	background-image: url(../images/content_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	width: 785px;
	clear: both;
	margin-right: 15px;
}
.imagebox {
	height: auto;
	width: 250px;
	float: left;
	margin-right: 25px;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-top: 5px;
	display: inline;
}
.imagebox .imagebox_top {
	background-image: url(../images/imagebox_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 250px;
	font-size: 0px;
	line-height: 0%;
}

/* Image Boxes */

.imagebox .imagebox_bottom {
	background-image: url(../images/imagebox_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position:relative;
	height: auto;
	width: 228px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-align: center;
}
.imagebox .imagebox_bottom a .imagethumb {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border: 2px solid #999999;
}
.imagebox .imagebox_bottom p {
	font-size: 0.95em;
	font-style: italic;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #373847;
	font-weight: bold;
	text-align: center;
	height:2.5em;
}

#content_middle .home_imagebox {
	background-image:url(../images/imagebox_bg_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:250px;
	height:auto;
	margin:0 0 20px 20px;
	padding-bottom:20px;
	position:relative;
	text-align:center;
}

#content_middle .home_imagebox_top {
	background-image: url(../images/imagebox_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 250px;
}

#content_middle .room_imagebox {
	background-image:url(../images/imagebox_bg_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:250px;
	height:auto;
	padding-bottom:20px;
	position:relative;
	text-align:center;
	margin-bottom:20px;	
}

#content_middle .room_imagebox_top {
	background-image: url(../images/imagebox_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 250px;
	margin-bottom:2px;
}

/* Form Styles */

#content_middle form {
	margin-left: 0px;
	width: 550px;
}
#content_middle select {
}
#content_middle input {
}
#content_middle textarea {
}
#content_middle label {
	color: #666666;
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: right;
	clear: left;
}
#content_middle .radio_buttons {
	margin-left: 60px;
}
#content_middle .form_message {
	font-size: 0.8em;
	padding-left: 90px;
}
#content_middle .required {
	color: #A71B1F;
}
#content_middle #submit {
	font-size: 120%;
	float: right;
	margin-right: 35px;
}

/* Events Page Styles */

#content_middle .event_name {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
#content_middle .event_date {
	margin-bottom: .8em;
}
#content_middle .event_date p{
	font-size: 1em;
	margin-bottom: 0px;
	font-weight: bold;
}
#content_middle .event_description {
	margin-bottom: 2em;
}

/* Table Styling */

#content_middle table {
	display:table;
	border: 3px solid #999999;
	border-collapse:collapse;
	margin-bottom:10px;
}
#content_middle .room_charges_table tbody, #content_middle .room_charges_table tr, #content_middle .room_charges_table td {
	color:#333333;
	border: 2px solid #999999;
	border-collapse:inherit;
	padding: 2px;
}
caption {
	color:#333333;
	font-size:.9em;
	padding:2px;
}

/* Footer */

#footer_box {
	clear: both;
	width: 768px;
	height: auto;
	padding-top: 30px;
	padding-right: 22px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: right;
}
#footer_nav {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 0px;
}
#footer_nav li {
	display: inline;
	padding-left: 5px;
}
#footer_nav li a {
	color: #c2b185;
}
#footer_nav li a:hover {
}
#footer_nav .footer_nav_select {
}

#wrapper_bottom {
	background-image: url(../images/main_bottom_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: auto;
}
#accessibility_links {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 0px;
}
#accessibility_links li {
	display: inline;
	padding-left: 5px;
}
#accessibility_links li a {
	color: #fdf0cf;
}
#accessibility_links li a:hover {
}
#copyright {
	text-align: center;
	margin: auto;
	height: auto;
	width: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	background-color: #614E4E;
}
#copyright p {
	color: #fdf0cf;
	font-size: .9em;
}
#copyright p a {
	color: #fdf0cf;
}

/* Generic Styles */

.floatleft {
	display:inline;
	float:left;
	margin-right:20px;
}

.floatright {
	display:inline;
	float:right;
	margin-left:20px;
}

#clearfloat {
	clear: both;
	height: 1px;
	width: auto;
}

/* WebYep Element Styles */

#content_middle a.WebYepRichTextEditButton {
	
}

#content_middle .imagebox_bottom a.WebYepImageEditButton {
	position:absolute;
	top: 10px;
	left: 85px;
}

#content_middle .home_imagebox a.WebYepImageEditButton {
	position:absolute;
	top: 15px;
	left: 25px;
}

#content_middle .room_imagebox a.WebYepImageEditButton {
	position:absolute;
	top: 15px;
	left: 25px;
}

#content_middle .webyep_image {
	border: 2px solid #999999;
	
}