


/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 5px;
	padding: 0;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
	border: 0;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***** sidebar ****/
table.sidebar {
  width: 100%;
  border-collapse: collapse;
}

.sidebar tr td {
  font-weight: bolder;
  font-size: small;
  font-family: "Tahoma", "Agency FB", "Arial", "Helvetica", "Times";
  line-height: 120%;
  text-align: right;
  text-transform: lowercase;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  background-color: #cccccc;
  border-bottom: 3px solid white;
/* height: 30px;
  */
}
.sidebar tr td.active {
  color: #660099;
  font-weight: bolder;
  font-size: small;
  font-family: "Tahoma", "Agency FB", "Arial", "Helvetica", "Times";
  line-height: 120%;
  text-align: right;
  text-transform: lowercase;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  background-color: #cccccc;
  border-bottom: 3px solid white;
/*  height: 30px;
 */
}



/**********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 3px 0px;
	

}

#sidebar {
    font-weight: bolder;
    font-size: small;
}

* #sidebar {
font-size: x-small; /*for IE5/Win */
f\ont-size: small; /*for other IE versions */
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 0px;
/*border-bottom: 1px solid #CCC;
color: #cccccc;
*/
}

#globalNav img {
  border: 0;
}

/*

#globalNav img{
 display: block;
}
#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
*/

/*************** #pageName styles **************/

/*#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}*/

/************* #breadCrumb styles *************/
/*#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}*/


/************** .feature styles ***************/

.feature{
	padding: 0px 4px 0px 4px;
	font-size: 80%;
}

.feature p {
	text-align: justify;
 	margin-top: 0px;
 	margin-bottom: 12px;
}

.feature img{
	padding: 2px 2px 2px 2px;
}


/***** .courses styles for snippets and fullguide style for full prog guide ******/

.courses{
clear: both;
margin: 0px 0px	0px 0px;
}

.courses h3{
font-size: 120%;
font-weight: bold;
text-align: left;
margin: 12px 0px 2px 0px;
}

.courses p{
margin: 2px 0px 10px 0px;
}

.courses h4{
font-size: 85%;
font-weight: normal;
margin: 2px 0px 0px 0px;
}

.fullguide{
font-size: 80%;
clear: both;
margin: 0px 0px	0px 0px;
}

.fullguide h3{
font-size: 120%;
font-weight: bold;
text-align: left;
margin: 12px 0px 2px 0px;
}

.fullguide p{
margin: 2px 0px 10px 0px;
}

.fullguide h4{
font-size: 85%;
font-weight: normal;
margin: 2px 0px 0px 0px;
}

/************** .story styles *****************/

/*.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}*/

/*.story p{
	padding: 0px 0px 10px 0px;
}
*/



/************* #search styles ***************/
/*
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
*/

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
		
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

/*#sectionLinks a {
	display: block;
	
}*/



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/***** the bottom bar of pseudo headliny things ****/
#bottombar {
}

/************** #headlines styles **************/

#headlines{
	background-color: #cccccc;
	padding: 10px 5px 20px 5px;
        font-size: 75%;
}

#headlines h4 {
	margin-top: 5px;
	text-decoration: underline;
}

#headlines p {
	margin-top: 4px;
	margin-bottom: 8px;
}
#headlines dl {
}

#headlines h3 {
   text-decoration: underline;
}


/************ body table ***********************/
table.bodytable {
   width: 100%;
   border: 0px;
}

table.bodytable tr td.left {
   vertical-align: top;
   width: 104px;
   padding-left: 1px;
   margin-left: 0px;
}

table.bodytable tr td.middle {
   vertical-align: top;
   padding-left: 6px;
   padding-right: 6px;
   padding-top: 4px;
}

table.bodytable tr td.right {
   vertical-align: top;
   width: 165px;
}


/************* footer and #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin: 2px 2px 2px 2px;
	text-align: center;
}
#siteInfo a img.leftimg {
	float: left;
	padding: 2px 2px 2px 2px;
}
#siteInfo a img.rightimg {
	float: right;
	padding: 2px 2px 2px 2px;
}


#siteInfo p {
	font-size: 80%;
}
/************* pricelist and invoice *****************/

.pricelist table {
   font-size: 80%;
}

.invoice table {
   font-size: 75%;
}

/************* contact pages *****************/

.contact h3 {
   font-size: 120%;
   font-weight: bold;
}

.contact h4 {
   font-size: 100%;
   padding: 4px 0px 0px 0px;
   font-weight: bold;
}

.contact p {
   font-size: 100%;
   padding: 0px 0px 0px 0px;
   font-weight: normal;
}


/************* pricelist tables *****************/

.pricetable {
	border-collapse: collapse;
	margin-top: 20;
	width: 90%;
}
.pricetable table {
  font-size: 90%;
  font-family: times;
}

.pricetable tr th {
  border: medium groove;
  font-size: 90%;
  padding: 6;
}

.pricetable tr td {
  border: thin groove;
  font-size: 90%;
  padding: 3;
}

.pricetable tr td select {
  font-size: 90%;
}

.pricetable tr td input {
  font-size: 80%;
}
.pricetable tr td button {
  font-size: 75%;
  margin: 0;
}

.pricetable tr td input.numeric {
   text-align: right;
}

/***********  registration tables *******************/
.regform table {
  font-size: 90%;
  font-family: times;
}

.regform table tr td.rightside {
  font-size: 80%;
}

.regtable {
	border-collapse: collapse;
	width: 90%;
}

.regtable tr th {
  border: medium groove;
  font-size: 80%;
}

.regtable tr td {
  border: thin groove;
  font-size: 80%;
}

.regtable tr td select {
  font-size: 90%;
}

.regtable tr td input {
  font-size: 80%;
}
.regtable tr td button {
  font-size: 75%;
  margin: 0;
}

.regtable tr td input.numeric {
   text-align: right;
}

p.disclaimer {
  font-size: 60%;
  text-align: justify;
  margin-top: 5;
  margin-right: 20;
}



/*************************************************************/
/**  holiday closings **/
/*************************************************************/
li.closings {
   margin-top: 10px;
};

/*************************************************************/
/**************** calendar formatting ************************/
/*************************************************************/

#calendar {
  margin-top: 20px;
  margin-bottom: 20px;
};


/* specifics for this stuff for pool,gym,groupexercise,mindbody */

/** mindbody **/
div.mindbody #calendar h3.title { color: #ff9900; }
div.mindbody #calendar p.footer { color: #ff9900; }
div.mindbody #calendar table tr td.left { color: #ff9900; }
div.mindbody #calendar table tr td.shade { background: #ffcc99; }
div.mindbody #calendar table tr th { background: #ffcc99; }

div.groupexercise #calendar h3.title { color: #cc0066; }
div.groupexercise #calendar p.footer { color: #cc0066; }
div.groupexercise #calendar table tr td.left { color: #cc0066; }
div.groupexercise #calendar table tr td.shade { background: #ffccff; }
div.groupexercise #calendar table tr th { background: #ffccff; }

div.gym #calendar h3.title { color: #006666; }
div.gym #calendar p.footer { color: #006666; }
div.gym #calendar table tr td.left { color: #006666; }
div.gym #calendar table tr td.shade { background: #ccffff; }
div.gym #calendar table tr th { background: #ccffff; }

div.pool #calendar h3.title { color: #006699; }
div.pool #calendar p.footer { color: #006699; }
div.pool #calendar table tr td.left { color: #006699; }
div.pool #calendar table tr td.shade { background: #aaccff; }
div.pool #calendar table tr th { background: #aaccff; }


/* reg stuff for the calendar */
#calendar h3.title {
   text-align: left;
   text-transform: lowercase;
   font-size: 24;
   margin-bottom: 4px;
}


#calendar p.footer {
   text-align: right;
   margin-top: 2px;
}

#calendar p.footer .address {
   text-transform: lowercase;
   margin-left: 10px;
   margin-top: 0px;
}
 
#calendar table {
  border-collapse: collapse;
  border: medium groove;
  margin-top: 2px;
  margin-bottom: 2px;
}

#calendar table tr td.left {
  font-weight: bold;
  font-size: 20;
  font-family: Arial;
  vertical-align: middle;
  text-align: center;
  text-transform: lowercase;
  line-height: 15pt;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#calendar table tr th {
  font-weight: bold;
  font-size: 14;
  font-family: Arial;
  vertical-align: middle;
  text-align: center;
  background: #eeeeee;
  border: 6px solid white;
  text-transform: lowercase;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

#calendar table tr td {
  border: 6px solid white;
}

#calendar table tr td.shade {
  background: #eeeeee;
}

#calendar table tr td p {
  font-size: 12px;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
}

#calendar table tr td p.instructor {
  font-size: 70%;
}
#calendar table tr td p.room {
  font-size: 70%;
}
#calendar table tr td p.closing {
  font-weight: bold;
}
#calendar table tr td p.title {
  font-weight: bold;
}
#calendar table tr td p.times {
  font-weight: bold;
  color: red;
  text-transform: lowercase;
}
#calendar table tr td p.pricing {
  color: green;
  font-size: 65%;
}

#calendar table tr td div.event {
  margin-top: 10px;
}

#calendar .nextweek {
  float: right;
  font-weight: bold;
  font-size: 16;
  font-family: Arial;
}
#calendar .prevweek {
  float: left;
  font-weight: bold;
  font-size: 16;
  font-family: Arial;
}

/**** Printing Overrides ***/

/** do not print buttons and things **/
@media print  {

button {
  display: none;
}

}
