/* CSS Document */

/* reset formatting to start on common ground */

* { 
	margin: 0; 
	padding: 0; 
}
body, html {
	height: 100%;
	background-color: #133f72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* base test style formatting */

h1, h2, h3, h4 {
	font-family: Georgia, Times, serif;
	color: #c41230;
	text-transform: uppercase;
}

h3 {
	color: #133f72;
	
}

h1, h2 {
	padding-bottom: 15px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h4 {
	font-size: 12px;
}
p {
	padding-bottom: 12px;
}

		.body_content  h1, h3, h4, p {
			font-family: Arial, Helvetica, sans-serif;
		}
		
	
		
		.body_content h3 {
			font-size: 14px;
			padding-bottom: 5px;
			padding-top: 5px;
			text-transform: uppercase;
			
		}
		.body_content h1, .body_content h2, .body_content h3, .body_content h4, .body_content p, .body_content ul, .body_content ol {
			padding-left: 40px;
		}
	
ul, ul li, ol, ol li {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
		ul li {
			list-style-type: circle;
		}
		ol.roman li {
			list-style-type: upper-roman;
			font-weight: bold;
		}
		ol.roman ul {
			padding-bottom: 10px;
		}
		ol.roman ul li {
			list-style-type: disc;
			font-weight: normal;
		}
blockquote {
	font-style: italic;
	margin: 20px auto 20px 40px;
	padding: 14px 40px 14px 0;
	border: 1px solid #666;
	background-color: #CCCCCC;
}
img {
	border: none;
}
a, a:active {
	color: #1f4476;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:hover {
	text-decoration: underline;
	/* color: #c41230; */
}
a:visited {
	color: #1f4476;
}
a.link-button, .link-button {
	display: block;
	color: #fff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 7px 9px 9px 7px;
	background-color: #1f4476;
	margin-left: 6px;
	width:100px;
	text-align:center;
	
	
}
.form-button {
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #1f4476;
	border-bottom: 1px solid #1f4476;
	padding: 3px 5px;
	background-color: #c41230;
	margin-left: 6px;	
}
		.form-button:hover {
			color: #1f4476;
		}
		.form-button:active {
			color: #fff;
			background-color: #1f4476;
		}


/* special text style classes */

.lower {
	text-transform: lowercase;
}
.error, p.error, #login p.error {
	color: #FF0000;
}
.photo {
	margin: 6px;
	float: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.body {
	padding-left: 40px;
}

/* table and div table styles */

.table-row {
	width: 100%; 
	clear: both; 
	padding-top: 6px;
	border-bottom: 1px dotted #ccc;
}
.tbl_base {
	font-size: 12px;
}
.tbl_base td {
	padding: 5px;
}
.tbl_base #label {
	font-weight: bold;
	font-size: 16px;
	color: #133F72;
}

/* pop up styles */

#popup {
	width: 80%;
	margin: 20px auto;
}
		#popup h3 {
			padding-bottom: 10px;
		}
		#popup p {
			color: #fff;
		}

/* Top container incl. header, logo and login */

#container_top {
	background-image: url(/_img/tile-header-bg.gif);
	background-repeat: repeat-x;
	background-color: 002d62;
	width: 100%;
}
		#header {
			width: 945px; /*was 930 before using the CYLC 25th anniversary logo*/
			height: 146px;
			background-image: url(/_img/header-CYLC-bg.png);
			margin: 0 auto;
			background-repeat: no-repeat;
			background-position: 140px 14px;
		}
		
		/*This class PICwidth will only change the width on JrPYIC)*/
		#header.PICwidth {
		width: 1040px !important;
	
		
		}
		
				#header img {
					float: left;
					margin: 10px 0 0 10px;
				}
				#header h1 {
					font-size: 27px;
					letter-spacing: 2px;
					font-weight: normal;
					padding-left: 30px;
					float: left;
					padding-top: 20px;
					position: relative;
					color: #fff;
				}
		#login {
			float: right;
			margin-top: 10px;
			margin-right: 30px;
			height: 50px;
		}
				#login_form {
					width: 150px;
					float:left;
				}
				.password, .button {
					float: left;
					font-size: 10px;
					text-transform: uppercase;
					color: #000;
					padding: 1px;
				}
				.password {
					width: 120px;
					height: 18px;
				}
				.button {
					display: block;
					border: none;
					background-color: transparent;
					background-image: url(/_img/button-arrow-red-right.png);
					background-repeat: no-repeat;
					width: 11px;
					height: 14px;
					margin: 2px 0 0 2px;
					padding: 0;
					text-align: center;
					font-family: Helvetica, Calibri, Arial, sans-serif;
					font-size: 100%;
					font-weight: bold;
					text-decoration: none;
					cursor:pointer;
				}
				#login h2 {
					font-family: "Times New Roman", Times, serif;
					padding: 0 0 4px 0;
					color: #FFFFFF;
					font-size: .9em;
					font-weight: bold;
				}
				#login p {
					padding: 0;
					text-align: left;
					color: #FFFFFF;
					text-transform: uppercase;
					font-size: 9px;
					clear: both;
					font-weight: bold;
				}
				#login a {
					color: #c41230;
					font-size: 12px;
				}

/* Middle container incl. nav and main promo photo */

#container_middle {
	width: 100%;
	background-color: #c41230;
	border-bottom: 1px solid #666666;
}
		#container_middle_container {
			width: 930px;
			height: 186px;
			margin: 0 auto;
		}
				
				/* main page navigation block */
				
				#navigation {
					margin: 16px 10px 0 0;
					width: 930px;
					float: left;
				}
						#navigation h1 {
							font-family: Arial, Helvetica, sans-serif;
							font-size: 14px;
							color: #fff;
							border-top: 2px dotted #fff;
							padding: 12px 0 8px 40px;
						}
						#navigation h1.bottom {
							border-bottom: 2px dotted #fff;
						}
						#navigation a, #navigation:hover {
							color: #fff;
							text-decoration: none;
							text-transform: uppercase;
						}
						#navigation a:hover, #navigation a.active {
							color: #1f4476;
						}	
						
			/* enroll block on program pages */
				
			#enrollment {
				color: #fff;
				padding: 30px 0 0 30px;
				width: 190px;
				float: left;
			}
					#enrollment h1 {
						padding: 0;
						font-family: Arial, Helvetica, sans-serif;
						color: #fff;
						font-size: 16px;
						border-bottom: 1px dotted #fff;
						padding-left: 6px;
					}
					#enrollment p {
						font-size: 12px;
						padding: 6px 6px;
						margin-bottom: 10px;
					}
					/* #enrollment a {
						color: #fff;
						border-right: 1px solid #666666;
						border-bottom: 1px solid #666666;
						padding: 7px 9px;
						background-color: #1f4476;
						margin-left: 6px;
					} */
					
		/* main promo photo and shadow */
		
		#main_promo {
			width: 637px;
			height: 251px;
			margin: 0;
			position: absolute;
			margin-top: -20px;
			margin-left: 255px;
			background-image: url(/_img/shadow-new.png);
			background-repeat: no-repeat;
			background-position: 100% 100%;
		}		
				#slideshow {
					width: 621px;
					height: 235px;
					padding: 5px;
					background-color: #fff;
				}
						.slideshow1 { 
							width: 621px; 
							height: 235px; 
							float: left;
						}
						.slideshow1 img { 
							padding: 0; 
							margin: 0; 
							border: none; 
							display: none; 
						}
						.slideshow1 img.first {
							display: block;
						}

/* Bottom container incl. body and footer */

#container_bottom {
	width: 1016px;
	background-image: url(/_img/tile-body-bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	padding-bottom: 10px;
	margin: 0 auto;
}
	#container_bottom_container {
		width: 890px;
		margin: 0 auto;
		background-color: #EEEEEE;
		/*background-color: #d9dbdc;*/
	}
	
/* left column/sidebar */

#container_bottom_left {
	width: 204px;
	float: left;
	margin: 25px 16px 0 18px;
	background-color: #EEEEEE;
	/*background-color: #d9dbdc;*/
	font-weight: bold;
}

		#container_bottom_left .link-button {
			font-size: 1.2em;
			text-decoration: underline;
			margin-left: 20px;
			text-transform: uppercase;
			margin-bottom: 20px;
		}
		
		#container_bottom_left h1 {
			font-size: 17px;
			padding-bottom: 0;
			color: #1f4476;
		}
		#container_bottom_left h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			padding-bottom: 6px;
			text-transform: capitalize;
		}
		#container_bottom_left img.subnav {
			border-top: 2px dotted #002d62;
		}
		#container_bottom_left img.bottom {
			border-bottom: 2px dotted #002d62;
		}
		#container_bottom_left h2.nylc {
			background-image: url(/_img/button-arrow-white-right.png);
			background-repeat: no-repeat;
			background-position: 150px 4px;
		}
		#container_bottom_left p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding-bottom: 6px;
			line-height: 18px;
			font-weight: normal;
		}
				#sidebar_module {
					margin-top: 0;
				}
						#sidebar_module.mab {
							font-weight: normal;
							background-color: #fff;
							padding: 6px;
						}
						#sidebar_module.mab ul li {
							margin: 0;
							padding: 0;
							padding-bottom: 8px;
							margin-left: 6px;
						}
						
						#sidebar_module h1 {
							padding-bottom: 6px;
						}
				#sidebar_subnav, #sidebar_dates {
					background-color: #fff;
					width: 80%;
					margin-bottom: 18px;
					margin-left: 8px;
					padding: 4px 4px 2px 8px;
				}
						.state-selector {
							margin: 6px 0 6px 0;
						}
						#sidebar_subnav.no-header {
							margin: 0 auto 10px auto;
						}
						#sidebar_subnav.no-header img {
							margin-top: 10px;
						}
						#sidebar_subnav ul li {
							margin: 0px 0px 0px -3px;
							padding: 0;
							list-style-type: none;
							list-style-image: url(/_img/link_arrow.gif);
							padding-bottom: 4px;
						}
							#sidebar_subnav ul li ul, #sidebar_subnav ul li ul li {
								list-style-image: none;
								list-style-type: circle;
								
							}
						#sidebar_subnav a {
							font-size: 11px; /*was 12px*/
							line-height: 12px;
							text-transform: capitalize;
							font-weight: normal;
						}
						#sidebar_subnav.testimonial {
							margin: 0 auto;
							width: 171px;
							color: #133F72;
							font-style: italic;
						}
						#sidebar_dates ul li, #sidebar_dates p {
							font-size: 11px;
							font-weight: normal;
							padding: 0;
							margin: 0;
						}
						#sidebar_dates h5 {
							font-size: 13px;
							color: #c41230;
						}
				#sidebar_button.one, #body_button {
					display: block;
					margin-left: -30px;
					width: 240px;
					height: 26px;
					margin-top: 12px;
					border-right: 1px solid #666666;
					border-bottom: 1px solid #666666;
				}
				
						#body_button {
							margin-left: 0px;
							width: 164px;
						}
						
				#sidebar_button.all {
					display: block;
					width: 200px;
					height: 31px;
					margin-bottom: 0px;
					border-top: 1px dotted #1f4476;
				}
						#body_button.enroll {		
							background: url(/_img/sidebar-button-enroll.gif) no-repeat 0 0;
							margin-bottom: 20px;
						}
						#sidebar_button.CYLC {		
							background: url(/_img/sidebar-button-CYLC.gif) no-repeat 0 0;
							margin-bottom: 20px;
						}
						#sidebar_button.last {
							border-bottom: 1px dotted #1f4476;
						}
						#sidebar_button.one:hover, #body_button.enroll:hover {
							background-position: 0 -26px;
						}
						#sidebar_button.all:hover {
							background-position: 0 -31px;
						}
						#sidebar_button span, #body_button span {
							display: none;
						}
						#sidebar_button.success-stories {		
							background: url(/_img/sidebar-button-success-stories.gif) no-repeat 0 0;
						}
						#sidebar_button.fundraising {		
							background: url(/_img/sidebar-button-fundraising.gif) no-repeat 0 0;
						}
						#sidebar_button.enrolled {		
							background: url(/_img/sidebar-button-enrolled.gif) no-repeat 0 0;
						}
						#sidebar_button.alumni {		
							background: url(/_img/sidebar-button-alumni.gif) no-repeat 0 0;
						}
						#sidebar_button.details {		
							background: url(/_img/sidebar-button-details.gif) no-repeat 0 0;
						}
						#sidebar_button.moreinfo {		
							background: url(/_img/sidebar-button-moreinfo.gif) no-repeat 0 0;
						}
						#sidebar_button.community {		
							background: url(/_img/sidebar-button-community.gif) no-repeat 0 0;
						}
						#sidebar_button.store {
							background: url(/_img/sidebar-button-store.gif) no-repeat 0 0;
						}
						#sidebar_button.educators {
							background: url(/_img/sidebar-button-educators.gif) no-repeat 0 0;
						}
						#sidebar_button.schedule {		
							background: url(/_img/sidebar-button-schedule.gif) no-repeat 0 0;
						}
						#sidebar_button.dates {		
							background: url(/_img/sidebar-button-dates.gif) no-repeat 0 0;
						}
						#sidebar_button.JrNYLC {		
							background: url(/_img/sidebar-button-JrNYLC.png) no-repeat 0 0;
						}
						
						#sidebar_button.JrNYLCB {		
							background: url(/_img/sidebar-button-JrNYLCB.png) no-repeat 0 0;
						}
						#sidebar_button.NYLC {		
							background: url(/_img/sidebar-button-NYLC.png) no-repeat 0 0;
						}
						#sidebar_button.GYLC {		
							background: url(/_img/sidebar-button-GYLC.png) no-repeat 0 0;
						}
							
						#sidebar_button.NYLSC {		
							background: url(/_img/sidebar-button-NYLSC.png) no-repeat 0 0;
						}
						#sidebar_button.NYLSC-conferences {		
							background: url(/_img/sidebar-button-NYLSC-conferences.png) no-repeat 0 0;
						}
						#sidebar_button.active {
							background-position: 0 -31px;
						}
				#social_box {
					width: 180px;
					margin: 0 auto;
					padding-top: 20px;
				}
						#social_box h4 {
							color: #525354;
						}	

/* Did You Know? module */

#did_you_know {
	width: 148px;
	height: 236px;
	background-image: url(/_img/note.png);
	background-repeat: no-repeat;
	margin: 28px auto;
	padding: 10px 14px 16px 10px;
}
		#did_you_know h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #c41230;
			padding: 30px 0 8px 0;
			margin: 0;
		}
		#did_you_know p {
			padding: 0 0;
			margin: 0;
			color: #002d62;
		}
		
		
/* Did You Know? module (version TALL) */

#did_you_knowTall {
	width: 148px;
	height: 365px;
	background-image: url(/_img/note-tall.png);
	background-repeat: no-repeat;
	margin: 28px auto;
	padding: 10px 14px 16px 10px;
}
		#did_you_knowTall h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #c41230;
			padding: 30px 0 8px 0;
			margin: 0;
		}
		#did_you_knowTall p {
			padding: 0 0;
			margin: 0;
			color: #002d62;
		}
			
/* body container for main content of page */
	
#container_bottom_right {
	margin-top: 54px;
	width: 650px;
	float: left;
	background-color: #EEEEEE;
	/*background-color: #d9dbdc;*/
	font-size: 12px;
}

/* program specific navigation row under main promo */

#program_navigation {
	color: #c41230;
	width: 642px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}
		#program_navigation a {
			text-transform: uppercase;
		}

/* announcement block (e.g., "welcome" block on main page) */

#shadow, #announcement {
	position: relative;
	bottom: 6px;
	right: 6px;
	padding: 0;
}
#shadow {
	margin: 20px 10px 10px 20px;
	background-image: url(/_img/shadow-new.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;

	/* background-image: url(/_img/shadow.png) no-repeat;
	background-position: 100% 100%;
	border: 1px solid red; */
}
#announcement {
	padding: 5px;
	background: #fff;
}	
		#announcement .body_content {
			border: none;
			background-color: #d9dbdc;
			padding-bottom: 20px;
		}

/* body content specific styling (see top of CSS for some base specific styles */

.body_content {
	color: #525354;
	/*line-height: 18px;*/
	padding: 15px 60px 0px 0px;
}
		.body_content_border {
			border-left: 2px dotted #133f72;
		}

/* schedule "table" display  */

#schedule {
	width: 100%;
	margin-left: 40px;
	border-top: 1px dotted #fff;
}
		#schedule h4, #schedule ul {
			padding: 0 0 0 0px;
		}
		
		#schedule h4 {
			padding-top: 4px;
		}
		#schedule ul, #schedule ul li {
			margin: 0;
			list-style-type: none;
		}
		#schedule p {
			padding-left: 0px;
		}
		
		#schedule .half {
			width: 48%;
		}
		#schedule .left {
			float: left;
		}
		#schedule .right {
			clear: right;
			text-align: left;
			border-left: 1px dotted #fff;
			padding-left:20px;
		}

/* footer */

#footer {
width: 100%;
padding-top: 50px;
text-transform: uppercase;
font-size: 10px;
padding-bottom: 10px;
}
		#footer p {
			padding-bottom: 2px;
			text-align: center;
		}
		#footer a {
			text-transform: uppercase;
		}
		#footer-modules {
			/*border: 1px solid red;*/
			margin: 0 auto;
			text-align:left;
		}
			#footer-module {
			

				
				/*background-color: #fff;*/
				padding: 6px;
				text-align: left;
				font-size: 9px;
				/*border: 1px solid red;*/
				position:relative;
			
				
			}
			/*.narrow {
				width: 400px;*/
				
			}
			
			#footer-module td {
			
			height:50px;
			padding-right:10px;
			
			
			
				
			}
		
/* program button group */

#program_button {
	display: block;
	width: 637px;
	height: 26px;
	margin-bottom: 10px;
	margin-left: 8px;
}
		#program_button span {
			display: none;
		}
		#program_button.JrNYLC {		
			background: url(/_img/button-program-group-JrNYLC.png) no-repeat 0 0;
		}
		#program_button.JrNYLCB {		
			background: url(/_img/button-program-group-JrNYLCB.png) no-repeat 0 0;
		}
		#program_button.NYLC {		
			background: url(/_img/button-program-group-NYLC.png) no-repeat 0 0;
		}
		#program_button.GYLC {		
			background: url(/_img/button-program-group-GYLC.png) no-repeat 0 0;
		}
		#program_button.NYLSC {		
			background: url(/_img/button-program-group-NYLSC.png) no-repeat 0 0;
		}
		#program_button:hover {
			background-position: 0 -27px;
		}
		
		
		
#tblForm {
width:500px;
padding: 0 5px 0 40px;
font-size:12px;
font:Arial, Helvetica, sans-serif;
}

#tblForm .bodycontent {
width:300px;
margin-left:40px;
font-size:12px;
font:Arial, Helvetica, sans-serif;
padding:0px;
}



.tblLEFT {

width:150px;
}

.tblRIGHT {
width:300px;
}


#tblForm hr {
size:1px;
width:100%;
border:dashed 1px #133f72;

}

#tblForm .table_headers {
background-color:#133f72;
padding:5px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

.enrolled_headers {
background-color:#133f72;
padding:5px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin-left:40px;
margin-top:30px;
margin-bottom:10px;
}

/* NOM FORM*/

	#container_bottom_containerNOM {
		width: 890px;
		margin: 0 auto;
		background-color: #EEEEEE;
	}
	
	#container_bottom_rightNOM {
	margin-top: 54px;
	width: 661px;
	float: left;
	background-color: #EEEEEE;
	font-size: 12px;
}


#standout_box {
margin-left:40px; 
padding:10px; 
background-color:#FFFFFF; 
border:#CCCCCC 1px solid; 
margin-bottom:10px;
}

#standout_box p, #standout_box h4 {
padding:0px;
color:#133F72;
}

.red {
color:#C41230;
font-weight:bold;
font-size:11px;
}

#enrolledAccepts_box {
margin-left:40px; 
padding:10px; 
background-color:#FFFFFF; 
border:#CCCCCC 1px solid; 
margin-bottom:10px;
}

#enrolledAccepts_box p,  {
margin-left:0px !important;
padding:-100px;
}	




a.sublink {
color:#CCCCCC;
}




/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }