#slider {
	width: 980px;
	position: relative;
	margin: 0px auto 30px;
}
	#slider .scroll {
		height: 419px;
		overflow: hidden;
		position: relative;
		clear: left;
	}
		#slider .scroll .scrollContainer {
			height: 419px;
			width: 980px;
		}
			#slider .scroll .scrollContainer .panel {
				width: 980px;
				height: 419px;
				display: block;
				position: relative;
			}
			#slider .scroll .scrollContainer .panel .panelBG {
				position: absolute;
				top: 0;
				left: 0;
			}
			#slider .scroll .scrollContainer .panel .panelContent {
				position: absolute;
				top: 41px;
				left: 40px;
			}
				#slider .scroll .scrollContainer .panel h3 {
					font-size: 18px;
					line-height: 30px;
					color: #ffffff;
					font-family: Georgia, serif;
					font-style: italic;
					width: 280px;
				}
				#slider .scroll .scrollContainer .panel h4 {
					color: #e85b1f;
					font-size: 14px;
					line-height: 18px;
					width: 280px;
				}
				#slider .scroll .scrollContainer .panel p {
					color: #ffffff;
					width: 280px;
				}
				#slider .scroll .scrollContainer #ourCulture p,
				#slider .scroll .scrollContainer #gradSuccess p {
					color: #4d4b39;
				}
				#slider .scroll .scrollContainer .panel .smallCarouselWrapper,
				#slider .scroll .scrollContainer .panel .tabbedBox {
					position: absolute;
					top: 50px;
					right: 40px;
				}
	
ul.tertiaryNav {
	height: 32px;
	width: 980px;
	display: block;
	background: url(../images/sitewide/tertiaryNav/tertiaryNavBg.png);
	margin-bottom: 30px;
}
ul.tertiaryNav45 {
	height: 45px;
	width: 980px;
	display: block;
	margin-bottom: 30px;
	background-image: url(../images/nav/navBar3/nav3Background.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding:0px;
	margin-top:-1px;
	z-index:3;
}
		ul.tertiaryNav li a {
			background-position: 0px 0px;
			height: 32px;
			width: 196px;
			display: block;
		}
		ul.tertiaryNav45 li a {
			background-position: 0px 0px;
			height: 45px;
			width: 140px;
			display: block;
		}
		
		ul.tertiaryNav li a:hover {background-position: 0px -32px;}
		ul.tertiaryNav li a.tnActive, 
		ul.tertiaryNav li a.tnActive:hover {
	background-position: 0px -64px;
	list-style-type: none;
}
		ul.tertiaryNav45 li a:hover {background-position: 0px -45px !important;}
		
.tabbedBox {
	width: 578px;
	border: 1px solid #bbb8af;
	height: 326px;
	background: url(../images/about/ourStory/tabbedBoxBg.png)
}
	.tabbedBox .tabs {
		width: 578px;
		height: 30px;
		border-bottom: 1px solid #bbb8af;
	}
		.tabbedBox .tabs .tab {
			height: 30px;
			width: 193px;
			display: block;
			cursor: pointer;
		}
		.tabbedBox .tabs .activeTab {cursor: default;}
		.tabbedBox .tabs #programs {background: url(../images/about/ourStory/programsTab.png);}
		.tabbedBox .tabs #programs:hover {background-position: 0px -32px;}
		.tabbedBox .tabs #programs.activeTab, .tabbedBox .tabs #programs.activeTab:hover {background-position: 0px -64px;}
		.tabbedBox .tabs #workflow {background: url(../images/about/ourStory/workflowTab.png);}
		.tabbedBox .tabs #workflow:hover {background-position: 0px -32px;}
		.tabbedBox .tabs #workflow.activeTab, .tabbedBox .tabs #programs.workflow:hover {background-position: 0px -64px;}
		.tabbedBox .tabs #learning {background: url(../images/about/ourStory/learningTab.png);width: 192px;}
		.tabbedBox .tabs #learning:hover {background-position: 0px -32px;}
		.tabbedBox .tabs #learning.activeTab, .tabbedBox .tabs #programs.learning:hover {background-position: 0px -64px;}
		
		.tabbedBox .tabs .activeTab {cursor: default;}
		.tabbedBox .tabs #industry {background: url(../images/about/ourStory/industryTab.png);}
		.tabbedBox .tabs #industry:hover {background-position: 0px -32px;}
		.tabbedBox .tabs #industry.activeTab, .tabbedBox .tabs #industry.activeTab:hover {background-position: 0px -64px;}
		.tabbedBox .tabs #advisory {background: url(../images/about/ourStory/advisoryTab.png);}
		.tabbedBox .tabs #advisory:hover {background-position: 0px -32px;}
		.tabbedBox .tabs #advisory.activeTab, .tabbedBox .tabs #advisory.activeTab:hover {background-position: 0px -64px;}
		.tabbedBox .tabs #guest {background: url(../images/about/ourStory/guestTab.png);width: 192px;}
		.tabbedBox .tabs #guest:hover {background-position: 0px -32px;}
		.tabbedBox .tabs #guest.activeTab, .tabbedBox .tabs #guest.activeTab:hover {background-position: 0px -64px;}
	.tabbedBox .tabContent {
		width: 538px;
		height: 255px;
		padding: 20px;
		color: #4d4b39;
		font-size: 12px;
		line-height: 18px;
		display: none;
	}
	.tabbedBox .tabContent img {
		padding: 0 20px 20px 0;
	}
	.tabbedBox .activeContent {
		display: block;
	}
	.tabbedBox #programsContent {}
	.tabbedBox #workflowContent {}
	.tabbedBox #learningContent {}
				
.smallCarouselWrapper {
}		
.carousel {
	width: 580px;
	height: 326px;
	display: block;
	overflow: hidden;
	position: relative;
}
#gradSuccessCarousel {
	background: url(../images/about/ourStory/tabbedBoxBg.png)
}
	.carousel ul.smallCarousel {
		position:relative;
	}
		.carousel ul.smallCarousel li {
			height: 326px;
			width: 580px;
			position: absolute;
			top: 0px;
			display: none;
		}
		.carousel ul.smallCarousel li.active {
			display: block;
		}
			.carousel ul.smallCarousel li .lrgImgTitle {
				position: absolute;
				width: auto; 
				font-weight: bold;
				bottom: 22px;
				padding: 4px 10px 2px;
				color: #ffffff;
				font-size: 14px;
				line-height: 14px;
				background: url(../images/about/ourstory/titleBg.png);
			}
	.carouselWrapper {
		width: 83px;
		height: 326px;
		position: absolute;
		z-index:1;
		top: 0px;
		right: 0px;
		background: url(../images/about/ourStory/smallCarouselThumblistBg.png)
	}
		.carouselWrapper .previous {
			width: 64px;
			height: 12px;
			display: block;
			background: url(../images/about/ourStory/smallCarouselPrevious.png);
			margin: 5px 0 0 14px;
			cursor: pointer;
		}
		.carouselWrapper .carouselThumbListWrapper {
			margin: 5px 0 0 14px;
			width: 64px;
			height: 282px;
			overflow: hidden;
		}
			.carouselWrapper .carouselThumbList {
				position: relative;
			}
				.carouselWrapper .carouselThumbList img {
					margin-bottom: 5px;
					cursor: pointer;
				}
				.carouselWrapper .carouselThumbList img.activeImg {
					cursor: default;
				}
		.carouselWrapper .next {
			width: 64px;
			height: 12px;
			display: block;
			background: url(../images/about/ourStory/smallCarouselNext.png);
			margin: 5px 0 0 14px;
			cursor: pointer;
		}
		.carouselWrapper .carouselActiveOverlay {
			width: 77px;
			height: 40px;
			display: block;
			background: url(../images/about/ourStory/smallCarouselActiveThumb.png);
			position: absolute;
			left: 3px;
			top: 143px;
		}
		
#gradSuccessCarousel .gradProfileWrapper{
	height: 288px;
	width: 250px;
	margin: 20px 0 0 20px;
	overflow: hidden;
	position: relative;
}
#slider .scroll .scrollContainer #gradSuccess .gradProfile {
	width: 250px;
	position: relative;
	left:3px;
	top:0;
}
#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradYear {
	font-size: 10px;
	line-height: 10px;
	color: #94928b;
	margin: 0;
	padding: 0;
	width: 250px;
}
#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradName {
	font-size: 16px;
	line-height: 24px;
	color: #e85b1f;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 0;
	width: 250px;
	display: block;
}
#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradTitle {
	font-size: 12px;
	line-height: 18px;
	color: #4d4b39;
	margin: 0;
	padding: 0;
	width: 250px;
	display: block;
	font-style: italic;
}
#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradCompany {
	font-size: 12px;
	line-height: 18px;
	color: #4d4b39;
	margin: 0;
	padding: 0;
	width: 250px;
	display: block;
}
#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradCredits {
	font-size: 12px;
	line-height: 18px;
	color: #4d4b39;
	margin: 4px 0 0 0;
	padding: 0;
	width: 250px;
	display: block;
	font-style: italic;
}
	#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradCredits span {
		color:#94928b;
		font-style: normal;
	}
#slider .scroll .scrollContainer #gradSuccess .gradProfile .gradDescription {
	font-size: 12px;
	line-height: 18px;
	color: #4d4b39;
	margin: 12px 0 0 0;
	padding: 0;
	width: 250px;
	display: block;
}
.gradProfileNextPage {
	width: 15px;
	height: 13px;
	display: block;
	background: url(../images/about/ourStory/upDownArrows.png);
	background-position: -12px -20px;
	position: absolute;
	bottom: 4px;
	left: 364px;
}
.gradProfileNextPage:hover {
	background-position: -12px 0px;
}
.gradProfileNextPageInactive, .gradProfileNextPageInactive:hover {
	background-position: -12px -10px;
}
.gradProfilePreviousPage {
	width: 15px;
	height: 13px;
	display: block;
	background: url(../images/about/ourStory/upDownArrows.png);
	background-position: 0px -20px;
	position: absolute;
	bottom: 4px;
	left: 344px;
}
.gradProfilePreviousPage:hover {
	background-position: 0px 0px;
}
.gradProfilePreviousPageInactive, .gradProfilePreviousPageInactive:hover {
	background-position: 0px -10px;
}

.col460, .col200 {margin-left: 20px;}
.opener {
	font-family: Georgia, serif;
	font-size: 18px; 
	line-height: 22px;
	color: #4d4b39;
}
#theFactsHeader {
	width: 200px;
	height: 38px;
	background: url(../images/about/ourStory/theFactsTitle.png)
}
#theFactsCol {
	padding: 16px 0 18px 20px;
	background-color: #ececec;
	color: #4d4b39;
	font-size: 12px;
	line-height: 18px;
}
	#theFactsCol .factTitle {
		color: #94928b;
		padding: 0;
	}
	#theFactsCol .fact {
		padding-bottom: 18px;
		font-weight: bold;
	}
	

#about_ourStory  {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: -16px;
/*	margin-bottom: 30px;*/
}


.mentors li{
	width:125px;
	display:inline;
	float:left;
	text-align:center;
}
