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


h1 {
	line-height: normal;
}

.fontStylesFooter
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
.bread_crumbs
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a img 
{ 
	border: none; 
}

body {
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(../images/bg2.jpg);
	background-color: #D8D8D8;
	color:#6c5432;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}

div#page
{
	width:989px;
	margin:0 auto 0 auto;
	padding:0px;
	background-image:url(../images/pageRepeater.jpg);
	background-repeat: repeat-y;
	border:solid #000 1px;
	background-position: bottom;
}

div#pageInside
{
	width:989px;
	margin:0 auto 0 auto;
	padding:0px;
	background-repeat:no-repeat;
	border:thin #000; 
	background-color:#FFF;
}

div#navBar
{	
	background-color:#033;
	width:990px;
	height:37px;
	float:left;
	background-image:url(../images/NavBar.jpg);
	background-repeat:no-repeat;
	width: 990px;
}

div#headerLogo
{
	background-image:url(../images/Header_logo.jpg);
	width:990px;
	height:113px;
	float:left;
}

div#left
{
	width:765px;
	float:left;
	margin:0px;
	padding:0px;
	height:auto;
}


div#contentArea
{
	width:765px;
	height:718px;
	height:auto !important;
	float:left;
	padding:0px;
	margin:0px;
	background-color: #ffffff;
}

div#flash
{
	width:765px;
	height:350px;
	float:left;
}

div#LeftContainer

{
	width:765px;
	height:350px;
	float:left;
	
}
	
div#leftNav

{
	background-color:#FFFFFF;
	background-image:url(../images/LeftNav_bg.jpg);
	background-repeat:no-repeat;
	width:193px;
	height:350px;
	float:left;
}
#thePageTitle {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 8px 7px;
	color: #ffffff;
}

div#leftInside {
	width:572px;
	height:349px;
	float:left;
}

div#mainContent
{
	background-color:white;
	background-position:bottom left;
	width: 725px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	
}

div#mainContentInside
{	background-image:url(../images/MainContentInside.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	float:left;
	padding: 0 20px;
	width: 725px;
}

div#right
{
	width:224px;
/*	height:718px;*/
	float:left;
	margin:0px;
	padding:40px 0px 0px 0px;
	background-image:url(../images/new-10day-trial-bg.jpg);
	background-repeat:no-repeat;
}

div#signUp
{
	width:221px;
	height:112px;
	margin:0px;
	padding:0px;
	float:left;
}

div#right10day
{
	width:224px;
	height:198px;
	float:left;
	margin:0px;
	padding:0px;
}

div#right10dayInside
{	
	background-image:url(../images/new-10day-trial-bg.jpg);
	background-repeat:no-repeat;
	width:224px;
	height:350px;
	float:left;
}

div#news
{
	background-image: url(../images/Right_News_bg.jpg);
	width: 224px;
	height: 399px;
	background-color:#0E100F;
	float:left;
	color: #FFFFFF;
}
div#news h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 55px 0 20px 20px;
}
.newsArticles {
	padding: 0 20px 0 25px;
	margin: 0;
	list-style: none;
}
.newsArticles li {
	padding-bottom: 17px;
}
.newsArticles a {
	color: #8B7C67;
	text-decoration: none;
	font-weight: bold;
}
.newsDate {
	font-size: 1.2em;
}

div#rightInside
{
	background-image:url(../images/Right_inside_bg.jpg);
	background-repeat: no-repeat;
	width: 224px;
	height:700px;
	float:left;
	color: #FFFFFF;
}


div#footer
{
	width:765px;
	
	margin:0px;
	height:50px;
	text-align:center;
	clear: both;
}

div#footerInside
{	
	float:left;
	width:990px;
	height:50px;
	text-align:center;
	
}

#personalTrainBTN {
	margin: 70px 0 0 7px;
	border: none;
}

a,a:visited
{
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}

a:hover,a:active
{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

a.otherLink,a:visited.otherLink
{
	color:#33C;
	text-decoration: underline;
	font-weight: bold;
}

a:hover.otherLink,a:active.otherLink
{
	color:#33C;
	text-decoration: underline;
	font-weight: bold;
}

a.bread_crumbs,a:visited.bread_crumbs
{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

a:hover.bread_crumbs,a:active.bread_crumbs
{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}
	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.imageFloatLeft {float:left; margin: 6px 14px 6px 0;}
.imageFloatRight {float:right; margin: 6px 0 6px 14px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}
.centerTable {margin: 0 auto; text-align: center; }
