@import url('css/960_12_col.css');

html, body {
    background: #F2F2F2;
	font-family: Arial;
	font-size: 12px;
	color: #696969;
}

.pngfix {
	behavior: url(/south/assets/js/iepngfix.htc);
}

.on-top
{
  z-index: 10000;
}

	
.clear { clear: both; }
img { border: 0px; }
a { color: #ff9900; text-decoration: none; }
a:active, a:focus { outline: 0; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0; padding: 0; font-weight: 100; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
p { line-height: 20px; }
font { font-size: 12px; }

.border {
	border:2px solid #acacac;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
	}

h1 {
    font-weight: bold;
    border-bottom: 1px solid #3e3e3e;
    color: #3e3e3e;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h1 sup {
    font-size: 10px;
}

#wrap {
    width: 960px;
    margin: 0 auto;
	background-color:#ffffff;
}

#header {
    background: url(images/header.png) no-repeat;
    width: 960px;
    height: 142px;
    position: relative;
}

#header .advertise {
	display:block;
	width:161px;
	height:13px;
	top:97px;
	left:770px;
	position:absolute;
	}
	
#header .member-benefits-link {
	display:block;
	width:219px;
	height:16px;
	top:110px;
	left:715px;
	position:absolute;
	z-index:10;
	}
	
#header .go-north {
	display:block;
	width:131px;
	height:16px;
	top:10px;
	left:805px;
	position:absolute;
	z-index:10;
	}
	
#header .bannerAd {
	display:block;
	width:468px;
	height:60px;
	top:31px;
	left:467px;
	position:absolute;
	}

#menu {
    position: absolute;
    top: 142px;
    left: 0px;
    margin: 0;
    padding: 0;
	height:40px;
	width:960px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;

}

#nav-index a, #nav-experience a, #nav-membership a, #nav-xercise a, #nav-about a, #nav-contact a, #nav-gym-locator a, #nav-community a, #nav-personal-training a, #nav-twitter a, #nav-facebook a {
	background: url(images/menu3.jpg);
	display: block;
	float: left;
	height: 40px;
	text-indent: -9999px;
	border-right:1px solid #525252;
}

#nav-index {	
/*	margin-left:4px;
*/	_display:inline;
	}
	
#nav-index a {
	background-position: 0px 0px;
	width: 70px;
}
#nav-index:hover a, .page-index #nav-index a {
	background-position: 0px -40px;
}
#nav-experience a {
	background-position: -75px 0px;
	width: 145px;
}
#nav-experience:hover a, .page-engineering #nav-experience a {
	background-position: -75px -40px;
}

/*#menu #nav-experience:hover ul {
    *margin: 40px 0 0 -157px;
	_margin: 40px 0 0 -157px;
}*/

#nav-membership a {
	background-position: -220px 0px;
	width: 103px;
}
#nav-membership:hover a, .page-engineering #nav-membership a {
	background-position: -220px -40px;
}

#nav-personal-training a {
	background-position: -324px 0px;
	width: 141px;
}
#nav-personal-training:hover a, .page-technical #nav-personal-training a {
	background-position: -324px -40px;
}


#nav-xercise a {
	background-position: -465px 0px;
	width: 124px;
}
#nav-xercise:hover a, .page-technical #nav-xercise a {
	background-position: -465px -40px;
}


#nav-about a {
	background-position: -590px 0px;
	width: 76px;
}
#nav-about:hover a, .page-news #nav-about a {
	background-position: -590px -40px;
}

#nav-community a {
	background-position: -667px 0px;
	width: 98px;
}
#nav-community:hover a, .page-news #nav-community a {
	background-position: -667px -40px;
}


#nav-contact a {
	background-position: -765px 0px;
	width: 78px;
}
#nav-contact:hover a, .page-contact #nav-contact a {
	background-position: -765px -40px;
}

#nav-gym-locator a {
	background-position: -842px 0px;
	width: 116px;
}
#nav-gym-locator:hover a, .page-contact #nav-gym-locator a {
	background-position: -842px -40px;
}

#nav-twitter a {
	background-position: -841px 0px;
	width: 41px;
}
#nav-twitter:hover a, .page-contact #nav-twitter a {
	background-position: -841px 0px;
}

#nav-facebook a {
	background-position: -882px 0px;
	width: 44px;
}
#nav-facebook:hover a, .page-contact #nav-facebook a {
	background-position: -882px 0px;
}

#menu li {
    list-style: none;
/*    padding: 0 20px 0 20px;
*/    float: left;
	position:relative;
}

#menu ul li a {
    display: block;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    font-size: 13px;
}

#menu a:hover {
    color: #897b25;
    text-decoration: none;
}

#menu li ul {
    margin: 40px 0 0 0;
    *margin: 40px 0 0 0px;
    padding: 0;
    position: absolute;
    visibility: hidden;
	width:200px;
	left:0;
	z-index:1000;
}

#menu li ul li {
    padding: 0px;
    float: none;
    display: inline;
	width: 200px;
}

#menu li ul li a {
    width: 200px;
    background: #717171;
    color: #fff;
    padding: 5px 12px;
    cursor: pointer;
	text-indent:0;
	height:auto;
}

#menu li ul li a:hover {
    background: #949494;
    color: #fff;
}

#contentWrapper {
	background-image:url(images/top_grad.png);
	background-repeat:no-repeat;
	-moz-box-shadow: 0px 5px 5px 5px #e6e6e6;
	-webkit-box-shadow: 0px 5px 5px 5px #e6e6e6;
	box-shadow: 0px 5px 5px 5px #e6e6e6;
	position:relative;
}

#contentWrapper #content {
	margin: 40px 28px 15px 28px;
	padding-top:40px;
}

#footer {
    margin: 0 auto;
    width: 900px;
    color: #696969;
    font-size: 12px;
	margin-top:15px;
	margin-bottom:30px;
}

#footer a.greyLink {
	color: #696969; 

}

/* homepage styles */

#hp-left {
	width:397px;
	float:left;
	padding-right:42px;
}

#hp-right {
	width:465px;
	float:left;
}

#hp-riders {
    float: left;
	padding:14px;
	width:365px;
	margin-bottom:15px;
}

#hp-video {
    float: left;
}


#hp-features {
	width:397px;
	float:left;
/*	background-image:url(images/left_grad.png);
	background-repeat:no-repeat;*/
	margin-top:15px;
}

#hp-features .fl {
	padding-left:6px;
	margin-bottom:10px;	
	width:387px;
	}

#hp-our-history {
	float: right;
	width: 465px;
	padding-bottom:0px;
}


#hp-our-history div {
	padding:0px 15px 10px 0px;
}


#hp-rotate {
    float: right;
	width: 465px;
/*	background-image:url(images/right1_grad.png);
	background-repeat:no-repeat;*/
	padding-bottom:5px;
	margin-bottom:27px;
	height:150px;
}

#hp-rotate .adiv {
	padding:5px 15px 5px 15px;
	
}
#hp-trial-membership {
    float: right;
	width: 465px;
/*	background-image:url(images/right1_grad.png);
	background-repeat:no-repeat;*/
	padding-bottom:5px;
	margin-bottom:27px;
}

#hp-trial-membership .adiv {
	padding:20px 15px 5px 15px;	
}

#hp-trial-membership div.fl {
	padding:0;
	padding-right:10px;
	}

#hp-member-benefits {
    float: right;
	width: 465px;
/*	background-image:url(images/right1_grad.png);
	background-repeat:no-repeat;*/
	padding-bottom:0px;
	margin-bottom:0px;
}


#hp-member-benefits .adiv {
	padding:20px 15px 15px 15px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a.orangeButton {
	width:154px;
	height:28px;
	background-image:url(images/orange_button.png);
	background-repeat:no-repeat;
	display:block;
	}
	
a.orangeButton:hover {
	width:154px;
	height:28px;
	background-image:url(images/orange_button.png);
	background-position:0px -28px;
	background-repeat:no-repeat;
	display:block;
}

a.orangeButton b {
	display:none;
	}

a.blueButton {
	width:154px;
	height:28px;
	background-image:url(images/blue_button.png);
	background-repeat:no-repeat;
	display:block;
	margin-top:-40px;

	position:relative;
	}
	
a.blueButton:hover {
	width:154px;
	height:28px;
	background-image:url(images/blue_button.png);
	background-position:0px -28px;
	background-repeat:no-repeat;
	display:block;
}

a.blueButton b {
	display:none;
	}
	
.clear {
	clear:both;
	padding:0;
	}

#hp-trial-membership .clear, #hp-features .clear, #hp-our-history .clear  {
	padding:0;
	}

/* secondary page styles */

#content .left {
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
}

#content .right {
    float: left;
    width: 520px;
}

img.contextual {
    border: 1px solid #808080;
    margin: 5px;
    padding: 3px;
}

/*Rotational Photo */		

#rotation, #rotation li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#rotation li{
	display:none; /* hide the items at first only to display one with javascript */
	}





/**
 * jQuery Lightbox
 * Version 0.5 - 11/29/2007
 *
 *
 */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/south1/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/south1/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/south1/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #B71419;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* $100,000 Challenge Template*/

#south_challenge #challenge_content {
	width:600px;
	float:left;
}

#south_challenge #side {
	width:300px;
	float:left;
}

#south_challenge h1 {
	text-transform:none;
	border:none;
}

/*Hours of Operation*/

#hoo {
	position:relative;
	width:906px;
	height:281px;
	background-image:url(images/website_hours.jpg);
	background-repeat:no-repeat;
}

#hoo .mon {
	position:absolute;
	font-weight:bold;
	left:267px;
	top:46px;
}

#hoo .tue {
	position:absolute;
	font-weight:bold;
	left:87px;
	top:79px;
	color:#999999;
}

#hoo .wed {
	position:absolute;
	font-weight:bold;
	left:87px;
	top:112px;
	color:#999999;
}

#hoo .thu {
	position:absolute;
	font-weight:bold;
	left:87px;
	top:145px;
	color:#999999;
}

#hoo .fri {
	position:absolute;
	font-weight:bold;
	left:792px;
	top:178px;
}

#hoo .sat {
	position:absolute;
	font-weight:bold;
	left:474px;
	top:211px;
}

#hoo .sun {
	position:absolute;
	font-weight:bold;
	left:474px;
	top:243px;
}

/* GP Inc Edits */
#page-freeze #content {font-size:14px;line-height:21px;}
#page-freeze .terms {font-weight:bold;}
#calendar {margin:0 0 15px;}
.form {width:650px;margin:0 auto;font-size:15px;}
.field {display:block;margin:0 0 15px}
.field label {display:block;font-weight:bold;}
.field .text {width:250px;padding:2px 5px 2px 2px;font-size:14px;}
.field .textarea {width:100%;padding:0;font-size:14px;height:60px}
.notification, .warning, .success {padding:10px;margin:0 0 15px;position:relative;background:#fff4bd;border:1px solid #f7cb6c;color:#C47501;line-height:17px;text-align:center}
.warning, .error {background:#ffdbdb;border:1px solid #f8aaaa;color:#a54141;}
.form .buttons {list-style:none;margin:0;padding:0;}
.success {background:#d9ffb2;border:1px solid #b4df90;color:#6d9a48}
.gc_title {height:16px;display:block;margin:25px 0 5px}
.gc_logo {width:100%;}

#rfi-request {margin-top:15px;}
.btn {height:41px;background:url(images/new_btns.png) no-repeat;display:inline-block;position:relative;padding:0 4px 0 14px;text-decoration:none;font-size:14px;line-height:45px;font-weight:bold;margin:0 10px 0 0}
.btn:hover {text-decoration:none;}
.btn strong {display:inline-block;position:absolute;right:-10px;width:10px;height:41px;background:url(images/new_btns.png) no-repeat;top:0;}
.btn-gold strong {background-position:-533px 0;}
.btn-gold {background-position:0 0;color:#695f0c}
.btn-grey strong {background-position:-533px -41px;}
.btn-grey {background-position:0 -41px;color:#fff}

.rfi-details h2 {text-align:center;font-weight:bold;margin:0 0 10px;}
.rfi-details .buttons {display:table;list-style:none;margin:0 auto;padding:0;}
.rfi-details .buttons li {display:inline;float:left;margin:0 5px 0 0;}

.rfi-info {margin:15px 25px 0;border:1px solid #ccc;padding:25px;font-size:13px;display:none;}
.rfi-info h2 {font-weight:bold;margin:0 0 10px;}
