/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset.css */

body {
	background-image: url(../images/backgrounds/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #301C0B;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: #150F09;
}

/* Main Divs */

#main_column {
	margin: 0 auto;
	width: 1000px;
	vertical-align: top;
	background-color: #150F09;
}

#main_header {
	background-image: url(../images/backgrounds/header_bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 94px;
}

#main_content {
	position: relative;
	width: 1000px;
	vertical-align: top;
}

#clear_div {
	clear: both;
}

/* End Main Divs */

/* Page Divs */

#page_navigation {
	float: left;
	width: 200px;
	vertical-align: top;
}

#page_content {
	float: left;
	width: 800px;
	vertical-align: top;
	position: relative;
}

/* End Page Divs */

/* Main Navigation Styles */

#navigation_glyph {
	background-image: url(../images/navigation_glyph.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 61px;
	width: 200px;
}

#navigation_footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	width: 200px;
}

.main_navigation_links ul {
	width: 200px;
	padding: 0px 0px;
	margin: 0;
	list-style: none;
}

.main_navigation_links ul li {
	background-color: #150F09;
	display: block;
}

.main_navigation_links ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-weight: bold;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.main_navigation_links ul li a:hover, .main_navigation_links ul li a.selected {
	background-color: #D2B48C; /* Tan */
	color: #301C0B;
}

.main_navigation_links_active ul {
	width: 200px;
	padding: 0px 0px;
	margin: 0;
	list-style: none;
}

.main_navigation_links_active ul li {
	background-color: #4b5763;
	display: block;
}

.main_navigation_links_active ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-weight: bold;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.main_navigation_links_active ul li a:hover, .main_navigation_links_active ul li a.selected {
	background-color: #4b5763;
	color: #FFFFFF;
}

.main_navigation_sub_links ul {
	width: 200px;
	padding: 0px 0px;
	margin: 0;
	list-style: none;
}

.main_navigation_sub_links ul li {
	background-color: #D2B48C;
	display: block;
}

.main_navigation_sub_links ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-weight: bold;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #301C0B;
	text-align: center;
}

.main_navigation_sub_links ul li a:hover, .main_navigation_sub_links ul li a.selected {
	color: #4b5763;
}

/* End Main Navigation Styles */

#flash_slider {
	width: 800px;
	height: 450px;
	position: relative;
}

#welcome_title {
	background-image: url(../images/titles/welcome_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#heaven_title {
	background-image: url(../images/titles/heaven_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#accommodations_title {
	background-image: url(../images/titles/accommodations_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#attractions_title {
	background-image: url(../images/titles/attractions_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#features_title {
	background-image: url(../images/titles/features_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#information_title {
	background-image: url(../images/titles/information_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#current_weather_title {
	background-image: url(../images/titles/current_weather_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#policies_title {
	background-image: url(../images/titles/policies_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#area_restaurants_title {
	background-image: url(../images/titles/area_restaurants_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#contact_us_title {
	background-image: url(../images/titles/contact_us_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#links_title {
	background-image: url(../images/titles/links_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#gallery_title {
	background-image: url(../images/titles/gallery_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#reservations_title {
	background-image: url(../images/titles/reservations_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#room_rates_title {
	background-image: url(../images/titles/room_rates_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
}

#results_container {
	background-color: #150F09;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
}

#result_div {
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
}

#calendar_month {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
}

#calendar_odd {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #301C0B;
}

#calendar_even {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.result_td {
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
}

.description_title {
	font-size: 11pt;
	font-weight: bold;
}

.description_title a:link { text-decoration: none; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}
.description_title a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}
.description_title a:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}
.description_title a:active { text-decoration: none; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}

#description_text {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#description_text a:link { text-decoration: none; color: #FFFFFF; font-weight: bold;}
#description_text a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold;}
#description_text a:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold;}
#description_text a:active { text-decoration: none; color: #FFFFFF; font-weight: bold;}

.table_title {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
	text-align: center;
}

.table_text {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
}

.table_text a:link { text-decoration: none; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}
.table_text a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}
.table_text a:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}
.table_text a:active { text-decoration: none; color: #FFFFFF; font-weight: bold; padding-bottom: 10px;}

.table_text_odd {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
}

.table_text_odd a:link { text-decoration: none; color: #FFFFFF; font-weight: bold;}
.table_text_odd a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold;}
.table_text_odd a:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold;}
.table_text_odd a:active { text-decoration: none; color: #FFFFFF; font-weight: bold;}

.table_text_even {
	background-color: #301C0B;	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
}

.table_text_even a:link { text-decoration: none; color: #FFFFFF; font-weight: bold;}
.table_text_even a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold;}
.table_text_even a:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold;}
.table_text_even a:active { text-decoration: none; color: #FFFFFF; font-weight: bold;}

.table_text_rates {	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
}

.table_text_rates_price {
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.table_text_rates ul {
	font-size: 9pt;
	padding-left: 10px;
	margin: 0;
	list-style: none;
}

.image_thumbnail {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	/*border: 1px solid #301C0B;*/
	
	margin-right: 8px;
	
	background-color: #FFFFFF;
}

#google_map {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
}

#contact_us_details {
	padding-left: 10px;
	float: left;
}

#contact_us_details_block {
	margin-bottom: 20px;
	color: #FFFFFF;
}

#contact_us_details_block a:link { text-decoration: none; color: #FFFFFF; font-weight: bold;}
#contact_us_details_block a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold;}
#contact_us_details_block a:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold;}
#contact_us_details_block a:active { text-decoration: none; color: #FFFFFF; font-weight: bold;}

#back_to_main {
	padding-top: 10px;
}

.gallery_td {
	padding-bottom: 20px;
}

/* External Link Styles */

.todo_links {
	font-size: 10pt;
	color: #FFFFFF;
}

.todo_links a:link { text-decoration: underline; color: #FFFFFF;}
.todo_links a:visited { text-decoration: underline; color: #FFFFFF;}
.todo_links a:hover { text-decoration: underline; color: #FFFFFF;}
.todo_links a:active { text-decoration: underline; color: #FFFFFF;}

/* End External Link Styles */

/* Footer Styles */

#main_footer {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

	text-align: center;
	line-height: 1.7em;
}

.footer_text {
	font-size: 10pt;
	color: #FFFFFF;
}

.footer_links {
	font-size: 10pt;
	color: #FFFFFF;
}

.footer_links a:link { text-decoration: none; color: #FFFFFF;}
.footer_links a:visited { text-decoration: none; color: #FFFFFF;}
.footer_links a:hover { text-decoration: underline; color: #FFFFFF;}
.footer_links a:active { text-decoration: none; color: #FFFFFF;}

.footer_divider {
	padding-left: 10px;
	padding-right: 10px;
}

/* End Footer Styles */

