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

a:link {
	color: #CCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #d4d1e2;
	text-decoration: none;
}
a{position:relative;}

#main_container {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	width: 100%;
	height: 1000px;
	background-image: url(images/background_image.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#inner_container {
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	height: 600px;
	width: 790px;
	position: relative;
	top:30px;
}
#inner_inner_container {
	height: 545px;
	width: 790px;
	position: relative;
	top:5px;
	background-repeat: no-repeat;
	background-image: url(images/transparent.png);
	z-index: 1;
	clear:left;
}

#left_main {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: .9em;
	line-height: 130%;
	letter-spacing:0.7px;
	width: 330px;
	float: left;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 45px;
	background-color:#554c47;
	padding: 20px;
	text-align:justify;
	overflow: auto;
	max-height:450px;
	z-index: 50;
}

#right_main {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: .9em;
	line-height: 130%;
	letter-spacing:0.7px;
	width: 330px;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color:#554c47;
	padding: 20px;
	text-align:justify;
	overflow: auto;
	max-height:450px;
	z-index: 50;
	display: inline;
}
#left_sub {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: .9em;
	line-height: 130%;
	letter-spacing:0.7px;
	width: 330px;
	float: left;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	overflow: auto;
	z-index: 50;
}
#right_sub {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: .9em;
	line-height: 130%;
	letter-spacing:0.7px;
	width: 330px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
	overflow: auto;
	z-index: 50;
}
#photo_gallery{
font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: .9em;
	line-height: 130%;
	letter-spacing:0.7px;
	width:98%;
	height:90%;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	overflow: auto;
	z-index: 50;}
			 
#navigation, #navigation ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navigation a {
	display: block;
	width:auto;
	color: #CCC;
	text-decoration: none;
	border:none;
	letter-spacing:.07em;
}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	
}
#navigation li {
	float: left;
}

#navigation li ul{
	position: absolute;
	left: -999em;
	display: block;
	width: 180px;
	line-height: 2;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width:1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#navigation li:hover ul {
	left: auto;
	background-color:#3e352e;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
	background-color:#3e352e;
}
#inner_container #navigation {
	z-index: 1000;
	left: 185px;
	top: 33px;
	position: absolute;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCC;
}
#inner_container #sub_navigation {
	z-index: 1000;
	left: 185px;
	top: 33px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCC;
}
.small_caps{
	color:#d4d1e2;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-variant: small-caps;
	letter-spacing:.1em;
}
.main_times{
	color:#d4d1e2;
	font-size: 1em;
	letter-spacing:.1em;
	list-style:none;
	font-family: "Times New Roman", Times, serif;
}
.interior_lists{
	font-size: 1em;
	letter-spacing:.1em;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #999;
	padding: 5px;
	position: absolute;
	width:780px;
	top:605px;
	left:0px;
	overflow: visible;
}
.footer a:link{
	color: #999;	
}
.footer a:visited {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer a:active {
	color: #d4d1e2;
	text-decoration: none;
}
.float_right{
	float:right;
}
#reservation_form {
	font-size: 100%;
}
#reservation_form .label {
	float: left;
	width: 300px;
	margin-right: 0px;
	text-align:right;
	clear: left;
	padding: 0px;
}
#mailing_list_form {
	font-size: 100%;
}
#mailing_list_form .label {
	float: left;
	width: 300px;
	margin-right: 0px;
	text-align:right;
	clear: left;
	padding: 0px;
}
.roundel {
	position: relative;
	left: 275px;
	top: 109px;
}
#schedule_header{
	padding-top:10px;
	padding-left:15px;
	padding-bottom:0px;
}