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

body {
	font: 12px Verdana, Geneva, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	line-height: 22px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0089d0;
	text-decoration: none;
}
a:visited {
	color: #0089d0;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #92278f;
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */

#container {
	width: 959px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.wrapper {
width: 960px;
margin: 0 auto;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */

#header {
	height:194px;
	width:950px;
	padding:15px 0 0 0;
	margin:0 auto;
}
.logo {
	float:left;
	width:131px;
	height:100px;
	margin:20px 0 0;
}
.header .focus span {
	display:block;
}
#header .head-right {
	float:right;
	width:350px;
	margin-top: 5px;
}
#header .social {
	float:right;
	list-style:none;
	margin:50px 0 0;
	padding:0;
}
#header .social li {
	float:right;
	margin:0 0 0 8px;
}
#header .social li a {
	width:32px;
	height:32px;
	display:block;
	background:url(images/socialicons.gif);
	text-indent: -9999px;
}
#header .social .twit a {background-position:0 0;}
#header .social .facebook a {background-position:-32px 0;}
#header .social .in a {background-position:-64px 0;}
#header .social .youtube a {background-position:-96px 0;}
#header .social .email a {background-position:-128px 0;}

/* ~~ The Content Area ~~ */

#subcontainer {
	margin:0 auto;
	overflow:hidden;
	padding:0 0 0;
	position:relative;
	width:920px }

#content {
	color:#1A2151;
	font-size:18px;
	height:250px;
	overflow:hidden;
	position:absolute;
	top:200px;
	width:950px;
}

#content #slider-centered { position:relative; width:920px; margin:0 auto }

#content #slider-1,
#content #slider-9,
#content #slider-2,
#content #slider-3,
#content #slider-4 {
	position:absolute;
	top:0; left:0;
	height:267px }

#content #slider-1 {
	padding:27px 555px 35px 15px;
	width:400px }
	
#content #slider-2 {
	padding:27px 559px 35px 15px;
	width:400px }

#content #slider-3 {
	padding:27px 564px 35px 15px;
	width:400px; }
	
#content #slider-4 {
	padding:27px 538px 35px 15px;
	width:400px; }

#content #slider-9 {
	padding:27px 555px 35px 15px;
	width:400px }
	
	#content #slider-1 .slider-image { background:url('images/slide1_newy.jpg') no-repeat 436px 0 }
	#content #slider-2 .slider-image { background:url('images/slide2_yprog.jpg') no-repeat 436px 0 }
	#content #slider-3 .slider-image { background:url('images/slide3_yyouth.jpg') no-repeat 436px 0 }
	#content #slider-4 .slider-image { background:url('images/slide4_yhealth.jpg') no-repeat 436px 0 }
	#content #slider-9 .slider-image { background:url('images/slide1_newy.jpg') no-repeat 436px 0 }
	
	#content #slider-1 .slider-image,
	#content #slider-2 .slider-image,
	#content #slider-3 .slider-image,
	#content #slider-9 .slider-image,
	#content #slider-4 .slider-image {
		width:920px;
		height:328px;
		position:absolute;
		top:0; left:0 }

	#content .slider-header,
	#content .slider-p { 
	   position:relative;
	   font-family:Verdana, Geneva, sans-serif;
	   font-size:11pt;
}		
.more {
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:-15px;
	position:relative;
}
.more a {
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/btn-learn.gif) no-repeat;
	width:117px;
	height:29px;
	margin:5px 0 0 0;
	float:right;
}
.more a:active { background:url(images/btn-learn_on.gif) no-repeat }
ul.slider-links {
	margin:270px 0 0;
	position:relative;
	padding:0;
	border-bottom:1px solid #fff;
	width:935px;
	height:25px;
	text-align:center;
	list-style:none;
	background:#0e1334 url(images/slider-bg.gif) repeat-x;
}

ul.navigation-links {
	margin:0 auto;
	position:relative;
	padding:0 0 0px;
	width:960px;
	text-align:center;
	list-style:none;
	background:#0e1334 url(images/slider-bg.gif) repeat-x;
}

ul.slider-links li { height:25px; display:inline; float:left }

ul.slider-links li span {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	cursor:pointer;
	display:block;
	color:#9BBDCF;
	width:160px;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:10px;
	padding:7px 30px 22px 40px }

ul.slider-links li:hover span, ul.navigation-links li a:hover { color:#fff !important }

ul.slider-links li.yprog.active,
ul.slider-links li.yyouth.active,
ul.slider-links li.yhealth.active {
	background:url('images/slider_button_left2.gif') no-repeat !important }
	
ul.slider-links li.newy.active {
	background:url('images/slider_button_left2.gif') no-repeat -30px 0 !important }

ul.slider-links li.testx.active {
	background:url('images/slider_button_left2.gif') no-repeat -30px 0 !important }
		
ul.slider-links li.newy.active span,
ul.slider-links li.testx.active span,
ul.slider-links li.yprog.active span,
ul.slider-links li.yyouth.active span {
	background:url('images/slider_button_right2.gif') no-repeat top right }
	
ul.slider-links li.yhealth span { background:none !important }

.slider-wrapper { 
	width: 80%; 
	margin: 20px auto;
}

#slider .nivo-controlNav {  
position:absolute;  
bottom:-70px; /* Put the nav below the slider */  }  

#slider .nivo-controlNav img {  
display:inline; /* Unhide the thumbnails */  
position:relative;  
margin-right:10px; }

#lowerthird {
	margin:20px auto;
	height:400px;
	width:930px;
	text-align:center;
}

#lower1 {
	margin:0px auto;
	float:left;
	height:400px;
	width:260px;
	text-align:center;
}
#sublower1 {
	margin:40px auto;
	text-align:center;
}
#lower2 {
	margin:0px auto;
	float:left;
	height:400px;
	width:470px;
}
#lower2a {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	float:left;
	font-size: 16px;
	color: #000;
	margin:5px 12px auto;
	padding:0 0 5px 0;
	width:445px;
	border-bottom: 1px solid black;
}
.lower2b {
	float: left;
	margin: 3px 12px auto;
	width: 445px;
	border-bottom: 1px solid black;
}
#lower3 {
	margin:0px auto;
	float:left;
	height:400px;
	width:200px;
	text-align:center;
}
.calendar {
	float:left;
	width:38px;
	height:44px;
}
.cfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #92278f;
	margin:10px 30px auto;
}
.c2font {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #0089d0;
}
.c3font {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:normal;
	font-size: 14px;
	color: #000;
}
.c5font {
	margin: 35px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #0089d0;
}
.c6font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #dd5828;
}
.c7font {
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size: 11pt;
	color: #a92b31;
}
.c8font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #5c2e91;
}
.c9font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	color: #dd5828;
}
.c10font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #5c2e91;
}
.c11font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #a92b31;
}

/* ~~ The Main Page Structure ~~ */

#football {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 13pt;
	margin:30px auto;
	height:530px;
	width:950px;
	text-align:left;
	color: #a92b31;
}
#football a {
color: #a92b31;
}
#football a:hover {
color: #f15922;
}
#football a:link {
	color: #dd5828;
	text-decoration: none;
}
#football a:visited {
	color: #dd5828;
	text-decoration: none;
}

#page-membership {
	margin:20px auto;
	height:1800px;
	width:950px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #92278f;
}

#page-membership .scroll {
    width: 375px;
    height: 110px;
	border-color: #a92b31;
	border-width: 3px;
	border-style: double;
    overflow-x: hidden;
    overflow-y: scroll;
}
#page-corpmember {
	margin:20px auto;
	height:1900px;
	width:950px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #92278f;
	list-style-position: inside;
}
#page-scholorship {
	margin:20px auto;
	height:530px;
	width:950px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #92278f;
}
#page-news {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:950px;
	width:950px;
	color: #0060af;
}
#newsheader {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	float:left;
	font-size: 14px;
	font-style:bold;
	margin:5px 5px auto;
	padding:0 0 5px 0;
	width:650px;
	border-bottom: 1px solid black;
}
.newsitem {
	float: left;
	margin: 0 auto;
	text-align:center;
	padding: 15px 0 0 0;
	margin:5px 5px auto;
	font-color: #0060af;
	width:650px;
	border-bottom: 1px solid black;
}
#page-about {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 13pt;
	margin:30px auto;
	height:750px;
	width:950px;
	text-align:left;
	color: #a92b31;
}
#page-about a {
color: #a92b31;
}
#page-about a:hover {
color: #f15922;
}
#page-about a:link {
	color: #dd5828;
	text-decoration: none;
}
#page-about a:visited {
	color: #dd5828;
	text-decoration: none;
}
#page-about .boardimg {
   display: block;
   margin: 0 auto;
   padding:3px;
   border:1px solid #021a40;
   background-color:#a92b31;
}
#page-schedule {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 13pt;
	margin:30px auto;
	height:450px;
	width:950px;
	text-align:left;
	color: #a92b31;
}
#page-schedule a {
color: #a92b31;
}
#page-schedule a:hover {
color: #f15922;
}
#page-schedule a:link {
	color: #dd5828;
	text-decoration: none;
}
#page-schedule a:visited {
	color: #dd5828;
	text-decoration: none;
}
#page-schedule .boardimg {
   display: block;
   margin: 0 auto;
   padding:3px;
   border:1px solid #021a40;
   background-color:#a92b31;
}
#page-staff {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 13pt;
	margin:30px auto;
	height:1430px;
	width:950px;
	text-align:left;
	color: #a92b31;
}
#page-staff a {
color: #a92b31;
}
#page-staff a:hover {
color: #f15922;
}
#page-staff a:link {
	color: #dd5828;
	text-decoration: none;
}
#page-staff a:visited {
	color: #dd5828;
	text-decoration: none;
}
#page-staff .staffleft {
   padding:3px;
   border:1px solid #021a40;
   background-color:#a92b31;
}
#page-staff .staffright {
   align: center;
   padding:3px;
   border:1px solid #021a40;
   background-color:#a92b31;
}
#page-staff .textmid {
   display:table-cell;
   vertical-align: middle;
   text-align: center;
}
#page-staff .boardimg {
   display: block;
   margin: 0 auto;
   padding:3px;
   border:1px solid #021a40;
   background-color:#a92b31;
}

#page-newy {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 13pt;
	margin:30px auto;
	height:5000px;
	width:950px;
	text-align:left;
	color: #a92b31;
}
#page-newy a {
color: #a92b31;
}
#page-newy a:hover {
color: #f15922;
}
#page-newy a:link {
	color: #dd5828;
	text-decoration: none;
}
#page-newy a:visited {
	color: #dd5828;
	text-decoration: none;
}
#page-donate {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 13pt;
	margin:30px auto;
	height:650px;
	width:950px;
	text-align:left;
	color: #a92b31;
}
#page-info {
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-size: 16pt;
	font-style:bold;
	margin:30px auto;
	height:530px;
	width:950px;
	color: #5c2e91;
}
#page-info a {
color: #92278f;
}
#page-info a:hover {
color: #c6168d;
}
#page-sports {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:2400px;
	width:950px;
	color: #5c2e91;
}
#page-sports a {
color: #92278f;
}
#page-sports a:hover {
color: #c6168d;
}
#page-sports ul {
	list-style-type:circle;
	margin: 0px 100px 10px 50px; 
	padding: 0px 0px 10px 0px;
}
#page-sports li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
}
#page-program {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:1000px;
	width:950px;
	color: #dd5828;
}
#page-group {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:1425px;
	width:950px;
	color: #dd5828;
}
#page-group a {
color: #dd5828;
}
#page-group a:hover {
color: #fcaf17;
}
#page-group ul {
	list-style-type:circle;
	margin: 0px 100px 10px 50px; 
	padding: 0px 0px 10px 0px;
}
#page-group li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
}
#page-silver {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:530px;
	width:950px;
	color: #dd5828;
}
#page-program a {
color: #dd5828;
}
#page-program a:hover {
color: #fcaf17;
}
#page-program ul {
	list-style-type:circle;
	margin: 0px 100px 10px 50px; 
	padding: 0px 0px 10px 0px;
}
#page-program li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
}
#page-childcare {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:1300px;
	width:950px;
	color: #dd5828;
}
#page-childcare a {
color: #a92b31;
}
#page-childcare a:hover {
color: #fcaf17;
}
#page-childcare ul {
	list-style-type:circle;
	margin: 0px 100px 10px 50px; 
	padding: 0px 0px 10px 0px;
}
#page-childcare li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
}
#page-swimming {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12pt;
	margin:30px auto;
	height:2100px;
	width:950px;
	color: #dd5828;
}
#page-swimming ul {
	list-style-type:circle;
	margin: 0px 100px 10px 50px; 
	padding: 0px 0px 10px 0px;
}
#page-swimming li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
}
#page-swimming a {
color: #dd5828;
}
#page-swimming a:hover {
color: #fcaf17;
}



/* ~~ The footer styles ~~ */

#footer {
position:relative;
overflow: hidden;
font-size: .9em;
}
#footer-content {
border-top: 1px solid #C4C4C4;
margin: 10px;
padding: 14px;
overflow: hidden;
}
#footer .cols {
overflow: hidden;
float: left;
width: 500px;
}
#footer .cols .col {
overflow:hidden;
float: left;
margin-right: 30px;
width: 120px;
}
#footer .copyright {
width: 275px;
float: right;
}
#footer, #footer a, #footer a:visited {
color: white;
}
#footer a:hover {
color: #000;	
}
#footer .disclaimer {
font-size: .85em;
line-height: 160%;
}


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
