body {
	background: #000000;
	margin-bottom:80px;
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	color: #003366;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background:url(../images/h1_bg.jpg) no-repeat left;
}

h2 {
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing:-1px;
}

h3 {
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	line-height:16px;
}

a {
	color:#104870;
	text-decoration: underline;
}

a:hover {
	color:#397408;
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

strong em {
	font-style:italic;
	font-weight:bold;
}

input, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#f0f2d5;
}

textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#f0f2d5;
	border:1px solid #104870;
}

.text {
	border: 1px solid #104870;
	height:20px;
}

.label {
	font-weight:bold;
	text-align:left;
	color:#104870;
}

.label_right {
	font-weight:bold;
	text-align:right;
	color:#104870;
}

.button {
	border:0;
	background-color:#104870;
	color:#fff;
}

.border {
	border:1px solid #dedede;
	float:left;
	padding:1px;
	margin:0 10px 10px 0;
}

.noborder {
	border: 0;
	background:none;
}

hr {
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	width: 100%;
	margin:0 0 10px 0;
	padding:0;
	border:0;
	line-height:1px;
}

.left {
	float:left;
}

.right {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}

/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width:800px;
	position: relative;
}

#main_body_cont {
	margin: auto;
	width:800px;
	position: relative;
	background:url(../images/bg_cont.jpg) repeat-y;
	padding-bottom:165px;
}

.logo {
	position:absolute;
	top:32px;
	left:438px;
	z-index:1001;
}

.main_nav {
	width:225px;
	height:106px;
	position:absolute;
	top:156px;
	left:0;
}

.mobile {
	position:absolute;
	top:10px;
	left: 0px;
}

#top_right {
	position: absolute;
	top: 10px;
	z-index: 9999;
	right: 0px;
}

.mobile a {
	color:#FFDA80;
}

.bg_home {
	width:800px;
	height:620px;
	background:url(../images/bg_home.jpg) no-repeat;
}

.bg_cont {
	width:800px;
	background:url(../images/bg_cont_1.jpg) no-repeat;
}

.banner_home {
	 height: 344px;
	 width:626px;
	 margin:auto;
	 position:relative;
	 top: 80px;
	 background:url(../images/banner_home.jpg) no-repeat;
}

#flash_home {
	float:right;
}

.banner_cont {
	 height: 344px;
	 width:626px;
	 margin:auto;
	 position:relative;
	 top: 80px;
}

#content {
	width:626px;
	background:url(../images/bg_content.gif) repeat-y/* 86px 0*/;
	margin:auto;
	position:relative;
	top:80px;
}

.cont_col_1 {
	width:177px;
	margin:60px 37px 20px 0;
	left:30px;
	position:relative;
	color:#996633;
	font-size: 9px;
	float:left;
}

.cont_col_1 p {
	margin: 0 10px 20px 0;
	font-weight:bold;
}

.cont_col_2 {
	width:379px;
	margin:20px 0 20px 0;
	float:left;
	position:relative;
	left:30px;
}

.cont_col_2 p {
	margin: 0 20px 10px 0;
}

/* ***************  FOOTER STYLES *************** */

#footer_home {
	width:626px;
	text-align:center;
	background:#ffda80 url(../images/footer_top.gif) no-repeat top;
	margin:auto;
	position:relative;
	top:80px;
	padding:0;
	color:#000000;
}

#footer_home a {
	color:#000000;
	text-decoration:none;
}

#footer_home h3 {
	font-size:12px;
	padding:16px 0 14px 0;
	/*border: 1px solid red;*/
}

#footer {
	width:626px;
	text-align:center;
	background:#ffffff url(../images/footer_top.gif) no-repeat top;
	margin:auto;
	position:relative;
	top:80px;
	padding:0;
	color:#000000;
}

#footer h3 {
	font-size:12px;
	padding:16px 0 14px 0;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#pjgroup {
	position: absolute;
	z-index: 2000;
	width: 84px;
	height: 36px;
	top: 580px;
	left: 358px;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:auto;
	width:225px;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	/*float: left;
	width: 10em;*/
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
	width:160px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:160px;
}


/* *************** CUSTOM NAV STYLES **************** */

#btn_experience a { background: url(../images/btn_experience.gif) no-repeat; width: 222px; height: 21px; }
#btn_menu a { background: url(../images/btn_menu.gif) no-repeat; width: 222px; height: 22px; }
#btn_history a { background: url(../images/btn_history.gif) no-repeat; width: 222px; height: 21px; }
#btn_reservations a { background: url(../images/btn_reservations.gif) no-repeat; width: 222px; height: 21px; }
#btn_location a { background: url(../images/btn_location.gif) no-repeat; width: 222px; height: 21px; }
#btn_news_specials a { background: url(../images/btn_news_specials.gif) no-repeat; width: 222px; height: 21px; }
#btn_community a { background: url(../images/btn_community.gif) no-repeat; width: 222px; height: 21px; }
#btn_groups_events a { background: url(../images/btn_groups_events.gif) no-repeat; width: 222px; height: 21px; }

#btn_experience a:hover {background-position: -225px 0;}
#btn_menu a:hover {background-position: -225px 0;}
#btn_history a:hover {background-position: -225px 0;}
#btn_reservations a:hover {background-position: -225px 0;}
#btn_location a:hover {background-position: -225px 0;}
#btn_news_specials a:hover {background-position: -225px 0;}
#btn_community a:hover {background-position: -225px 0;}
#btn_groups_events a:hover {background-position: -225px 0;}

.btn_text { visibility: hidden; }


