/* -------------------------------------------------------------------------------------
-- GENERAL STYLES --
------------------------------------------------------------------------------------- */

body {
	text-align: center;
	font-size: small;
	color: #2c2c2c;
	font-family: helvetica, arial, sans-serif;
	-moz-opacity: 0.9999;
}

* {
	padding: 0; 
	margin: 0;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table {
	float: left;
	clear: both;
	width: 100%;
}

a {
	color: #2c2c2c;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
}

ul {
	display: inline;
}

h1 {
	font-size: 150%;
	color: #006633;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}

h3 {
	font-weight: bold;
	font-size: 110%;
	color: #6491b3;
	margin: 0 0 5px 0;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.left * {
	float: left;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.right * {
	float: left;
}

.hidden {
	display: none;
}

img {
	border: 0;
}

#wrapper {
	text-align: left;
	float: none;
	width: 1000px;
	margin: 0 auto;
}

#container {
	font-size: 95%;
	color: #444;
	width: 984px;
	padding: 0 8px;
	background: #fff url(../images/content_bg.jpg) top left repeat-y;
}

/* -------------------------------------------------------------------------------------
-- END GENERAL STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- HEADER STYLES --
------------------------------------------------------------------------------------- */

#top_nav {
	background: #fff url(../images/blue_bar.jpg) bottom left no-repeat;
	padding: 0 0 18px;
}

#banner {
	background: #006633 url(../images/blue_bar.jpg) top left no-repeat;
	min-height: 114px;
	height: auto !important;
	height: 114px;
	position: relative;
	margin: 0 0 8px;
}

#banner #home_link {
	position: absolute;
	width: 293px;
	height: 53px;
	top: 42px;
	left: 22px;
	outline: none;
	text-indent: -5000px;
	background: transparent url(../images/logo.jpg) top left no-repeat;
}

#banner_address {
	float: right;
	width: auto;
	margin: 40px 15px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}

#navigation {
	list-style: none;
	margin: 5px 0 0;
}

#navigation li {
	float: left;
	width: auto;
	clear: none;
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	height: 36px;
	float: left;
	text-indent: -10000px;
}

#navigation li a.active, #navigation li a:hover {
	background-position: 0 -36px;
}

.nav_home a {
	background: #fff url(../images/nav_home.jpg) top left no-repeat;
	width: 87px;
}

.nav_about_us a {
	background: #fff url(../images/nav_about_us.jpg) top left no-repeat;
	width: 122px;
}

.nav_what_we_offer a {
	background: #fff url(../images/nav_what_we_offer.jpg) top left no-repeat;
	width: 170px;
}

.nav_classes a {
	background: #fff url(../images/nav_classes.jpg) top left no-repeat;
	width: 194px;
}

.nav_location a {
	background: #fff url(../images/nav_location.jpg) top left no-repeat;
	width: 120px;
}

.nav_contact_us a {
	background: #fff url(../images/nav_contact_us.jpg) top left no-repeat;
	width: 140px;
}

.nav_employment a {
	background: #fff url(../images/nav_employment.jpg) top left no-repeat;
	width: 151px;
}

/* -------------------------------------------------------------------------------------
-- END HEADER STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- SIDEBAR STYLES --
------------------------------------------------------------------------------------- */

#sidebar {
	width: 325px;
}

#sidebar_links {
	padding: 8px 0;
	background: #fff;
}

#sidebar a {
	float: left;
	clear: both;
	margin: 0 0 8px;
}

#upcoming_events_header {
	text-indent: -10000px;
	float: left;
	margin: 0;
	height: 36px;
	background: #e5f2f0 url(../images/upcoming_events_header.jpg) top left no-repeat;
}

#events_scroller {
	height: 245px;
	width: 325px;
	overflow-y: auto;
	overflow-x: hidden;
	
}

#upcoming_events {
	list-style: none;
	background: #e5f2f0;
	width: 315px;
	border: 1px solid #66a385;
	padding: 0 4px 4px;
	margin: 0;
}


#upcoming_events li {
	width: 307px;
	display: block;
	float: left;
}

#upcoming_events li.odd a {
	background: #fff;
}

#upcoming_events li a .left {
	width: 200px;
}

#upcoming_events li a .right {
	width: 90px;
}

#upcoming_events li a {
	color: #575858;
	font-family: helvetica;
	font-size: 12px;
	padding: 5px 8px;
	width: 290px;
	float: left;
	margin: 4px 0 0;
	background: #f8fcfb;
}

/* -------------------------------------------------------------------------------------
-- END SIDEBAR STYLES --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- CONTENT STYLES --
------------------------------------------------------------------------------------- */

#content {
	float: left;
	clear: none;
	width: 620px;
	padding: 8px 15px 30px;
	margin: 0 0 0 9px;
	display: inline;
	color: #464646;
}

#content p {
	line-height: 1.5;
	font-size: 110%;
}

#content ol {
	width: 600px;
	list-style: none;
	margin: 0 0 15px 20px;
}

#content ol li {
	float: left;
	clear: both;
	width: 100%;
}

#content ul {
	width: 600px;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

#content ul li {
	float: left;
	clear: both;
	background: transparent url(../images/bullet.gif) top left no-repeat;
	width: 580px;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
}

#content .location {
	float: left;
	clear: none;
	width: 300px;
}

#content #nav {
	margin: 15px 0 40px;
	padding: 0;
	width: 100%;
}

#content #nav td {
	text-align: center;
	vertical-align: middle;
}

#content #nav td a {
	font-weight: bold;
	color: #727374;
}

#content #nav td a:hover, #content #nav td a.active {
	color: #303030;
	text-decoration: underline;
}

#content #formFields {
	list-style: none;
	padding: 0;
	margin: 0;
	border: solid #889AA8;
	border-width: 1px 0;
	padding: 10px 0;
}

#content #formFields li {
	background: none;
	padding: 0;
	margin: 0 0 5px;
	width: 100%;
}

#content #formFields li.error_message {
	color: #fff;
	width: 424px;
	padding: 5px;
	margin: 0 0 5px;
	font-weight: bold;
	background: #CA0C0C;
}

#content #formFields li.half {
	width: 48%;
	clear: none;
}

#content #formFields li div, #content #formFields li span {
	padding:0 0 8px 0;
	color:#444;
}

#content #formFields li span{
	float:right;
}

#content #formFields li div label, #content #formFields li span label{
	clear:both;
	font-size:90%;
	color:#444;
	display:block;
}

#content #formFields label {
	line-height:1.5;
	padding:0 4px 1px 0;
	border:none;
	color:#444;
	display:block;
	font-size:90%;
}

#content #formFields input.text, #content #formFields textarea.textarea, #content #formFields select.select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	color:#333;
	font-size: 90%;
}

#content #formFields input.text{
	padding:2px 0;
}

#content #formFields input.checkbox, #content #formFields input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

#content #formFields textarea.textarea{
	margin-top: 1px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#content #formFields select.select{
	padding: 1px 0 0 0;
}

#content #formFields .req{
	float: none;
	color: red;
}

.buttons {
	margin: 0 0 15px 0;
	padding: 15px 0 0;
	border-top: 1px solid #cce5f8;
}

.buttons input {
	cursor: pointer;
	float: left;
	clear: none;
	margin: 0 30px 0 0;
	border: 1px solid #1A205C;
	background: #3B428F;
	color: #fff;
	padding: 4px 10px;
}

#zen_garden {
	position: relative;
	width: 580px;
	height: 278px;
}

#pool_patio {
	position: relative;
	width: 564px;
	height: 326px;
}

#zen_garden img, #pool_patio img {
	position: absolute;
	top: 0;
	left: 0;
}

#zen_garden p, #pool_patio p {
	position: absolute;
	z-index: 5;
	width: auto;
	background: #62b05e;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px 1px;
}

#garden_1 {
	left: 160px;
	top: 184px;
}

#garden_2 {
	left: 270px;
	top: 119px;
}

#garden_3 {
	left: 344px;
	top: 200px;
}

#garden_4 {
	left: 383px;
	top: 151px;
}

#pool_1 {
	left: 282px;
	top: 252px;
}

#pool_2 {
	left: 133px;
	top: 109px;
}

#pool_3 {
	left: 283px;
	top: 105px;
}

#pool_4 {
	left: 352px;
	top: 99px;
}

/* -------------------------------------------------------------------------------------
-- END CONTENT STYLES --
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
-- FOOTER STYLES --
------------------------------------------------------------------------------------- */

#footer {
	background: #fff url(../images/footer_bg.jpg) top left no-repeat;
	padding: 35px 8px 0;
	font-size: 95%;
	color: #006633;
	width: 984px;
	text-align: right;
}






/* -------------------------------------------------------------------------------------
-- END FOOTER STYLES --
------------------------------------------------------------------------------------- */

/*
<div style="height: 245px; width: 325px;" class="jScrollPaneContainer">
	<div style="overflow: visible; height: auto; width: 310px; padding-right: 5px; position: absolute; top: 0px;" id="events_scroller" class="scroll-pane">
		<ul id="upcoming_events">
			<li><a href="../calendar/view_entry.php?id=164"><span class="left">MINDSET FOR SUCCESS</span><span class="right">10:00AM 03/28</span></a></li>
			<li class="odd"><a href="../calendar/view_entry.php?id=147"><span class="left">PERFECT HEALTH: NOURISHING PRACTICES FOR BODY, MIND &amp; SPIRIT</span><span class="right">11:00AM 03/28</span></a></li>
			<li><a href="../calendar/view_entry.php?id=180"><span class="left">BODYPUMP INSTRUCTOR TRAINING</span><span class="right">12:00AM 04/03</span></a></li>
		</ul>
	</div>
	<div style="width: 10px; height: 227px; top: 9px;" class="jScrollPaneTrack">
		<div style="width: 10px; height: 70.1324px; top: 0px;" class="jScrollPaneDrag">
			<div style="width: 10px;" class="jScrollPaneDragTop"></div>
			<div style="width: 10px;" class="jScrollPaneDragBottom"></div>
		</div>
	</div>
	<a style="width: 10px;" class="jScrollArrowUp disabled" href="javascript:;">Scroll up</a>
	<a style="width: 10px;" class="jScrollArrowDown" href="javascript:;">Scroll down</a>
</div>

*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 255px;
	background: #d9edeb;
}
.jScrollPaneDrag {
	position: absolute;
	background: #8bc4bd;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #666 url(../images/arrow_up.jpg) top left no-repeat;
	height: 9px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -8px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #666 url(../images/arrow_down.jpg) top left no-repeat;
	height: 9px;
}

a.jScrollArrowUp:hover, a.jScrollArrowDown:hover {
	background-position: 0 -9px;
}


a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -18px;
}
