@charset "utf-8";
html {
	margin: 0px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	color: #3d393a;
}

.staff {border-bottom: dashed 1px #000; padding: 10px 0px;}

a:link {text-decoration: none; color: #3d393a;}
a:visited {text-decoration: none; color: #3d393a;}
a:active {text-decoration: none; color: #3d393a;}
a:hover {text-decoration: none; color: #9fa615;}

a:link img {border: none;}
a:visited img {border: none;}
a:active img {border: none;}
a:hover img {border: none;}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 10px;
}

h2 {}
h3 {}
h4 {}
h5 {}



#mainContent {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 936px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#mainContentWrap {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	height: 100%;
	width: 936px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height: 77px;
	margin-left: 114px;
	padding-top: 25px;
}

#logoClick {
	width: 200px;
	clear: none;
	float: left;
}

#logoClick a img {border: none;}

#reservations {
	width: 250px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
	clear: none;
	float: right;
}

#topNav {
	float: right;
	background-image: url(images/topNavButtons.jpg);
	background-repeat: no-repeat;
	width: 369px;
	height: 40px;
	padding-right: 29px;
	clear: both;
	margin-top: 7px;
	
}

#kcc {
	width: 119px;
	float: right;
	text-align: center;
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 8px;
	clear: none;	
	margin-left: 8px;
}

#kcc a:link {text-decoration: none; color: #fff;}
#kcc a:visited  {text-decoration: none; color: #fff;}
#kcc a:active {text-decoration: none; color: #fff;}
#kcc a:hover {text-decoration: none; color: #9fa615;}


#prestige {
	width: 114px;
	float: right;
	text-align: center;
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 8px;
	clear: none;
	margin-left: 5px;
}

#prestige a:link {text-decoration: none; color: #fff;}
#prestige a:visited  {text-decoration: none; color: #fff;}
#prestige a:active {text-decoration: none; color: #fff;}
#prestige a:hover {text-decoration: none; color: #9fa615;}

#three {
	width: 119px;
	float: left;
	text-align: center;
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 8px;
	clear: none;

}

#three a:link {text-decoration: none; color: #fff;}
#three a:visited  {text-decoration: none; color: #fff;}
#three a:active {text-decoration: none; color: #fff;}
#three a:hover {text-decoration: none; color: #9fa615;}


#nav {
	margin-left: 114px;
}

ul#nav {
	position: relative;
	height: 42px;
	width: 766px;
	margin: 0px;
	background-image: url(images/mainNav.jpg);
	background-repeat: no-repeat;
}
	
ul#nav li {
	float: left;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
		
ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0;
	height: 42px;
}

ul#nav li#nav-about a 				{ left: 0; width: 112px; background:   url("images/mainNav.jpg") no-repeat; }
ul#nav li#nav-menu a 				{ left: 112px; width: 87px; background:   url("images/mainNav.jpg") -112px 0 no-repeat; }
ul#nav li#nav-locations a 			{ left: 199px; width: 95px; background:   url("images/mainNav.jpg") -199px 0 no-repeat; }
ul#nav li#nav-events a 				{ left: 294px; width: 126px; background:   url("images/mainNav.jpg") -294px 0 no-repeat; }
ul#nav li#nav-contact a 			{ left: 420px; width: 102px; background:   url("images/mainNav.jpg") -420px 0 no-repeat; }
ul#nav li#nav-employment a 			{ left: 522px; width: 107px; background:   url("images/mainNav.jpg") -522px 0 no-repeat; }
ul#nav li#nav-press a 				{ left: 629px; width: 137px; background:   url("images/mainNav.jpg") -629px 0 no-repeat; }
		
ul#nav li#nav-about a:hover  		{ background-position: -0px -42px; }
ul#nav li#nav-menu a:hover 			{ background-position: -112px -42px; }
ul#nav li#nav-locations a:hover	  	{ background-position: -199px -42px; }
ul#nav li#nav-events a:hover	  	{ background-position: -294px -42px; }
ul#nav li#nav-contact a:hover 		{ background-position: -420px -42px; }
ul#nav li#nav-employment a:hover 	{ background-position: -522px -42px; }
ul#nav li#nav-press a:hover 		{ background-position: -629px -42px; }

ul#nav li#nav-about a.active  		{ background-position: -0px -42px; }
ul#nav li#nav-menu a.active 		{ background-position: -112px -42px; }
ul#nav li#nav-locations a.active	{ background-position: -199px -42px; }
ul#nav li#nav-events a.active 		{ background-position: -294px -42px; }
ul#nav li#nav-contact a.active		{ background-position: -420px -42px; }
ul#nav li#nav-employment a.active	{ background-position: -522px -42px; }
ul#nav li#nav-press a.active		{ background-position: -629px -42px; }

#leftNavWrap {
	width: 156px;
	background-image: url(images/navTopBg.jpg);
	background-repeat: no-repeat;
	padding-top: 111px;
	padding-left: 114px;
	background-position: 114px top;
	float: left;
	clear: none;
}

#leftNav {
	width: 156px;
	height: 364px;
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: none;
	
}

#leftNavWrap2 {
	width: 156px;
	background-image: url(images/navTopBg.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 114px;
	background-position: 114px top;
	float: left;
	clear: none;
}

#leftNav2 {
	width: 156px;
	height: 425px;
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: none;
	
}

#leftNavWrap3 {
	width: 156px;
	background-image: url(images/navTopBg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 114px;
	background-position: 114px top;
	float: left;
	clear: none;
}

#leftNav3 {
	width: 156px;
	height: 465px;
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: none;
	
}

#leftNav ul {
	padding-right: 25px;
	text-transform: uppercase; 
	text-align: right;
	font-size: 11px;
	list-style-type: none;
}

#leftNav ul li a:link {padding-top: 8px; text-decoration: none; color: #fff; }
#leftNav ul li a:visited {padding-top: 8px; text-decoration: none; color: #fff;}
#leftNav ul li a:active {padding-top: 8px; text-decoration: none; color: #fff;}
#leftNav ul li a:hover {padding-top: 8px; text-decoration: none; color: #000000;}

#leftNav2 ul {
	padding-right: 25px;
	text-transform: uppercase; 
	text-align: right;
	font-size: 11px;
	list-style-type: none;
}

#leftNav2 ul li a:link {padding-top: 8px; text-decoration: none; color: #fff; }
#leftNav2 ul li a:visited {padding-top: 8px; text-decoration: none; color: #fff;}
#leftNav2 ul li a:active {padding-top: 8px; text-decoration: none; color: #fff;}
#leftNav2 ul li a:hover {padding-top: 8px; text-decoration: none; color: #000000;}

#leftNav3 ul {
	padding-right: 25px;
	text-transform: uppercase; 
	text-align: right;
	font-size: 11px;
	list-style-type: none;
}

#leftNav3 ul li a:link {padding-top: 8px; text-decoration: none; color: #fff; }
#leftNav3 ul li a:visited {padding-top: 8px; text-decoration: none; color: #fff;}
#leftNav3 ul li a:active {padding-top: 8px; text-decoration: none; color: #fff;}
#leftNav3 ul li a:hover {padding-top: 8px; text-decoration: none; color: #000000;}


#content {
	float: left;
	clear: none;
	width: 610px;
}

#text {
	width: 326px;
	height: 324px;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	padding-top: 150px;
	padding-left: 25px;
	padding-right: 25px;
}

#text_press {
	width: 326px;
	height: 354px;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	padding-top: 120px;
	padding-left: 25px;
	padding-right: 25px;
}

#mainText {
	overflow-y: scroll;
	overflow-x: hidden; 
	height: 210px;
}

#rightImage {
	width: 232px;
	height: 475px;
	background-image: url(images/imageRight.jpg);
	background-repeat: no-repeat;
	float: right;
	clear: none;
	
}

#footer {
	background-image: url(images/footerShadow1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 837px;
	margin-left: 96px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	clear: both;
}

#footer_new {
	width: 837px;
	margin-left: 96px;
	padding-top: 15px;
}

#footer_left {width: 450px; float: left; height: 100px;}
#footer_right {width: 355px; float: left; text-align: right; height: 100px;}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Lightbox Pop-Up's */

.bg {
	margin: 0px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	color: #3d393a;
}

.wrapper {
	padding: 30px;
}

.content {background-color: #a7ae2d; padding: 10px;}

.close {display: block; width: 100%; background-color: #a7ae2d;}

.close a:link,
.close a:active,
.close a:visited {
	height: 20px; 
	width: 31px; 
	float: right; 
	background: transparent url(images/close.jpg) no-repeat top left; 
	padding-right: 10px;
	padding-top: 10px;
}

.left_spacer {float: left; width: 262;}
.left_image {float: left; width: 110;}

.seasonal_image { width: 378px; height: 476px; margin: 0px auto; display: block;}

.map { width: 378px; margin: 0px auto; display: block;}

.season_sub a:link,
.season_sub a:visited,
.season_sub a:active {
	color: #000;
	font-size: 9px;
}

.season_sub a:hover {
	color: #f05133;
	font-size: 9px;
}

