html, body {
  margin: 0;
  padding: 0;
  min-width: 820px;    /* play with this number to get it right */
}


p,td,li { font-size : 9pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 11pt; text-decoration : none; }

.caption { font-size : 8pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 11pt; text-decoration : none; }

h2 { font-size : 12pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 12pt; color: #a7100f; text-decoration : none; }

h3 { font-size : 10pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 11pt; color: #B4975A; text-decoration : none; }

h4 { font-size : 8pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 10pt; text-decoration : none; }

.rec { font-size : 11pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 11pt; color: #A7100F; text-decoration : none; font-weight: bold; }

a:link { color: Black; text-decoration: none; }
	a:visited { color: Black; text-decoration: none;}
    a:active { color: Black; text-decoration: none;}
	a:hover { color: #B4975A; text-decoration: underline;}
	
.more { font-size : 8pt; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; line-height : 9pt; color: #A7100F; text-decoration : none; }

/* ******************
Footer
*/

table#footer {
	background: transparent url(../i/botborder.gif) repeat-x top;
	width: 820px;
	float: center;
	position:absolute;
	
	
}

table#footer td#BB {
	width: 284px;
	font-size: 0.9em;
	text-align: center;	
	padding: 4px 0;
	vertical-align: top;
	font-color : White;
}

table#footer td#1000 {
	font-size: 0.9em;
	text-align: right;
	padding: 4px 0;
	font-color : White;
}
	
#footer { font-size : 10px; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; font-color: White; line-height : 10pt; text-decoration : none; valign : right; }

#footer a:link { font-size : 10px; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; font-weight: normal; color: White; line-height : 10pt; text-decoration : none; }

#footer a:visited { font-size : 10px; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; font-weight: normal; color: White; line-height : 10pt; text-decoration : none; }

#footer a:hover { font-size : 10px; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; font-weight: normal; color: #EEE7CE; line-height : 10pt; text-decoration : none; }

#footer a:active { font-size : 10px; font-family : "Gill Sans", "Arial", "Helvetica", sans-serif; font-weight: bold; color: White; line-height : 10pt; text-decoration : none; }
	
.search { font-family: "Gill Sans", "Arial", "Helvetica", sans-serif; font-size: 7pt; font-weight : normal; color: black; line-height : 8pt;}

.searchform input { font-size: 8pt; font-family: "Gill Sans", "Arial", "Helvetica"; width: 100px; height: 18px; }
.small { font-size: 7pt; font-family: Arial; }


.navbar { font-size : 12px; font-family : "Gill Sans", "Arial", sans-serif; font-weight : bold;  line-height : 12px; text-decoration : none; valign : center; color: Black;}

.pilates { font-size : 8pt; font-family : "Gill Sans", "Arial", sans-serif; font-weight : bold;  line-height : 7pt; text-decoration : none; valign : center; color: #FFFFFF;}



/* *******************************************
Drop-Down Navigation
*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	width: 6em;
	/*width: 6em;*/								/* was w\idth */
	color: White;
	text-decoration: none;
	padding: 0.25em 0;
}

#nav a:hover {
	color: #EEE7CE;
	text-decoration: none;
}

#nav li {
	float: left;
	position: relative;
	/* width: 12em; 
	white-space: nowrap;*/
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	
}

#nav li#membership {
	width: 115px;
	margin: 0;
	/*padding: 0 1px 1px 12px;*/
}

#nav li#clubs {
	width: 72px;
	margin: 0;
	/*padding: 0 1px 1px 20px;*/
}

#nav li#programs {
	width: 92px;
	margin: 0;
	/*padding: 0 1px 1px 19px;*/
}

#nav li#pt {
	width: 119px;
	margin: 0;
	/*padding: 0 1px 1px 17px;*/
}

#nav li#healthinfo {
	width: 95px;
	margin: 0;
	/*padding: 0 1px 1px 17px;*/
}

#nav li#news {
	width: 99px;
	margin: 0;
	/*padding: 0 1px 1px 12px;*/
}

#nav li#about {
	width: 98px;
	margin: 0;
	/*padding: 0;*/
}




#nav li ul {
	background: #4A217E;
	position: absolute;
	width: 13.5em;
	padding: 0.25em;
	border: 1px solid #000;
	margin: 0;
	/*left: -999em;*/
	display: none;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.25em 0 0 14em;
}

/* ".over" is for IE since it can't handle "hover" on "li" */
#nav li:hover ul, 
#nav li.over ul {
	/* background: red; */
	display: block;
	z-index: 6000;
}

/* **********************************
Side navigation
*/

#sidenav {
	background: #4A217E;
	vertical-align: top;
	align: center;
	width: 140px;	
	padding: 0px;
	
}

#sidenav ul {
	list-style: none;
	line-height: 1em;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 0;
	color: #fff;
}

#sidenav ul li {
	margin: 10;
	padding: 0;
	border: 1px solid #4A217E;
}

#sidenav ul li ul {
	margin: 0 0 0 0;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: 1px solid #4A217E;
}

#sidenav a {
	display: block;
	color: #fff;
	padding: 0 0 0 0;
	font-weight: bold;
}

#sidenav a:hover {
	color: #B4975A;
	text-decoration: underline;
}

ul#sidesec {
	background: #4A217E;
	vertical-align: top;
	width: 140px;
	color: #000;
}


ul#sidesec li {
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0 0 0 0;
	color: #000;
}

ul#sidesec li a {
	display: block;
	color: #000;
	font-weight: normal;
}

ul#sidesec li a:hover {
	color: #B4975A;
	text-decoration: none;
}
/*end sidesec addition*/