﻿body {
	margin: 0px;
	padding: 0px;
	background: black;
	color: white;
	font-family: helvetica, arial, sans-serif;
}
.mobileContent {
	display: none;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#pageAlign {
	position: relative;
	top: 0px;
	width: 990px;
	height: 806px;
	margin: 0px auto;
	background: black url(images/background2.jpg) center top no-repeat;
}
#header {
	background: url(images/logo2.png) center top no-repeat;
	width: 686px;
	height: 303px;
	position: relative;
	top: 0px;
	width: 990px;
}
#header a {
	display: block;
	text-decoration: none;
	height: 58px;
	width: 614px; 
	position: relative;
	left: 200px;
}
#login {
	position: absolute;
	width: 43px;
	height: 15px;
	top: 5px;
	right: 5px;
	z-index: 10000;
}
#login a {
	display: block;
	width: 43px;
	height: 15px;
	color: #f1b164;
	font-size: 90%;
	text-decoration: underline;
}
#login a:Hover {
	text-decoration: none !important;
}
#header a:hover {
	text-decoration: none;
}
h1 {
	display: none;
	margin: 0px;
}
h2 span {
	display: none;
}
#nav {
	position: absolute;
	top: 75px;
	left: 217px;
	width: 570px;
	height: 150px;
}
#nav a span {
	display: none;
}
#nav ul {
	list-style-position: inside;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li#schedule {
	position: absolute;
	top: 0px;
	left: 20px;
}
li#schedule a {
	display: block;
	background: url(images/nav/schedule-off.png) 0 0 no-repeat;
	width: 99px;
	height: 27px;
}
li#schedule a:hover,
#scheduleBody li#schedule a {
	padding-left: 2px;
	background: url(images/nav/schedule-on.png) 0 0 no-repeat; 
}
li#events {
	position: absolute;
	top: 110px;
	left: 120px;
}
li#events a {
  display: block;
	background: url(images/nav/events-off.png) 0 0 no-repeat;
	width: 74px;
	height: 26px;
}
li#events a:hover,
#eventsBody li#events a {
background: url(images/nav/events-on.png) 0 0 no-repeat;
}
li#teachers {
	position: absolute;
	top: 38px;
	left: 35px;
}
li#teachers a {
 display: block;
	background: url(images/nav/teachers-off.png) 0 0 no-repeat;
	width: 97px;
	height: 26px;
}
li#teachers a:hover,
#teachersBody li#teachers a {
background: url(images/nav/teachers-on.png) 0 0 no-repeat;
}

li#staff {
	position: absolute;
	top: 38px;
	left: -20px;
}
li#staff a {
 display: block;
	background: url(images/nav/staffNew-off.png) 0 0 no-repeat;
	width: 174px;
	height: 26px; 
}
li#staff a:hover,
#staffBody li#staff a {
background: url(images/nav/staffNew-on.png) 0 0 no-repeat;
}





li#bodywork {
	position: absolute;
	top: 76px;
	left: 60px;
}
li#bodywork a {
 display: block;
	background: url(images/nav/bodywork-off2.png) 0 0 no-repeat;
	width: 113px;
	height: 26px;
}
li#bodywork a:hover,
#bodyworkBody li#bodywork a {
background: url(images/nav/bodywork-on2.png) 0 0 no-repeat;
}

li#directions {
	position: absolute;
	top: 76px;
	right: 75px;
}
li#directions a {
 display: block;
	background: url(images/nav/directions-off.png) 0 0 no-repeat;
	width: 113px;
	height: 26px;
}
li#directions a:hover,
#directionsBody li#directions a {
background: url(images/nav/directions-on.png) 0 0 no-repeat;
}
li#studio {
	position: absolute;
	top: 110px;
	right: 85px;
}
li#studio a {
 display: block;
	background: url(images/nav/studio_off2.png) 0 0 no-repeat;
	width: 120px;
	height: 26px;
}
li#studio a:hover,
#studioBody li#studio a {
background: url(images/nav/studio_on2.png) 0 0 no-repeat;
}
li#rates {
	position: absolute;
	top: 38px;
	right: -20px;
}
li#rates a {
 display: block;
	background: url(images/nav/rates-off.png) 0 0 no-repeat;
	width: 185px;
	height: 25px;
}
li#rates a:hover,
#ratesBody li#rates a {
background: url(images/nav/rates-on.png) 0 0 no-repeat;
}

li#community {
	position: absolute;
	top: 0px;
	right: 15px;
}
li#community a {
 display: block;
	background: url(images/nav/community-off.png) 0 0 no-repeat;
	width: 125px;
	height: 27px;
}
li#community a:hover,
#communityBody li#community a {
background: url(images/nav/community-on.png) 0 0 no-repeat;
}
#nav a {

}
#nav a:hover {

}
#content {

}
#footer {
	position: absolute;
	top: 660px;
	height: 128px;
	width: 100%;
	background: url(images/footerBack2.png) 0 0 repeat-x;
}
#footerText {
	width: 823px;
	margin: 20px auto 0px auto;
	height: 45px;
	
}
#ratesBody #footer {
	top: 750px;
}
.clear {
	float: clear !important;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.backButton {
	display: block;
	width: 70px;
	height: 23px;
	background: url(images/backButton-off.png) 0 0 no-repeat;
}
a.backButton:hover {
	background: url(images/backButton-on.png) 0 0 no-repeat;
}
a.backButton span {
	display: none;
}
#descInside a.backButton {
	position: absolute;
	top: 5px;
	right: 5px;
}


/* home page styles */

#col1 {
	height: 375px;
	width: 378px;
	position: absolute;
	left: 60px;
	top: 232px; /* 282*/
}
#col1 h2 {
	width: 218px;
	height: 36px;
	margin: 0px auto;
	padding-left: 3px;
	background: url(images/newsHeader.png) 0 0 no-repeat;
}
#col1 h2 a {
	font-size: 50% !important;
	position: absolute;
	right: -20px;
	top: 15px;
	font-weight: normal;
	color: #fec065;
}
#col1 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 350px;
	overflow: auto;
	width: 400px;
	border-bottom: 1px solid white;
	background: url(images/eventTransparentBack3.png) 0 0 repeat-y !important;
	color: black;
}
#col1 ul li {
	padding: 0px;
	margin: 0px; 
}
#col1 ul ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
	clear: left;
	border: none;
	background: none !important;
}
#col1 ul.eventBlock {
	width: 378px;
	height: 90px;
	overflow: hidden;
}

#col1 ul.eventBlock .newsDesc a {
	color: #026d95;
}
#col1b {
	height: 400px;
	width: 378px;
	position: absolute;
	left: 30px;
	top: 232px;
	
}
#col1b h2 {
	width: 218px;
	height: 36px;
	margin: 0px auto;
	padding-left: 3px;
	background: url(images/newsHeader.png) 0 0 no-repeat;
}
#col1b h2 a {
	font-size: 50% !important;
	position: absolute;
	right: -20px;
	top: 15px;
	font-weight: normal;
	color: #fec065;
}
#col1b ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 360px;
	overflow: auto;
	width: 400px;
	border-bottom: 1px solid white;
	background: url(images/eventTransparentBack3.png) 0 0 repeat-y !important;
	color: black;
}
#col1b ul li {
	padding: 0px;
	margin: 0px; 
}
#col1b ul ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
	clear: left;
	border: none;
	background: none !important;
}
#col1b ul.eventBlock {
	width: 378px;
	height: 90px;
	overflow: hidden;
}



li.newsPic {
	float: left;
	width: 60px;
	height: 60px;
	margin: 8px 10px 0px 7px !important;
}
li.newsTitle {
	font-size: 100%;
	padding-top: 7px !important;
	padding-bottom: 3px !important;
	color: black;
}
li.newsTitle a {
	color: black;
}
li.newsTitle a em {
	font-size: 80%;
	padding-left: 5px;
	color: #8e3a02;
}
li.newsTitle a:hover em {
	color: #ff961c;
}
li.newsDate {
	font-size: 90%;
	display: list-item;
	list-style: square !important;
	list-style-position: inside !important;
	color: #8e1302;
}
li.newsDesc {
	font-size: 70%;
	margin-top: 3px !important;
}
#scrollable {
	height: 255px;
	overflow: hidden;
	position: relative;
	top: 35px;
}
a span {
	display: none;
}
a#scrollUp {
	position: absolute;
top: 40px;
left: 140px;
	display: block;
	background: url(images/arrowUp-off.png) 0 0 no-repeat;
	width: 75px;
	height: 30px;
}
a#scrollUp:hover {
	background: url(images/arrowUp-on.png) 0 0 no-repeat;
}
a#scrollUp:active {
	background: url(images/arrowUp-active.png) 0 0 no-repeat;
}
a#scrollDown {
position: absolute;
bottom: 10px;
left: 140px;
	display: block;
	background: url(images/arrowDown-off.png) 0 0 no-repeat;
	width: 75px;
	height: 30px;
}
a#scrollDown:hover {
	background: url(images/arrowDown-on.png) 0 0 no-repeat;
	}
a#scrollDown:active {
	background: url(images/arrowDown-active.png) 0 0 no-repeat;
}
#map {
	width: 561px;
	margin: 0px auto;
}
#col2 {
	height: 375px;
	width: 375px;
	position: absolute;
	left: 536px;
	top: 232px;
}



 #col2 p {
	font-size: 80%;
}
#col2  #galleryBlock h2 a ,
#col2 #videoBlock h2 a {
	position: absolute;
	right: -75px;
	top: 10px;
	color: #50cdf2;
	font-size: 60%;
	width: 100%:
}
#col2 #galleryBlock h2 {
	background: url(images/galleryLogo.png) 0 0 no-repeat;
	width:131px;
	height: 34px;
	margin: 0px auto 5px auto;
	
}
#col2 #videoBlock h2 {
	background: url(images/videoTitle.png) 0 0 no-repeat;
	width: 84px;
	height: 31px;
	margin: 0px auto 5px auto;
	position: relative;
}


#col2b {
	height: 400px;
	width: 380px;
	position: absolute;
	left: 470px;
	top: 232px;

}
 #col2b p {
	font-size: 80%;
}
#col2b  #galleryBlock h2 a ,
#col2b #videoBlock h2 a {
	position: absolute;
	font-weight: normal;
	right: -60px;
	top: 15px;
	color: #50cdf2;
	font-size: 60%;
	width: 100%:
}

#col2b #videoBlock h2 {
	background: url(images/videoTitle.png) 0 0 no-repeat;
	width: 84px;
	height: 31px;
	margin: 0px auto 5px auto;
}
#col2notes {
	padding-top: 20px;
}
#songCredit {
	font-size: 50%;
	font-style: italic;
	font-family: arial;
	color: #ccc;
	position: absolute;
	top: 0px;
	right: -85px;
}
#videoBlock {
  width: 400px;
  height: 305px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}
#video {
	width: 400px;
	height: 230px;
	border: 1px solid black;
}
#battb {
 color: #f1b464;
 font-weight: bold;
 position: relative;
 top: 10px;
}
#credit { 
	display: none;
}
a#battButton {
	display: block;
	position: relative;
	left: 215px;
	top: -20px;
	width: 99px;
	height: 27px;
	background: url(images/battButton2-off.png) 0 0 no-repeat;
	text-decoration: none;
}
#batt em {
	color: #ff0000;
}
a#battButton:hover {
	background: url(images/battButton2-mid.png) 0 0 no-repeat;
}
a#battButton:active {
	background: url(images/battButton2-on.png) 0 0 no-repeat;
}
a#battButton span {
	display: none;
}
#battButton img {
	border: 0px;
	text-decoration: none;
}
#freeNoteb {
	font-weight: bold;
	position: relative;
	top: -5px;
}
#newb {
	clear; both;
	position: relative;
	top: 5px;
	left: 0px;
}	
a#welcomeButtonb {
	display: block;
	position: relative;
	left: 145px;
	top: -25px;
	width: 102px;
	height: 31px;
	background: url(images/welcome_off.png) 0 0 no-repeat;
}
a#welcomeButtonb:hover {
	background: url(images/welcome_on.png) 0 0 no-repeat;
}
a#welcomeButtonb span {
	display: none;
}
#descriptionsBody #content {
	background: url(images/descriptionsContentTop.png) top left no-repeat;
	color: #200b01;
	padding: 13px 0px 0px 0px;
	width: 730px;
	margin: 0px auto;
	
}
#icons {
float: left;
}
#icons img {
	border: 0px;
}
#icons a {
	text-decoration: none;
}
#icons span {
	font-size: 80%;
	display: inline !important;
}
#contact {
	float: right;
	font-size: 90%;
}

/* schedule page styles */

#frameNote {
	font-size: 80%;
	color: white;
	
}	
#scheduleFrame {
	height: 800px;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff298;
}
#scheduleFrame iframe {
	position: relative;
	top: -170px;
}
#scheduleBody #content {
	padding-top: 0px;
	position: relative;
	top: -75px;
	/*width: 820px;*/width: 100%;
	margin: 0px auto;
	font-family: arial, sans-serif;
}
h2#schNotes {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	color: white;
}
ul#scheduleNotes {
	margin-top: 0px;
	/*width: 620px;*/ width: 900px;
	margin: 0px;
	padding: 15px 15px 15px 15px;
	list-style: none;
	background: url(images/blackTransBack.png) 0 0 repeat;
	color: #fff298;
	font-size: 90%;
}
ul#scheduleNotes li {
	margin-bottom: 3px;
}
#scheduleNotes strong {
	text-decoration: underline;
}
ul#scheduleNotes em {
	color: #94b0ff;
	font-style: normal;
}
a#graphicSchedule {
	display: block;
	position: absolute;
	left: 750px;
	top: -70px;
	width: 69px;
	height: 90px;
	text-decoration: none;
	background: url(images/graphicScheduleThumb.jpg) 0 0 no-repeat;
	border: 2px solid black;
}
a#graphicSchedule:hover {
	border: 2px solid #f00;
}
table.scheduleTable {
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	width: 760px;
	text-align: center;
	position: relative;
	left: -30px;
	font-size: 90%;
}
tr.even td {
	border-top: 1px solid #ba8b52;
	background: #2e3540;
}
tr.odd td {
	border-top: 1px solid #3d556d;
	background: #2e3540;
}
tr.odd td.blank,
tr.even td.blank {
	background: transparent !important;
}
tr td.firstCol {
	border-top: 0px !important;
	width: 110px;
	background-color: transparent !important;
	text-align: right !important;
}
table.scheduleTable th {
	height: 25px;
	font-size: 110%;
	font-weight: normal;
}
th span {
	display: none;
}
th.firstCol {
text-align: right !important;
padding-right: 5px !important;
}
th.timeCol {
	width: 140px;
	background: url(images/timeLabel.png) center top no-repeat;
}
th.levelCol {
	width: 90px;
	background: url(images/levelLabel.png) center top no-repeat;
}
th.studioCol {
	width: 150px;
	background: url(images/studioLabel.png) center top no-repeat;
}
th.teacherCol {
	background: url(images/teacherLabel.png) center top no-repeat;
}
th.classCol {
	background: url(images/classLabel.png) center top no-repeat;
}

#scheduleKey {
	font-style: italic;
	position: relative;
	left: 490px;
	font-size: 90%;
	top: 15px;
}
#descLink {
  position: relative;
  top: 30px;
  left: 190px;
  font-size: 90%;
}
#control {
	position: relative;
	top: 20px;
	left: 114px;
	height: 21px;
	width: 81px;
}
#control a {
	display: block;
	height: 21px;
	text-decoration; none;
	float: left; 
}
a#prevWeek {
	width: 20px;
	background: url(images/previousWeekButton-off.png) 0 0 no-repeat;
}
a#prevWeek:hover {
	background: url(images/previousWeekButton-on.png) 0 0 no-repeat;
}
a#today {
	width: 41px;
	background: url(images/todayButton-off.png) 0 0 no-repeat;
}
a#today:hover {
	background: url(images/todayButton-on.png) 0 0 no-repeat;
}
a#nextWeek {
	width: 20px;
	background: url(images/nextWeekButton-off.png) 0 0 no-repeat;
}
a#nextWeek:hover {
	background: url(images/nextWeekButton-on.png) 0 0 no-repeat;
}
a.teacherNameCell {
	color: #aaaaff;
}
 #scheduleBody p a {
 	text-decoration: underline;
 	color: #fbbb9e;
 
 }
#scheduleBody p a:hover {
	text-decoration: none;
}
table#schedule2 {
	margin: 0px auto;
	padding: 0px;
	width: 806px;
	vertical-align: top;
	font-size: 80%:
}
table#schedule2 td {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	vertical-align: top;
}
table#schedule2 td.saturday {
	border-left: 2px dotted white;
}
table#schedule2 th.dayCell {
	margin: 0px;
	padding: 0px;
	width: 128px;
	vertical-align: top;
}
ul.classList {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  font-size: 90%;
  width: 650px;
}
ul.classList li {
	margin: 0px;
	padding: 2px 0px;
	list-style: none;
 background: #2e3540;
 vertical-align: middle;
}

/* classTime' => $time_start[1] . ' - ' . $time_end[1],
		 'className' => $class->ClassName,
		 'teacherName' => $class->Trainer->FirstName,
		 'classLevel' => $class->ClassLevel ? $class->ClassLevel->ClassLevelDescription : '',
		 'classLocation' => $class->Location ? $class->Location->LocationName : '',
		 'classStatus' => $class->Status,
		 'subTeacherName' => $class->SubTrainer ? $class->SubTrainer->FirstName : '',
		 'classDescription'  */

.hidden {
	display: none;
}
#dateRange {
	width: 82px;
	height: 21px;
	position: relative;
	top: -15px;
}
#dates {

}
#todaysDates {
	position: absolute;
	top: 250px;
	display: none;
}
a#previousDate {
	display: block;
	width: 20px;
	height: 21px;
	background: url(images/previousButtonDate.png) 0 0 no-repeat;
	position: absolute;
	left: 0px;
}
a#nextDate {
  display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 61px;
	top: 0px;
	background: url(images/nextButtonDate.png) 0 0 no-repeat;
}
a#todayButton  {
	display: block;
	position: relative;
	left: 20px;
	width: 41px;
	height: 21px;
	background: url(images/todayButtonDate.png) 0 0 no-repeat;
}
.classDate {
  width: 175px;
  position: absolute;
  left: -40px;
  font-weight: bold;
}
.dayOfWeek {
	display: block;
	text-align: right;
}
.monthYear {
 text-align: right;
 display: block;
}
.dayBlock {
 border-top: 1px solid #a7753e;
 margin-bottom: 10px;
 padding-top: 5px;
}
li.classRow {
 clear: left;
 border-bottom: 1px solid #3d556d;
 color: white !important;
 background: #2e3540;
 position: relative;
}


.classTime {
	display: inline;
	position: relative;
	left: 25px;
}
.className  {
	display: inline;
	position: absolute;
	left: 220px;
	top: 0px;
}
.classTeacher {
	display: inline;
	position: absolute;
	right: 30px;
	top: 0px;
}
.subTeacherName {
	color: #fda94d; 
	position: absolute;
	right: 120px;
	top: 0px;
}



.classLevel {
	display: none;
}
.classLocation {
 display: none;
}
.classStatus {
	color: #FF0000;
	font-size: 80%;
	position: absolute;
	right: 200px;
}
.classDescription {
	display: none;
}

/*
ul.hour {
	background: #d9d6b3;
}
ul.open {
	background: #c2eaff;
}
ul.hot {
	background: #e7a491;
}
ul.blank {
	background: #333;
}
ul.blank li.classTime {
	background: #333;
}
ul.basics {
  background: #a8a9d1;
}
ul.capoeira {
	background: #b5aead;
}
ul.afro {
	background: #9cafa7;
}
ul.acro {
	background: #caa5c7;
}
ul.aerial {
	background: #caa5c7;
}
ul.yoga {
	background: #d9d6b3;
}
*/


/* event page styles */

#eventsBody #footer {
	display: none;
}
#eventsBody #content {
	height: auto;
	position: relative;
	top: -75px;
}
ul#eventList {
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
	width: 778px;
	position: relative;
	left: -63px;
}
ul#eventList li {
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
	position: relative;
	background: url(images/eventsGanesha.png) left 25px no-repeat;
	min-height: 280px;
}
ul#eventList li ul li {
	background: none;
	list-style: disc;
	height: auto;
	min-height: 0PX;
}
div.eventHeader {
	background: url(images/eventTitleBack2.png) 0 0 no-repeat;
	position: relative;
	left: 160px;
	width: 616px;
	height: 62px;
}
div.eventTitle {
	position: relative;
	font-size: 110%;
	left: 0px;
	top: -20px;
	height: 25px;
	width: 649px;
	padding-top: 33px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.eventDate {
	position: relative;
	top: -20px;
	left: 10px;
	color: #d1d4fd;
	font-family: verdana, arial, sans-serif;
}
.eventTime {
	color: #fdca70;
}
.eventButton {
	position: absolute;
	right: 5px;
	top: 35px;
}
.eventButton a {
	display: block;
	width: 78px;
	height: 19px;
	background: url(images/signUp-off.png) 0 0 no-repeat;
}
.eventButton a:hover {
	background: url(images/signUp-on.png) 0 0 no-repeat;
}
.insideEventButton {
	float: right;
}
.insideEventButton a {
	display: block;
	width: 78px;
	height: 19px;
	background: url(images/signUp-off.png) 0 0 no-repeat;
}
.insideEventButton a:hover {
	background: url(images/signUp-on.png) 0 0 no-repeat;
}
.insideEventButtonL {
	padding-top: 8px;
}
.insideEventButtonL a {
	display: block;
	width: 78px;
	height: 19px;
	background: url(images/signUp-off.png) 0 0 no-repeat;
}
.insideEventButtonL a:hover {
	background: url(images/signUp-on.png) 0 0 no-repeat;
}
.eventDescription {
	position: relative;
	left: 160px;
	top: 0px;
	background: white;
	color: #222;
	font-size: 80%;
	padding: 10px;
	width: 596px;
}
.eventPic {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
.eventDescription p {
	margin: 0px 0px 10px 0px;
}
.eventDescription a {
	
	color: #b53609;
}
.eventDescription a:hover {
	color: #fcb648;
}

/* teachers page styles */

#staffBody #content {
	position: relative;
	width: 900px !important;
	margin: 0px auto;
	top: -75px;
}
#staffBody hr {
	clear: both;
}
#staffBody #content h3 {
	margin: 0px auto;
}
#staffBody #content h3 span {
	display: none;
}
h3.groupTitle {
	text-align: center;
}
#staffCol1 {
	width: 490px;
	min-height: 700px;
	position: relative;
	left: 0px;
	top: 10px;
}
#staffCol2 {
	width: 400px;
	min-height: 700px;
	position: absolute;
	right: 0px;
	top: 10px;
}
#teacherLabel {
	width: 193px;
	height: 32px;
	background: url(images/teachersLabel.png) 0 0 no-repeat;
}
#manageLabel {
	width: 162px;
	height: 32px;
	background: url(images/managementLabel.png) 0 0 no-repeat;
}
#nutritionLabel {
	width: 335px;
	height: 32px;
	background: url(images/nutritionLabel.png) 0 0 no-repeat;
}
#trainingLabel {
	width: 437px;
	height: 32px;
	background: url(images/trainingLabel.png) 0 0 no-repeat;
}

#meditationLabel {
	width: 247px;
	height: 32px;
	background: url(images/meditationLabel.png) 0 0 no-repeat;
}
ul.teachersList {
	padding: 0px;
	list-style: none;
}
ul.teachersList a {
	text-decoration: none;
}
ul.teachersList li {
	list-style: none !important;
}
li.teacherBlock {
	display: block;
	width: 77px;
	margin: 2px;
	padding: 2px;
	height: 122px;
	float: left;
}
.bioThumb {
	width: 77px !important;
	height: 102px;
	text-align: center;
}
.bioThumb a:hover {
	text-decoration: none;
	color: #f94102;
}	
#staffCol1 div.bio {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 750px;
	padding: 20px;
	border: 1px solid black;
	background: #b0b0b0 url(images/teacherBack.jpg) left top no-repeat;
	color: black;
	z-index: 3000;
}
#staffCol2 div.bio {
	display: none;
	position: absolute;
	left: -450px;
	top: 0px;
	width: 750px;
	min-height: 550px;
	padding: 20px;
	border: 1px solid black;
	background: #b0b0b0 url(images/teacherBack.jpg) left top no-repeat;
	color: black;
	z-index: 3000;
}
.teacherMore li.thumb2 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 77px !important;
	height: 102px;
}
.teacherClose {
	width: 83px;
	height: 25px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.teacherClose a {
	width: 83px;
	height: 25px;
	display: block;
	text-decoration: none;
	background: url(images/closeButton.png) 0 0 no-repeat;
}
.teacherName {
	font-family: helvetica, arial, sans-serif;
	font-size: 110%;
	letter-spacing: 1px;
	position: relative;
	left: 100px;
	top: 5px;
	width: 550px;
}
.teacherEmail {
	margin-top: 10px;
	position: relative;
	left: 100px;
	width: 550px;
}
p.teacherEmail a {
	display: block;
	letter-spacing: 0px;
	font-size: 80%;
	padding-left: 28px;
	padding-top: 2px;
	height: 15px;
	background: url(images/contactOff.jpg) left 4px no-repeat;
	color: #4006e6 !important;
	text-decoration: none;
}
.teacherEmail a:hover {
	color: #fe650a;
}
.bioSchedule {
	position: relative;
	left: 100px;
	width: 550px;
	margin-top: 15px;
	font-size: 80%;
	background: url(images/bullet.png) left top no-repeat;
	padding-left: 20px !important;
}
.bioSchedule a {
	font-size: 90%;
	color: #7c1e04;
	text-decoration: underline;
	white-space: nowrap;
}
.bioSchedule a:hover {
	text-decoration: none;
}
.bioSchedule img {
	position: absolute;
	top: -30px;
	left: -90px;
}
.bioPic {
	float: right;
	padding-left: 5px;
}
.bioPic img {
}
.bioText {
	position: relative;
	top: 45px;
}
.bioText p {
 font-size: 100%;
}
.bioText a {
	color: #666;
	text-decoration: underline;
}
.bioText a:hover {
	text-decoration: none;
}




/* rates styles */


#ratesBody #content {
	padding: 0px 91px 35px 91px;
	font-size: 90%;
	position: relative;
	top: -75px;
}
#ratesBody #footer {
	position: relative;
	top: 10px;
}
#ratesBody #footerText {
	position: relative;
	top: 25px;
}
#purchase {
	margin: 15px 0px 4px 0px;
	position: relative;
	left: 25px;
}
a#gifts  {
	float: right;
	display: block;
	width: 198px;
	height: 23px;
	background: url(images/purchaseGifts-off.png) 0 0 no-repeat;
	position: relative;
	right: 370px;
}
a#gifts span {
	display: none;
}
a#gifts:hover {
	background: url(images/purchaseGifts-on.png) 0 0 no-repeat;
}
#gifts img {
	border: 0px;
	text-decoration: none;
}
a#memberships {
	display: block;
	width: 198px;
	height: 23px;
	background: url(images/purchaseMemberships-off.png) 0 0 no-repeat;
}
a#memberships span {
	display: none;
}
a#memberships:hover {
	background: url(images/purchaseMemberships-on.png) 0 0 no-repeat;
}
#purchase img {
	border: 0px;
	text-decoration: none;
}
#ratesBody #content a {
	text-decoration: underline !important;
	color: #fdc055;
}
#ratesBody hr {
	background-color: #7698ee;
	color: #7698ee;
	border: 0px dotted #7698ee;
	height: 1px;
}
#ratesBody #content a:hover {
	text-decoration: none !important;
}
#priceGroup {
	position: relative;
	width: 781px;
	height: 231px;
	padding: 10px;
	margin: 8px auto;
	background: url(images/ratesBack.png) 0 0 no-repeat;
	font-size: 90%;
}
#holidayCards {
	position: relative;
	left: 7px;
	width: 793px;
	height: 201px;
	background: url(images/holidayCards.png) 0 0 no-repeat;
}
a#holidayButton span {
	display: none;
}
a#holidayButton  {
	display: block;
	width: 160px;
	height: 30px;
	position: relative;
	top: 165px;
	margin: 0px auto;
	background: url(images/holidayButton-off.png) 0 0 no-repeat;
}
a#holidayButton:hover {
	background: url(images/holidayButton-on.png) 0 0 no-repeat;
}
#promoBox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 354px;
}
#promoBox h3 {
	color: #fff;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 3px;
}
#promoBox em {
  font-style: normal;
	color: #fe5555;
}
#ratesKey {
	clear: both;
	list-style: disc;
	padding: 10px;
	margin: 20px 0px 0px 5px;
	width: 751px;
	font-size: 100%;
	position: relative;
	left: 25px;
	background: #111;
}
#ratesKey strong {
	
	font-weight: bold;
	color: #fdc051;
}
#ratesKey li {
	margin-bottom: 2px;
	margin-left: 7px;
}
#ratesNote {
	width: 831px;
	height: 91px;
	position: relative;
	left: 5px;
	padding-top: 10px;
	background: url(images/ratesNoteBack.png) 0 0 no-repeat;
	margin-top: 15px;
}
#ratesNote p {
	width: 700px;
	margin: 0px 0px 0px 10px;
	
}
#ratesTable {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 430px;
	font-size: 110%;
}
#ratesTable td {
	height: 25px;
	padding: 0px 5px;
}
#ratesTable tr.a td {
  background: #875b5b;
}
#ratesTable tr.b td {
	background: none;
}
ul.promo {
	font-size: 100%;
	list-style: inside;
	margin: 15px 5px 0px 15px;
	padding: 0px;
}
ul.promo li {
	margin-bottom: 10px;
}
ul.promo strong {
	text-decoration: underline;
	font-size: 120%;
}

/* bodywork page styles */

#bodyworkBody h2 {
	clear: left;
	font-size: 110%;
	margin: 5px 0px;
	border-bottom: 1px dotted white;
	text-align: center;
}
#bodyworkBody #content {
	width: 750px;
	position: relative;
	top: -75px;
	margin: 0px auto;
	padding: 15px 0px;
}
p.bodyworkNote {
	padding: 10px;
	font-size: 90%;
	background: url(images/blackTransBack.png) 0 0 repeat;
}
ul.bodywork {
	width: 720px;
	margin: 0px;
	padding: 15px 15px 0px 15px;
	list-style: none;
	background: url(images/bodyworkBack.png) top left no-repeat;
}
ul.bodywork ul {
	list-style: none;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted white;
	}
	ul.bodywork ul li {
		margin-bottom: 4px;
	}
li.bdName {
	font-weight: bold;
	font-size: 110%;
	color: #fcd182;
}
li.bdStyle {
	
}
li.bdContact {

}
li.bdContact a {
	color: #4cd5fc;
}
li.bdPic {
	width: 75px;
	height: 100px;
	border: 1px solid white;
	margin-right: 15px;
	float: left;
}
li.bdBio {

}
li.bdBio p {

}
li.bdBio a {

}
li.bdBio a:hover {

}

/* studio page styles */

#studioBody #content {
	padding: 0px 80px;
	font-family: arial, sans-serif;
	position: relative;
	top: -75px;
}
#studioBody #footer {
	top: 930px;
}
#studioBody #content h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 110%;
}
#studioBody #content ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#contactBlock {
	background: url(images/contactBlockBack.png) 0 0 no-repeat;
	width: 357px;
	height: 86px;
	padding: 5px;
	margin-left: 3px;
}
#addressBlock {
	background: url(images/addressBlockBack.png) 0 0 no-repeat;
	width: 357px;
	height: 86px;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 145px;
}
#addressBlock em {
	font-size: 70%;
}
#contactBlock h2,
#addressBlock h2 {
	margin-left: 5px !important;
}
.newBlock {
	display: list-item;
  list-style: square;
  margin-left: 30px;
}
.newBlock a {
	text-decoration: underline;
	color: #fc600b;
	
}
.newBlock a:hover {
	text-decoration: none;
}
#studioContentBlock {
	background: url(images/studioContentBack.png) 0 0 no-repeat;
	width: 730px;
	padding: 4px 20px;
	height: 235px;
	margin-top: 10px;
}
#studioContentBlock p {
	margin-top: 5px;
	
}
#contactContentBlock {

}
 
/* community page styles */

#communityBody #content {
	width: 800px;
	position: relative;
	top: -75px;
	margin: 0px auto;
}
#communityBody #content a {
	text-decoration: underline !important;
	color: #932301;
}
#communityBody #content a:hover {
	text-decoration: none !important;
}
ul.communityList {
	list-style: none;
}
ul.communityList li {
	clear: left;
}
ul.communityList li img {
	display: block;
	text-decoration: none;
	border: 0px;
	float: left;
	margin-right: 7px;
}
ul.communityList li a {
	display: block;
	margin-top: 4px;
}
ul.communityList li p {
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
}

#communityBack1 {
	background: url(images/communityTop.png) top left no-repeat;
	width: 850px;
}
#communityBack2 {
	background: url(images/communityBack.png) 0 0 repeat-y;
	width: 820px;
	color: #333;
	padding: 0px 15px 20px 15px;
}

#communityBack2 h3 {
 margin-top: 0px;
}

/* teacher training page styles */

#ttBody {
	background: black url(images/events/yttPageBack.jpg) center top no-repeat;
}
#ttBody #pageAlign {
	width: 700px;
	margin: 0px auto;
	background: none;
}
#ttBody h2 {
}
.hide {
	display: none;
}
#ttBody #content {
	margin-top: 300px;
	color: black;
}

/* descriptionsBody styles */

#descriptionsBody #content {
	background: url(images/descriptionsContentTop.png) top left no-repeat;
	color: #200b01;
	padding: 13px 0px 0px 0px;
	width: 730px;
	margin: 0px auto;
	
}
#descInside {
	background: white;
	width: 699px;
	margin-top: 0px;
	margin-left: 1px;
	padding: 15px;
	position: relative;
}
#descInside ul#classList a {
	color: #880000 !important;
}
ul#classList {
	margin-top: 0px;
}
ul#classList li {
	margin-bottom: 6px;
	margin-top: 0px;
}
#descriptionsBody #content h2 {
	color: #200b01;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* directions page styles */

#directionsBody #content {
	width: 800px;
	margin: 0px auto;
	position: relative;
	top: -75px;
}
#map {
	display: none;
	position: absolute;
	top: 300px;
	right: 120px;
	width: 273px;
	height: 185px;
}
a.mapLink {
	color: #fe5555;
}
#address {
	list-style: none;
	background: url(images/addressBack.png) 0 0 no-repeat;
	width: 203px;
	height: 87px;
	font-size: 90%;
	padding: 5px 10px;
	position: relative;
	top: 15px;
}
#address ul {
	padding: 0px;
	margin: 3px 0px 0px 0px;
	list-style: none;
}
#address li {
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
#directionsBlock {
	width: 757px;
	height: 164px;
	font-size: 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	background: url(images/directionsBack2.png) 0 0 no-repeat;
}
#directionsBlock h2 {
	font-size: 100%;
}
#directionsMain {
	font-size: 90%;
}
#directionsMain h2 {
	padding: 0px !important;
	margin: 0px;
	font-size: 100%;
	text-align: left;
}
#directionsMain p a {
	text-decoration: underline;
	margin: 3px 0px;
}
#dirBoston {
	background: url(images/dirBoston-off.png) left top no-repeat;
	height: 37px;
	width: 158px;
}
#dirPublic {
	background: url(images/dirPublic-off.png) left top no-repeat;
	height: 37px;
	width: 165px;
}
#dirSouth  {
	background: url(images/dirSouth-off.png) left top no-repeat;
	height: 37px;
	width: 162px;

}
#dirNorth {
	background: url(images/dirNorth-off.png) left top no-repeat;
	height: 37px;
	width: 157px;

}
#dirWest {
	background: url(images/dirWest-off.png) left top no-repeat;
	height: 37px;
	width: 157px;

}

/* new students welcome page styles */


#newBody #content {
	background: url(images/descriptionsContentTop.png) top left no-repeat;
	color: #200b01;
	padding: 13px 0px 0px 0px;
	width: 730px;
	margin: 0px auto;
	
}
#newBody #content h2 {
	color: #200b01;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* teacher training */

#ttBack1 {
	background: url(images/communityTop.png) top left no-repeat;
	width: 850px;
}
#ttBack2 {
	background: url(images/communityBack.png) 0 0 repeat-y;
	width: 800px;
	color: #333;
	padding: 0px 35px 20px 35px;
}
.ttBlock {
	margin: 0px auto;
	border: 2px solid #888;
	width: 550px;
	padding: 5px;
}
	#trainingBody #content ul {
		margin-top: 5px;
	}
	#trainingBody #content h2 {
		margin: 3px 0px;
	}
	#trainingBody #content h3 {
		margin: 5px 0px;
		color: #9a1b3c;
	}
	#trainingBody #content {
		margin: 0px 25px 10px 45px;
		font-size: 90%;
		height: auto; 
		position: relative;
		top: -60px;
		left: 40px;
	}
	#trainingBody #content a {
		color: #855328;
	}
	#trainingBody #content a:hover {
		color: #a74b4b;
	}
	#trainingBody #pageAlign {
		height: auto;
	}
	#trainSignUp {
		margin: 10px 0px 0px 0px;
	}
	#trainSignUp a {
	display: block;
	width: 83px;
	height: 24px;
	background: url(images/signUp2.gif) 0 0 no-repeat;
}
#trainSignUp a img {
	text-decoration: none;
	border: 0px;
}
#trainSignUp a:hover {
	background: url(images/signUp_on2.gif) 0 0 no-repeat;
}
#trainSignUp span {
	display: none;
}
	li.noList {
		list-style: none !important;
	}
	
	#trainingTools {
		line-height: 1em;
		float: right;
		margin-top: 15px;
		padding: 10px 10px 10px 10px;
		width: 200px;
		height: 300px;
		background: white;
		border: 1px solid;
		font-size: 90%;
		margin-left: 10px;
		overflow: auto;
	}
	#trainingTools p {
		margin: 0px;
		padding: 4px 0px;
	}
	#trainingTools h3 {
		font-size: 110% !important;
	}
	#trainingTools ul {
	  margin: 3px 0px 3px 20px;
	  padding: 0px;
	}
	#trainingTools li {
		margin: 0px;

	}
	
	.ttPic {
		margin: 15px auto;
		width: 500px;
	}
	#ttPromo {
		height: 369px;
		width: 585px;
		background: url(images/ttPromo.jpg) 0 0 no-repeat;
		margin-top: 15px;
		position: relative;
		left: -14px;
	}
	h2#ttTitle {
		color: black;
		font-weight: bold;
		font-size: 200% !important;
		margin: 0px 0px 20px 0px !important;
		text-align: center;
	}
	ul#ttNav {
		margin: 0px auto;
		padding: 0px 0px 0px 4px;
		width: 616px;
		height: 48px;
		list-style: none;
		background: url(images/ttNavBack.png) 0 0 no-repeat;
		position: relative;
		left: -33px;
	}
	ul#ttNav li {
		margin: 0px;
		padding: 0px;
		float: left;
		vertical-align: center;
	}
	li#ttIntroNav a {
		width: 76px;
		background: url(images/ttIntro.png) 0 0 no-repeat;
	}
	li#tt200Nav a {
	width: 116px;
		background: url(images/tt200.png) 0 0 no-repeat;
	}
	li#tt300Nav a {
	width: 118px;
		background: url(images/tt300.png) 0 0 no-repeat;
	}
	li#tt500Nav a {
	width: 119px;
		background: url(images/tt500.png) 0 0 no-repeat;
	}
	li#ttPoliciesNav a {
	width: 83px;
		background: url(images/ttPolicies.png) 0 0 no-repeat;
	}
	li#ttApplicationNav a {
	width: 101px;
		background: url(images/ttApplication.png) 0 0 no-repeat;
	}
		li#ttIntroNav a:hover {
		width: 76px;
		background: url(images/ttIntro-on.png) 0 0 no-repeat;
	}
	li#tt200Nav a:hover {
	width: 116px;
		background: url(images/tt200-on.png) 0 0 no-repeat;
	}
	li#tt300Nav a:hover {
	width: 118px;
		background: url(images/tt300-on.png) 0 0 no-repeat;
	}
	li#tt500Nav a:hover {
	width: 119px;
		background: url(images/tt500-on.png) 0 0 no-repeat;
	}
	li#ttPoliciesNav a:hover {
	width: 83px;
		background: url(images/ttPolicies-on.png) 0 0 no-repeat;
	}
	li#ttApplicationNav a:hover {
	width: 101px;
		background: url(images/ttApplication-on.png) 0 0 no-repeat;
	}
	ul#ttNav a {
		text-decoration: none;
		display: block;
		height: 47px;
	}
	ul#ttNav a:hover {
	
	}
	ul#ttNav a span {
		display: none;
	}
	.ttSection {
		 display: none;
	}
	#	tt200 {
	
	}
	#	tt500 {
	
	}
	#ttPolicies {
	
	}
	#ttApplication {
	
	}
	li.hours {
		margin-top: 5px;
		list-style: none;
		padding-left: 0px !important;
		margin-left: 0px !important;
		font-style: italic;
	}
	
	
	
	
	#ttTable {
		font-size: 90%;
	}
	#ttTable td {
		width: 50%;
		vertical-align: top;
	}
	.ttbiopic {
		float: left;
		padding-right: 15px;
	}
	h2.testHead {
		margin: 0px;
		padding: 15px 0px 0px 0px;
	}
	
	ul#testList {
		list-style: none;
		margin: 0px;
		padding: 20px 10px;
	}
	#testList li {
		list-style: none;
		padding: 5px 0px 0px 0px;
		margin: 10px 0px;
		border-top: 1px dotted black;
	
	}
	#testList li p {
		margin: 5px 0px;
	}
	
	
	/* graduates page styles */
	
	#graduateBody h3 {
		clear: both;
	}
	#graduateBody hr {
		clear: both;
	}
	ul.gradList {
		list-style: none;
	}
	.gradList li {
	 clear: both;
	 list-style: none;
	 border-bottom: 1px dotted #eee;
	 padding: 3px 0px;
	}
	.gradList li p {
		font-weight: normal;
		font-size: 90%;
	}
	#graduateBody #content a {
		color: #ff0000;
	}
	.gradList a:hover {
	
	}
	span.gradPic {
		float: left;
		padding-right: 4px;
		padding-bottom: 4px;
	}
	span.gradName {
		font-weight: bold;
	}
	span.gradBio {
	
	}
	span.gradEmail {
		font-style: italic;
		color: #4185d9;
	}
