/*--------------  basic tag styling -------------*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background:#555555 url(img/grid-bkg.jpg) repeat-y center;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: .9em;*/
	color: #FFF;
}
/*----------------  form styling ---------------*/
form {
	width: 520px;
	float: left;
}
label {
	display: block;
/*	font-weight: bold;*/
}
textarea {
	width: 400px;
	height: 150px;
}
.textInput {
	width: 250px;
}
form p {
	padding-bottom: 6px;
}
/*----------------  box styling ---------------*/
#wrapper {
	/*--- centers everything on page ---*/	
	position:relative;
	width: 900px;
	/*--- realligns text to left (for IE) ---*/
	text-align:left;
	background: #555555;
	height: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content, #main, #maps {
	width: 845px;
	/*height: 520;*/
	margin-left: 45px;
	font-size: .95em;
	color: #FFF;
	line-height: 1.2em;
}
#longContent {
	width: 860px;
	height: 800px;
	font-size: 1em;
	color: #FFF;
	line-height: 1.2em;
	padding-left: 45px;
	padding-right: 45px;
}
#centeredContent {
	position: relative;
	width: 760px;
	margin: 10 60 40 45;
	padding-right: 30px;
	padding-left: 45px;
	text-align: center;
}
#main {
	position: relative;
	width: 860px;
	height: 600px;
	margin: 0;
	padding-right: 30px;
	padding-left: 45px;
}
#pasteboard  {
	background: url(img/exercise_equipment.jpg) no-repeat 34px 200px;
	z-index: 10;
	width: 860px;
	position: absolute;
	visibility: visible;
}
/*---------Terms Page---------------*/
#bigTextBox {
	position: relative;
	width: 820px;
	margin: 0;
	padding-right: 30px;
	padding-left: 45px;
}
/*--------Contact and Location Pages------------*/
#box1, #box2{
	width: 320px;
	float: left;
	height: 600px;
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 4px;
	padding-top: 10px;
	text-align: center;
}
/*--------Plans Pages----------------*/
#leftColumn    {
	width: 256px;
	float:left;
	Margin-top: 14px;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 12px;
	height: 650px;
}
#centerColumn {
	float: left;
	width: 256px;
	height: 650px;
	margin-top: 13px;
	padding-right: 8px;
	padding-left: 12px;
}
#centerColTextBox {
	float: left;
	width: 360px;
}
/*#content */#imgContainer {
	height: 710px;
	width: 405px;
	margin-right: 12px;
	padding-left: 45px;
	float: left;
}
#imgHolder {
	float: left;
	width: 267px;
	margin-top: 12px;
	height: 520px;
}
#thinRightCol {
	float: left;
	width: 210px;
}
#chiroBox {
	float: left;
	width: 360px;
	height: 640px;
	/*padding-left: 45px;*/
	padding-top: 25px;
}
#miniMenu {
	font-size: .8em;
	text-align: center;
	color: #000;
	padding: 9px 35px 8px 45px;
}
pictureBox {
	margin: 0;
	padding: 0;
}
#footer {
	font-size: 0.75em;
	text-align: center;
	padding-top: 2px;
	font-weight: lighter;
	color: #000;
}
#clear {
	clear: both;
}
/*============= header style elements ============*/
#header h1 {
/*--- move  away from graphic,for spider ---*/
	margin-left: -9000px;
	height: 0px;
	}
#content h1, #longContent h1 {
	font-size: 3em;
	color: #ff312f;
	padding-top:30px;
	padding-bottom: 14px;
}
#content h2 {
	font-size: 2.2em;
	color: #ff312f;
	padding-top: 12px;	/*padding-left: 45px;*/
}
#h3, #content h3 {
	font-size: 1.6em;
	color: #ff312f;
	padding-right: 45px;
	padding-bottom: 10px;
	text-align: left;
}
#content h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #ff312f;
	padding-left: 45px;
	padding-bottom: 10px;
	text-align: left;
}
#main  h3 {
	font-size: 1.2em;
	text-align: center;
}
/*===========  paragraph style elements ============*/
#content p, /*#textbox p,*/ #box1 p, #box2 p {
	line-height: 1.4em;
	/*padding-left: 45px;*/
	padding-right: 20px;
	padding-bottom: 10px;
}
#main p {
	padding-top: 10px;
	line-height: 1.3em;
}
#bigTextBox p {
	font-size: .85em;
	color: #000;
	line-height: 1.4em;
	padding-top: 8px;
}
#textbox p {
	line-height: 1.4em;
	padding: 20px 45px 0px;
	height: 550px;
	z-index: 20;
}
#longContent p {
	line-height: 1.4em;
	padding-right: 12px;
	text-align: left;
}
/*#centerColTextBox p {
	padding-left: 24px;
}*/
	
#content ul li  {
	list-style-position: inside;
	list-style-type: square;
	line-height: 1.6em;
}

/*#subtext {
	padding-right: 45px;
	padding-left: 40px;
}*/
/*========== link style elements =============*/
#content a, #main a ,#pasteboard a ,#box1 a , #box2 a{
	color: #ff312f;
	text-decoration: underline;
	padding-top: 4px;
	text-align: left;
}
#miniMenu a {
	color: #000;
	text-decoration: underline;
}
#footer p a {
	color: #000;
}
/*=============  image formats  =============*/
#content img {
	padding: 0px 20px 5px 0px;
}
#main img {
	margin: 16px 11px 10px 11px;
}
#chiroBox img {
	padding: 12px 12px 0px 0px;
}
/*================== class  =================*/
.leader {
	font-size: 1.9em;
	font-weight: bold;
	color: #ff312f;
	padding-top: -8px;
}
.semileader {
	font-size: 1.4em;
	color: #ff312f;/*	padding-top: 0px;*/
}
.redText {
	font-size: 1.2em;
	color: #ff312f;
	padding-top: 6px;
	font-weight: bold;
}
.BoldWh16 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}
.promWh14 {
	font-size: 1.4em;
}
.WhiteText13 {
	font-size: 1.3em;
}
.greyText {
	color: #b4b2b2;
	font-size: .9em;
}
.smallPrint {
	padding-top: -40px;
}
.trialButton {
	font-size: 1.6em;
	font-weight: bold;
	color: #ff312f;
	text-align: center;
	margin:6px 8px 6px 8px;
	padding: 8px;
	border: 1px solid #999;
	display: block;
	line-height: 1.3px;
}
#bigTextBox .greyText {
	color: #999;
}
.redBold {
	font-weight: bold;
	color: #F30;
}
.ctr13 {
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	padding-left: 20px;
}
.ctrRed {
	font-size: 1.9em;
	color: #ff312f;
	text-align: center;
	padding-left: 20px;
	font-weight: bold;
}
.topPad8 {
	padding-top: 8px;
}
.smallerText {
	font-size: .85em;
}
#thinRightCol img {
	padding-left: 30px;
}

/*--------------- fireworks formating ------------------*/
#FWTableContainer492861157 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:900px;
	height:225px;
	text-align:center;
}
<!--------------Doug's project------------------------>
#TableWbkground {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:900px;
	height:225px;
	background-image:url(headImg/dumbellsBKG.jpg) align="right";
	text-align:center;
}


#MMMenuContainer0523114717_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0523114717_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:502px;
	top:221px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0523114717_0 {
/* This class defines things about menu MMMenu0523114717_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	/*background-color:#555555;*/
	border:0px/* solid #ffffff*/;
	width:136px;
	height:96px;
}

.MMMIFVStyleMMMenu0523114717_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0523114717_0 */
	border-top:0px /*solid #ffffff*/;
	border-left:0px /*solid #ffffff*/;
	border-bottom:0px/* solid #555555*/;
	border-right:0px /*solid #555555*/;
	width:136px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	height:18px;
}

.MMMIVStyleMMMenu0523114717_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0523114717_0 */
	border-top:0px;
	border-left:0px /*solid #ffffff*/;
	border-bottom:0px/* solid #555555*/;
	border-right:0px /*solid #555555*/;
	width:136px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	height:18px;
}

#MMMenu0523114717_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0523114717_0 so we can set its position */
	left:0px;
	/*top:0px;*/
	top: -62px;
}

#MMMenu0523114717_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0523114717_0 so we can set its position */
	left:0px;
	/*top:24px;*/
	top: -88px;
}

#MMMenu0523114717_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0523114717_0 so we can set its position */
	left:0px;
	/*top:48px;*/
	top: -112px;
}

#MMMenu0523114717_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu0523114717_0 so we can set its position */
	left:0px;
	/*top:72px;*/
	top: -136px;
	
}

#MMMenuContainer0523114717_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0523114717_0 a {
/* Controls the general apperance for menu MMMenuContainer0523114717_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	/*background-color:#555555;*/
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}
#MMMenuContainer0523114717_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0523114717_0 */
	color:#ff312f;
/*	background-color:#555555;*/
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.goldTextg {
	color: #F90;
}
