﻿/* CSS Document */

/* reset formatting to start on common ground */

* { 
	margin: 0; 
	padding: 1; 
}
body, html {
	height: 100%;
	background-color:#133f72;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: inherit;
}

/* base test style formatting */

h1, h2, h3, h4 {
	font-family: Georgia, Times, serif;
	color: #c41230;
	text-transform: uppercase;
}
h1, h2 {
	padding-bottom: 18px;
	text-align:left;
}
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,Verdana, 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 {
	text-transform:inherit; /* capitalize;*/
	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;	
}
.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(../Images/cylc/tile-header-bg.gif);
	background-repeat: repeat-x;
	background-color: #002d62;
	width: 100%;
}
		#header {
			width: 930px;
			height: 129px;
			background-image: url(../Images/cylc/header-CYLC-bg.png);
			margin: 0 auto;
			background-repeat: no-repeat;
			background-position: 140px 14px;
		}
				#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: 10px;
					/*position: relative;*/
					color: #fff;
					vertical-align:bottom;
    /*top: -50px;
    left: 100px;
    width: 1000px;*/
}
		#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-align: right;
					text-transform: uppercase;
					color: #bbb;
				}
				.password {
					width: 120px;
					height: 18px;
				}
				.button {
					display: block;
					border: none;
					background-color: transparent;
					background-image: url(../Images/cylc/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;
	height:186px;
	z-index:0;
	position:absolute; 
	top:160px;
}
		#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: 40px 0 0 40px;
				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(../Images/cylc/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(../Images/cylc/tile-body-bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	padding-bottom: 10px;
	margin: 0 auto;
	position:relative; 
	z-index:1;
	
}
#container_bottom_container {
		margin: 0 auto;
		background-color: #d9dbdc;
        width:900px;
        padding-left:25px;
        padding-top:10px;
		text-align:center;
	}
	
/* left column/sidebar */

#container_bottom_left {
	width: 204px;
	float: left;
	margin: 50px 13px 0 10px;
	background-color: #d9dbdc;
	font-weight: bold;
}
		#container_bottom_left h1 {
			font-size: 17px;
			padding-bottom: 16px;
			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(../Images/cylc/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: 18px;
				}
						#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_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: 0;
							padding: 0;
							list-style-type: none;
							list-style-image: url(../Images/cylc/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: 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 {
					display: block;
					margin-left: -30px;
					width: 240px;
					height: 26px;
					margin-top: 12px;
					border-right: 1px solid #666666;
					border-bottom: 1px solid #666666;
				}
				#sidebar_button.all {
					display: block;
					width: 200px;
					height: 31px;
					margin-bottom: 0px;
					border-top: 2px dotted #1f4476;
				}
						#sidebar_button.last {
							border-bottom: 2px dotted #1f4476;
						}
						#sidebar_button.one:hover {
							background-position: 0 -26px;
						}
						#sidebar_button.all:hover {
							background-position: 0 -31px;
						}
						#sidebar_button span {
							display: none;
						}
						#sidebar_button.success-stories {		
							background: url(../Images/cylc/sidebar-button-success-stories.gif) no-repeat 0 0;
						}
						#sidebar_button.fundraising {		
							background: url(../Images/cylc/sidebar-button-fundraising.gif) no-repeat 0 0;
						}
						#sidebar_button.enrolled {		
							background: url(../Images/cylc/sidebar-button-enrolled.gif) no-repeat 0 0;
						}
						#sidebar_button.alumni {		
							background: url(../Images/cylc/sidebar-button-alumni.gif) no-repeat 0 0;
						}
						#sidebar_button.moreinfo {		
							background: url(../Images/cylc/sidebar-button-moreinfo.gif) no-repeat 0 0;
						}
						#sidebar_button.community {		
							background: url(../Images/cylc/sidebar-button-community.gif) no-repeat 0 0;
						}
						#sidebar_button.store {
							background: url(../Images/cylc/sidebar-button-store.gif) no-repeat 0 0;
						}
						#sidebar_button.educators {
							background: url(../Images/cylc/sidebar-button-educators.gif) no-repeat 0 0;
						}
						#sidebar_button.schedule {		
							background: url(../Images/cylc/sidebar-button-schedule.gif) no-repeat 0 0;
						}
						#sidebar_button.dates {		
							background: url(../Images/cylc/sidebar-button-dates.gif) no-repeat 0 0;
						}
						#sidebar_button.JrNYLC {		
							background: url(../Images/cylc/sidebar-button-JrNYLC.png) no-repeat 0 0;
						}
						#sidebar_button.NYLC {		
							background: url(../Images/cylc/sidebar-button-NYLC.png) no-repeat 0 0;
						}
						#sidebar_button.GYLC {		
							background: url(../Images/cylc/sidebar-button-GYLC.png) no-repeat 0 0;
						}
						#sidebar_button.NYLSC {		
							background: url(../Images/cylc/sidebar-button-NYLSC.png) no-repeat 0 0;
						}
						#sidebar_button.NYLSC-conferences {		
							background: url(../Images/cylc/sidebar-button-NYLSC-conferences.png) no-repeat 0 0;
						}
						#sidebar_button.active {
							background-position: 0 -31px;
						}
				#social_box {
					width: 140px;
					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(../Images/cylc/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;
		}
			
/* body container for main content of page */
	
#container_bottom_right {
	margin-top: 54px;
    width:900px;
	float: left;
	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(../Images/cylc/shadow-new.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;

	/* background-image: url(../Images/cylc/shadow.png) no-repeat;
	background-position: 100% 100%;
	border: 1px solid red; */
}
#announcement {
	padding: 5px;
	background: #fff;
}	
		#announcement .body_content {
			border: none;
			background-color: #eee;
			padding-bottom: 20px;
		}

/* body content specific styling (see top of CSS for some base specific styles */

.body_content {
	color: #525354;
	line-height: 12px;
	padding: 25px 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 20px;
		}
		#schedule h4 {
			padding-top: 4px;
		}
		#schedule ul, #schedule ul li {
			margin: 0;
			list-style-type: none;
		}
		#schedule p {
			padding-left: 20px;
		}
		#schedule .half {
			width: 49%;
		}
		#schedule .left {
			float: left;
		}
		#schedule .right {
			clear: right;
			text-align: left;
			border-left: 1px dotted #fff;
		}

/* 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;
		}
			#footer-module {

				float: left;
				background-color: #fff;
				padding: 6px;
				text-align: left;
				font-size: 9px;
				border: 1px solid red;
			}
			.narrow {
				width: 290px;
			}
		
/* 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(../Images/cylc/button-program-group-JrNYLC.png) no-repeat 0 0;
		}
		#program_button.NYLC {		
			background: url(../Images/cylc/button-program-group-NYLC.png) no-repeat 0 0;
		}
		#program_button.GYLC {		
			background: url(../Images/cylc/button-program-group-GYLC.png) no-repeat 0 0;
		}
		#program_button.NYLSC {		
			background: url(../Images/cylc/button-program-group-NYLSC.png) no-repeat 0 0;
		}
		#program_button:hover {
			background-position: 0 -27px;
		}


