* {
   font-family: tahoma;
   font-size: 11px;
   color: #393939;
   line-height: 16px;
}

body {
   width: 100%;
   margin: 0;
   padding: 0;
   background: #7f7f7b url('images/bodyBg.jpg') repeat-x top;
}

#container {
   width: 971px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0;
   padding: 10px 0 0 0;

   background-color: white;
}

a {
    color: #004bb7;
    text-decoration: underline;
}

#header {
    background: transparent url('images/header.jpg') no-repeat top;
    margin: 0 0 5px 5px;
	width: 960px;
	height: 117px;
}

img#logo {
	float: left;
	margin: 30px 0 0 20px;
}

span.indexPhone {
	font-family: ITC avant garde gothic, avant garde gothic, avant garde, helvetica;
	font-size: 21px;
	color: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#header p {
	font-size: 13px;
	float: right;
	margin: 18px 20px 0 0;
	.margin: 15px 10px 0 0;
	color: #e1e1e1;
	text-align: right;
	line-height: 19px;
	padding: 0;
}

.note {
    color: #ce444e;
	font-size: 14px;
	font-weight: bold;
}

.rednote {
    color: #ce444e;
}

.clear {
	clear: both;
}


/* Navbar */

#navbar {
    background: #8ab7e8 url("images/navbarBg.jpg") repeat-x top;
    padding: 0;
    margin: 0 0 0 0;
    width: 971px;
    height: 36px;
}

#navlinks {
   list-style-type: none;
   margin: 0 0 0 32px;
   padding: 0;
}

#navlinks li {
	padding: 8px 23px 0 0;
	.padding: 9px 25px 0 0;
	margin: 0;
	float: left;
}

#navlinks a {
   color: #fff;
   font-size: 14px;
   font-family: tahoma, verdana, arial;
   text-decoration: none;
   font-weight: bold;
   margin: 0;
   padding: 0;
	letter-spacing: .25;
}

#navlinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#navlinks li.selected a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}


/* subnav */

#subnav {
    clear: both;
	float: left;
    margin: -1px 0 0 5px;
	.margin: 0 0 0 3px;
    padding: 0;
    width: 200px;
    height: 100%;
}

#subnavlinks {
   list-style-type: none;
   margin: 0 0 10px 0;
   padding: 0;
   background-color: #003a90;
}

#subnavlinks li {
   list-style-type: none;
   border-bottom: 1px solid #a1a1a1;
   padding: 5px 0 5px 12px;
   margin: 0;
}

#subnavlinks a {
   color: #fff;
   text-decoration: none;
   /*font-weight: bold;*/
}

#subnavlinks a:hover {
	color: #8ec1f5;
	text-decoration: none;
}

#subnavlinks li.selected {
    /*background-color: white;*/
}

#subnavlinks li.selected a {
    /*font-weight: bold;*/
    color: #8ec1f5;
    text-decoration: none;
}


/* Subscribe Box */
#subscribe {
	margin: 18px 0 0 0;
	padding: 0 0 5px 0;
	width: 200px;
	border-bottom: 1px dotted #adb0b3;
}

#subscribe h2 {
	font-size: 19px;
	font-family: helvetica, tahoma;
	color: #e05d3e;
	font-weight: bold;
	padding: 2px 0 0 62px;
	margin: 0;
	line-height: 19px;
	background: transparent url("images/envelope.jpg") no-repeat top left;
}

#subscribe h2 span {
	font-size: 11px;
	font-family: tahoma;
	color: #e05d3e;
	font-weight: normal;
}

#subscribe p {
	margin-top: 10px;
	.margin-top: -7px;
	.margin-bottom: 10px;
	.padding-top: 0;
}

#subscribe table {
	padding-top: 0;
	/*background: #dee3e6;
	border: 1px solid #cbcfd2;*/
}

#subscribe td {
	padding: 0 0 7px 0;
}

#welcome {
	/*border-bottom: 1px dotted #adb0b3;*/
	.padding-bottom: 25px;
}

#welcome p {
	font-size: 12px;
	line-height: 20px;
	width: 505px;
	color: #555;
	margin: 8px 0 25px 15px;
}

#welcome span {
	color: #003e97;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0 5px;
}

/* Content pages */

#content {
  width: 740px;
  .width: 740px;
  margin: 0 0 0 20px;
  line-height: 15px;
  float: left;
  padding: 0 0 15px 0;
}

#content h1 {
  margin: 10px 0 10px 0px;
  color: #003e97;
  font-weight: normal;
}

#content h2 {
  margin: 20px 0 15px 0;
  .margin: 20px 0 10px 0;
  color: #e05d3e;
  width: 720px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  font-family: arial;
  /*border-bottom: 1px solid #cbcfd2;*/
}

#content h2 strong {
	font-size: 20px;
	font-weight: normal;
}

#content h2.welcome {
	font-size: 14px;
	text-align: center;
	margin: -5px 0 5px 0;
}

#content h3 {
  margin: 20px 0 10px 0px;
  .margin: 10px 0 10px 0px;
  color: #464646;
  font-size: 12px;
}

#content h4 {
  color: #003e97;
  font-weight: bold;
  padding: 0;
  .margin: -3px 0;
  font-size: 12px;
}

#content h5 {
	margin: 8px 0 0 0;
	color: #003e97;
    text-align: center;
	font-size: 14px;
}

#content h6 {
  margin: 0 0 25px 0;
  .margin: 10px 0 20px 0;
  color: #707070;
  width: 720px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
  border-bottom: 1px solid #cbcfd2;
}


/* Index Page */
#index {
    width: 525px;
    padding: 0;
    margin: 0;
	float: left;
}

#indexFadeImg{
    width: 525px;
    height: 300px;
    padding: 0;
	margin: 20px 0 27px 0;
}


/* Services */
#services {
    width: 725px;
    margin: 0;
    padding: 0;
}

#services h3 {
	margin: 0 0 15px 0px;
	color: #003e97;
    text-align: center;
	font-size: 13px;
}

#services .selected {
	font-weight: bold;
	color: #e07f38;
}

#services .mainserviceimg {
    border: 1px solid #eee;
    padding: 0;
}

#photoRight .serviceimg {
    /*border: 1px solid #e0dfcf;*/
    margin-left: 20px;
}

img#consultButton {
	margin: 0 0 15px 20px;
}

.bootcampImg {
    border: 1px solid #cbcfd2;
    margin-left: 15px;
    padding: 5px 5px 5px 4px;
}

.reliefImg {
    border: 1px solid #cbcfd2;
    float: left;
    margin: 6px 20px 8px 0;
}

#corePhotoRight table {
	width: 735px;
}

#corePhotoRight .serviceimg {
    margin-left: 15px;
}

#servicesMain table{
    width: 720px;
}

#servicesMain table td{
    width: 155px;
    text-align: center;    
    padding-bottom: 5px;
}

#servicesMain table td .serviceLink {
    color: #003e97;
    text-decoration: underline;
}

#servicesPricing {
    border-collapse: collapse;
    width: 455px;
    margin: 5px 0;
}

#servicesPricingLarge {
	width: 600px;
	border-collapse: collapse;
}

#servicesPricing th {
    margin: 0 0 8px 0;
    border: 1px solid #e0dfcf;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    width: 65px;
    font-weight: normal;
	font-size: 12px;
}

#servicesPricing td, #servicesPricingLarge td {
    margin: 0 0 8px 0;
    border: 1px solid #e0dfcf;
    padding: 3px 2px 3px 7px;
}

#calculator {
	text-align: center;
}

#calculator img {
	vertical-align: middle;
	margin-bottom: 3px;
	/*border: 1px solid #cbcfd2;*/
	padding: 5px 0;
}

#calculator, #calculator a {
	font-size: 12px;
}


#videoEmbed {
	margin: 0 0 0 20px;

}

#viewPTprices {
    border: 1px solid #cbcfd2;
    width: 530px;
    padding: 5px 0 5px 10px;
    margin: 20px 0 10px 0;
}

ul#trainingPhotos {
	list-style-type: none;
	margin: 0 0 0 70px;
	padding-left: 0;
	width: 620px;
}

ul#trainingPhotos li {
	padding: 2px 0;
	float: left;
	margin: 5px 20px 0 0;
}

ul#trainingPhotos a {
	font-weight: normal;
}

#colors table {
    margin: 0 0 8px 0;
	width: 720px;
    border-collapse: collapse;
}

#colors table td {
    border: 1px solid #cbcfd2;
    padding: 3px 0 3px 6px;
}

#services .highlight {
    color: #003e97;
    font-weight: bold;
}

#classesToYou {
	background: transparent url("images/classesToYouBg.jpg") no-repeat top;
	width: 245px;
	height: 140px;
	text-align: center;
}

#classesToYou p {
	width: 200px;
	margin: 0 0 0 20px;
	.margin: 0 0 0 2px;
	font-size: 12px;
	line-height: 19px;
}

#classesToYou span {
	font-weight: bold;
	font-family: georgia;
	font-size: 14px;
	line-height: 19px;
	color: #363636;
}

dl.classesList dt {
	font-weight: bold;
	font-size: 12px;
}

dl.classesList dd {
	margin: 0 0 15px 0;
}


#services h4 {
	margin: 15px 0 0 0;
}

ul#tysonCred li {
	padding: 0 0 4px 0;
}

/* PriceList */
#priceList table {
    border-collapse: collapse;
    width: 720px;
    margin-bottom: 20px;
}

#priceList th {
    margin: 0;
    border: 1px solid #cbcfd2;
    padding: 4px 4px 4px 7px;
    color: #003e97;
    text-align: center;
	font-size: 12px;
}

#priceList th a {
	font-size: 12px;
}

#priceList td {
    border: 1px solid #cbcfd2;
    padding: 1px 4px 1px 7px;
}

#priceList td a {
	font-weight: bold;
}



/* Nat vs. Allopathic */
#approaches {
    width: 720px;
}


/* About Us */
#about {
    width: 720px;
}

#about table {
    margin-top: 15px;
	padding: 10px 0 25px 0;
	border-bottom: 1px solid #cbcfd2;
}

#about table td {
    vertical-align: top;
}

#about .coachImg {
    margin-right: 15px;
    margin-top: 3px;
}

#about #education h4 {
  color: #003e97;
  margin: 0;
  padding: 0;
}

#about #education ul {
    margin: 4px 0 0 35px;
    padding: 0 0 10px 0;
}

#about #education li {
    margin: 0;
    padding-bottom: 3px;
}

#about #education li strong {
	color: #464646;
}

img#conceptImg {
	text-align: center;
	margin: 15px 0 0 150px;
}

#about #mission {
    border: 1px solid #cbcfd2;
    padding: 9px 10px 10px 15px;
	margin-top: 20px;
}

#about .selected {
  color: #e07f38;
  font-size: 12px;
  font-weight: bold;
}

#about a.aboutTopLinks {
	font-size: 12px;
}

#differencesList {
	.margin-top: 20px;
}

#differencesList ol {
    .padding-top: 5px;
    .margin-top: 0;
}

#differencesList li {
    padding: 4px 0;
}

/* Testimonies */
#testimonies {
    width: 720px;
}

#testimonies p{
    padding-top: 10px;
    padding-bottom: 15px;
	border-bottom: 1px solid #cbcfd2;
}

#testimonies .testimg {
    margin-right: 15px;
    float: left;
}

#testimonies .selected {
  color: #e07f38;
}


/* Resources */
#resources {
    width: 750px;
}

table#resourcesMainTable {
    width: 725px;
}

table#resourcesMainTable td {
    padding: 0 0 5px 0;
    vertical-align: top;
    text-align: center;
}

.resourceimg {
	border: 1px solid #eee;
}

#resources h4 {
  color: #003e97;
  font-weight: bold;
  .padding: 5px 0;
  .margin: 10px 0;
}

#resources .note {
    color: #a72828;
	font-weight: normal;
}

#resourcesFeaturedProd {
	
	padding: 10px 0 10px 18px;
	width: 205px;
}

#resourcesFeaturedProd h2 {
	border: none;
}

#resourcesFeaturedProd h3 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 0 0;
}

#resourcesFeaturedProd img {
	margin-left: 20px;
	padding-left: 12px;
	.padding-left: 15px;
	padding-right: 20px;
}

#resourcesFeaturedProd ul {
	margin: -10px 0 0 0;
	.margin: 2px 0 0 0;
	padding: 0 0 0 25px;
}

#resourcesFeaturedProd li {
	padding: 0 0 4px 0;
}

table#resourcesTable {
    width: 505px;
}

#resourcesTable td {
    padding: 0 15px 0 0;
    vertical-align: top;
    text-align: center;
	width: 160px;
	.width: 170px;
}

#resourcesBox {
    background: transparent url("images/resourcesBox_bkg.jpg") repeat-x bottom;
    border: 1px solid #cbcfd2;
    margin-bottom: 10px;
    padding: 0 0 5px 15px;
    .padding: 0 0 0 15px;
    width: 550px;
}

#resources span {
    color: #464646;
}  

#resources h3 {
	margin: 10px 0;
}

#resources h4 {
    border-bottom: 1px solid #cbcfd2;
	padding: 0 0 5px 0;
	width: 280px;
	font-size: 16px;
}

#resources strong {
	font-size: 12px;
}

#resources ul {
	list-style-type: none;
	.margin-left: 25px;
}

#resources li {
	margin: 12px 0 0 0;
}

#resources ul#secondList {
	 margin: 0 0 0 80px;
	 .margin: 0 0 0 130px;
}

ul#secondList li {
	margin: 5px 0;
}

#resources .selected {
  color: #e07f38;
}

img#resourceMainImg {
	float: left;
	width: 10em;
	margin: 5px 20px 0 0;
	.margin: 20px 20px 0 0;
}

ul#exerciseLogos {
	margin: 20px 0 0 90px;
	.margin: 20px 0 0 130px;
}

ul#exerciseLogos li {
	text-align: center;
	width: 300px;
	margin: 0 0 20px 0;
	float: left;
}

/* Perks */
img#callouts {
	float: right;
	margin: 25px 0 0 15px;
}


/* Videos */
#videos {
	width:700px;
}

table#videosTable {
	width: 640px;
	text-align: left;
	margin: 0 0 0 35px;
}

table#videosTable iframe {
	margin-bottom: 7px;
}

table#videosTable span {
	font-weight: bold;
}



/* Contact */
table#contact td {
    padding: 0 0 4px 0;
}

p#location img {
	float: right;
	margin: 0 0 0 45px;
}

p#location {
	width: 720px;
	font-size: 12px;
	line-height: 18px;
}

p#location span {
	color: #003e97;
	font-weight: bold;
	font-size: 12px;
}

p#location span.avalon {
	color: #707070;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

p#location a {
	font-size: 12px;
}

table#coachesContact {
	margin-left: 5px;
}

#coachesContact td {
	height: 70px;
	vertical-align: top;
}

td.coachInfo span {
	font-weight: bold;
}


/* Careers */
#careers {
}

#careers h3 {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}

#careers h4 {
	margin: 0;
	padding: 0;
}

#careers li {
	font-weight: normal;
	line-height: 19px;
}

#careers p strong {
	font-size: 12px;
}

h4 .positionsAvailable {
	color: #ce444e;	
}

/* Events */
#popup {
	margin: 0 15px 0 17px;
}

#popup h2 {
  margin: 0 0 25px 0;
  .margin: 10px 0 20px 0;
  color: #93bfed;
  width: 450px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  font-family: arial;
  border-bottom: 1px solid #cbcfd2;
}

#popup h4 {
	color: #003e97;
	font-weight: bold;
	padding: 0;
	font-size: 12px;
}

#popup table {
	margin: 0 15px 0 0;
	width: 450px;
}


/* Newsletter */
#newsletterArchives li a {
	font-size: 12px;
}


/* Specials */
#specials {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

ul#specialsList {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
}

ul#specialsList li {
	border: 1px solid #cbcfd2;
	margin: 0 0 15px 0;
	padding: 0;
	width: 600px;
	height: 100px;
}

ul#specialsList li a {
	margin: 0;
	padding: 0;
}

ul#specialsList li.pilatesCoupon {
	height: 134px;
}


/* Login Box */
#login {
    background-color: #e07f38;
    color: white;
    padding: 5px 12px;
    margin: 0 0;
}

#login strong {
    color: white;
}

#login a {
    color: white;
    text-decoration: none;
}

/* signin Page */

#signinBox {
    border: 1px solid #cbcfd2;
    width: 200px;
    height: 110px;
    padding: 8px 10px 0 10px;
    margin-bottom: 10px;
	background-color: white;
}

#signinBox td {
    padding: 5px 0 2px 5px;
}

#registerBox {
    background-color: #fcf4dc;
    border: 1px solid #cbcfd2;
    width: 200px;
    height: 210px;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

#registerBox td {
    padding: 5px 0 2px 5px;
}

#registerBox span {
    color: #e07f38;
    font-weight: bold;
}

#consultation, #voucher {
    width: 710px;
}

#consultationBox {
	background: transparent url("images/consult_bkg.jpg") no-repeat bottom right;
	width: 300px;
	margin: 25px 0 0 20px;
	border: 1px solid #cbcfd2;
	padding: 10px 15px 15px 15px;
	float: left;
}

#consultationBox h1 {
	font-size: 15px;
	font-family: tahoma;
	color: #e05d3e;
	font-weight: bold;
	line-height: 21px;
}

#consultationBox input {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 2px 0;
}

#consultationBox td {
	line-height: 16px;
	padding: 0 0 9px 0;
}

#consultationBox input#submit {
	font-weight: bold;
	color: #666;
	padding: 3px 5px;
}

#consultationVideo {
	float: right;
	margin: 25px 40px 0 0;
}

#voucherStepsImg {
	border: 1px solid #cbcfd2;
	margin: 10px 0 0 50px;
}

#voucherSteps {
	width: 560px;
	margin: 0 0 30px 50px;
}

#voucherSteps h6 {
	margin: 15px 0 0 0;
	width: 500px;
	font-size: 20px;
}

#voucherSteps p {
	width: 500px;
}

#voucherSteps .stepInstructions {
	font-size: 12px;
}

#voucherService {
	margin-left: 25px;
}

#voucherSteps td {
	padding: 0 0 5px 0;
}

#voucherSteps ul {
	width: 440px;
}

#voucherSteps li {
	margin-bottom: 5px;
}

#voucher h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

#indexTests {
	width: 200px;
	.width: 195px;
	height: 190px;
	.margin: 10px 0 0 0;
}

.test {
	font-family: georgia;
	font-style: italic;
	color: #555;
	font-size: 12px;
	padding: 0 0 0 5px;
	.padding: 0; 
	line-height: 20px;
	.margin: 0 0 0 5px;
}

#indexTests span {
	font-family: tahoma;
	font-size: 11px;
	color: #646464;
	font-style: normal;
	line-height: 20px;
}

#indexTests a {
	font-style: normal;
}

/* Index Right Column */
#indexRightColumn {
	width: 190px;
	float: left;
	.margin: 0;
	margin: 10px 0 0 22px;
}

#indexRightColumn h2, #quiz h2 {
	font-size: 15px;
	font-family: tahoma;
	width: 190px;
	color: #e05d3e;
	font-weight: bold;
	padding: 0 0 6px 2px;
	margin: 0 0 8px 0;
	.margin: 0 0 8px 0;
	border-bottom: 1px dotted #adb0b3;
}

#hotButtons {
	width: 190px;
}

#hotButtons ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#hotButtons li {
	margin: 5px 0 0 0;
}


/* Networks */
#socialNetworks {
	width: 190px;
	margin: 20px 0 8px 0;
	.margin: 15px 0 8px 0;
}

#socialNetworks p {
	margin: 0 0 0 3px;
	.padding: 0;
}

#twitterFeed {
	width: 190px;
	margin: 0 0 20px 0;
}

#twitterFeed p {
	font-family: georgia, helvetica;
}

#twitterFeed a {
	color: #464646;
	font-size: 10px;
}

#twitterFeed a:hover {
	text-decoration: underline;
}

#quizBox {
    margin: 0 0 10px 0;
	width: 200px;
	.width: 195px;
	padding: 0;
}

#quiz span {
	font-weight: bold;
}

#quizBox p.question {
	color: #464646;
	margin: 5px 0 0 0;
}

#quizBox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#quizBox ul li {
    margin: 0;
    padding: 0 0 3px 8px;
	color: #464646;
}


/* Specials Box */
#indexSpecial {
	margin: 0 0 0 0;
	padding: 0;
	width: 523px;
	position: relative;
}

#indexSpecialsBox {
    background: transparent url("images/indexSpecialsBox.jpg") top left no-repeat;
    margin: 10px 0 0 0;
	padding: 0;
	width: 523px;
	height: 190px;
	position: relative;
}

#indexSpecialsBox p {
	margin: 0 0 0 15px;
	padding: 12px 0 0 0;
	line-height: 17px;
}

#indexSpecialsBox p strong, #indexSpecialsBox p em {
	font-size: 13px;
}

#indexSpecialsBox a {
	text-decoration: none;
	color: #252525;
	cursor: pointer;
	
}

#indexSpecialsBox p a.more {
	color: #a72828;
	text-decoration: underline;
	font-size: 12px;
}

#indexSpecialsBox span {
	color: #636363;
	font-size: 10px;
}


/* Blog Blip */
#indexBlip {
	background: transparent url("images/indexBlip.jpg") top no-repeat;
	height: 158px;
	width: 525px;
	padding-top: 44px;
	margin: 25px 0 0 0;
}

#indexBlip p {
	margin: 0 0 0 60px;
	width: 450px;
	font-size: 12px;
	padding-bottom: 0;
	font-family: helvetica;
	color: #464646;
	line-height: 19px;
}


/* Happening This Week */
#happenings {
	width: 525px;
    padding: 0;
    margin: 20px 0 0 0;
    display: block;
}

#happenings h2 {
   margin: 0;
   padding: 6px 0;
   font-size: 16px;
   color: #fff;
   width: 525px;
   font-weight: bold;
   font-family: tahoma;
   text-align: center;
   border: none;
   background-color: #707070;
   font-size: 15px;
}

#happenings dt {
   color: #003e97;
   font-weight: bold;
   font-size: 12px;
}

#happenings dd {
    margin: 0;
    padding: 0 0 15px 0;
}

#happenings #indexcalendar table {
	border-collapse: collapse;
	border: 1px solid #eaeae7;
}

#happenings p.checkOut {
	text-align: center;
	margin: 0;
}

#happenings p.checkOut a {
	color: #464646;
}


#bootcamp {
	width: 740px;
}

#bootcamp .selected {
  color: #e07f38;
}

p#bootcampP {
	margin-top: 0;
}

#bootcamp span {
	font-size: 12px;
	color: #003e97;
	font-weight: bold;
}

#bootcamp span.asterisk {
	font-weight: normal;
	color: #464646;
	font-size: 11px;
}

#camps {
    border: 1px solid #cbcfd2;
    border-collapse: collapse;
    width: 430px;
    margin: 0px 0 5px 0;
	.margin: 10px 0 0 0;
}

#camps td {
    margin: 0 0 0 0;
    border: 1px solid #cbcfd2;
    color: #003e97;
    font-weight: bold;
    width: 215px;
    padding: 9px 0;
	text-align: center;
}

#camps td a {
	color: #003e97;
    font-weight: bold;
}

#camps td span {
    margin: 0 0 8px 0;
    font-weight: bold;
	font-size: 11px;
	color: #464646;
}

#camps td span.dates {
    font-size: 11px;
	color: #003e97;
	font-weight: normal;
}

#signUp {
	background: transparent url("images/signUpToday.jpg") no-repeat top;
	float: right;
	width: 270px;
	height: 125px;
	margin: 15px 0 0 15px;
}

#signUp p {
	color: #fff;
	text-align: center;
	margin: 55px 0 0 0;
}

#signUp span {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

#signUp a {
	color: #fff;
}

img#bootcampQuote {
	margin: 0 0 0 20px;
}

#bootcamp h3 {
	margin: 15px 0 0 0;
	font-size: 11px;
}

#bootcamp ul {
	margin-top: 0;
}

ul#bootCampPhotos, ul#pilatesPhotos {
	list-style-type: none;
	margin: 15px 0 0 20px;
	padding-left: 0;
	width: 270px;
}

ul#bootCampPhotos li, ul#pilatesPhotos li {
	padding: 0;
	float: left;
	margin: 5px 10px 5px 0;
}

ul#bootCampPhotos li a, ul#pilatesPhotos li a {
	border: none;
}

.new, span .new {
	color: #ce444e;
	font-size: 11px;
	font-weight: bold;
}


/* MAT form */
#MATH-Q {
	width: 600px;
}

#MATH-Q table {
	margin: 0 0 0 24px;
}

ol#MATquestions {
	width: 525px;
}

ol#MATquestions li {
	margin: 0 0 15px 0;
}

#MATH-Q div {
	text-align: right;
	width: 510px;
}

#mannaRelief {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
}


/* NEW Footer */
#footer {
	clear: both;
	width: 971px;
	height: 200px;
	margin: 0 auto 0 auto;
	background-color: #525250;
	.border: 0;
	text-align: left;
}

#copyright {
	float: left;
	margin-top: 15px;
	border-right: 1px solid #414141;
}

#copyright p {
	color: #d7d7d7;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 15px;
	width: 285px;
	height: 70px;
}

#copyright a {
	color: #a1a1a1;
}

span.HW {
	color: white;
	font-size: 11px;
}

#copyright span.phone {
	color: #d7d7d7;
	font-weight: bold;
	font-size: 11px;
}

#footernav {
	float: right;
	margin: 10px 0 15px 0;
	width: 660px;
}

#footernav ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#footernav li {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

#footernav li a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #8ab7e8;
	line-height: 17px;
}

#footernav li a:hover, a:active {
	text-decoration: underline;
}

ul#servicesList, ul#additionalServicesList, ul#resourcesList, ul#companyList {
	float: left;
	width: 155px;
	.width: 150px;
}

img#creditCards {
	margin: 0 0 0 15px;
}

#disclaimer {
	clear: both;
	height: 76px;
	background-color: #414141;
}

#disclaimer p {
   width: 800px;
   text-align: center;
   font-size: 10px;
   color: #888;
   line-height: 13px;
   margin: 0 auto;
   padding: 10px 0 0 0;
}

.acuDisclaimer {
	font-size: 10px;
}

.photoCredit {
	font-size: 9px;
	color: #a1a1a1;
	margin: 0 0 0 120px;
}

.photoCredit a {
	font-size: 9px;
	color: #a1a1a1;
}

