body {
	margin: 0;
	padding: 0;
	background-color: #1c2427;
	background-image: url(../images/body_background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3e3b3b;
}

	#container {
		width: 840px;
		margin: 0 auto;
		background-color: #f3f0ea;
		background-image: url(../images/wrapper_background.jpg);
		background-position: left top;
		background-repeat: repeat-x;
	}
	
		#header {
			position: relative;
			font-size: 0px;
			line-height: 0px;
		}
		
			#navSecondary {
				float: right;
				margin-right: 10px;
			}
			
			#logo {
				clear: right;
				margin-left: 142px;
			}
			
			#applyNow {
				position: absolute;
				display: none;
				background-color: #e3e0da;
				border-left: solid 1px #c9c2b3;
				border-right: solid 1px #c9c2b3;
				border-bottom: solid 1px #c9c2b3;
				top: 30px;
				left: 560px;
				width: 250px;
				height: 50px;
			}
			
				#applyNowTL {
					float: left;
					width: 77px;
				}
				
				#applyNowTR {
					float: right;
					width: 173px;
					border-top: solid 1px #c9c2b3;
				}
				
					#dropdown {
						clear: both;
						margin: 15px 0px 0px 15px;
					}
						
						#dropdown select {
							border: solid 1px #d2ccc3;
							padding: 2px;
						}
					
		#mainContent {
			margin: 25px 10px 0px 10px;
		}
			
			#left {
				width: 510px;
				vertical-align: top;
			}
			
				#programPhoto {
					position: relative;
					width: 510px;
					height: 250px;
					overflow: hidden;
				}
				
					#programDate {
						color: white;
						background-image: url(../images/programDate_background.png);
						position: absolute;
						bottom: 0px;
						left: 10px;
						padding: 4px 8px 6px 8px;
						line-height: 11px;
						font-size: 16px;
						font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
					}
			
				#contentHeader {
					height: 22px;
					margin-top: 5px;
					padding-left: 10px;
					border-top: solid 1px #7bbedb;
					background-image: url(../images/content_headerBackground.gif);
					background-position: right top;
					background-repeat: repeat-x;
					text-transform: uppercase;
					font-size: 14px;
					margin-bottom:5px;
				}
					
					#contentHeaderLeft {
						float: left;
						padding-top: 3px;
						font-weight: bold;
					}
				
						#contentHeaderLeft .unselected {
							color: #7bbedb;
						}
						
						#contentHeaderLeft .selected {
							color: #ff7800;
						}
						
					#contentHeaderRight {
						float: right;
						height: 19px;
						padding: 3px 0px 0px 5px;
						background-image: url(../images/content_shareBackground.gif);
						background-position: right top;
						background-repeat: repeat-x;
						width:171px;

					}
					
						#contentHeaderRight img {
							margin-right: 8px;
						}
						#contentHeaderRight #shareImage{
							position:relative;
							top:4px;
							left:-5px;
							border:none;
							}
					
				#content {
					margin-top: 2px;
					padding: 15px 15px 20px 15px;
					background-color: #f5f8fb;
					background-image: url(../images/content_wrapperBackground.gif);
					background-position: left top;
					background-repeat: repeat-x;
					min-height: 285px;
					height: auto !important;
					height: 285px;
				}
				
					.mediaCallout {
						width: 480px;
						margin: 7px 0px 7px 0px;
					}
					
						.mediaCalloutLeft {
							padding-right: 7px;
						}
					
						.mediaCalloutRight {
							border: solid 1px #e0e0e0;
							background-color: #f0f0f0;
							padding: 0px 8px 0px 8px;
						}
				
				#contentShadow {
					height: 11px;
					font-size: 0px;
					line-height: 0px;
					background-image: url(../images/content_dropshadow.gif);
					background-position: left top;
					background-repeat: repeat-x;
				}
			
			#right {
				padding-left: 20px;
				vertical-align: top;
			}
			
				#menu {
				}
				
					.menuItem {
						margin-bottom: 2px;
						font-size: 0px;
						line-height: 0px;
					}
					
						.subMenuTopMargin {
							height: 2px;
							font-size: 0px;
							line-height: 0px;
						}
					
						.subMenu {
							margin: 0px 0px 6px 0px;
							height: 70px;
							font-size: 11px;
							display: none;
						}
						
							.subMenu a {
								color: #3e3b3b;
							}
						
							.subMenuItem {
								margin-bottom: 2px;
								padding-left: 8px;
								background-color: #ffffff;
								line-height: 16px;
							}
							
							.subMenu .selected {
								background-image: url(../images/navMain_selectedPage.gif);
								background-position: left top;
								background-repeat: no-repeat;
							}
							
							.subMenu a .important {
								color: #fe006c;
							}
				
				#menuCallout {
					width: 269px;
					margin: 6px 0px 9px 0px;
					padding: 7px 10px 7px 10px;
					background-color: #f6ecdc;
					background-image: url(../images/callout_background.gif);
					background-position: left top;
					background-repeat: repeat-x;
					border-bottom: solid 1px #e0c8ad;
					font-size: 11px;
					line-height: 14px;
				}
				
					#menuCallout strong {
						color: #ff7800;	
					}
			
	#footer {
		width: 840px;
		height: 24px;
		margin: 0 auto;
		margin-top: 2px;
		background-color: #fdfcfb;
		font-size: 10px;
	}
	
		#footerLeft {
			float: left;
			padding: 3px 0px 0px 10px;
		}
		
		#footerRight {
			float: right;
			padding: 0px 0px 0px 0px;
		}
	
a {
	color: #fe006c;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a div:hover {
	text-decoration: underline;	
}

.purpleHeader {
	padding-top: 10px;
	font-size: 14px;
	color: #194468;
	text-transform: uppercase;
	font-weight: bold;
}

.revealable {
	display: none;
	width: 391px;
	margin: 10px 30px 10px 20px;
}
.revealable2 {
	display: none;
	margin: 0px 8px 10px 0px;
}
.studentPage{
	margin-top:0px;
	}

.notice {
	padding: 15px 15px 15px 15px;
	background-image: url(../images/callout_notice.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px;
	color: #3e3b3b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

	.notice strong {
		font-size: 9px;
		color: #f9247e;
		text-transform: uppercase;
	}

iframe {
	border: 0;
	overflow: hidden;
	
}
.studentPic{
	float:left;
	padding:0 8px 5px 0;
	}
.clear{
	clear:both;
	}
/*twitter HomePage Styling*/
#twitter{
	background-image:url(../images/callout_twitter.gif);
	background-repeat:no-repeat;
	width:500px;
	height:140px;
	margin-left:5px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
	margin-top:-30px;
	}
#twitter img{
	float:left;
	padding: 5px;
	margin-top:10px;
	margin-left:25px;
	line-height:normal;
	}
#twitter h3{
	color:#ABCCD5;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
#twitter p{
	width:340px;
	margin-top:-20px;
	margin-left:30px;
	font-size: 12px;
	color: #3e3b3b;
	font-family: Arial, Helvetica, sans-serif;
}
#timelinks {
	float:right;
	width: 150px;
	margin-top: -70px;
	font-size:11px;
	}
#timelinks b{
	margin-left:40px;
	}

#timelinks ul{
	list-style:none;
	display:block;
	margin-top:-.5px;
	}
form, fieldset {
	border: none;
	}	
form td, form th {
	vertical-align: top;
	}

.pdf {
	padding: 2px 0 2px 20px;
	background: transparent url(/summer/resources/images/pdf.png) no-repeat left center;
	}
.hidden {
	display: none;
	}

/* @group News listing */
.dataset ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.dataset ul li
{
	padding: 0;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #343434;
}
#news_article_dataset_Summer_Programs ul {
	margin: 10px 0 0 0;
	padding: 0;
	}
#news_article_dataset_Summer_Programs h3,
.detail_link,
.pageToolMenu,
#news_article_dataset_Summer_Programs img, #news_article_dataset_Summer_Programs .venue, #news_article_dataset_Summer_Programs .venue_address, #news_article_dataset_Summer_Programs .description, #news_article_dataset_Summer_Programs .imageCaption { 
	display: none; 
	}

#mainContent .dataset ul li h3
{
	display: inline;
	margin-bottom: 5px;
	font-weight: bold;
	}

/* @end */	
/* @group Table Data */
table.data {
	border-collapse: collapse;
  	width: 100%;
  	border: 1px solid #999;
  	margin-bottom: 10px;
  	background: #fff;
  	}
table.data th, table.data td {
  	margin: 0;
  	padding: 4px 10px;
  	text-align: left;
  	border-bottom: 1px solid #999;
  	border-right: 1px solid #999;
	vertical-align: top;
	}
table.data th {
  	color: #333;
  	background: #cacaca;
  	}
table.data .name, th {
		text-transform: uppercase;
  	}
table.data tr {
		background: #fff;
		}
table.data tr.altRow {
		background: #f1f1f1;
		  	}
table.data td.bold {
	font-weight: bold;
	}
/* @end */

	

