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

body {
   width: 100%;
   margin: 0;
   padding: 0;
   background-color: #7f7f7b;
}

#container {
   width: 971px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0;
   padding: 0;
   background-color: white;
}

a {
    color: #003e97;
    text-decoration: underline;
}

#logo {
    padding-top: 5px;
    margin: 0 0 0 5px;
	width: 960px;
}

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

.rednote {
    color: #ce444e;
}

.clear {
	clear: both;
}


/* Navbar */

#navbar {
    float: left;
    margin: 5px 0 0 5px;
	.margin: 5px 0 0 3px;
    padding: 0;
    width: 180px;
    height: 100%;
}

#navlinks {
   list-style-type: none;
   margin: 0;
   padding: 0;
   background-color: #1d529c;
}

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

#navlinks a {
   color: #fff;
   text-decoration: none;
   font-weight: bold;
}

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

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

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

/* Content pages */

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

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

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

#content h2 strong {
	color: #545454;
	font-size: 15px;
}

#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;
}


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

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

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

#photoRight .serviceimg {
    /*border: 1px solid #e0dfcf;*/
    margin-left: 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 .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: 720px;
    margin: 5px 0;
}

#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 {
    margin: 0 0 8px 0;
    border: 1px solid #e0dfcf;
    padding: 3px 2px 3px 7px;
}


#calculator {
	width: 720px;
}

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

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

#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;
}

/* 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: 5px 0 10px 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 {
    list-style-type: none;
    margin: 4px 0 0 0;
    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: 10px;
}

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

#testimonies .selected {
  color: #e07f38;
}


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

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

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

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

#resourcesFeaturedProd {
	float: right;
	border-left: 1px solid #cbcfd2;
	padding: 10px 0 10px 20px;
	width: 205px;
}

#resourcesFeaturedProd h2 {
	border: none;
	text-align: center;
}

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

#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: 480px;
}

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

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

#resources span {
    color: #464646;
}  

#resources h4 {
    border-bottom: 1px solid #cbcfd2;
	padding: 0 0 5px 0;
}

#resources li {
    padding-left: 15px;
	margin: 5px 0;
}

#resources ul #secondList {
	 list-style-type: disc;
	 margin: 0 0 0 30px;
}

#resources .selected {
  color: #e07f38;
}

/* 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;
}


/* 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;
}


/* 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;
}


/* 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 {
    width: 720px;
}

#consultationBox {
    background: transparent url("images/consult_bkg.jpg") no-repeat;
    padding: 55px 5px 8px 4px;
    border: 1px solid #cbcfd2;
    margin: 10px 0 0 0;
}

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

/* Index Right Column */
#indexRightColumn {
	width: 205px;
	float: right;
	.margin: 0 8px 0 0;
}


/* Featured Product */
#featuredProd {
	background: transparent url("images/featuredProdBg.jpg") no-repeat top;
	height: 279px;
	padding: 0;
	margin: 7px 0 0 0;
	border: 1px solid white;
	text-align: center;
}

h2#featuredProdHead {
	width: 200px;
	padding: 0 0 4px 3px;
	margin: 0;
	.margin: 0 0 5px 0;
	color: #464646;
	font-weight: bold;
	font-size: 15px;
	font-family: tahoma;
}

h2#featuredProdHead a {
	text-decoration: none;
	color: #464646;
	font-weight: bold;
	font-size: 15px;
	font-family: tahoma;
}

#featuredProd h1 {
	width: 190px;
	font-weight: bold;
	margin: 15px 0 0 7px;
	line-height: 21px;
}

#featuredProd h1 span {
	font-size: 14px;
	color: #003e97;
}

#featuredProd img {
	margin: 12px 0 0 0;
}

#featuredProd p {
	width: 180px;
	margin: 13px 0 0 12px;
	.margin: 10px 0 0 6px;
	color: #363636;
	line-height: 16px;
}


/* Networks */
#socialNetworks {
	width: 200px;
	margin: 15px 0 10px 0;
}

#socialNetworks h2 {
	font-size: 15px;
	font-family: tahoma;
	width: 200px;
	color: #464646;
	font-weight: bold;
	padding: 0 0 5px 3px;
	margin: 0;
	.margin: 0 0 5px 0;
}

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

#twitterFeed {
	width: 200px;
	margin: 0 0 10px 0;
}

#twitterFeed h2 {
	width: 200px;
	font-weight: bold;
	padding: 7px 0 3px 3px;
	margin: 0 0 5px 0;
}

#twitterFeed a {
	color: #545454;
	font-size: 11px;
	text-decoration: none;
}

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

#twitterFeed ul {
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type: none;
}

#twitterFeed li {
	padding: 0 0 12px 0;
	font-size: 11px;
}

#quiz h2 {
    height: 20px;
	color: #363636;
	width: 197px;
	font-weight: bold;
	font-family: tahoma;
	font-size: 14px;
    padding: 0 0 0 3px;
    margin: 0;
    border-bottom: 1px solid #cbcfd2;
}

#quizBox {
	background: transparent url("images/quizBoxBg.jpg") no-repeat top;
    margin: 7px 0;
	width: 200px;
	height: 175px;
	padding: 0;
}

#quizBox p.question {
	font-weight: bold;
	color: #464646;
	margin: 0;
    padding: 15px 7px 5px 10px;
	.padding: 15px 10px 5px 12px;
}

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

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

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

#indexFadeImg{
    /* border: 1px solid #d6d5d0; */
    width: 525px;
    height: 275px;
    margin-top: -5px;
    padding: 0;
}


/* Specials Box */
#indexSpecial {
	margin: 10px 0 0 0;
	padding: 0;
	width: 523px;
	height: 190px;
	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;
}


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

#happenings h2 {
   margin: 15px 0 0 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;
}



/* Footer */

#footer {
    clear: both;
	background-color: #bad1eb;
    padding: 10px 0;
    text-align: center;
    height: 1%;
    font-size: 11px;
    width: 971px;
    margin: 0;
    color: #003e97;
}

#footer a {
    font-size: 11px;
    color: #003e97;
}

#footer p {
    text-align: center;
    color: #888;
    padding: 3px 105px;
    margin: 3px 0 0 0;
    font-size: 10px;
	color: #545454;
}

#footer p a {
	font-size: 10px;
}

#footer .disclaimer {
   font-size: 10px;
   line-height: 13px;
   color: #545454;
}

