/*

Version 1.0
15 May, 2006

*/

* { margin:0; padding:0 }

body { font:0.9em Arial, Tahoma, Verdana, sans-serif; text-align:center; padding:10px; }
p { margin-bottom:10px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }


#container {
	width:770px;
	margin:0 auto;
	text-align:left;
	border:1px solid;
	background-color: #ffffff;
}

#logo {
	text-align:center;
	padding: 4px;
	display: none;
}


#tagline {
	padding:10px;
	background-color:#000000;
	text-align:center;
	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color:#ffffff;
}

#intro { background-image: url(../images/montage.jpg); width:770px; height: 160px; }
#subcontainer {
	background:url(../images/bg-content.gif) top center no-repeat;
	padding-top:27px;
}

#content {
	float:right;
	width:519px;
	margin:10px 5px 10px 5px;
	padding:10px;
	border:1px solid;
}
html>body #content {
	width:519px;
	margin:10px;
}
#content h1 {
	font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom:20px;
}

#subcontent {
	float:left;
	width:180px;
	margin-left:2px;
	padding:10px;
	border-left:1px solid;
	border-right:1px solid;
	font-size:0.8em;
}
html>body #subcontent {
	margin-right:3px;
	width:182px;
}
#subcontent h3 {
	font-size:1.2em;
	margin-bottom:20px;
}

#extra1 { }
#extra1 h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

#extra2 {
	clear:both;
	height:50px;
	background:url(../images/bg-menu.gif) top center no-repeat;
	text-align:center;
	line-height:50px;
	border-top:5px solid;
	border-bottom:20px solid;
}
#extra2 p { margin:0; }

#schedule { width:100%; border:1px solid #cccccc; }
#schedule th, #schedule th { width:33%; padding:2px; }

#schedule th { background-color:#000000; color:#ffffff; }
#schedule td.day { background-color:#ececec; }

#footer { clear:both; text-align:center; font-size:0.8em; padding-top:20px; }

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*------------*/
/* Start Nav */
#nav_holder {
	height: 40px;
	padding: 0;
	background: url(../images/bg-menu.gif) top center repeat-x;
	text-align: center;
	position: relative;
}

#nav {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	font:0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	position: relative;
	height: 40px;
	line-height: 40px;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
	b/ackground-color: #336699;
}

#nav li a {
	line-height: 40px;
	color: #666666;
	text-decoration: none;
	width: 100px;
	height: 40px;
	display: block;
	b/ackground-color: #cccccc;
	z-index: 5;
}
#nav li.health a{
	line-height: 14px;
}

/* Added .selected selector with same state as hover */
#nav li a:hover, #nav li a.selected  {
	color: #373366;
	background-color:#f6c63e;
}


/* dropdown lists' background-image and position */
#nav li ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	display: none;
	position: absolute;
	/*top: 5px;*/
	top: 40px;
	left: -15px;
	/*filter: alpha(Opacity=90);
	-moz-opacity: .90;
	opacity: .90;*/
	/*padding-top: 25px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	border: 1px solid #b4b4b4;
	border-top: 2px solid #a7a7a7;
}

/* drop down list hover width */
#nav li.classes ul li a {
	width: 150px;
}
#nav li.bodywork ul li a {
	width: 80px;
}

/*dropdown width */
#nav li.classes ul {
	width: 190px;
}
#nav li.bodywork ul {
	width: 120px;
}


#nav li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: none !important;
}
/* secondary list items */
#nav li ul li a {
	display: block;
	padding: 0px 20px;
	line-height: 25px;
	height: 20px;
	border: none;
	b/ackground-color: #cccccc;
	color: #373366;
	background-image: none;
}
/* submenu hover state background-color */
#nav li ul li a:hover {
	background-color: #bbbbbb;
	background-image: none;
}
#nav li ul li a:hover {
	color: #373366;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}

/***********/
/* END NAV */
/***********/


#sub-menu {
	font-size: 1.3em;
	margin-left: 0;
}

#sub-menu li {
	list-style: none;
	line-height: 20px;
}

#sub-menu li a {
	text-decoration: none;
}

#sub-menu li a.selected {
	color: #373366;
}
