@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
* {
margin: 0;
padding: 0;
}

/* Primary Divisions ----------------------------------------------- */

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	background: url(gfx/bodybg.gif) repeat-x top left;
	background-color: #0066cc;
}

#header-container {
	margin: 0px auto;
	width: 900px;
	position: relative;
}

#banner {
	padding: 5px 12px 8px 15px;
	background: url(gfx/rightTab.gif) no-repeat right bottom transparent;
	width: 873px;
	height: 226px;
	overflow: hidden;
}

#content {
	background: #ffffff;
	position: relative;
}

#content-container {
	width: 900px;
	margin: 0px auto;
	background: url(gfx/contentbg.gif) repeat-y top left;
}

#secondary {
	width: 230px;
	margin: 0 0px 20px 10px;
	float: left;
	position: relative;
}

#primary {
	width: 613px;
	float: right;
	margin: 0px 10px 0px 0;
	background: url(gfx/active-tagline.jpg) no-repeat top right;
	background-position: right -5px;
}

/* Footer ---------------------------------------------------------------- */

#footer {
	background: url(gfx/footerbg.gif) repeat-x top left;
	position: relative;
	
}

#footer-container {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 55px 0;
}

#footer-container a {
	color: #ffffff;
}


/* Header Image Replacement ----------------------------------------------- */

#header {
	width:900px;
	position: relative ;
}

#header h1 {
	width: 900px;
	height: 200px;
	position: relative;
}

#header h1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(gfx/title.jpg) no-repeat;
}

#section-image {
	width: 900px;
	height: 239px;
	position: relative;
}

#section-image span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(gfx/rotate/rotate.php) no-repeat top left;
}
 


/* Navigation ----------------------------------------------- */

#nav {
	margin:0; padding: 0;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 158px;
}


#nav ul, #secondary-nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 10px 15px 10px 0;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 0;
}

#nav ul li a:hover, #nav ul li.current a {
	color: #000000;
}

#secondary-nav {
	position: absolute;
	left: 830px;
	top: 45px;
	width: 70px;
}

#secondary-nav ul li {
	line-height: 1.5em;
}

#secondary-nav ul li a, #secondary-nav ul li a:visited, #secondary-nav ul li a:link {
	color: #75c1fb;
	text-decoration: none;
	font-weight: normal;
}

#secondary-nav ul li a:hover {
	color: #000000;
}


/* Sub Nav -------------------------------------------------------------------   */

#sub-nav {
	padding-bottom: 19px;
	background: url(gfx/sub-nav-bottom.gif) no-repeat bottom left;
}

#sub-nav.about-us {background: url(gfx/subnav-bottom-about.jpg) no-repeat bottom left;}
#sub-nav.facilities-hours-rates {background: url(gfx/subnav-bottom-facilities.jpg) no-repeat bottom left;}
#sub-nav.programs {background: url(gfx/subnav-bottom-programs.jpg) no-repeat bottom left;}
#sub-nav.get-involved {background: url(gfx/subnav-bottom-involved.jpg) no-repeat bottom left;}
	

#sub-navcontainer {background: url(gfx/sub-navbg.gif) repeat-y top left;}
#sub-navcontainer.about {background: url(gfx/subnav-about.jpg) repeat-y top left;}
#sub-navcontainer.facilities-hours-rates {background: url(gfx/subnav-facilities.jpg) repeat-y top left;}
#sub-navcontainer.programs {background: url(gfx/subnav-programs.jpg) repeat-y top left;}
#sub-navcontainer.get-involved {background: url(gfx/subnav-involved.jpg) repeat-y top left;}


#sub-nav h2 {
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 9px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	
}

#sub-nav h2 a, #sub-nav h2 a:hover {
	text-decoration: none;
	color: #000000;
}

#sub-nav ul {
	padding-left: 50px;
	list-style: none;
}

#sub-nav li {
	padding-bottom: 10px;
	font-size: 13px;
}

#sub-nav li a, #sub-nav li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#sub-nav li.current a, #sub-nav li a:hover {
	color: #000000;
	font-weight: bold;
}

#sub-nav li.current {
	list-style-image: url(gfx/sub-nav-uldisc.png);
}

/* Summary Pages ------------------------------------------------- */

div.summary-container {
	padding-bottom: 20px;
	margin-left: 40px;
}

#primary img.summary {
	border: 2px solid #000000;
	float: left;
	margin: 0 15px 0 0;
}

#primary div.summary-blurb {
	float: left;
	width: 400px;
}

#primary div.summary-blurb p, #primary div.summary-blurb h3, #primary div.summary-blurb h4, #primary div.summary-blurb h5, #primary div.summary-blurb hr, #primary div.summary-blurb ul, #primary div.summary-blurb ol  {
	margin-left: 0px;
}

/* Typography ----------------------------------------------------- */

#primary h2.page-title {
	margin: 0 0 20px 0;
	background: url(gfx/page-titlebg.gif) no-repeat top left;
	padding: 38px 0 10px 0;
	
}

#primary h2 {
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding-bottom: 35px;
	margin-left: 40px;
}

#primary h3, #primary h4, #primary h5, #primary p, #primary ul, #primary ol, #primary hr, #primary img {
	margin-left: 40px;
}

#primary table {
	margin: 10px 0 20px 40px;
}

#primary td {
	padding: 7px;
}

#primary h3, #content h4 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding-bottom: 16px;
}

#primary h4 {
	color: #29689d;
}

#primary h5 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding-bottom: 12px;
}

#primary p {
	margin-bottom: 12px;
	line-height: 1.8em;
}

#primary a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	color: #29689d;
}

#primary ul {
	list-style: disc outside;
	padding: 0 0px 21px 25px;
}

#primary ol {
	list-style: decimal outside;
	padding: 0 0px 21px 25px;
}

#primary li {
	line-height: 1.2em;
	padding-left: 0px;
	padding-bottom: 12px;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content .center {
	text-align: center;
}

#content .right {
	text-align: right;
}

#content .left {
	text-align: left;
}

img.left {
	float:left;
	padding-right: 10px;
}

img.right {
	float:right;
	padding-left: 10px;
}

#news {
	color: #29689d;
	margin-top: 40px;
}

#news h2, #recent-photos h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
	margin: 0 0 10px 10px;
	border-bottom: 1px solid #29689d;
	color: #29689d;
}

#news h2 a {
	color: #29689d;
	text-decoration: none;
}

#news h3 {
	font-size: 13px;	
	margin: 0 0 5px 20px;
}

#news h3 a {
	font-weight: bold;
	color: #29689d;
	}


#news p {
	margin-left: 20px;
	font-style: italic;
	padding-bottom: 15px;
	line-height: 1.3em;
}

/* Recent Photos --------------------------------------------------------------------------------- */
#recent-photos {
	margin-top: 40px;
	
}

#recent-photos .photoitem {
	margin: 0 0px 10px 25px;
	overflow: hidden;
}

#recent-photos .photoitem img {
	border: 3px solid #000000;
	float: left;
	margin-right: 10px;
}

#recent-photos p {
	line-height: 1.2em;
	padding-top: 0px;
	float: left;
	color: #29689D;
	font-weight: bold;
	width: 80px;
}

#recent-photos p.more {
	float: none;
	width: auto;
}

#recent-photos p.more a, #recent-photos p.more a:visited {
	text-decoration: none;
	font-size: 80%;
 	color: #000000;
}

#recent-photos p.more a:hover {
	text-decoration: underline;
	color: #29689d;
}




/* RSS Live Search ------------------------------------------------------------------------------- */
#searchform { width: 500px; }
#searchform fieldset { outline: none; border: 1px solid #666; background: #dedede; padding: 20px; margin: 0 20px; }
#searchform label { padding-right: 10px; font-size: 11px; font-weight: bold; color: #8d8d8d; }

#LSResult { background-color: #ccc; margin: 0 20px; }
#LSShadow { padding: 5px; }
#LSRes { background-color: #fff; padding: 10px; }
.LSRow { padding: 5px; border-bottom: 1px solid #dedede; }
#LSHighlight { background-color: #dedede; }
#LSHeader { padding: 2px 2px 8px; color: #8d8d8d; }
.lsDate { display: block; color: #eee; }

#LSResult a { color: #8d8d8d }
#LSResult a:hover { color:#b8860b; }

/* Sitemap  ------------------------------------------------------------------------------- */


#primary ul.sitemap li ul {
	list-style: square inside;
	margin-left: 15px;
	padding-bottom: 5px;
}

#primary ul.sitemap li {
	padding-bottom: 10px;
}

#primary ul.sub-list li {
	padding-bottom: 0;
}

#secondary p.more {
	font-size: 12px;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 0px;
}
	



/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */





