/* CSS Document */

body { 
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFFFFF url(/persistent/templateimages/body_bg.jpg) top left repeat-x; }

td, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000; }

a { 
	color: #0000ff;
	text-decoration: underline; }
a:hover { 
	color: #000; }

h1 { 
	font-size: 14px;
	display: inline; }
h2 { 
	font-size: 13px;
	display: inline; }
h3 { 
	font-size: 12px;
	display: inline; }

form { margin: 0px; padding: 0px; }

input, select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px; }

.inputBox { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/persistent/templateimages/inputbox.gif) top center no-repeat;
	border: none;
	width: 159px;
	height: 17px;
	font-size: 9px;
	padding: 3px 0px 0px 0px;
	margin: 0px; }
.inputBoxA { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/persistent/templateimages/inputbox.jpg) top center no-repeat;
	border: none;
	width: 159px;
	height: 17px;
	font-size: 9px;
	padding: 3px 0px 0px 0px;
	margin: 0px; }
.inputBoxB { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/persistent/templateimages/inputboxb.jpg) top center no-repeat;
	border: none;
	width: 135px;
	height: 17px;
	font-size: 9px;
	padding: 3px 0px 0px 0px;
	margin: 0px; }


.cLear { clear: both; }

/* --------------------------------------- */
#mainBody { 
	width: 965px;
	background: url(/persistent/templateimages/borders_bg.jpg) top center repeat-y; }

#headerBar { 
	width: 957px;
	height: 108px;
	background: #F1F1F1 url(/persistent/templateimages/header.jpg) top right no-repeat; }

#headerSearch { 
	position: relative;
	float: right;
	top: 80px;
	width: 247px;
	height: 20px; }

#bodyBar { 
	width: 957px;
	background: url(/persistent/templateimages/borders_main_bg.jpg) top center no-repeat;
	padding: 0px 4px 0px 4px; }
#bodyBarA { 
	width: 957px;
	/* background: #FFFFFF url(/persistent/templateimages/navbar_bottom.jpg) bottom left no-repeat; */
	background: #FFFFFF; }

#leftBar { 
	width: 210px;
	float: left; }
#navBar { 
	background: #FFFFFF url(/persistent/templateimages/navbar_bg.jpg) bottom right no-repeat;
	padding: 0px 0px 55px 0px;
	text-align: left; }

#navBarTop { 
	width: 210px;
	height: 25px;
	background: #FFFFFF url(/persistent/templateimages/navbar_top.jpg) top left no-repeat; }





.mainLevelNav { 
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #545454;
	text-decoration: none;
	background: url(/persistent/templateimages/nav_bg.gif) center left no-repeat;
	padding: 4px 5px 4px 30px;
	display: block; }
.mainLevelNav:hover { 
	color: #FFFFFF;
	padding: 4px 5px 4px 35px; }


ul#primary-nav {
	margin: 0px 10px 0px 10px;
	padding: 0px; /* Width of Menu Items */
	/*background: #fff;*/ /* IE6 Bug */
	/*font-size: 11px;*/
	}
ul#primary-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 190px; /* Width of Menu Items */
	/*background: #fff;*/ /* IE6 Bug */
	/*font-size: 11px;*/
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	color: #FFFFFF;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #545454;
	border: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	}
ul#primary-nav li a:hover { 
	color: #FFFFFF;
	background: #D53027 url(/persistent/templateimages/nav_bg_over.gif) center left no-repeat; }


/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 190px; /* Set 1px less than menu width */
	top: 0;
	z-index: 1;
	background: #EEEEEE;
	border-top: 2px solid #D53027;
	padding: 0px 0px 5px 0px;
	}


ul#primary-nav li ul li a { /* Sub Menu Styles */
	padding: 1px 5px 1px 15px;
	font-weight: bold;
	color: #545454;
	font-size: 10px; } 
ul#primary-nav li ul li a:hover { 
	background: #D53027 url(/persistent/templateimages/sub_nav_bg_over.gif) bottom center no-repeat;
	font-weight: bold;
	color: #FFFFFF; }

ul#primary-nav li ul li { 
	background: url(/persistent/templateimages/sub_nav_bg.gif) bottom center no-repeat; }

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li:hover ul ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul,
ul#primary-nav li.over ul ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul,
ul#primary-nav li li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent {  }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { color: #FFFFFF; background: #CCCCCC; }

ul#primary-nav li ul li.menuparent:hover,
ul#primary-nav li ul li.over { color: #FFFFFF; background: #CCCCCC url(/persistent/templateimages/sub_nav_bg.gif) bottom center no-repeat; }



#navBarBottom { 
	width: 210px; }

#mainBodyBar { 
	width: 747px;
	float: right;
	background: #FFFFFF url(/persistent/templateimages/mainbar_bottom.jpg) bottom left no-repeat; }

#mainBar { 
	background: #FFFFFF;
	width: 500px;
	float: left; }
	
#mainBarFullScreen {
	background: #ffffff;
	width: 740px;
	float: left; }

#mainBarTop { 
	width: 500px;
	height: 25px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top.jpg) top left no-repeat; }
	
#mainBarTopFullScreen { 
	width: 740px;
	height: 25px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_fullscreen.jpg) top left repeat-x; }

#mainBarTopAerobics { 
	width: 500px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_aerobics.gif) top left no-repeat; }
#mainBarTopGymnastics { 
	width: 500px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_gymnastics.gif) top left no-repeat; }
#mainBarTopTrampoline { 
	width: 500px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_trampoline.gif) top left no-repeat; }
#mainBarTopRhythmic { 
	width: 500px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_rhythmic.gif) top left no-repeat; }

#mainBarTopAerobicsfs { 
	width: 740px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_aerobicsfs.gif) top left no-repeat; }
#mainBarTopGymnasticsfs { 
	width: 740px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_gymnasticsfs.gif) top left no-repeat; }
#mainBarTopTrampolinefs { 
	width: 740px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_trampolinefs.gif) top left no-repeat; }
#mainBarTopRhythmicfs { 
	width: 740px;
	height: 125px;
	background: #FFFFFF url(/persistent/templateimages/mainbar_top_rhythmicfs.gif) top left no-repeat; }

#mainBarContent { 
	padding: 0px 0px 30px 0px;
	text-align: left; }
#rightBar { 
	background: #FFFFFF;
	width: 245px;
	float: right; }

#memberSection { 
	background: #FFFFFF url(/persistent/templateimages/member_login_bg.jpg) top right no-repeat;
	text-align: left;
	width: 245px;
	height: 363px;
	font-size: 11px; }
#membersLoginBox { 
	/*position: relative; */
	padding: 60px 0px 0px 28px;
	/* top: 60px;
	left: 28px; */
	z-index: 2;
	font-size: 11px; }
#membersLoginBox table { margin-top: 5px; font-size: 11px; }

#gymShopSection { 
	background: #FFFFFF url(/persistent/templateimages/gym_shop_bg.jpg) top right no-repeat;
	text-align: left;
	width: 245px;
	height: 235px;
	font-size: 11px; }
#gymShopBox { 
	padding: 60px 0px 0px 28px;
	font-size: 11px;
	/* position: relative;
	top: 60px;
	left: 28px; */ }


#gymLocSection { 
	background: #FFFFFF url(/persistent/templateimages/gym_loc_bg.jpg) top right no-repeat;
	text-align: left;
	width: 245px;
	height: 245px;
	font-size: 11px; }
#gymLocBox { 
	padding: 60px 0px 0px 28px;
	font-size: 11px;
	/* position: relative;
	top: 60px;
	left: 28px; */ }


#footerBar { 
	width: 957px;
	height: 70px;
	background: #545454;
	border-top: 1px solid #F47C31;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px; }
#footerBarNav { 
	border-top: 1px solid #ee2e24;
	padding: 5px;
	color: #FFFFFF;
	font-size: 11px; }
#footerBarNav a { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px; }
#footerBarNav a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px; }
/* --------------------------------------- */

/* --------------------------------------- home page styles */
#hpNavBar { 
	border-top: 1px solid #E4E4E4;
	background: #F0F0F0;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	height: 24px; }
.hpNavItem { 
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #F0F0F0;
	padding: 4px 0px 4px 0px;
	margin: 0px 12px 0px 12px;
	display: inline; }
.hpNavItem:hover { 
	color: #EE2E24;
	text-decoration: none;
	border-bottom: 2px solid #EE2E24; }
#hpMainBodyBar { 
	width: 947px;
	background: #FFFFFF;
	padding: 0px 0px 0px 10px; }
#hpMainBarTop { 
	width: 702px;
	height: 25px;
	background: #FFFFFF url(/persistent/templateimages/hp_mainbar_top.jpg) top left repeat-x; }
#hpMainBarContent { 
	width: 702px;
	height: 167px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	background: #FFFFFF url(/persistent/templateimages/hp_mainbar_bottom.jpg) bottom left no-repeat; }
#hpExperienceBar { 
	width: 702px;
	height: 132px;
	padding: 36px 0px 0px 0px;
	text-align: left;
	background: #FFFFFF url(/persistent/templateimages/hp_exp_bar.jpg) top left no-repeat;
	font-size: 11px; }
#hpSponsorsBar { 
	width: 702px;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	text-align: left;
	background: #FFFFFF url(/persistent/templateimages/hp_sponsors_bar_bg.jpg) top left repeat-x;
	font-size: 11px; }


#hpMemberSection { 
	background: #FFFFFF url(/persistent/templateimages/hp_member_login_bg.jpg) top right no-repeat;
	text-align: left;
	width: 245px;
	height: 192px;
	margin: 0px 0px 10px 0px;
	font-size: 11px; }
#hpMembersLoginBox { 
	padding: 0px 0px 0px 30px;
	font-size: 11px; }
#hpMembersLoginBoxHeader { 
	height: 30px;
	padding: 30px 20px 0px 0px;
	text-align: right;
	font-size: 11px; }
#hpNewMembersBox { 
	padding: 0px 0px 0px 30px;
	font-size: 11px; }
#hpNewMembersBoxHeader { 
	height: 30px;
	padding: 25px 20px 0px 0px;
	text-align: right;
	font-size: 11px; }


#hpGymShopSection { 
	background: #FFFFFF url(/persistent/templateimages/hp_gym_shop_bg.jpg) top right no-repeat;
	text-align: left;
	width: 245px;
	height: 168px;
	font-size: 11px; }
#hpGymShopBoxHeader { 
	height: 30px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	font-size: 11px; }

#hpGymLocSection { 
	background: #FFFFFF url(/persistent/templateimages/hp_gym_loc_bg.jpg) top right no-repeat;
	text-align: left;
	width: 245px;
	height: 112px;
	margin: 10px 0px 10px 0px;
	font-size: 11px; }
#hpGymShopBox { 
	padding: 0px 0px 0px 30px;
	font-size: 11px; }
#hpGymLocBoxHeader { 
	height: 30px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	font-size: 11px; }
#hpGymLocBox { 
	padding: 0px 0px 0px 30px;
	font-size: 11px;  }


#sitemap_1 {
	color: #e03210;
	list-style-type: disc;
	}

#sitemap_2 {
	list-style-type: circle;
	}

#sitemap3 {
	list-style-type: disc;
	color: #e7722c;
	}

#sitemap_4 {
	list-style-type: circle;
	color: #e7722c;
	}
