﻿@import url('/Style%20Library/CTIMainStyle.css');
div#page_header {
	/*background-color:#f4f4f4;*/
	background-color: #785268;
	background-image: url(/cim/images/cim_header.png);
}
div#siteMenu ul li a {
	color: #785268;
}
div#siteMenu ul li a.external {
	border: 1px #785268 solid;
}
div#siteMenu ul li a.external {
	color: #785268 !important;
}
div#siteMenu ul li a.external:hover {
	border: 1px #785268 solid;
	color: #FFFFFF !important;
	background-color: #785268;
}
div#hyperlinkHeader {
	background-color: #785268;
}
div#CTIHyperLinkNewsInfo strong {
	color: #785268 !important;
}
ul.ctiLeftNav li a.ctiMenuActiveSiteNode, ul.ctiLeftNav li a.ctiMenuActiveSiteNode:hover, ul.ctiLeftNav li a.ctiMenuSiteNode:hover {
	background-color: #785268;
}
ul.ctiLeftNav li a:hover, ul.ctiLeftNav li a.ctiMenuActiveChildNode {
	color: #785268 !important;
}
div#MainPageContentRightZone h2, div#MainPageContentRightZone a {
	color: #785268 !important;
}
div#MainPageContentRightZone a:HOVER {
}
div#MainPageLeftRSSZone div.RssAggregator_Header a, div#MainPageLeftRSSZone div.RssAggregator_Header a:link, div#MainPageLeftRSSZone div.RssAggregator_Header a:visited, div#MainPageLeftRSSZone div.RssAggregator_Header a:active, div#MainPageFarRightRSSZone div.RssAggregator_Header a, div#MainPageFarRightRSSZone div.RssAggregator_Header a:link, div#MainPageFarRightRSSZone div.RssAggregator_Header a:visited, div#MainPageFarRightRSSZone div.RssAggregator_Header a:active {
	color: #785268;
}
div.RssAggregator_Body a.title, div.RssAggregator_Body a.title:link, div.RssAggregator_Body a.title:active, div.RssAggregator_Body a.title:visited {
	color: #785268;
}
div#pageTitleSchool {
	color: #785268;
}
div.page_body.withoutimage {
	top: 35px !important;
}
.ciffHeader {
	position: relative;
	display: block;
	width: 762px;
	margin: -10px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #efefef solid;
}
.ciffHeader img {
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.ciffHeader p {
	font: normal 13px/18px arial;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	color: #666;
	display: inline-block;
	width: 300px;
}
.ciffLogo {
	position: absolute;
	margin: -110px 30px 0 0;
	z-index: 10;
}
/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */;
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
#slider {
	position: relative;
	margin: 25px 30px 60px -2px;
	background: #202834 url(/cim/publishingimages/loading.gif) no-repeat 50% 50%;
/*	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333; */	width: 762px;
	height: 397px;
	border: 1px #000 solid;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
}
.nivo-controlNav {
	position: absolute;
	left: 18%;
	bottom: -30px;
}
.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(/cim/publishingimages/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: -10px 0;
}
.nivo-directionNav a {
	display: block;
	width: 32px;
	height: 34px;
	background: url(/cim/publishingimages/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}
a.nivo-prevNav {
	left: 10px;
}
.summerAcademyQuote {
	background: #ccc;
	
	
	padding: 15px 10px;
	
	
	margin: 0;
	
	
	width: 500px;
	
	
	font: 2.5em/1.3em serif;
	
	
	color: #333;
	
	
		
	background: -webkit-gradient(linear, left top, left bottom, from(#96b1bf), to(#c0d0d8));
	background: -moz-linear-gradient(top, #96b1bf, #c0d0d8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96b1bf', endColorstr='#c0d0d8');
						}
#summerAcademyBios div.clear {
	padding: 15px 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px #ccc solid;
	width: 100%;
	visibility: visible;
}
#summerAcademyBios b {
	font: normal normal normal 1.5em/normal Arvo, arial, serif;
}

#summerAcademyBios a:hover {
text-decoration:underline;
}

#summerAcademyBios img {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}
.summerAcademy {
	position: relative;
	float: left;
	margin: 0 0 0 -10px;
}
.summerAcademy p {
	font-size: 13px;
	line-height: 20px;
}
.summerAcademyHero {
	margin: 0 0 0 20px;
	position: relative;
	right: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
#tabs {
	margin: 15px 0 0 0;
	/* border-bottom: 1px #999 solid; */
}
h2.summerAcademyHeader {
	color: #785268;
	font: normal normal lighter 2.8em/1.1em Arvo, arial, serif;
	margin: 20px 0 0 0;
}
.summerAcademy p.CTIPageSectionHeader {
	padding-top: 0;
	margin-top: 5px;
}

