@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;
	margin-bottom: 8px;
	max-width: 320px; }
body#home div#header div#slideshow ol li div.caption a.readmorelink {
	color: rgb(255,255,255);
	font-size: 1.2em;
	line-height: 0;
	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;
}
body#home div#body h5 {
	color: rgb(250,80,35);
	font-size: 1.2em;
	font-weight: bold;
}
body#home div#body ul + h4,
body#home div#body ul + h5 {
	margin-top: 18px;
}


/*************************************************************
	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 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 9px;
}
div#newsandmore ul.news-items li span.date {
	background-color: #009bd2;
	color: #fff;
	padding: 3px 5px;
	text-shadow: 0 0 1px #009bd2;
	text-transform: uppercase;
}
div#newsandmore ul.news-items li span.deadline {
/*	background-color: #009bd2;*/
	color: #009bd2;
	font-weight: bold;
	padding-right: 5px;
	text-transform: uppercase;
}
div#newsandmore ul.news-items li a {
	border-bottom: solid 1px rgb(180,180,180);
	color: #666;
	text-decoration: none;
}
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;
}
div#newsandmore h4.news {
/*	color: rgb(250,80,35) !important;*/
	font-size: 1.4em !important;
}
div#newsandmore h4.grants {
	color: rgb(250,80,35) !important;
	font-size: 1.4em !important;
}


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


/*************************************************************
	LEADERS BAR
*************************************************************/
#leaders-bar { border-bottom: 1px solid #ccc; }
#leaders-bar h1 {
	float: left;
	font: bold 55px/1 "Interstate-Black";
	padding: 8px 0;
	text-shadow: 0 1px 0 white;
	text-transform: uppercase;
	width: 50%;
}
#leaders-bar h1 span {
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
	background-color: rgb(240,240,240);
	border-radius: 5px;
	display: inline-block;
	padding: 8px 13px 12px 13px;
	position: relative;
}
#leaders-bar h1 span:before {
	bottom: 5px;
	font: bold 11px/1 "Interstate-Bold" !important;
	left: 5px;
	position: absolute;
}
#leaders-bar h1 span + span { margin-left: 2px; }
#leaders-bar h1 span:nth-child(1)			{	color: rgb(231,103,46);		}
#leaders-bar h1 span:nth-child(1):before	{	content: '1';	}
#leaders-bar h1 span:nth-child(2)			{	color: rgb(246,151,56);		}
#leaders-bar h1 span:nth-child(2):before	{	content: '2';	}
#leaders-bar h1 span:nth-child(3)			{	color: rgb(159,197,68);		}
#leaders-bar h1 span:nth-child(3):before	{	content: '3';	}
#leaders-bar h1 span:nth-child(4)			{	color: rgb(76,173,77);		}
#leaders-bar h1 span:nth-child(4):before	{	content: '4';	}
#leaders-bar h1 span:nth-child(5)			{	color: rgb(95,198,232);		}
#leaders-bar h1 span:nth-child(5):before	{	content: '5';	}
#leaders-bar h1 span:nth-child(6)			{	color: rgb(73,162,210);		}
#leaders-bar h1 span:nth-child(6):before	{	content: '6';	}
#leaders-bar h1 span:nth-child(7)			{	color: rgb(167,115,175);	}
#leaders-bar h1 span:nth-child(7):before	{	content: '7';	}
#leaders-bar h1 a { display: block; }
#leaders-bar h1 a:hover span { color: white; text-shadow: 0 -1px 0 rgba(0,0,0,.35); }
#leaders-bar h1 a:hover span:nth-child(1)	{	background: rgb(231,103,46);	}
#leaders-bar h1 a:hover span:nth-child(2)	{	background: rgb(246,151,56);	}
#leaders-bar h1 a:hover span:nth-child(3)	{	background: rgb(159,197,68);	}
#leaders-bar h1 a:hover span:nth-child(4)	{	background: rgb(76,173,77);		}
#leaders-bar h1 a:hover span:nth-child(5)	{	background: rgb(95,198,232);	}
#leaders-bar h1 a:hover span:nth-child(6)	{	background: rgb(73,162,210);	}
#leaders-bar h1 a:hover span:nth-child(7)	{	background: rgb(167,115,175);	}
#leaders-bar #leaders-summary { font-size: 12px; padding: 9px 0; }
#leaders-bar #leaders-summary h2 {
	color: rgb(250,80,35);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}




