@import url("base.css");


/*************************************************************
	HEADER
*************************************************************/
body#home div#header {
	background-color: rgb(0,0,0);
	min-height: 270px;
	position: relative;
}
body#home div#header div#mission {
	background-color: #000;
	color: #fff;
	float: left;
	width: 49%;
}
body#home div#header div#mission p {
	font: normal 3.2em/36px "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 36px 40px;
}
body#home div#header div#slideshow {
	float: left;
	padding-top: 5px;
	position: absolute;
	right: 0;
	width: 480px;
}
body#home div#header div#slideshow ol {}
body#home div#header div#slideshow ol li {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	width: 155px;
}
body#home div#header div#slideshow ol li:first-child {
	margin-left: 0;
}
body#home div#header div#slideshow ol li div.wrapper {
	display: block;
	position: relative;
	text-decoration: none;
	width: 480px;
}
body#home div#header div#slideshow ol li div.photo {
	display: block;
	overflow: hidden;
	width: 480px;
}
body#home div#header div#slideshow ol li div.caption {
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	color: #fff;
	display: none;
	left: 0;
	padding: 15px 10px 20px 15px;
	position: absolute;
	width: 100%;
}
body#home div#header div#slideshow ol li.hovered div.wrapper div.caption {
	display: block;
}
body#home div#header div#slideshow ol li div.caption div.headline {
	color: rgb(255,255,255);
	display: block;
	font-size: 3.5em;
	letter-spacing: -.05em;
	line-height: 0;
}
body#home div#header div#slideshow ol li div.caption a.readmorelink {
	color: rgb(255,255,255);
	font-size: 1.2em;
	line-height: 0;
	margin-top: 10px;
	text-decoration: underline;
}
body#home div#header div#slideshow ol li div.caption a.readmorelink:hover {
	text-decoration: none;
}
body#home div#header div#slideshow ol li div.caption a.readmorelink:after {
	content: ' \00BB';
}


/*************************************************************
	HOME BODY > HEADERS
*************************************************************/
body#home div#body h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 20px;
}
body#home div#body h4 {
	color: #009bd2;
	font-size: 1.2em;
	font-weight: bold;
}


/*************************************************************
	OVERVIEW
*************************************************************/
div#overview {
	border-bottom: 1px solid #ccc;
	padding: 36px 0 35px 0;
}
div#overview p {
	font-size: 1.2em;
	margin-top: 9px;
}
div#overview dl {}
div#overview dl dt {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}
div#overview dl dt a {
	background: url('../_images/_css/icon-h3arrow.gif') no-repeat left 1px;
	color: #009bd2;
	display: block;
	min-height: 2.4em;
	padding: 0 50px 0 24px;
	text-decoration: none;
}
div#overview dl dt a:hover {
	color: #000;
	text-decoration: underline;
}
div#overview dl dd a.readmore:after {
	content: ' \00BB';
}


/*************************************************************
	NEWS AND MORE
*************************************************************/
div#newsandmore {
	padding: 18px 0 35px 0;
}
div#newsandmore ul.news-items {
	color: #ccc;
	font-size: 1.1em;
	list-style: circle;
	padding-top: 9px;
}
div#newsandmore ul.news-items li {
	padding-right: 30px;
}
div#newsandmore ul.news-items li span.date {
	-webkit-border-radius: 3px;
	background-color: #009bd2;
	color: #fff;
	font-size: 9px;
	padding: 3px 5px;
	text-shadow: 0 0 1px #009bd2;
	text-transform: uppercase;
}
div#newsandmore ul.news-items li a {
	color: #666;
	text-decoration: underline;
}
div#newsandmore ul.news-items li a:hover {
	color: #009bd2;
	text-decoration: none;
}
div#newsandmore p {
	color: #666;
	font-size: 1.1em;
	padding-top: 9px;
}
div#newsandmore div.newsletter fieldset {
	font-size: 1.1em;
}
div#newsandmore div.newsletter fieldset legend {
	color: #009bd2;
	font-size: 1.1em;
	font-weight: bold;
}
div#newsandmore div.newsletter fieldset p {
	font-size: 1em;
	padding: 9px 0;
}
div#newsandmore div.newsletter fieldset label {
	color: #000;
	display: block;
}
div#newsandmore div.newsletter fieldset span.field {
	border: 1px solid #ccc;
	display: block;
}
div#newsandmore div.newsletter fieldset input[type=text] {
	color: #009bd2;
	font: 1em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 2px 0;
	width: 100%;
}
div#newsandmore div.newsletter fieldset span.field + label {}
div#newsandmore div.newsletter fieldset input[type=submit] {
	background-color: #222;
	color: #fff;
	font: 1em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 8px 10px;
	margin-top: 14px;
}
div#newsandmore h4.help {
	background: url('../_images/_css/icon-help.png') no-repeat left 1px;
	padding: 0 0 0 22px !important;
}


/*************************************************************
	BANNERS
*************************************************************/
a#banner-summerinstitute {
	background: url('../_images/banner-summerinstitute2010.png') no-repeat;
	display: block;
	height: 103px;
	margin: -25px 0 12px 0;
	width: 442px;
}



