@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/turquoise2.jpg);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #29AAE2;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header {
	position: relative;
	height: 100px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09B1DF;
	padding-left: 5px;
} 

#header h1 {
	padding: 0;
	text-indent: -1000em;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	height: 100px;
}
/*----------------Navbar styles (other pages) -----------------*/

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 710px;
	}
#header li {
	float: left;
	}


#header li a:link, #header li a:visited {
	display: block;
	background: #09B1DF;
	padding: .2em .5em;
	font: bold .77em/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 0.5em;
	}
	
#header li a:hover, #header li a:active {
	display: block;
	color: #09B1DF;
	font: bold .77em/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: .2em .5em;
	margin-right: 0.5em;
	background: #FFFFFF;
	}

#header li a.current {
	cursor: default;
	color: #F0922F;
	text-decoration: none;
	background-color: #FFFFFF;
}

#mainContent {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar {
	width: 175px;
	float: left;
	}

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

#sidebar ul a {
	color: #09B1DF;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 145px;
	padding-left: 30px;
	display: block;
	background: url(images/rollover.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 30px;
	font-weight: 100;
}

#sidebar ul a:hover {
	background-position: -150px 0px;
	color: #09B1DF;
}

#sidebar li a.current, #sidebar li a.current:hover, #sidebar li a.current:active {
	cursor: default;
	color: #F0922F;
	text-decoration: none;
	background-position: -350px 0px;
	}




/*----------------Navbar styles (home page) -----------------*/

#navbar {
	padding-left: 20px;
	background-position: -400px 0px;
	background-position: -400px;
	background-position: -400px 0px;

}


#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navbar li {
	float: left;
	width: 119px;
	margin-right: 4px;
	background-color: #000066;
	height: 163px;
	text-align: center;
}
#navbar li a {
	display: block;
	text-decoration:	none;
	text-indent: -1000em;
	background-image: url(images/Home%20Page%20Link%20Images/rollover1test.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	height: 163px;
	width: 119px;
	background-color: #000066;
	}


#navbar li a:link {
	text-decoration: none;
}

#navbar li a:hover {
	text-decoration: none;
	background-position: -119px;

}

#navbar li a.clsched {
	background-position: -238px;
	}
	
#navbar li a.clsched:hover {
	background-position: -357px;
	}
	
#navbar li a.sessions {
	background-position: -476px;
	}
	
#navbar li a.sessions:hover {
	background-position: -595px;
	}

#navbar li a.special {
	background-position: -714px;
	}
	
#navbar li a.special:hover {
	background-position: -833px;
	}	
	
#navbar li a.massage {
	background-position: -952px;
	}
	
#navbar li a.massage:hover {
	background-position: -1071px;
	}	

#navbar li a.teachtrain {
	background-position: -1190px;
	}
	
#navbar li a.teachtrain:hover {
	background-position: -1309px;
	}	
#footer {
	padding: 0 10px 0 20px;
	background-color: #29AAE2;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	font-weight: bold;
	text-decoration:none;
}
#mainContent th {
	font-weight: bold;
	color: #09B1DF;
	text-align: left;
}

#mainContent table {
	border:dashed;
	border-color:#09B1DF;
	border-width: thin;
	}
.subheading {
	color: #F0922F;
}
.top {
	color: #F0922F;
	text-decoration: none;
}

#mainContent a.top:link, #mainContent a.top:visited, #mainContent a.top:hover, #mainContent a.top:active {
	color: #F0922F;
	text-decoration: none;
}
