/****************************************** layout ***************************************/

#wrap {
	width: 920px;
	margin: 0 auto;
	position: relative;
	
}

#mapWrap {
	width: 388px;
	height: 300px;
}


/****************************************** text ***************************************/

body {
	font-family: arial;
	background: url('/assets/images/bg2.gif') 50% top repeat-y;
}

/************************* header *********************/
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: url('/assets/images/newsBg.gif') left bottom no-repeat;
width: 402px;
height: 33px; 
margin: 0; 
padding: 0
overflow: hidden; 
position: absolute;
top: 0px;
left: 284px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 5px;
top: 8px;
width: 392px;
overflow: hidden;
}
#wrap ul.newsticker { /* that's your list */
position: relative;
left: 402px;
font: bold 14px arial;
list-style-type: none;
margin: 0;
padding: 0;
background: none;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0 0px 0 0;
background: none;
color: #fff;
_width: auto;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff;
font: bold 14px arial;
margin: 0 0px 0 0;
text-decoration: underline;
} 
ul.newsticker span {
margin: 0 0px 0 0;
}
/**************** newsflash *************/

ul.noJs {
    background: url('/assets/images/newsBg.gif') left bottom no-repeat;
    width: 340px;
    position: absolute;
    top: 0px;
    left: 290px;
    padding: 0 10px;
}

ul.noJs li {
    font: bold 14px arial;
    color: #fff;
    margin: 0 0 4px 0;
    
}

ul.noJs li a {
    font: bold 14px arial;
    text-decoration: underline;
    color: #fff;
}


#header {
	background: url('/assets/images/headerBgTwo.gif') left top no-repeat;
	height: 157px;
}

#header ul {
	width: 748px;
	float: left;
	margin: 129px 0 0px 0;
}

#logo {
	display: block;
	width: 164px;
	height: 151px;
	float: right;
}

#header ul li {
	float: left;
	position: relative;
}

#header ul li a {
	background: url('/assets/images/nav/navRight.gif') right top no-repeat;
	display: block;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#header ul li a.last {
	background: url('/assets/images/nav/navRightLast.gif') right top no-repeat;
}

#header ul li a.last:hover {
	background: url('/assets/images/nav/navRightLast.gif') right bottom no-repeat;
}

#header ul li a.on , #header ul li a.on:hover {
	background: url('/assets/images/nav/onstateRight.gif') right top no-repeat;	
}

#header ul li a.on span , #header ul li a.on:hover span {
	background: url('/assets/images/nav/onstate.gif') left top no-repeat;
}

#header ul li a span {
	background: url('/assets/images/nav/bg.gif') left top no-repeat;
	display: block;
	padding: 7px 6px 5px 19px;
	margin: 0 3px 0 0;
}

#header ul li a:hover {
	background: url('/assets/images/nav/navRight.gif') right bottom no-repeat;
}

#header ul li a:hover span {
	background: url('/assets/images/nav/bg.gif') left bottom no-repeat;
	display: block;
	padding: 7px 6px 5px 19px;
	margin: 0 3px 0 0;
}

/************************* drop downs css *********************/
	
	
#header li.sub ul {
	position: absolute;
	top: -101px;
	padding: 10px 6px 6px;
	left: -99999px;
	display: inline-block;
	display: block;
	border-left: 1px solid #51796d;
	border-right: 1px solid #51796d;
	border-bottom: 1px solid #51796d;
	border-top: 1px solid #51796d;
	
	z-index: 300000;
	width: auto;
	background: #71998d;
}

#header li.sub:hover ul {
	left: 0px;
}

#header li.sub ul li {
	clear: both;
	display: block;
	margin: 0;
	padding: 3px 0 6px 5px;
	width: 151px;
	background: url('/assets/images/nav/subDivide.gif') left bottom no-repeat;
}

#header li.sub ul li:last-child {
	background: none;
}

#header li.sub ul li a {
	font-size: 13px;
	color: #fff;
	margin: 0px;
	font-weight: normal;
	background: none;
	border: none;
}

#header li.sub ul li a:hover {
	text-decoration: underline;
	background: none;
}



/************************* index page *********************/

#index {
	background: url('/assets/images/boxWideTwo.png') left top repeat-x;
	margin: 10px auto 20px;
	width: 880px;
	padding: 10px;
}

#index h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 12px 0;
}

#index p {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	margin: 0 0 20px 0;
}


.indexCol {
	width: 270px;
	background: #4f4f4f url('/assets/images/greyBox.gif') left top no-repeat;
	padding: 10px;
	margin: 0 0 10px 0;
	min-height:450px;
	  height:auto !important;
	  height:450px;
}

.indexCol #calLink{
	color: #fff;
	font-size: 14px;
	background: url('/assets/images/threeDotsBig.gif') left top no-repeat;
	padding: 0px 0 4px 20px;
}

#calLink:hover {
	text-decoration: underline;
}

.indexCol img, .indexCol object {
	display: block;
	float: left;
	margin: 2px 12px 10px 0;
}

.indexCol div {

}

.indexCol h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 12px 0;
}

.indexCol ul {
	margin: 10px 0 20px 0;
}

.indexCol ul li {
	background: url('/assets/images/greyBullet.gif') 0px 1px no-repeat;
	margin: 0 0 9px 0;
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	line-height: 13px;
	
}

.indexCol  li a {
	color: #fff;
	line-height: normal;
}

.indexCol li a span {
    color: #81bfd7;
}

.indexCol li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.indexLeft {
	float: left;
}

.indexMiddle {
	float: left;
	margin-left:5px;
}

.indexRight {
	float: right;
}

/************************* main *********************/

#title {
	height: 32px;
	padding: 17px 0 0 14px;
	background: url('/assets/images/titleBack.gif') left top repeat-x;
}

#title h1 {
	font-size: 19px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	background: url('/assets/images/titleBg.gif') 100% 5px no-repeat;
	display: inline;
	padding: 0 15px 0 0;
}

#main {
	background-color: #2f2f2f;
}

#transDiv {
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
	background: #fff;
	height: 1px;
}

#innerL {
    width: 169px;
    float: left;
    padding: 10px 0 0 10px;
}

#innerL img {
    padding: 0 0 10px 0;
}

#innerM {
    width: 505px;
    padding: 10px 0 0 10px;
    float: left;
}


#innerR {
    width: 197px;
    float: left;
    padding: 10px 0 0 10px;
}

/************************* sub nav *********************/
/*
#innerR ul {
    border-top: 1px solid #344c45;
    
}

#innerR ul li {
    display: block;
}



#innerR ul li.on a {
    background: #464646 url('/assets/images/subNav/new/blackDots.gif') 2px 2px no-repeat;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

#innerR ul li.on a:hover {
    background: #464646 url('/assets/images/subNav/new/blackDots.gif') 2px 2px no-repeat;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

#innerR ul li a {
    display: block;
    background: #82c0ae url('/assets/images/subNav/new/greenDots.gif') 2px 2px no-repeat;
    padding: 7px 0 7px 23px;
    border-left: 1px solid #344c45;
    border-right: 1px solid #344c45;
    border-bottom: 1px solid #344c45;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#innerR ul li a:hover {
    background: #a2d6c7 url('/assets/images/subNav/new/greenDotsOn.gif') 2px 2px no-repeat;
}*/

#innerR ul {
    margin: 0 0 20px 0;
}

#wrap .sClear {
    height: 1px;
    background: #000;
    clear: both;
}

#innerR li {
    display: block;
    clear: both;
}

#innerR a {
    font-size: 12px;
    color:#fff;
    display: block;
    background: #82c0ae url('/assets/images/subNav/new/greenDots.gif') 2px 2px no-repeat;
    padding: 5px 0 4px 22px;
}

#innerR li div {
    background: #82c0ae;
}

#innerR div span {
    display: block;
    text-indent: -99999px;
    float: left;
    width: 20px;
    background: #82c0ae url('/assets/images/subNav/new/plus.gif') 6px 8px no-repeat;
}

#innerR div a {
    width: 175px;
    float: left;
    padding: 5px 0 4px 2px;

}

#innerR li a:hover {
    background: #a2d6c7 url('/assets/images/subNav/new/greenDotsOn.gif') 2px 2px no-repeat;
    text-decoration: underline;
}


/**************** sub sub nav *************/

#innerR li ul {
    margin: 0;
}

#innerR li ul li a {
    display: block;
    padding: 4px 0 5px 29px;
}

#innerR .sub {
    background: #82c0ae;
}

#innerR .sub ul {
    padding: 0 0 0px 0;
    background: #82c0ae;
}

#innerR .sub li {
    margin: 0;
}

#innerR li.sub a {
    background-image: none;
}

#innerR li.sub ul li a:hover {
    background-color: none
}


/**************** onstates *************/

#innerR li.on ul {
    background: #464646;
}

#innerR li.on a {
    background: #464646 url('/assets/images/subNav/new/blackDots.gif') 2px 2px no-repeat;
}

#innerR li.on a:hover {
    background: #464646 url('/assets/images/subNav/new/blackDots.gif') 2px 2px no-repeat;
}

#innerR li.on ul li a {
    background-image: none;
}

#innerR li.on ul li.on a {
    font-weight: bold;
}


#innerR li.on ul li a:hover {
    background: #565656;
}

#innerR li.on ul li.on a {
    background: none;
    text-decoration: none;
}

/**************** js styles *************/

#innerR span.withJS {
    cursor: pointer;
}

#innerR span.open {
    background: #82c0ae url('/assets/images/subNav/new/minus.gif') 6px 6px no-repeat;
}



/************************* links table *********************/

#wrap #linksTable {
	width: 400px;
}

#linksTable td{
	vertical-align: middle;
	background: url('/assets/images/links/bg.gif') left bottom repeat-x;
	height: 80px;
}

.linkPics {
	text-align: center;
	width: 93px;
}

#linksTable td img {
	margin: 0 15px 0 0;
}

#linksTable td a {
	font-size: 12px;
	font-weight: bold;
}

#linksTable td.space {
	height: 20px;
}

#linksTable span {
	display: block;
	color: #bddce9;
	font-size: 12px;
	margin: 4px 0 0;
}
/************************* footer *********************/	

#footer {
	background: #2f2f2f url('/assets/images/footerBg.gif') left top repeat-x;
	padding: 7px 0 10px 10px;
}

#footer ul li {
	display: inline;
	color: #bcbec0;
	font-size: 12px;
}

#footer ul li a {
	color: #bcbec0;
	font-size: 12px;
}

#footer ul li a:hover {
	color: #fff;
}

#footer ul li a:hover span {
	color: #f37022;
}

/************************* contact page *********************/

#innerM #contactWrap {
}

#innerM #contactTable td{
	font-size: 13px;
	padding: 10px;
	background: none;
}

.bold {
	font-weight: bold;
}

.contactSpacer {
	height: 15px;
}

/************************* conferences *********************/

#wrap #right #speakers li {
	font-weight: normal;
}

#wrap #speakers li span {
	font-weight: bold;
}

/************************* testimonials *********************/

.quote {
	background: url('/assets/images/quoteLeft.gif') left top no-repeat;
	padding: 10px 0 0 45px;
	text-align: justify;
}

.quote div {
	background: url('/assets/images/quoteRight.gif') right bottom no-repeat;
	padding: 0 45px 0px 0;
}

.quotePerson {
	text-align: right;
	padding: 10px 45px 10px 0;
	margin: 0 0 22px 0;
	border-bottom: 1px solid #626262;
}

.quotePerson img {float: right; margin: 0 0 0 12px;}

.upFour {
	position: relative;
	bottom: 4px;
}

.quotePerson span {
	font-weight: bold;
}

/************************* available bit *********************/

#available {
	border-top: 1px solid #fff;
	padding: 10px 0 7px 0;
}

#available p {
	font-weight: bold;
	font-size: 13px;
	padding: 7px 0 0;
}

#available img {
	float: left;
	margin: 0 10px 0 0;
}

#prozone {
	margin: 0 0 10px 0;
}

#innerImage {
	float: left;
	margin: 0 15px 0 0;
}

/************************* background images *********************/	
.jon {
	background: url('/assets/images/fitPics/jon.jpg') left top no-repeat; /**/
	
}

.science {
	background: url('/assets/images/fitPics/scienceSoccer.jpg') left top no-repeat; /**/
	
}


.football {
	background: url('/assets/images/fitPics/football.jpg') left top no-repeat; /**/
}

.footballTwo {
	background: url('/assets/images/fitPics/footballTwo.jpg') left top no-repeat; /**/
	
}

.footballThree {
	background: url('/assets/images/fitPics/footballThree.jpg') left top no-repeat; /**/
	
}


.rugby {
	background: url('/assets/images/fitPics/rugby.jpg') left top no-repeat;
}

.swimmer {
	background: url('/assets/images/fitPics/swimmer.jpg') left top no-repeat;
}

.tennis {
	background: url('/assets/images/fitPics/tennis.jpg') left top no-repeat;
}

.bike {
	background: url('/assets/images/fitPics/bike.jpg') left top no-repeat;
}

.golf {
	background: url('/assets/images/fitPics/golf.jpg') left top no-repeat;
	
}

.masker {
	background: url('/assets/images/fitPics/testing.jpg') left top no-repeat;
}

.krio {
	background: url('/assets/images/fitPics/krio.jpg') left top no-repeat;
	
}

.pullingWeights {
	background: url('/assets/images/fitPics/rehab.jpg') left top no-repeat;
}

.bikeMask {
	background: url('/assets/images/fitPics/altitude.jpg') left top no-repeat;
	
}

.gym {
	background: url('/assets/images/fitPics/gym.jpg') left top no-repeat;
}

.womanGym {
	background: url('/assets/images/fitPics/womanGym.jpg') left top no-repeat;
}


.runner {
	background: url('/assets/images/fitPics/runner.jpg') left top no-repeat; /**/
}

.rugbyJump {
	background: url('/assets/images/fitPics/rugbyJump.jpg') left top no-repeat; /**/
}

.butterfly {
	background: url('/assets/images/fitPics/butterfly.jpg') left top no-repeat; /**/
}

.winningMan {
	background: url('/assets/images/fitPics/winningMan.jpg') left top no-repeat; /**/
}

.tennisSwing {
	background: url('/assets/images/fitPics/tennisSwing.jpg') left top no-repeat; /**/
}

.cyclist {
	background: url('/assets/images/fitPics/cyclist.jpg') left top no-repeat; /**/
}

.runningMan {
	background: url('/assets/images/fitPics/runningMan.jpg') left top no-repeat; /**/
}

.sprinter {
	background: url('/assets/images/fitPics/sprinter.jpg') left top no-repeat; /**/
}


/****************************************** text styles ***************************************/

#innerM ul {
    margin: 0 0 12px 0;
}

#innerM li {
    background: url('/assets/images/bullet.gif') 0px 4px no-repeat;
    font-size: 12px;
    color: #efefef;
    padding: 0 0 0 25px;
    margin: 0 0 4px 0;
}

#innerM li a {
    font-weight: bold;
     background: url('/assets/images/linkArrow.gif') 100% 1px no-repeat;
     padding: 0 25px 0 0;
     color: #fff;
}

#innerM li a:hover {
    text-decoration: underline;
}

#innerM h2 {
    font-size: 14px;
    font-weight: bold;
    color: #efefef;
    margin: 0 0 10px 0;
}

#innerM h3 {
    color: #efefef;
    font-weight: bold;
    margin: 25px 0 15px 0;
    font-size: 13px;
}

#innerM p {
    font-size: 12px;
    color: #efefef;
    line-height: 18px;
    margin: 0 0 12px 0;
}

#innerM p a {
    font-weight: bold;
    background: url('/assets/images/linkArrow.gif') 100% 1px no-repeat;
    padding: 0 25px 0 0;
    color: #efefef;
    
}

#innerM p a:hover {
    text-decoration: underline;
}

#innerM table {
    width: 300px;
    margin: 0 0 14px 0;
}

#innerM td, #innerM th {
    font-size: 12px;
    color: #fff;
    padding: 10px;
    background: url('/assets/images/tableBg.gif') left top repeat-x;
    border: 1px solid #2f2f2f;
}

#innerM th 
{
	font-weight: bold;
}

#innerM table#clientsTable {
    width: 100%;
    margin: 20px 0;
}

#innerM table#clientsTable td{
    background: none;
    text-align: center;
    padding: 0 0 10px 0;
    border: none;
}

#innerM table#clientsTable td.spacer{
    height: 20px;
}

/****** OPENING HOURS TABLE ******/

#innerM table.gymHours
{
	width: 460px;
}

#innerM td.request {
    background: url('/assets/images/tableBgOrange.gif') left top repeat-x;
    color: #666666;
}

#wrap p.noTail
{
margin-bottom:0px;
padding-bottom:0px;
}

/************************* shopping *********************/

#wrap #shoppingTable {
    border: none;
    width: 505px;
    margin: 0 0 10px 0;
}

#shoppingTable th {
    background: none;
    padding: 5px;
    border: 1px solid #363636;
    background: #fcfcfc;
    color: #242424;
    
}

#shoppingTable td {
    background: none;
    padding: 5px;
    border: 1px solid #363636;
    background: #fcfcfc;
    color: #242424;
}

#shoppingTable tr td table {
    width: 70px;
    border: none;
}

#sColOne {
    width: 180px;
}

#sColTwo {
    width: 70px;
}

#viewCart {
    margin: 0 0 10px 0;
}