@import url('reset.css');

html,body { width: 100%; }

body {
	background: #333 url(/images/background.jpg) top left no-repeat;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.float_left, .left { float: left; }
.float_right, .right { float: right; }

.hr { width: 100%; height: 1px; overflow: hidden; background-color: #ccc; }

.hr hr { display: none; }

/* slightly enhanced, universal clearfix hack */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */

.center {
	text-align:center;
}

strong {
	font-weight: bold;
}

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    list-style-type: disc;
}
.info li, .success li, .warning li, .error li, .validation li {
	margin-left: 10px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.info a,.info a:link {
	color: #00529B !important;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.success a,.success a:link {
	color: #4F8A10 !important;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.warning a,.warning a:link {
	color: #9F6000 !important;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.error a,.error a:link {
	color: #D8000C !important;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
}

.message {
	background:#eee; 
	color:#000;
	display:none;
	width:95%;
	padding:10px;
}

/* @end */

/* @group Site */

#container {
	width: 949px;
	margin: 0 auto;
	padding-top: 30px;
}
#container .promoheader { margin: 0 0 15px 0; }
#promoheader-pad { text-align: center; }

#container-body { background: url(/images/content_bg.png) top left repeat-y; }
#container-body-pad { padding: 5px 19px; }

#logo {
	margin: 0 0 9px 12px;
}



/* @group Quick Nav */

#quicknav {
	position: absolute;
	margin: 15px 0 0 750px;
	width: 195px;
}
#quicknav select {
	padding: 5px 10px 5px 5px;
	width: 185px;
}

/* @end */

/* @group Menu */

#menu {
	background: url(/images/nav_bg.png) top left no-repeat;
	height: 45px;
}
#menu ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: 0;
}
#menu ul li {
	float: left;
}
#menu ul li a{
	background: url(/images/nav_divide.png) no-repeat right bottom;
	display: block;
	padding: 17px 15px 14px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #333;
}
#menu ul li a.home {
	background: none;
	padding: 10px 18px 10px 22px;
}
#menu ul li a.nobg {
	background: none;
}

/* @end */

/* @group Sidebars */

/* @group Left */

#sidebar-left {
	float: left;
	width: 218px;
	margin-right:20px;
}
#sidebar-left form {
	width:193px;
}
#sidebar-left-min {
	float: left;
	width: 194px;
	margin-right:20px;
}
#sidebar-left-large {
	float: left;
	width: 289px;
	margin-right:20px;
}
#sidebar-left-large form {
	width:260px;
}
#sidebar-left-large2 {
	float: left;
	width: 296px;
	margin-right:20px;
}
#sidebar-left-large2 form {
	width:264px;
}

#sidebar-left-large3 {
	float: left;
	width: 291px;
	margin-right:20px;
}
#sidebar-left-large3 form {
	width:264px;
}

/*.sb-left {
	margin-left: 228px;
}
.sb-left-min {
	margin-left: 214px;
}
.sb-left-large {
	margin-left: 309px;
}
.sb-left-large2 {
	margin-left: 316px;
}
.sb-left-large3 {
	margin-left: 311px;
}*/

/* @end */

/* @group Right */

#sidebar-right {
	float: right;
	width: 297px;
	margin-left: 10px;
}
#sidebar-right-min {
	float: right;
	width: 219px;
	margin-left: 10px;
}
#sidebar-right-min a img, #sidebar-right-min img {
	margin-bottom: 10px;
}
.has-sidebar-right {
/*	width:400px;*/
}
.has-sidebar-right-min {
/*	width:400px;*/
}

/* @end */

/* @end */

/* @group Box */

/* @group Regular */

#box #box-title {
}
#box #box-container {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	padding: 10px;
}
#box #box-container h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* @group Form */

#box #box-container form label {
	display: block;
	font-size: 1.3em;
	color: #89987B;
	font-weight: bold;
}
#box #box-container form.color-purple label {
	color: #3E324A;
}
#box #box-container form ul li {
	float: left;
	width: 130px;
	font-size: 1.3em;
}
#box #box-container form div.submit {
	margin-top: 10px;
	text-align: center;
}
#box #box-container form div.submit-right {
	margin-top: 10px;
	text-align: right;
}

/* @end */

/* @end */

/* @group Large */

#box-large #box-title {
}
#box-large #box-container {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#box-large #box-container h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* @group Form */

#box-large #box-container form label {
	display: block;
	font-size: 1.3em;
	color: #89987B;
	font-weight: bold;
}

#box-large #box-container form ul li {
	float: left;
	width: 130px;
	font-size: 1.3em;
}

#box-large #box-container form div.submit {
	margin-top: 10px;
	text-align: center;
}

/* @end */

/* @end */

/* @group Large2 */

#box-large2 {
	width: 666px;
}
#box-large2 h2 {
	background: url(/images/colheaders/todayclasses.jpg) top left no-repeat;
	color: #FFF;
	font-size: 1.3em;
	padding: 12px 0 10px 15px;
}
#box-large2 h2 .right {
	float: right;
	margin-right: 20px;
}
#box-large2 h2 .right a {
	float: left;
	display: block;
	color: #FFF;
	font-size: .8em;
	text-decoration: none;
	margin-left: 20px;
}
#box-large2 h2 .right a img {
	vertical-align: middle;
	margin-left: 5px;
}
#box-large2 #box-large2-container {
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#box-large2 #box-large2-container-thin {
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#box-large2 #box-large2-container table {
	width: 100%;
}
#box-large2 #box-large2-container table td {
	text-align: left;
	padding: 4px;
}

#box-large2 #box-large2-container table tr.description { 
	font-size: 1.0em;
}

#box-large2 #box-large2-container table tr.odd, #box-large2 #box-large2-container table tr.description.odd { 
	background-color: #c4c4c4;
}


/* @group Form */

#box-large2 #box-large2-container form label {
	display: block;
	font-size: 1.3em;
	color: #89987B;
	font-weight: bold;
}
#box-large2 #box-large2-container form select {
	margin-bottom: 10px;
	padding: 5px 10px 5px 5px;
	width: 150px;
}
#box-large2 #box-large2-container form ul li {
	float: left;
	width: 130px;
	font-size: 1.3em;
}
#box-large2 #box-large2-container form div.submit {
	margin-top: 10px;
	text-align: center;
}

/* @end */

/* @end */

/* @group Large3 */

#box-large3 #box-large3-container {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	padding: 8px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

/* @group Form */

#box-large3 #box-large3-container form div.submit {
	margin-top: 10px;
	text-align: right;
}

/* @end */

/* @end */

/* @end */

/* @group Promos */

/* @group Small Generic
 */

#promo-small-generic {
	float: left;
	width: 295px;
	height: 183px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
	margin-left: 6px;
}
#promo-small-generic div {
	width: 140px;
	margin: 80px 0 0 20px;
}
#promo-small-generic div img {
	margin-top: 10px;
}

.promo-bottom{
	float: left;
/*	margin-top: -5px;*/
}

/* @end */

/* @group Rewards */

#promo-rewards {
	float: left;
	background: url(/images/promos/promo-small-rewards.jpg) top left no-repeat;
	width: 297px;
	height: 173px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
}
#promo-rewards p {
	padding: 70px 15px 10px;
}
#promo-rewards a img, #promo-rewards a span {
}

/* @end */

/* @group Groups */

#promo-groups {
	float: left;
	background: url(/images/promos/promo-small-groups.jpg) top left no-repeat;
	width: 605px;
	height: 172px;
	margin-left: 2px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
}

#promo-groups div.left {
	float: left; 
	width: 220px; 
	margin: 45px 0 0 180px;
}

#promo-groups div.right {
	margin-top: 45px; 
	width: 180px; 
	float: right;
}

#promo-groups li {
	float: left;
	width: 75px;

}

#promo-groups form select {
	width: 150px;
	padding: 5px 10px 5px 5px;
}

#promo-groups form .selectpadding {
	margin: 0 15px;
	font-weight: bold;
	font-size: 1.2em;
}

/* @end */

/* @group Find a Club */

#promo-findaclub {
	float: left;
	background: url(/images/promos/promo-small-findaclub.jpg) top left no-repeat;
	width: 297px;
	height: 86px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
}
#promo-findaclub div {
	padding: 42px 0 0 15px;
}
#promo-findaclub div img {
	vertical-align: middle;
}

/* @end */

/* @end */

/* @group Content */

#content{
	font-size: 1.1em;
	font-weight: lighter;
	color: #4d4d4d;
	float: left;
}

#content h1 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4D4D4D;
}
#content b {
	font-weight: bold;
}
#content a {
	color: #000;
}

#content #contactinfo, #content #askQuestion-form {
	width: 450px;
	float: left;
}

#content #subinfo, #subinfo-contact {
	width: 130px;
	float: right;
}

#content #subinfo h2, #subinfo-contact h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content #subinfo .section, #subinfo-contact .section {
	margin: 0 0 8px 5px;
}

#content .clear-fix {
	width:590px;
}

#subinfo-contact h2 {
	text-transform: uppercase;
}

#content .askQuestion-info {
	width: 435px;
	float: left;
	margin-right: 10px;
}

.member-body {
	width: 580px;
}

.careers {
	width: 590px;
}

#content ul {
	list-style: disc inside;
	margin-bottom: 20px;
	font-size: 1.3em;
}

#content p {
	font-size: 1.3em;
	margin-bottom: 20px;
}

/* @end */

/* @group Nutrition Blog */

#blog-content {
	width: 676px;
	margin-right: 15px;
	color: #4D4D4D;
	float: left;
}

#blog-sidebar {
	width: 200px;
	float: right;
}

#blog-sidebar h1 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #4D4D4D;
	margin-bottom: 10px;
}

#blog-sidebar a {
	font-size: 1.4em;
	color: #4D4D4D;
	text-decoration: none;
}

#blog-sidebar a:hover {
	text-decoration: underline;
}

.blog-headline {
	font-size: 2.4em;
	width: 440px;
	margin-left: 0px;
	float: left;
}

.blog-category {
	font-size: 1.4em;
	padding-top: 5px;
	width: 175px;
	float: right;
}

.blog-category span {
	font-weight: 700;
}

#blog-content .teaser-image {
	float: left;
	margin: 20px 10px 0 0;
}

#blog-content .body, #blog-content .teaser {
	font-size: 1.4em;
	margin-top: 20px;
}

#blog-content .body p {
	margin-top: 20px;
}

#blog-content .blog-date {
	float: left;
	background: url(/images/caldate.png) top left no-repeat;
	width: 39px;
	height: 31px;
	text-align: center;
	font-weight: bold;
}

#blog-content .blog-date div {
	width: 35px;
}

#blog-content .blog-date .month {
	color: #FFF;
}

.readmore { 
	background: url(../images/buttons/button_readmore.jpg) no-repeat; 
	width: 148px;
	height: 23px;
}



/* @end */



/* @group Form */

#content form {
	width: 420px;
}
/*#content form.left-right {
	width: 678px;
}*/
/*#content form input.text {
	width: 200px;
	margin: 0 5px 10px 0;
}*/
/*#content form input.long {
	width: 425px;
	margin: 0 5px 10px 0;
}*/
/*#content form input.radio {
	margin-bottom: 10px;
}*/
/*#content form input.right {
	float: right;
}*/
/*#content form select {
	padding: 5px 10px 5px 5px;
	margin-bottom: 10px;
}*/
/*#content form textarea {
	width: 430px;
	height: 130px;
}*/
#content form .submit {
	margin-top: 10px;
}

/* @end */

/* @group Misc */

#content .spacing-top {
	margin-top: 10px;
}

/* @end */

/* @group Footer */

#footer {
	background: url(/images/footer_bg.png) top left no-repeat;
	height: 139px;
	padding: 20px 15px 10px 15px;
	text-align: center;
	font-size: 1.1em;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}
#footer ul li {
	float: left;
	padding: 0 10px 10px 10px;
}
#footer ul li a {
	color: #505050;
	text-decoration: none;
}
#footer p {
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Find a Club */
#find-a-club { position: absolute; background: url(/images/locate_bg.png) top left no-repeat; width: 202px; height: 114px; margin: 0 0 0 720px; }
#find-a-club-pad { padding: 15px; }
#find-a-club input { padding: 0; margin: 0; }
#find-a-club h2 { color: #fff; height: 30px; padding: 2px 0 0 28px; font-size: 1.2em; font-weight: bold; }
#find-a-club a { color: #fff; text-decoration: none; }

/* @end */

/* @group Locations */

/* @group Search */

.location {
	margin: 0 0 10px 0;
	width: 595px;
}
.location h2 {
	background: url(/images/colheaders/location.jpg) top left no-repeat;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	padding: 7px 0 7px 15px;
}
.location h2 a {
	color: #FFF;
	text-decoration: none;
}
#content .location h2 a {
	color: #FFF;
	text-decoration: none;
}
.location .location-container {
	border: 1px solid #8D8D8D;
	padding: 10px;
/*	margin-top: -3px;*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	height: 125px;
}
.location .image {
	float: left;
	margin-right: 10px;
}
.location .distance {
	float: right;
	padding-right: 10px;
}

/* @end */



/* @end */

/* @group Activity */

.activity {
	background-color: #EEF4EA;
	padding: 15px;
}
.activity:last-child {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.activity:nth-child(even) {
	background-color: #EFEFEF;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.activity .activity-date {
	float: left;
	background: url(/images/caldate.png) top left no-repeat;
	width: 39px;
	height: 31px;
	text-align: center;
	font-weight: bold;
}
.activity .activity-date div {
	width: 35px;
}
.activity .activity-date .month {
	color: #FFF;
}
.activity .activity-content {
	margin-left: 60px;
}
.activity .activity-content p {
	margin-top: 10px;
}

/* @end */

/* @group Forms */

.input, .select, .textarea {
	background:#fff;
	border: 1px solid #aaa;
	color: #333;
	padding:5px;
	margin: 8px 2px 10px 0;
	font-size:14px;
	font-weight:700;
}

#contactUs .input, #contactUs .select, #contactUs .textarea {
	color: #666;
	font-size: 13px;
}

#careerForm label {
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	color: #89987b;
	margin: 10px 0 0 0;
}

#careerForm {
	font-weight: bold;
}

#careerForm input.submit_career {
	background: url(/images/b_findCareer.jpg) no-repeat 0 0;
	display: block;
	width: 122px;
	height: 28px;
	margin: 15px auto 0;
}

.input {
	width:475px;
}

.select {
	width: 385px;
}

.checkbox, .radio {
	margin: 10px 0 0 0;
}

label {
	font-weight: bold;
}

/* @group Size */

.input.small, select.small {
	width:25%;
}

select.small {
	width:30%;
}

input.medium {
	width:65%;
}

select.medium {
	width:70%;
}

input.large, textarea.textarea {
	width:75%;
}

select.large {
	width:80%;
}

input.full, textarea.full {
	width:97%;	
}

input.half {
	width:46.3%;	
}

input.first_half {
	width:45%;
	margin-right: 4px;
}

input.second_half {
	width:44%;	
	margin: 0;

}

select.full {
	width:100%;	
}

textarea.small {
	height:5.5em;
}

textarea.medium {
	height:10em;
}

textarea.large {
	height:20em;
}

/* @end */

/* @group Buttons */

.submit {
	border: 0px;
	outline: none;
	cursor: pointer;
}

.download {
	background: url(../images/buttons/button_download.png) no-repeat; 
	width: 121px;
	height: 26px;
	margin: 20px 0 0 30px;
	position: absolute;
}

.findclub { 
	background: url(../images/buttons/button_findclub.jpg) no-repeat; 
	width: 121px;
	height: 26px;
}

.findevent { 
	background: url(../images/buttons/button_findevents.jpg) no-repeat; 
	width: 121px;
	height: 26px;
}

.findclass { 
	background: url(../images/buttons/button_findclass.jpg) no-repeat; 
	width: 121px;
	height: 26px;
}

.findoutmore{
	background: url(../images/buttons/button_findoutmore.png) no-repeat;
	width: 120px;
	height: 26px;
	float: right;
	margin-right: 30px;
}

.submit_button { 
	background: url(../images/buttons/button_submit.jpg) no-repeat; 
	width: 87px;
	height: 26px;
}

.locate {
	background: url(../images/buttons/button_locate.png) no-repeat;
	width:  61px;
	height: 27px;
	margin: 4px 0 0 10px;
}

/* @end */
/* @end */


/* @group Row Description */

.row-description {
	
	padding-top: 10px;
	font-size: 11px;
}

.schedule:hover .row-description {
	visibility: visible;
}

/* @end */

/* @group Club */

#club-slider-outer {
	width: 450px;
	height: 234px;
	position: relative;
	float: left;
	margin: 0 0 10px 5px;
}

#club-slider {

}

#club-slider ul, #club-slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#club-slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 450px;
	height: 234px;
	overflow: hidden; 
}

#prevBtn, #nextBtn {
	text-indent: -99999px;
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
}

#prevBtn {
	top: 90px;
	left: 5px;
}

#nextBtn {
	top: 90px;
	right: 5px;
}

#prevBtn a:link, #prevBtn a:visited, #prevBtn a:active {
	background: url(/images/left-arrow.png) no-repeat 0 0;
	display: block;
	height: 46px;
	width: 46px;
}
#nextBtn a:link, #nextBtn a:visited, #nextBtn a:active {
	background: url(/images/right-arrow.png) no-repeat 0 0;
	display: block;
	height: 46px;
	width: 46px;
}

#club-promo {
	background: url(/images/promos/promo-clubhome.jpg) top left no-repeat;
	width: 489px;
	height: 234px;
	overflow: hidden;
	margin: 0 0 10px 0;
	float: left;
}

#club-promo h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin: 19px 0 6px 19px;
}

#clubPromo-body {
	margin: 0 0 0 20px;
	color: #fff;
	width: 415px;
	height: 135px;
}

#clubPromo-body ul {
	list-style: none;
	width: 45%;
	float: left;
	height: 135px;
	overflow: hidden;
}

#clubPromo-body ul li {
	display: block;
	float: left;
	width: 180px;
	margin: 0 10px 5px;
}

/* deleting this kludge
a.clubPromo-view:link, a.clubPromo-view:active, a.clubPromo-view:visited {
	background: url(/images/b_viewallAmenities.jpg) no-repeat 0 0;
	display: block;
	width: 147px;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0 0 0 265px;
}
*/
a.clubPromo-amenities {
	margin-left: 20px;
}

a.clubPromo-video {
	margin-left: 10px;
}

.clubHome-side a:link, .clubHome-side a:visited, .clubHome-side a:active {
	color: #666;
	text-decoration: none;
}

.clubHome-side a:hover {
	text-decoration: underline;
}

.clubHome-side p {
	margin-bottom: 12px;
	color: #666;
}

.clubHome-side h2 {
	color: #584a67;
	font-size: 15px;
	text-transform: uppercase;
}

.clubHome-mid {
	width: 445px;
}

.clubHome-mid #box-large2 {
	width: 445px;
}

#club-description {
	margin: 10px 0 15px;
}

#club-description h1 {
	border: 0;
	margin: 0 0 6px;
	padding: 0;
	font-size: 14px;
}

#club-description p {
	line-height: 1.4;
}

#club-description strong, #club-description b {
	font-weight: 700 !important;
}

#club-description i, #club-description em {
	font-style: italic;
}



.clubHome-mid #box-large2 h2 {
	background: url(/images/colheaders/clubhome-small.jpg) top left no-repeat;
	color: #FFF;
	font-size: 1.3em;
	padding: 12px 0 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.clubHome-mid #box-large2 h2 span {
	float: right;
	margin: 3px 13px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	display: inline;
}

.clubHome-mid #box-large2 h2 span a {
	color: #fff;
	text-decoration: none;
}
.clubHome-mid #box-large2 h2 span a:hover {
	color: #fff;
	text-decoration: underline;
}

#club-events {
	float: left;
}

#club-events p {
	margin: 0 0 8px 0;
}

.club-event {
	background: #f1f2f2;
	float: left;
	width: 443px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.club-event-alt {
	background: #e7e7e7;
	float: left;
	width: 443px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.event-date {
	background: url(/images/event-date.png) no-repeat 0 0;
	display: block;
	width: 41px;
	height: 33px;
	float: left;
	margin: 10px 15px 10px 10px;
}

.event-month {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.event-day {
	display: block;
	text-align: center;
}
.event-info{width:340px;float:right;margin:10px 10px 10px 8px;}
.event-info p{margin:0 0 8px 0;}
.event-info2{padding:10px 10px 10px 8px;font-weight:normal;}
.event-info2 p{}

#event-paging {
	width: 650px;
	display: block;
	height: 20px;
	text-align: right;
	padding: 4px 0 4px;
	font-size: 1.1em;
}

#event-paging p {
	font-size: 1.1em;
}

#event-paging span {
	
}

#event-paging a:link, #event-paging a:visited, #event-paging a:active {
	color: #8c8c8c;
	text-decoration: none;
	border: 1px solid #cfcfcf;
	padding: 2px 5px;
	margin: 0 0 0 4px;	
}
#event-paging a:hover {
	color: #666;
	text-decoration: none;
}

#sidebar-right2 {
	float: left;
	width: 219px;
	height: 800px;
	margin: 0 0 0 10px;
}

#sidebar-right2 h2.class-schedule {
	background: #fff url(/images/colheaders/classschedule.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 1.3em;
	padding: 12px 0 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.clubHome-sideRight #box-container {
	margin-left: 1px;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: bold;
}

form#chooseClass select {
	width: 195px;
	margin: 6px 0 8px;
}

a.downloadSchedule:link, a.downloadSchedule:visited, a.downloadSchedule:active {
	background: url(/images/i_pdf.jpg) no-repeat center left;
	text-decoration: none;
	display: block;
	height: 22px;
	padding: 0 0 0 25px;
	color: #455560;
	font-weight: bold;
	font-size: 9px;
}

a.downloadSchedule:hover {
	text-decoration: underline;
}

.viewAll-classes {
	background: url(/images/b_viewall.jpg) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 88px;
	height: 26px;
	float: right;
}

h2.class-schedule span, h2.club-blogPosts span {
	float: right;
	margin: 3px 13px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

h2.club-blogPosts span {
	margin: 3px 8px 0 0;
}

h2.class-schedule span a, h2.club-blogPosts span a {
	color: #fff;
	text-decoration: none;
}
h2.class-schedule span a:hover, h2.club-blogPosts span a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar-right2 h2.club-blogPosts {
	background: #fff url(/images/colheaders/blogposts.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 1.3em;
	padding: 12px 15px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 13px 0 0;
}

.clubHome-sideRight #box-container p {
	color: #38555f;
	margin: 0 0 13px;
	font-weight: normal;
}

/* @end */

/* @group Find a Club Lightbox */

#findaclub {

}

#findaclub-wrapper {
	background: url('/images/fancybox/findclub_bg.jpg') no-repeat 0 0;
	width: 777px;
	height: 325px;
}

#findaclub-wrapper h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 195px;
	padding: 65px 0 0;
}

#findaclub-wrapper form {
	margin: 85px 0 0 210px;
	float: left;
	width: 565px;
}

#findaclub-wrapper form fieldset {
	float: left;
	margin: 0;
	width: 245px;
}

#findaclub-wrapper form fieldset.locationWork {
	margin-right: 45px;
}

#findaclub-wrapper form input {
	border: 2px solid #d9d9d9;
	color: #a6a6a6;
	padding: 3px 8px;
	width: 235px;
	margin: 0 0 25px;
}

#findaclub-wrapper form input.findSubmit {
	clear: left;
	display: block;
	background: #fff url(/images/fancybox/b_findaclub.jpg) no-repeat 0 0;
	width: 121px;
	height: 26px;
	text-indent: -99999px;
	border: 0;
	margin: 0 auto;
}

#findaclub-wrapper a:link, #findaclub-wrapper a:visited, #findaclub-wrapper a:active {
	color: #80b2c4;
	font-size: 12px;
	float: right;
	margin: 0 10px 0 0;
}

/* @end */

/* @group Careers */

.careerPost {
	padding: 0 0 40px;
	margin: 0 0 17px;
	border-bottom: 1px solid #666;
}

.careerPost h3 {
	font-weight: bold;
	font-size: 12px;
}

a.applyNow:link, a.applyNow:active, a.applyNow:visited {
	background: url(/images/b_applyNow.jpg) no-repeat 0 0;
	display: block;
	width: 122px;
	height: 28px;
	text-indent: -99999px;
	float: right;
}

#careersForm-inner {
	background: #fff;
	color: #333;
	padding: 35px;
}

#careersForm-inner h2 {
	font-size: 2.4em;
	margin: 0 0 15px;
}

#careersForm-inner form {
	margin: 0 0 0 20px;
	width: 300px;
}

#careersForm-inner form label {
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 4px;
}

#careersForm-inner form input {
	border: 1px solid #888;
	width: 225px;
	padding: 5px 6px;
	margin: 0 0 10px;
}

#careersForm-inner form input.upload_field, #careersForm-inner input.submit_button {
	border: 0;
	padding: 0;
}

#careersForm-inner input.submit_button {
	margin: 0 0 0 155px;
}

/* @end */

/* @group Locations Lightbox */

#locations-inner {
	background: #fff;
	color: #333;
	padding: 35px 20px 0 20px;
}

#locations-inner h2 {
	font-size: 2.0em;
	margin: 0 0 15px;
}
/* @end */


.clear {
	clear: both;
}


/* kids activities */
#kidsactivities ul { font-size: .9em; color: #666; list-style-type: square; margin-left: 20px; margin-top: 2px; }
#kidsactivities li { padding: 2px 0; }
#kidsactivities li a { color: #666; text-decoration: underline; }
#kidsactivities li a:hover { color: #333; text-decoration: underline; }
.kidsactivity-content { background-color: #ffffff; color: #666; font-size: 1.2em; width: 400px; height: 420px; }
.kidsactivity-content p { margin: 5px 0 0 0; }
.kidsactivity-content h3 { color: #333; margin: 5px 0 0 0; font-size: 1.4em; }
.kidsactivity-content a { color: #666; text-decoration: underline; }
.kidsactivity-content a:hover { color: #333; text-decoration: underline; }

/* subfooter */
#subfooter { border-top: 1px solid #ccc; margin-top: 7px; padding-top: 5px; text-align: left; }

/* footer-lint */
#footer-lint { float: right; width: 300px; text-align: right; }
#footer-lint img { border: none; vertical-align: baseline; margin-left: 10px; }

/* personal training */
#pt_submenu { float: left; width: 170px; background: #fff; text-align: right; }
#pt_submenu ul { list-style: none; }
#pt_submenu li { padding: 5px 20px 5px 0; }
#pt_submenu li a { color: #666; text-decoration: underline; }
#pt_submenu li a:hover { color: #333; text-decoration: underline; }
#pt_submenu li.selected { background: url(/images/bg_pt_submenu.jpg) center right no-repeat; }
#pt_submenu li.selected a { font-weight: bold; text-decoration: none; }

#pt_content { margin-left: 180px; }
