@charset "utf-8";
/* CSS Document */

* {margin:0px auto; padding:0px; color: #000000; }
div {position:relative; text-align:center; }
    font: arial,sans-serif;
body
{
	background-color: #CAC7D8;
	  font: arial,sans-serif;
}

#page
{
	width: 920px;
	
}

#main
{
	width: 100%;
	background: url(images/main_bg.png) top left repeat-y;
	
}

#spacer
{
	width: 100%;
	height: 400px;
	background: #CAC7D8;
	position: absolute;
	top: 0px;
	left: 0px;
	
}

#content
{
	width: 100%;
	min-height: 500px;
	background: url(images/header_bg.png) top left no-repeat;
	z-index: 1;
}

#header
{
	width: 100%;
	height: 90px;
	padding: 25px 0 0 0;
	
}

#phone
{
	position: absolute;
	right: 2%;
	top: 3%;
	width: 300px;
	height: 34px;
	background: url(images/phone.png) top left no-repeat;
	z-index: 3;
	
}

#headerLeft
{
	float: left;
	width: 437px;
	height: 90px;
	background: url(images/logo.png) top left no-repeat;
	text-align: left;
	margin-left: 30px;
	
}

#headerLeft img
{
	border: none;
	
}

#headerRight
{
	float: right;
	width: 400px;
	height: 90px;
	text-align: right;
	background: url(images/sports_center_logo.png) top left no-repeat;
	padding: 25px 50px 0 0;
	
}

#nav
{
	position: absolute;
	left: 10%;
	top: 105px;
	width: 600px;
	height: 25px;
	padding-top: 0;
	  font: arial,sans-serif;
}

.navEntry
{
	height: 20px;
	width: 100px;
	background: url(images/nav.png) top left no-repeat;
	font-size: 12px;
	color: #ffffff;
	  font: arial,sans-serif;
}

.navEntry:hover
{
	background: url(images/nav_hover.png) top left no-repeat;
	  font: arial,sans-serif;
}

.navEntry a
{
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	  font: arial,sans-serif;
}

.navMenu
{
	font-size: 12px;
	color: #ffffff;
	  font: arial,sans-serif;
}

.dropdown
{
	width: 160px;
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	
}

.menuTop
{
	width: 100%;
	height: 18px;
	background: url(images/menuTop.png) top left no-repeat;
	  font: arial,sans-serif;
}

.menuMain
{
	width: 100%;
	text-align: left;
	background: url(images/menuMain.png) top left repeat-y;
	  font: arial,sans-serif;
}

.menuMain a
{
	color: #ffffff;
  font: arial,sans-serif;
}

.menuMain a:hover
{
	font-weight: bold;
  font: arial,sans-serif;
}

.menuMain ul li
{
	list-style: none;
  font: arial,sans-serif;
}

.menuMain li
{
	padding-right: 20px;
	
}

.menu
{
	text-align: left;
	top: -10px;
	left: 10px;
	
}

.menuBottom
{
	width: 100%;
	height: 24px;
	background: url(images/menuBottom.png) top left no-repeat;
	
}

#mainContent
{
	width: 85%;
	top: 30px;
	clear: both;
	text-align: left;
	z-index:-1;
	padding-bottom: 80px;
        font:15px arial,sans-serif;
	
}

.mainContentContact
{
	background: url(images/map.gif) top right no-repeat;
	
}

#mainContent h1, #mainContent h2
{
	padding-top: 20px;
	padding-bottom: 10px;
	
}

#mainContent h1:first-child
{
	padding-top: 0;
	
}

#mainContent ul
{
	padding-left: 30px;
	
}

.scheduleTable, .pricingTable
{
	border: thin ridge #000000;
	
}

.scheduleTable th, .scheduleTable td, .pricingTable th, .pricingTable td
{
	text-align: center;
	
}

.scheduleTable tr, .pricingTable tr
{
	height: 30px;
	
}

.scheduleTable td
{
	width: 100px;
	
}

.scheduleTable td:first-child
{
	width: 150px;
	
}

.scheduleTableHighlight
{
	background: #CAC7D8;
	
}

.pricingTable td
{
	width: 150px;
	
}

#locateMap
{
	position: absolute;
	top: 0px;
	right: 0%;
	z-index: -2;

}

#locateMap img
{
	border: none;
	width: 90%;
	height: 80%;
	
}

.contactTable
{
	width: 30%;
	float: left;
	
}

.clear
{
	clear: both;
	
}

.smallPrint
{
	font-size: 70%;
	
}

#footer
{
	width: 100%;
	height: 55px;
	background: url(images/footer_bg.png) top left no-repeat;
	z-index: 5;
	
}

#footerLeft
{
	float: left;
	text-align: left;
	font-size: 11px;
	padding: 15px 0 0 50px;
	
}

#footerRight
{
	float: right;
	text-align: right;
	font-size: 11px;
	padding: 15px 50px 0 0;
	
}

#footerBottom
{
	width: 100%;
	clear: both;
	padding: 5px 0 0 0;
	
}


	a.link:link {color:#FF0000;}      	/* unvisited link */
	a.link:visited {color:#0000FF;}  	/* visited link */
	a.link:hover {color:#FF00FF;}  	/* mouse over link */
	a.link:active {color:#0000FF;}  	/* selected link */

