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

/* --- Global Style ---*/

body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
text-align:center;
background: #ffffff url(../images/bg-home.png) top center repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
line-height:16px;
}
body.secondary {
	background: #ffffff url(../images/bg-secondary.png) top center repeat-x;
}
div{
margin:0px;
padding:0px;
}

p {
line-height:16px;
margin-bottom:15px;
margin-top:0px;
font-size:11px;
}
h1 {
	
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	color:#96541c;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
}
h3 {
	
}

.scheduletime {
line-height:13px;
font-size:11px;
font-style:italic;
}

.schedulename {
line-height:14px;
font-size:11px;
color:#505050;
font-weight:bold;
}

.scheduleperson {
line-height:13px;
font-size:11px;
color:#999999;
font-weight:normal;
}

img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#c68450;
text-decoration:underline;
}
a:hover {
	color:#4d3300;
text-decoration:underline;
}
a:active, a:focus {
      outline: 0;
}
.clear {
	height:0px;
	width:100%;
	clear:both;
}

hr {
	width:100%;
	height:1px;
	color:#cfcfcf;
	background-color:#cfcfcf;
	border:0px;
	margin:10px 0px;
	line-height:1px;
}

/*Structure */

.container {
	width:900px;
	margin:0px auto;
	text-align:left;
}
#header {
	width:100%;
	height:58px;
	position:relative;
}
#header .logo {
	position:relative;
	float:left;
}
#header p {
	position:relative;
	float:right;
	margin:0px;
	padding:3px 95px;
	color:#cccccc;
}
#header p img {
	vertical-align:middle;
}
#header p a {
	color:#c68450;
	text-decoration:none;
}
#header p a:hover {
	text-decoration:underline;
}
#btn-blog {
	width:88px;
	height:23px;
	display:block;
	background:url(../images/bg-blog-btn.png) top left no-repeat;
	color:#ffffff;
	text-align:center;
	padding-top:5px;
	position:absolute;
	top:0px;
	right:0px;
	text-decoration:none;
}
#btn-blog:hover {
	color:#ffffff;
	text-decoration:underline;
}
/*Menu*/

#menu {
	dislay:block;
	width:100%;
	height:38px;
	overflow:visible;
	margin-bottom:17px;
	position:relative;
	z-index:2;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	display:block;
}
#menu ul li.divider {
	width:2px;
	height:38px;
	background:url(../images/divider-menu.png) top left no-repeat;
}
#menu ul li a {
	display:block;
	height:38px;
	text-indent:-9999em;
}
#nav1 {
	width:112px;
	background:url(../images/nav1.png) top left no-repeat;
}
#nav2 {
	width:160px;
	background:url(../images/nav2.png) top left no-repeat;
}
#nav3 {
	width:150px;
	background:url(../images/nav3.png) top left no-repeat;
}
#nav4 {
	width:190px;
	background:url(../images/nav4.png) top left no-repeat;
}
#nav5 {
	width:86px;
	background:url(../images/nav5.png) top left no-repeat;
}
#nav6 {
	width:71px;
	background:url(../images/nav6.png) top left no-repeat;
}
#nav7 {
	width:119px;
	background:url(../images/nav7.png) top left no-repeat;
}
#menu .active {
	background-position:0px -38px !important;
}
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:38px;
	z-index: 40;
	clear:none;
	overflow:hidden;
}
#menu ul li:hover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
#menu ul li.sfhover ul {
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
}
#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:1px solid #734d00;
	border-width: 1px 0px 0px 0px;
}
#menu ul li ul li:first-child {
	border-width:0px !important;
}
#menu ul li ul li a {
	display: block;
	width:140px;
	height:auto;
	text-indent:0px;
	padding:10px 11px 10px 11px;
	text-align: left;
	cursor:pointer;
	background:#4d3300;
	color:#c68450;
}
#menu ul li ul li a:hover {
	color:#ffffff;
}
/*Tertiary Nav*/
#menu ul li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#menu ul li li:hover ul, #nav li li.sfhover ul {
	display:block;
	position: absolute;
	z-index: 50;
	clear:none;
	overflow:visible;
	left: 160px;
	top:0px;
}
#menu ul li ul li ul li a {
}
/*End Tertiary Nav*/

/*Home */
#home-banner {
	width:900px;
	height:280px;
	margin-bottom:20px;
	position:relative;
	z-index:1;
}
#home-callouts {
	width:900px;
	height:134px;
	margin-bottom:44px;
}
.home-callout {
	width:296px;
	height:134px;
	background:url(../images/bg-home-callout.png) top left no-repeat;
	float:left;
	position:relative;
}
.home-callout2 {
	width:296px;
	height:134px;
	float:left;
	position:relative;
	margin: -3px 0px 0px -1px;
}
.home-callout p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666666;
	line-height:14px;
	padding:0px 21px;
	margin-bottom:11px;
}
.home-callout a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
.home-callout h1 {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999em;
	padding:0px;
	margin:0px 0px 16px 0px;
}
#home-callouts #news {
	
}
#home-callouts #schedule {
	left:6px;
}
#home-callouts #schedule form {
	padding:0px 0px 0px 21px;
	margin:0px;
}
#home-callouts #promos {
	float:right;
}
#home-callouts #news h1 {
	background:url(../images/hdr-home-callout-news.png) top left no-repeat;
}
#home-callouts #schedule h1 {
	background:url(../images/hdr-home-callout-schedule.png) top left no-repeat;
}
#home-callouts #promos h1 {
	background:url(../images/hdr-home-callout-promos.png) top left no-repeat;
}
#home-info {
	width:100%;
	height:117px;
}
#home-info img {
	float:right;
}
#home-info p {
	padding:22px 26px 0px 11px;
}

/* Secondary Page */
#main {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	padding-bottom:20px;
}
#content {
	width:678px;
	float:right;
	position:relative;
}
img.hdrimg {
	margin-bottom:9px;
}
#content h2, #content p{
	padding:0px 20px;
}
#content hr {
	width:638px;
	margin:10px auto;
}
#content ul {
	padding:0px 35px;
	margin:0px;
}
#hdrbox {
	width:676px;
	height:63px;
	background:#f9f8f3;
	border:1px solid #e8e7e1;
	margin-bottom:20px;
	position:relative;
}
#hdrbox img.hdr {
	float:left;
}
#hdrbox .contact {
	display:block;
	width:229px;
	height:42px;
	background:url(../images/contact.png) top left no-repeat;
	background-position:0px 0px;
	text-indent:-9999em;
	position:absolute;
	top:10px;
	right:9px;
}
.datetitle { margin-bottom:0px; }
#hdrbox .contact:hover {
	background-position:0px -42px;
}
/*Sidebar*/
#sidebar {
	width:215px;
	float:left;
	position:relative;
}

#sidebar #news {
	width:100%;
	height:134px;
	background:url(../images/bg-news-sidebar.png) top left no-repeat;
	margin-bottom:9px;
}
#sidebar #news h1 {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999em;
	padding:0px;
	margin:0px 0px 18px 0px;
	background: url(../images/hdr-news-sidebar.png) top left no-repeat;
}
#sidebar #news p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666666;
	line-height:14px;
	padding:0px 5px 0px 21px;
	margin-bottom:11px;
}
#sidebar #news a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
#sidebar #certificate {
	width:100%;
	height:134px;
	margin-bottom:5px;
}
#memberships h1 { background:url(../images/hdr-nav-memberships.png) top left no-repeat; 
}
#fitness-programs h1 { background:url(../images/hdr-nav-fitness-programs.png) top left no-repeat; 
}
#club-amenities h1 { background:url(../images/hdr-nav-amenities-info.png) top left no-repeat; 
}
#news-events h1 { background:url(../images/hdr-nav-news-events.png) top left no-repeat; 
}
#class-schedules h1 { background:url(../images/hdr-nav-class-schedules.png) top left no-repeat; 
}
#spa h1 { background:url(../images/hdr-nav-spa.png) top left no-repeat; 
}
#staff h1 { background:url(../images/hdr-nav-staff.png) top left no-repeat; 
}
/*Sidebar Nav */

.nav { 
	width:215px;
	height:auto;
	min-height:50px;
	background:url(../images/bg-nav-sidebar.png) bottom left no-repeat;
	margin-bottom:30px;
}
.nav h1 {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999em;
	padding:0px;
	margin:0px;
}
.nav a, ul#nav a {
	display:block;
	width:173px;
	height:auto;
	padding:9px 21px 9px 21px;
	border-top:1px solid #e8e7e1;
}
.nav a:first-child {
	border-top:0px;
}
.nav .active, ul#nav li .active {
	color:#4d3300 !important;
	text-decoration:none !important;
}
ul#nav {
list-style:none;
padding:0px;
margin:0px;
}
ul#nav li {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
}
ul#nav ul {
	display:none;
	padding:0px;
}
ul#nav ul li a {
	width:153px;
	padding:9px 21px 9px 41px;
}

/*Footer */

#footer {
	border-top:1px solid #9f6b4e;
	width:100%;
	height:82px;
}
#footer p { font-size:10px;padding:7px 0px 0px 0px; }
#footer #left { float:left; }
#footer #right { float:right; text-align:right; }
#footer #right a {
	color:#333333;
}
#footer #right a:hover {
	color:#4d3300;
}
#footer #right img {
	vertical-align:middle;

}

/* Schedule Style */

.bold {font-weight:bold;}
.brown {color:#897d57}
.font10 {font-size:10px;}
.tableborder {
	border-bottom:solid 1px #e0dfd9;
	}
.schedule {
	width:678px;
}

/* Left Nav Reveal */
.menu1{
	display:block;
	width:173px;
	height:auto;
	padding:9px 21px 9px 21px;
	border-top:1px solid #e8e7e1;
}
.submenu{
	display:block;
	width:173px;
	height:auto;
	padding:9px 21px 9px 21px;
	border-top:0px; 
	margin-left:10px; 
}

.hide{
display: none;
}
.show{
display: block;
}