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

html, body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-weight:normal;
	
}
a img{
	border:none;
}
a:link {
	color: #999;
	text-decoration: none;	
}
a:visited {
	text-decoration: none;
	color: #999;	
}
a:hover {
	text-decoration: none;
	color: #990000;	
}
a:active {
	text-decoration: none;
	color: #999;	
}
body {
	background-color: #000000;
	background-image: url(images/common/bgTile.gif);
	background-repeat: repeat;
	margin: 0px;	
}
#wrapper{
	margin: 0 auto;	
	width: 920px;	
	top:0px;
}
#header{
	width:920px;
	height:250px;
	float:left;
	background-image:url(images/common/fullHeaderPic.jpg)
}
#mainContent{
	width:900px;	
	padding:10px;	
	float:left;
	clear:left;
	background-color: #000000;
	background-image: url(images/common/contentBg.gif);
	background-repeat: repeat-y;	
}
#leftSide{
	width:240px;
	float:left;	
}
#rightSide{
	width:650px;
	float:right;	
}
#footer{
	width:900px;	
	float:left;
	margin-top: 10px;
	padding-top:10px;
	text-align: center;	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
/*////////////////////////////
  nav bar css starts here
///////////////////////////*/
.leftTitle{
	width:220px;
	height:30px;
	margin-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;	
}
.affilates{
	padding-left:10px;
}
.affilates a img{
	padding-top:10px;
}
.titleDec{
	background-image: url(images/common/headDec.gif);	
	height: 29px;
	width: 21px;
	float:left;
}
em.titleText{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;	
	color: #cccccc;
}
.navBtn{
	width:210px;
	height:30px;
	margin-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.navDec{
	background-image: url(images/common/navDec.gif);
	float: left;
	height: 29px;
	width: 21px;
}
a.navText:link, a.navText:visited, a.navText:active{
	display:block!important;
	background-color:transparent;
	height:30px;
	margin-left:21px;
	width:186px;
	text-decoration : none;
	line-height:30px;
	font-variant: normal;
	color: #999999;	
}
a.navText:hover{
	color: #ffff00;		
}
/*////////////////////////
footer css starts here 
////////////////////////*/
em.footNav{
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
em.footText{
	font-size: 10px;
	font-style: normal;	
	color: #333333;
	text-decoration: none;
}

/*////////////////////////
right side css starts here 
////////////////////////*/
.rightTitle{
	width:640px;
	height:30px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float:left;
	
}
.rightSub{
	width:630px;
	padding-left:10px;
	padding-top:10px;
	float:left;
}
.yellowText{
	color: #ffff00;
}
.redText{
	color: #900;
}
h2{
	color:#ff0;
}
.classHolder{
	width:630px;
	float:left;
	padding-bottom:20px;
}
.subTitle{
	width:630px;
	height:30px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float:left;
	
}
em.subTitleText{
	font-size: 12px;
	font-weight: bold;	
	line-height: 30px;	
	color: #ffff00;
}
.classContent{
	float:left;
	width:630px;
}
.classImg{
	float:left;
	width:140px;	
	padding-top:10px;
	padding-right:10px;
}
.classDesc{
	float:right;
	width:480px;
	padding-top:10px;
}
.formHolder{
	float:left;
	width:385px;
}
.contactLine{
	width:370px;
	padding:6px;
	background-color:#222!important;
	margin-bottom:2px;		
	float:left;	
}
.contactText{	
	padding-top:4px;
	float:left;
	color:#ccc;	
}
.contactField{	
	float:right;
}
.checkHolder{
	width:270px;
	float:right;
}
.contactRight{
	float:right;
	width:240px;	
}
.miniTitle{
	width:240px;
	height:30px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float:left;	
}
.miniText{
	width:230px;
	padding-left:10px;
	padding-top:10px;
	float:left;
}
.fitnessDesc{	
	padding-top:10px;
}
.mapHolder{	
	padding-bottom:20px;	
	clear:both;	
	width:640px;		
	float:left;
}
#map{	
	width:630px;
	height:240px;	
	float:left;
}