/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #758872;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/************************************
***  Layout Divs   ***
*************************************/

#container{
	position:relative;
	width: 760px;
	margin: 0 auto;
	background-color: #819AB2;
}

#header{
	position:relative;
	width:100%;
	height:50px;
	overflow:hidden;
	background-color: #758872;
}

#menu{
	position:relative;
	width:760px;
	height:135px;
	background-image:  url(images/nav3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #577055;
}

#menu-left{
	float: left;
	width: 519px;
	height: 100%;
	background-image:  url(images/nav.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #577055;
}

#menu-right{
	float: right;
	width: 241px;
	height: 100%;
	background-color: #577055;
}

#flash{
	position: relative;
	width:100%;
	height: 400px;
}

#flash-z {
	position: relative;
	z-index:0;
}

#middle{
	position: relative;
	width: 100%;
	height: 251px;
}

#middle-left {
	float: left;
	width: 519px;
	height: 100%;
	background-color: #577055;
}

#middle-right {
	float: right;
	width: 241px;
	height: 100%;
	background-image:  url(images/interior1_05.gif);
}

#content{
	position:relative;
	width: 100%;
	background-color: #819AB2;
}

#content-body {
	height: 100%;
	float: left;
	width: 517px;
	background-color: #819AB2;
}

#content-reservations{
	height: 100%;
	float: right;
	width: 240px;
	background-color: #819AB2;
}

#footer {
	width: 100%;
	height: 47px;
	background-color: #577055;
	margin: 0 auto;
	clear:both;
}


/************************************
***   Right SubMenu Navigation    ***
*************************************/

#right-nav {
	margin-top: 92px;
	margin-left: 50px;
}

#subnav {
	font-size:10px;
	color: white;
	list-style: none;
	margin-left: 2px;
}

#subnav a {
	font-size:10px;
	color: white;
	list-style: none;
	margin-left: 2px;
	text-decoration:none;
}

#subnav a:hover {
	font-size:10px;
	color: white;
	list-style: none;
	margin-left: 2px;
	text-decoration:underline;
}

/************************************
***  Text and Picture Formatting   ***
*************************************/

.right-title {
	text-align:center;
	margin-top: 110px;
}

.right-title-email {
	text-align:center;
	margin-top: 82px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.header-text {
	font-size:10px;
	text-align: right;
	padding-top: 35px;
	color: #000000;
}

.header-text a {
	color: #000000;
	text-decoration:underline;
}

.header-text a:hover {
	color: #000000;
	text-decoration:underline;
}

.subnav-header {
	font-size:12px;
	color: white;
	font-family:"Times New Roman", Times, serif;
}

.footer-text {
	font-size:11px;
	text-align: center;
	padding-top: 5px;
	color: #000000;
	padding-bottom: 25px;
	line-height: 20px;
	background-color: #758872;
}

.footer-text a {
	color: #000000;
	text-decoration:none;
}

.footer-text a:hover {
	color: #000000;
	text-decoration:underline;
}

.content-text {
	color: #01052F;
	font-size:12px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 333px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

.list {
	margin-left: 20px;
}

.months {
	font-size:13px;
	font-weight:bold;
}

.bluebutton {
	margin-left: 20px;
}

.border {
	border-color: #01052F;
	border-style: solid;
	border-width:1px;
}

.border2 {
	border-color: #01052F;
	border-style: solid;
	border-width:1px;
	margin-right:5px;
}

.border3 {
	border-color: #01052F;
	border-style: solid;
	border-width:1px;
	margin-left:5px;
}

.border4 {
	border-color: #01052F;
	border-style: solid;
	border-width:1px;
	margin-right:175px;
}

.sitemap {
	margin-left:20px;
}

#link2 {
	color: #E1F2C9;
}

#link2 a {
	color: #E1F2C9;
	text-decoration:underline;
}

#linkid {
	position: absolute;
	display:block;
	height:100px;
	width:175px;
	margin-top:25px;
	margin-left: 555px;
	z-index: 100;
}

.reservations-box {
	border-color: #01052F;
	border-width: 1px;
	border-style:solid;
	margin-top: 40px;
	text-align:left;


}

.outside-reservations-box {
	height: 333px;
	position: relative;
	z-index:5;
}

.event {
	font-size: 14px;
	color: #FC0;
	font-weight: bold;
}

.event-heading {
	font-size: 16px;
	color: #FF6;
	font-weight: bold;
}

#ta {
	margin: -10px 0 0px 35px;
	height: 130px;
}
