/***** Shared Styles for what ever page *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */


body {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
	
}
#wrapper {
	margin: 0
	width: 844px;
	
}
#main_nav, #reservation_form, #main_image_area, #top_nav, #conetent_area_1, #crumb_trail, #bottom_image, #first_column_bottom, #footer, #footer_nav {
	display: none;
}
#top_wrapper {
	margin: 0;
	padding: 0;
	width: 844px;
	height: 400px;
}
/* Start First Column Styles */
.first_column {
	margin: 0;
	padding: 0;
	width: 257px;
	float: left;	
	
}
#logo {
	margin: 0;
	padding: 0;
	width: 257px;
	height: 137px;
	
}
.second_column {
	margin: 0;
	padding: 0;
	width: 844px;
	text-align: left;

}	
#bottom_wrapper {
	margin: 0;
	padding: 0;
	width: 844px;
	float: left;
}

#second_column_bottom {
	margin: 0;
	width: 844px;
	text-align: left;
}

#footer_wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 783px;
	line-height: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #666666;
}
#footer a:after {
	content: " <" attr(href) "> ";	
}
#footer_wrapper a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
#footer_wrapper a:visited {
	color: #666666;
	font-size: 9pt;
	text-decoration: underline;
}
#footer_wrapper a:hover {
	color: #333;
	font-size: 9pt;
	text-decoration: underline;
}

#footer_wrapper a:active {
	color: #333;
	font-size: 9pt;
	text-decoration: underline;

}

h1, .hd1 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 13pt;
        color: #AC7C48;
}
h2, .hd2 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 13pt;
        color: #C59D46;
}
h3, .hd3 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 12pt;
        font-weight: bold;
        color: #333333;
}
a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-decoration: underline;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-decoration: underline;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #C59D46;
        text-decoration: underline;
}
a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #5C5C5C;
        text-decoration: underline;
}