/*----------------------- STRUCTURE --------------------------*/

body {
	font-family: "Lucida Grande", "Arial", "Verdana";
	font-size: 13px;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

ul ul {
	padding-bottom: 7px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#header {
	width: 800px;
	height: 140px;
}


h1 {
	width: 800px;
	height: 139px;
	background: url('images/header.jpg') no-repeat;
	text-indent: -9000px;
}

h3 {
	border-bottom: 2px solid #7c0d21;
}

h4 {
	font-size: 14px;
	text-decoration: underline;
}

h5 {
	font-size: 13px;
}

#topnav {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	width: 370px;
	height: 30px;
	background: url('images/bg-nav-blue.jpg') repeat-x;
	z-index: 2;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

li a.home {
	width: 77px;
	height: 30px;
	background: url(images/home-off.gif) no-repeat;
	float: left;
	text-indent: -9000px;
}

a.home:hover {
	background: url(images/home-on.gif) no-repeat;
}

li a.about {
	width: 85px;
	height: 30px;
	background: url(images/about-off.gif) no-repeat;
	float: left;		
	text-indent: -9000px;
}

a.about:hover {
	background: url(images/about-on.gif) no-repeat;
}

li a.programs {
	width: 99px;
	height: 30px;
	background: url(images/programs-off.gif) no-repeat;
	float: left;		
	text-indent: -9000px;
}

a.programs:hover {
	background: url(images/programs-on.gif) no-repeat;
}

li a.contact {
	width: 103px;
	height: 30px;
	background: url(images/contact-off.gif) no-repeat;
	float: left;		
	text-indent: -9000px;
}

a.contact:hover {
	background: url(images/contact-on.gif) no-repeat;
}

#content {
	margin: 10px 0 10px 10px;
	width: 580px;
	padding: 0;
	float: left;
	color: #7c0d21;
}

#content .home {
	width: 580px;
	height: 588px;
	background: url('images/bg-home.jpg') no-repeat;
	padding-top: 60px;
}

#sidenav {
	clear: none;
	margin: 10px 0 10px 10px;
	border-left: 1px solid #f8f8f8;
	width: 189px;
	padding: 0;
	float: right;
}

#sidenav ul {
	margin: 0;
	padding: 0;
}

#sidenav li {
	padding: 0;
	margin: 0;
	margin-top: 2px;
	list-style: none;
}

#sidenav li a {
	display: block;
	background: url('images/bg-nav-maroon.gif') no-repeat;
	color: #7c0d21;
}

#sidenav li a {
	width: 154px;
	height: 24px;
  padding-top: 6px;
	padding-left: 35px;
}

* html #sidenav li a {
	width: 189px;
	w\idth: 154px;
	height: 30px; /* for IE5 and IE6 in quirks mode */
}


#sidenav ul li a:hover {
	background: url('images/bg-nav-grey.gif') no-repeat;
	color: #1c5084;;
}

#footer {
	clear: both;
	width: 800px;
	border-top: 1px dotted #c0c0c0;
	color: #c0c0c0;
	font-size: 11px;
}

/*--------------- LINKS -------------------*/

a {
	color: #1c5084;
	text-decoration: none;
}

a:hover {
	color: #a31c32;
}

a img {
	border: 0;
}

/*	=FORMS
---------------------------------------------------------------------*/
form {
	float: left;
}

fieldset {
	width: 275px;
	margin: 0 50px 1.1em 0;
	padding: 0.3em 0 0;
	border: 1px solid #A8C797;
	border-width: 1px 0 0;
	float: left;
}

legend {
	color: #77A85D;
}

label {
	position: relative;
	float: left;
	width: 300px;
	font-weight: bold;
}

.clearout {
	clear: both;
	display: block;
	width: 425px;
	padding-bottom: 10px;
}

input {
	margin: 0;
}
	
	input.button {
		margin: 0;
	}

select {
	margin: 0;
	max-width: 146px;
}

form p {
	background-color: #fbfbfb;
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin: 0;
}


/*------ GRAPHICAL HEADERS ------ */

h2.about {
	width: 233px;
	height: 34px;
	background: url(images/headers/about.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.contact {
	width: 233px;
	height: 34px;
	background: url(images/headers/contact.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.directions {
	width: 233px;
	height: 34px;
	background: url(images/headers/directions.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.facility {
	width: 233px;
	height: 34px;
	background: url(images/headers/facility.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.links {
	width: 233px;
	height: 34px;
	background: url(images/headers/links.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.media {
	width: 233px;
	height: 34px;
	background: url(images/headers/media.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.news {
	width: 233px;
	height: 34px;
	background: url(images/headers/news.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.photos {
	width: 233px;
	height: 34px;
	background: url(images/headers/photos.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.programs {
	width: 233px;
	height: 34px;
	background: url(images/headers/programs.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.register {
	width: 233px;
	height: 34px;
	background: url(images/headers/registration.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.schedule {
	width: 233px;
	height: 34px;
	background: url(images/headers/schedule.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.teams {
	width: 233px;
	height: 34px;
	background: url(images/headers/teams.gif) no-repeat #fff;
	text-indent: -9000px;
}

h2.events {
	width: 233px;
	height: 34px;
	background: url(images/headers/events.gif) no-repeat #fff;
	text-indent: -9000px;
}

/*-----------------MISC--------------*/
.staff, .owner {
	background-color: #fbfbfb;
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin: 5px;
	height: 220px;
	width: 540px;
	float: left;
}

.staff img, .owner img {
	border: 2px solid #ccc;
}

.staff p, .owner p {
	margin-top: -130px;
	margin-left: 170px;
	text-align: left;
	width: 330px;
}

.owner {
	width: 250px;
	float: left;
}

.owner p {
	margin-left: 85px;
	width: 115px;
}

.staff h4, .owner h4 {
	text-decoration: none;
}

.menu h4 {
	text-decoration: none;
}

.fCenter {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.fLeft {
	float: left;
	text-align: left;
}

.header_img {
	margin-bottom: 10px;
}



/*------------ PHOTO GALLERY FOR FACILITY ----------------*/


/* PICTURE GALLERY CLASSES */
/* The containing box for the gallery. */
#pic_container 
{
	position:relative; 
	width: 580px;
	height: 225px; 
	margin: 0; 
	border: 0; 
	background: #fff url(../images/gym/gym_001.jpg) no-repeat;
}

/* Removing the list bullets and indentation - add size - and position */
#pic_container ul
{
	width: 280px; 
	padding: 0px;  
	margin: 0px; 
	list-style-type: none; 
	float: right;
}

#pic_container li
{
	margin: 5px;
	padding: 0;
	float:left;
	list-style-type: none;
	background: #fff;
}

/* Remove the images and text from sight */
#pic_container a.gallery span 
{
	position:absolute; 
	width:1px; 
	height:1px; 
	top:5px; 
	left:5px; 
	overflow:hidden; 
	background:#fff;
}

/* Adding the thumbnail images */
#pic_container a.gallery, #pic_container a.gallery:visited 
{
	display:block; 
	color:#000; 
	text-decoration:none; 
	border: 0; 
	margin: 0; 
	text-align:left; 
	cursor:default;
}

#pic_container a.slidea 
{
	background:url(../images/gym/thumbs/gym_001.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slideb 
{
	background:url(../images/gym/thumbs/gym_002.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slidec 
{
	background:url(../images/gym/thumbs/gym_003.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slided 
{
	background:url(../images/gym/thumbs/gym_004.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slidee 
{
	background:url(../images/gym/thumbs/gym_005.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slidef 
{
	background:url(../images/gym/thumbs/gym_006.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slideg
{
	background:url(../images/gym/thumbs/gym_007.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slideh 
{
	background:url(../images/gym/thumbs/gym_008.jpg);
	height:98px; 
	width:130px;
}

#pic_container a.slidei 
{
	background:url(../images/gym/thumbs/gym_009.jpg);
	height:98px; 
	width:130px;
}


/* styling the hovers */
#pic_container a.gallery:hover 
{
	border: 0;
}

#pic_container a.gallery:hover span 
{
	position:absolute; 
	width: 300px;
	height: 225px; 
	top: 0;
	left: 0; 
	color:#000; 
	background:#fff;
}

#pic_container a.gallery:hover img 
{
	border:1px solid #fff;
  float:left;
  margin-right:5px;
}

/* END PICTURE GALLERY CLASSES */