* {
	margin: 0 0;
	padding: 0 0;
}

body {
	background:#FFFFFF url(../images/body_bg_programs.gif) repeat scroll center top;
	text-align: center;
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	margin-bottom: 14px;
}

h1 {
		color: #d6ced6;
		font-size: 26px;
		font-weight: bold;
		font-family: Trebuchet MS, Arial, Verdana, sans-serif;
		margin-bottom: 24px;
}

h2 {
		color: #63adee;
		font-size: 16px;
		font-weight: bold;
		font-family: Trebuchet MS, Arial, Verdana, sans-serif;
		margin-top: 14px;
}

/*a {
	color: #63adee;
	text-decoration: underline;
}
a:hover {
	color: #004b7c;
}*/

#container_home {
	/*background: url(../images/website_2009Version/2010/wrapper_bg.jpg) top center no-repeat;*/
	background: url(../images/website_2009Version/2010/wrapper_bg_home.jpg) top center no-repeat;
	width: 100%;
	min-height: 400px;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#header {
	background: url(../images/website_2009Version/2010/header_bg_newlogo2010.png) top center no-repeat;
	width: 960px;
	height: 134px;
}


#logo_link  {
	width: 200px;
	height: 134px;
	float: left;
}

#logo_link a {
	display: block;
	width: 200px;
	height: 134px;
	text-indent: -5000px;
	outline: none;
}

#search {
	float: right;
	width: 450px;
	padding-top: 50px;
	
}
/*#search table, #search form {
	float: right;
}*/

#search_form input#searchkey {
	width: 100px;
}







/* drop down menu */

#menuwrapper{
	behavior: url(/Scripts/csshover.htc);
	text-align: left;
	background-color: #004B7C;
	width: 960px;
}


#menu, #menu ul{
	padding: 0;
	margin: 0;
	list-style:none;
	z-index: 10;
}

ul#menu li{
 float:left;
 position:relative;
 z-index: 10;
}


li#li_menu_home{ width:52px;  height:42px;}
li#li_menu_locations{ width:113px;  height:42px;}
li#li_menu_about{ width:173px; height:42px; } 
li#li_menu_programs{ width:123px;  height:42px;} 
li#li_menu_group_exercise{ width:164px; height:42px; }
li#li_menu_join{ width:69px; height:42px; }
li#li_menu_contact{ width:111px;  height:42px;}



ul#menu a:link, ul#menu a:visited{
 display:block;
 height:42px;
 text-decoration:none;
 color:#3e87bc;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 font-weight:normal;
 outline: none;
}

* html ul#menu a{
 	width: 100%;
	height: 100%;
}

#menu ul{
 display:none;
 position:absolute;
 padding:0;
 z-index:10;
 background-color: #004b7c;
 margin-left: 20px;
}


#menu ul.transparent{
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

#menu ul li a:link, ul#menu li a:visited{
 display:block;
 height:42px;
 text-decoration:none;
 /*color:#3e87bc;*/
 color:#bfdefa;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 font-weight:normal;
 padding: 0 10px 0 10px;
}

#menu ul li{
 background-color: #004b7c;
 height: 20px;
 width: 250px;
}

#menu li:hover {
 background-color: #2e6b93;
}

#menu li:hover ul{
 display:block;
}

#menu ul li:first-child{
	padding-top:5px;
}

#menu ul li:last-child{
	padding-bottom:5px;
}



a#menu-home{background: url(/images/website_2009Version/new_menu/menu-home-3.gif) no-repeat; width:52px; text-indent: -5000px; height:42px;outline: none;}
a#menu-home:hover{background: url(/images/website_2009Version/new_menu/menu-home-3.gif) no-repeat 0px -42px; width:52px; text-indent: -5000px; height:42px;outline: none;}


a#menu-locations{background: url(/images/website_2009Version/new_menu/menu-location-3.gif) no-repeat; width:113px; text-indent: -5000px; height:42px;outline: none;}
a#menu-locations:hover{background: url(/images/website_2009Version/new_menu/menu-location-3.gif) no-repeat 0px -42px; width:113px; text-indent: -5000px; height:42px;outline: none;}

a#menu-about{background: url(/images/website_2009Version/new_menu/menu-about-3.gif) no-repeat; width:173px;  text-indent: -5000px;  height:42px;outline: none;}
a#menu-about:hover{background: url(/images/website_2009Version/new_menu/menu-about-3.gif) no-repeat 0px -42px; width:173px;  text-indent: -5000px;  height:42px;outline: none;}
	
a#menu-programs{background: url(/images/website_2009Version/new_menu/menu-programs-3.gif) no-repeat; width:123px;  text-indent: -5000px;  height:42px;outline: none;}
a#menu-programs:hover{background: url(/images/website_2009Version/new_menu/menu-programs-3.gif) no-repeat 0px -42px; width:123px;  text-indent: -5000px;  height:42px;outline: none;}
	
	
a#menu-group-exercise{background: url(/images/website_2009Version/new_menu/menu-group-3.gif) no-repeat; width:164px;  text-indent: -5000px;  height:42px;outline: none;}
a#menu-group-exercise:hover{background: url(/images/website_2009Version/new_menu/menu-group-3.gif) no-repeat 0px -42px; width:164px;  text-indent: -5000px; height:42px;outline: none;}


a#menu-join{background: url(/images/website_2009Version/new_menu/menu-join-3.gif) no-repeat; width:69px;  text-indent: -5000px;  height:42px;outline: none;}
a#menu-join:hover{background: url(/images/website_2009Version/new_menu/menu-join-3.gif) no-repeat 0px -42px; width:69px; text-indent: -5000px; height:42px;outline: none;}
	
a#menu-contact{background: url(/images/website_2009Version/new_menu/menu-contact-3.gif) no-repeat; width:111px; text-indent: -5000px; height:42px;outline: none;}
a#menu-contact:hover{background: url(/images/website_2009Version/new_menu/menu-contact-3.gif) no-repeat 0px -42px; width:111px; text-indent: -5000px; height:42px;outline: none;}



/* end drop down menu */


#interactive_section {
	background-color: #004b7c;
	width: 958px;
	height: auto;
	margin: 0 auto;
	text-align: right;
}

#interactive_section_left {
	float: left;
	width: 632px;
	height: 459px;
}

#interactive_section_flash{
	width: 632px;
	height: 344px;
}

#interactive_section_buttons{
	width: 632px;
	height: 115px;
	text-align: left;
}

#interactive_section_buttons a {
	outline: none;}


#interactive_section_right {
	float: right;
	width: 324px;
	height: 459px;
	/*background: url(/images/website_2009Version/interactive_section_right_b.gif) no-repeat;*/
	background: #84CCFA;
}


#interactive_section_searchby{
	width: 318px;
	/*height: 335px;*/
	height: 320px;
	background: url(../images/website_2009Version/map_bg.jpg) top center no-repeat;
}

#interactive_section_specials{
	margin-top:0;
	width: 324px;
	/*height: 65px;*/
	height: 72px;
}

#social{
	height: 168px;
	position: relative;
	top:-5px;
	}

#interactive_section_video{
	margin-top:0;
	/*height: 65px;*/
	background-color:#005b9e;
}


#content_section{
	clear: both;
	background-color: #FFFFFF;
	border-left: 2px solid #8caec6;
	border-right: 2px solid #8caec6;
	border-bottom: 2px solid #8caec6;
	width: 946px;
	margin: 0 auto;
	text-align: left;
	min-height: 600px;
}

#content_section_home {
	display: none;
	clear: both;
	background-color: #FFFFFF;
	border-left: 2px solid #8caec6;
	border-right: 2px solid #8caec6;
	border-bottom: 2px solid #8caec6;
	width: 946px;
	margin: 0 auto;
	text-align: left;

}

#content_section_inner {
	padding: 20px 20px 20px 20px;
	/*background: url(/images/website_2009Version/content_bg.gif) 20 20 repeat-y;*/
}

#content_section_inner_home {
	padding: 0 0;
}

#content_section_inner_bg {
	background: url(/images/website_2009Version/content_bg.gif) repeat-y;
}

#content_section_left {
	float: left;
	width: 610px;
}

#content_section_left_inner {
	/*border-right: 1px solid #ced6ce;*/
	padding-right: 20px;
}




#content_section_right {
	float: right;
	width: 296px;
}

#content_section_right_inner {
	padding-left: 20px;
}

#footer {
	/*background:transparent url(/images/website_2009Version/footer_bg.jpg) top center no-repeat;*/
	background:transparent url(../images/aquatics/footer_bg.jpg) no-repeat scroll center top;
	clear:both;
	height:101px;
	width:960px;
}


.footer_p {
	padding: 45px 130px 45px 95px;
	font-size: 0.8em;	
}


#bottom_menu {
	text-align: center;
}


#results_tbl, #display_tbl {
	border: 1px solid #004b7c;
}


#display_tbl {
	valign: bottom;
}

#results_tbl th, #display_tbl td.sp_col {
		background-color: #004b7c;
		padding: 5px 5px;
		color: #63adee;
}

#results_tbl td {
		padding: 5px 5px;
}


ul.content_list {
	margin-left: 30px;
	margin-bottom: 14px;
}

#searchnav ul{
		margin-left: 0;
		list-style-type: none;
}

#searchnav ul li{
		float: left;
		margin-left: 10px;
}

#donate{
	padding-top:80px;
	text-align: right;
}