/* basic elements */

body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #666666; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: .9em;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 1em;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h1.s2 {
	display: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul, li, ul li { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #787878;
}

a:hover {
	color: #015209;
}
/* specific divs -----------------------------------------------------------*/

#container {
	margin: 0px 0px 15px 0px;
	width: 760px;
}

/* Header -------------------------------------------------------------------*/
#header {
	margin: 0px 0px 0px 0px;
	width: 760px;
}

#logo {
	float: left;
	position: relative;
	height: 92px;
	width: 126px;
	margin: 0px 0px 0px 0px;
}

#header-title {
	margin-left: 126px;
	width: 334px;
	height: 92px;
}
#header-title h1 { display: none; }


/* Top nav styling -----------------------------------------------------------*/
#topbar {
	position: absolute;
	left: 420px;
	top: 0px;
	width: 340px;
	height: 92px;
	background: #fff url(../images/topbar_img.gif) 0px 0px repeat-x;
}

#topbar ul.topmenu {
	position: relative;
	left: 212px;
	top: 3px;
	display: inline;
	list-style-type: none;
	text-align: right;
}

#topbar ul.topmenu li {
	display: inline;
	padding: 0px 0px 0px 15px;
}

#topbar ul.topmenu li a {
	background: #fff url(../images/gray_arrow.gif) no-repeat 0px 4px;
	font-size: 9px;
	line-height: 9px;
	padding-left: 10px;
	font-weight: bold;
}
#topbar ul.topmenu li a:hover {
	background: #fff url(../images/green_arrow.gif) no-repeat 0px 4px;
}

#topbar img { /* For the shopping cart */
	border: 0px solid #fff;
	padding-left: 7px;
}

/* Facility Hours ----------------------------------------------------------------*/
#facility-hours {
	position: relative;
	left: 147px;
	top: 8px;
	width: 173px;
	height: 60px;
	background-color: #EBEBEB;
}

#facility-hours h2 {
	position: relative;
	top: 2px;
	width: 157px;
	line-height: 17px;
	background: transparent url(../images/hours_bdr.gif) 0px 16px repeat-x;
	margin: 0px 0px 0px 8px;
	color: #015209;
	font-size: 10px;
}

#facility-hours table {
	margin: 7px 0px 0px 8px;
	width: 157px;
}

#facility-hours table tr td {
	color: #666;
	font-size: 10px;
	line-height: 10px;
	width: 50%;
}

#facility-hours table tr td.days {
}

#facility-hours table tr td.hours {
	text-align: right;
}

/* Drop Down Menu CSS -----------------------------------------------------------*/

#menu {
	clear: both;
	position: relative;
	width: 760px;
	height: 22px;
	background: transparent url(../images/menu_bar2.gif) repeat-x 0px 0px;
	z-index: 5000;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: 0px solid #fff;
	margin: 0px 0px 0px 0px;
	z-index: 1009;
}

#nav a {
	background: transparent url(../images/ltgray_arrow.gif) no-repeat 0px 8px;
	padding-left: 10px;
	margin-left: 8px;
	display: block;
	color: #e6e6e6;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	font-size: 7pt;
}

#nav a:hover {
	background-image: url(../images/white_arrow.gif);
	color: #fff;
}

#nav li {
	float: left;
	padding: 0px 0px 0px 0px;
}

/* Sub Menu Style */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	background: #015A0A url(../images/submenu_cap.gif) repeat-x 0px 0px;
	margin: 0px 0px 0px 3px;
	padding-top: 2px;
	padding-bottom: 4px;
	width: 200px;
	z-index: 1010;
}
#nav li.sfhover ul li {
`	/*background-color: #0e8a01;*/
}
#nav li li {
	padding-right: 0px;
	width: 200px
}

#nav li ul li {
	border-bottom: 0px solid #fff;
}

/* Sub Menu Hover Font */
#nav li ul a {
	margin-left: 10px;
	font-weight: normal;
	color: #e6e6e6;
}

/* Sub Menu Font hover style */
#nav li ul a:hover {
	color: #fff;
}

#nav li ul ul {
	margin: 0px 0px 0px 14px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* Main Menu Hover Style */
#nav li:hover, #nav li.sfhover {
	/*background-color: #004302;*/
}

#nav li:hover a:hover, #nav li.sfhover a:hover {
	text-decoration: none;
}

/* Sub Menu Hover Style */
#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover {
	text-decoration: none;
}

/* Breadcrumbs -----------------------------------------------------------*/
#breadcrumbs {
	position: relative;
	/*top: 20px;*/
	width: 760px;
	color: #666666;
}

#breadcrumbs ul {
	list-style-type: none;
}

#breadcrumbs li {
	padding: 0px 2px 0px 3px;
	display: inline;
	font-size: 8px;
}

/* Content-box ------------------------------------------------------*/
#content-box {
	clear: both;
	position: relative;
	width: 760px;
}

#content-box a:link, #content-box a:active, #content-box a:visited {
	text-decoration: underline;
}

/* Baseball and Softball pages -------------------------------------*/
#baseball-list ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
}

#baseball-list ul li {
	list-style-type: none;
}

#baseball-list a {
	text-decoration: underline;
}

/* Cages page --------------------------------------------------------------*/
#cages-list {
	width: 250px;
	background: #ffffff url(../images/BX_250_body.gif) repeat-y 0px 0px;
	position: relative;
	margin-top: 15px;
}

#cages-list ul.top1 {
	width: 250px;
	background: #ffffff url(../images/BX_250_top.gif) no-repeat 0px 0px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#cages-list h2 {
	font-size: .9em;
	padding: 0px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
}

#cages-list ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#cages-list li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: .8em;
}

#cages-list ul.l1 {
	float: left;
	width: 120px;
}

#cages-list ul.r1 {
	margin-left: 125px;
	width: 120px;
}

#cages-list ul.bot1 {
	/*clear: both;*/
	width: 250px;
	background: #ffffff url(../images/BX_250_bottom.gif) no-repeat 0px 0px;
}

/* Facility pages ---------------------------------------------------------*/

#facility {
	top: 0px;
	background: #ffffff url(../images/facility.jpg) no-repeat 0px 0px; 
	height: 507px;
	margin-top: -10px;
}/*\*/
* html #facility {
	margin-top: 0px; 
} /* Fixex IE */

#facility p {
	padding-left: 23px; 
	color: #000000;
}

#facility p.topFCP {
	padding-top: 335px;
}/*\*/
* html #facility p.topFCP {
	padding-top: 325px; 
} /* Fixex IE */

#facility-buttons {
	position: relative;
	padding: 5px 0px 0px 5px;
	width: 760px;
}

DIV.BTN { /* For bottom buttons (facility page, etc) */
	display: inline;
	padding-right: 0px;
}/*\*/
* html DIV.BTN {
	padding-right: 5px;
} /* Fixex IE */

DIV.BTN a img {
	border: 0px solid #ffffff;
}


/* Flash Content ----------------------------------------------------*/
#flash-window {
	posiiton: relative;
	width: 760px;
	height: 300x;
	background-color: #000000;
}

DIV.gFlashPath {
	position: absolute;
	height: 1px;
	width: 1px;
	top: -1px;
	left: -1px;
	display: none;
}

DIV.tPFA { /* For homepage */
	posiiton: relative;
	width: 760px;
	height: 322x;
	background-color: #000000;
	z-index: 1;
}

DIV.cPFA { /* For cart and register pages */
	posiiton: relative;
	width: 760px;
	height: 572x;
	background-color: #ffffff;
	z-index: 1;
}

/* home content -----------------------------------------------------*/
#home-content {
	position: relative;
	float: left;
	width: 435px;
	margin-top: -3px;
	background: #ffffff url(../images/flash_bottom_cap.gif) repeat-x 0px 0px;	
}/*\*/
* html #home-content {
	margin-top: 0px; 
} /* Fixex IE */

#home-content h1 {
	width: 367px;
	height: 12px;
	margin: 24px 0px 0px 15px;
	padding-right: 52px;
	background: transparent url(../images/home_hdr1.gif) no-repeat 0px 0px;
}
#home-content h1 span {
	display: none;
}

#home-content p {
	width: 404px;
	margin: 20px 0px 15px 15px;
}

/* home calendar -----------------------------------------------------*/
#home-calendar {
	float: right;
	width: 325px;
	margin-top: -3px;
	background: #ffffff url(../images/flash_bottom_cap.gif) repeat-x 0px 0px;	
}/*\*/
* html #home-calendar {
	margin-top: 0px; 
} /* Fixex IE */

#home-calendar h1 {
	width: 196px;
	height: 12px;
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background: transparent url(../images/home_hdr2.gif) no-repeat 15px 0px;
	border-left: 1px solid #999999;
}
#home-calendar h1 span {
	display: none;
}

#home-calendar h2 {
	width: 324px;
	height: 12px;
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background: #D0D0D0 url(../images/home_hdr3.gif) no-repeat 15px 10px;
	border-left: 1px solid #999999;
}
#home-calendar h2 span {
	display: none;
}

#calendar-wrapper, #home-calendar p {
	padding-left: 15px;
	border-left: 1px solid #999999;
}

#home-calendar p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 15px;
}

#home-calendar a img {
	border: 1px solid #000000;
}

#date {
	float: left;
	width: 100px;
	font-size: 9px;
	padding: 5px 0px 0px 0px;
}

#calendar-menu {
	float: right;
	width: 150pox;
	padding: 5px 15px 0px 0px;
	font-size: 9px;
}

#weekly-calendar {
	clear: both;
	font-size: 9px;
	padding-top: 3px;
	width: 295px;
}

#weekly-calendar ul li {
	list-style-type: none;
	padding: 0px 8px 0px 8px;
}

#weekly-calendar ul.shaded li {
	background-color: #EBEBEB;
}

#weekly-calendar ul li.top {
	padding-top: 5px;
}

#weekly-calendar table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	width: 280px;
}

#weekly-calendar td.hours {
	width: 30%;
	text-align: right;
	padding-right: 8px;
}

#weekly-calendar tr td { 
	border-bottom: 1px solid #bbbbbb;
	vertical-align: top;
}

#weekly-calendar tr.bottomrow td { 
	border-bottom: 0px solid #c8c8c8;
	padding-bottom: 3px;
}

/* Instructor page ---------------------------------------------------*/
#instructors-list ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
}

#instructors-list ul li {
	list-style-type: none;
}

#instructors-list a {
	text-decoration: underline;
}

/* member page --------------------------------------------------------------*/
#price-list {
	width: 450px;
	background: #ffffff url(../images/BX_450_body.gif) repeat-y 0px 0px;
	position: relative;
	margin-top: 15px;
}

#price-list ul.top1 {
	width: 450px;
	background: #ffffff url(../images/BX_450_top.gif) no-repeat 0px 0px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#price-list h2 {
	font-size: .9em;
	padding: 0px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
}

#price-list ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#price-list li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: .8em;
}

#price-list ul.l1 {
	float: left;
	width: 150px;
	text-align: right;
}

#price-list ul.r1 {
	margin-left: 160px;
}

#price-list ul.cart {
	float: right;
	padding-right: 20px;
}

#price-list ul.fl1 {
	float: right;
	padding-right: 50px;
}

#price-list ul.bot1 {
	/*clear: both;*/
	width: 450px;
	background: #ffffff url(../images/BX_450_bottom.gif) no-repeat 0px 0px;
}

#s1 p.footnote {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	font-size: .9em;
}

/* Secondary page divisions -------------------------------------------*/
#header-pic {
	float: left;
	width: 236px;
	margin-left: 0px;
	display: inline;
}/*\*/
* html #header-pic {
	margin-right: -3px;
} /* Fixes IE float bug */

#banner-pic {
	position: relative;
	margin: 0px 0px 0px 236px;
	width: 524px;
}/*\*/
* html #banner-pic {
	margin-left: 0px;
} /* Fixex IE float bug */

#left-sidebar {
	float: left;
	top: 3px;
	width: 236px;
}

#s1 {
	clear: none;
	margin: 20px 0px 0px 256px;
	width: 494px;
}

#s1 p.signature {
	margin-left: 250px;
	padding-bottom: 15px;
}

#s1 ul {
	list-style-type: disc;
}

#s1 ul li {
	margin: 0px 0px 0px 20px;
}

#s1 ul.nodots {
	list-style-type: none;
}

#s1 ul.nodots li {
	list-style-type: none;
}

#s1 a {
	text-decoration: underline;
}

/* Testimonials page ------------------------------------------------*/
#testimonials-list ul {
	margijn: 0px 0px 0px 0px;
}

#testimonials-list ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0x;
}

#testimonials-list ul li.name {
	margin: 0px 0px 0px 175px;
	padding: 10px 0px 20px 0px;
}

/* Footer -----------------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	top: 14px;
	width: 760px;
	height: 22px;
	background: transparent url(../images/footer_bar2.gif) repeat-x 0px 0px;
}

#footer p {
	position: relative;
	width: 630px;
	top: 5px;
	margin: 0px 0px 0px 10px;
	font-size: 9px;
	color: #e6e6e6;
}

#copyright {
	position: relative;
	width: 85px;
	left: 670px;
	font-size: 8px;
	margin-top: -5px;
	color: #e6e6e6;
}

#subfooter {
	clear: both;
	position: relative;
	top: 14px;
	width: 760px;
	height: 22px;
	margin-bottom: 35px;
}

#subfooter p {
	position: relative;
	width: 630px;
	top: 5px;
	margin: 0px 0px 0px 10px;
	font-size: 9px;
	color: #888888;
}

#site-credits {
	position: relative;
	width: 100px;
	left: 660px;
	font-size: 9px;
	margin-top: -5px;
	color: #888888;
}

#subfooter a:link, #subfooter a:active, #subfooter a:visited {
	text-decoration: underline;
	color: #888888;	
}
