/* RESET
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}


/* GLOBAL DEFAULTS
-------------------------------------------------------------------- */
html {
	background: #fff url(../images/bg.jpg) repeat;
	}
body { 
	text-align: left;
	background: transparent url(../images/bg_overlay.png) repeat-x left top;
	_background: none; /* IE6 */
	min-height: 700px; /* so gradient overlay doesn't look weird */
	color: #09262E;
	font: normal 12px/16px Arial, sans-serif;
	}

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
	}
a:hover, a:active {
	color: #0066FF;
	text-decoration: underline;
	}	

hr {
	clear: both;
	border: none 0;
	border-top: 1px dotted #a5e796;
	text-align: center;
	width: 100%;
	height: 1px;
	margin: 7px 0 7px 0;
	}

blockquote {
	margin: 15px;
	}

.req {
	font-size: 14px;
	font-weight: bold;
	color: #c30;
	}
.warn {
	color: #e41b5b;
	}
.fade {
	font-size: 11px !important;
	color: #666 !important;
	margin-top: 10px !important;
	}
.meta {
	font-size: 10px;
	color: #7d7d7d;
	}

/* inline image default positioning */
img[src="../images/button_send.gif"] {
	margin: 4px 0 0 0 !important;
	}

/* self-clearing floats: add .group class to parents with floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;	
	visibility: hidden;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
* html .group { /* IE6 */
	height: 1%;
	}

div.stc { /* skip to content hide */
	float: left;
	text-indent: -9999px;
	}

/* footnotes ala Clarke */
a.longdesc {
	position: absolute;
	left: -1000px;
	}
div#content-footnotes {
	position: absolute;
	left: -1000px;
	}

a.arrow {
	background: url(../images/arrow.gif) no-repeat 0 2px;
	margin-left: 7px;
	padding-left: 7px;
	}
a.arrow2 {
	background: url(../images/arrow2.gif) no-repeat 0 3px;
	margin-left: 7px;
	padding-left: 10px;
	}


/* WRAPPER
-------------------------------------------------------------------- */
#wrapper {
	width: 990px;
	background: url(../images/wrapper_bg.png) repeat-y;
	_background: url(../images/wrapper_bg.gif) repeat-y; /* IE6 */
	margin-left: auto;
	margin-right: auto;
	}


/* HEADER
-------------------------------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	height: 122px;
	background: #fff url(../images/header_bg.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	}
#header .logo {
	position: absolute;
	top: 0;
	left: 20px;
	width: 243px;
	height: 78px;
	}
#header .logo p {
	text-indent: -9999px;
	}


/* HEADER / nav
-------------------------------------------------------------------- */
#header .nav {
	position: absolute;
	top: 97px;
	_top: 96px; /* IE6 */
	left: 20px;
	width: 960px;
	height: 23px;
	}
#header .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header .nav ul li {
	display: inline;
	float: left;
	font-family: Avenir, arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 4px 0 0;
	padding: 0;
	}
	#header .nav ul li a {
	display: block;
	float: left; /* IE6 */
	height: 23px;
	background-color: #009999;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	padding: 0 30px 0 30px;
	}
	#header .nav ul li a:hover {
	color: #fff;
	background-color: #1db0b0;
	text-decoration: none;
	}
	#header .nav ul li.on a {
	color: #ff3213;
	background-color: #fff;
	height: 24px;
	border: 1px solid #009933;
	border-bottom: none;
	}


/* MAIN
-------------------------------------------------------------------- */
#main {
	width: 958px;
	background: #d6e8ff url(../images/main_bg.jpg) repeat-x left top;
	border-left: 1px solid #009833;
	border-right: 1px solid #009833;
	margin-left: auto;
	margin-right: auto;
	}

/* SUBNAV
-------------------------------------------------------------------- */
#subnav {
	width: 958px;
	background: #d6e8ff url(../images/main_bg.jpg) repeat-x left top;
	border-left: 1px solid #009833;
	border-right: 1px solid #009833;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ccc;
	}

#subnav div{
	padding: 5px 12px;
	float: left;
	display: inline-block;
	_display: block;
	border-right: 1px solid #ccc;
}
	

/* FOOTER
-------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 960px;
	height: 30px;
	background: url(../images/footer_bg.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	}
#footer p {
	color: #E8F2FF;
	margin: 0;
	padding: 7px 20px 4px 20px;
	}
	#footer p a {
	color: #E8F2FF;
	}
#footer p.copy {
	float: left;
	}
#footer p.links {
	float: right;
	}


/* MAIN / content
-------------------------------------------------------------------- */
#main .content {
	background: #fff;
	border: 1px dashed #fd472c;
	margin: 30px 0 30px 20px;
	_margin-left: 10px; /* IE6 */
	padding: 15px;
	}

#main .content h1 {
	font-family: Avenir, arial, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #FF3213;
	margin-bottom: 10px;
	}
#main .content h2 {
	font-family: Avenir, arial, sans-serif;
	font-size: 18px;
	line-height: 15px;
	font-weight: normal;
	color: #FF3213;
	margin: 20px 0 10px 0;
	}
#main .content h3 {
	font-family: Avenir, arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FF3213;
	margin-top: 10px;
	}
#main .content h2 + h3 { /* adjacent sibling selector */
	margin-top: -5px;
	}
#main .content p + h2 { /* adjacent sibling selector */
	margin-top: 20px;
	}
#main .content p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #09262E;
	margin-bottom: 10px;
	}
#main .content ul {
	list-style: none;
	margin: 0 0 15px 10px;
	padding: 0;
	}
#main .content ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	margin: 0;
	padding: 0 0 5px 8px;
	}
#main .content ol {
	margin: 0 0 15px 15px;
	padding: 0;
	}
#main .content ol li {
	margin: 0;
	padding: 0 0 5px 0;
	}

#main .content ul.publications {
	margin-top: 25px;
	margin-bottom: 25px;
	}
#main .content ul.publications li {
	color: #666;
	background: none;
	margin-bottom: 15px;
	padding-left: 60px;
	}
	#main .content ul.publications li a {
	font-size: 14px;
	}
#main .content ul.publications li.pdf {
	min-height: 46px;
	background: url(../images/icon_pdf.gif) no-repeat;
	}

#main .content span.contact {
	font-size: 14px;
	color: #FF3213;
	}


/* HOME
-------------------------------------------------------------------- */
#home .content {
	float: left;
	width: 575px;
	margin-bottom: 10px;
	}
#home .modules {
	float: right;
	width: 300px;
	}

#home #main .modules .mod.photo {
	margin-top: 0;
	}


/* SUB
-------------------------------------------------------------------- */
#sub .content {
	float: left;
	width: 575px;
	}
#sub .modules {
	float: right;
	width: 300px;
	}

#sub.wide .content {
	width: 885px;	
	}


/* SUB / modules
-------------------------------------------------------------------- */
#main .modules {
	margin: 30px 20px 30px 0;
	_margin-right: 10px; /* IE6 */
	}

#main .modules .form {
	width: 150px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #666;
	color: #999;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 2px;
	}
#main .modules .button {
	vertical-align: top;
	margin: 13px 0 0 2px;
	padding: 0;
	}

#main .modules .mod.photo {
	/* margin-top: 4px; removed until email box returns */
	}

#main .modules .mod.keep {
	width: 270px;
	min-height: 100px;
	background: #a6e796 url(../images/mod_keep_bg.gif) no-repeat top left;
	margin: 0;
	padding: 15px;
	}
#main .modules .mod.keep h4 {
	text-indent: -9999px;
	margin-bottom: 40px;
	}

#main .modules .mod.stay {
	width: 270px;
	min-height: 100px;
	background: #a6e796 url(../images/mod_stay_bg.gif) no-repeat top left;
	margin: 0;
	padding: 15px;
	}
#main .modules .mod.stay h4 {
	text-indent: -9999px;
	margin-bottom: 40px;
	}

#main .modules .mod.learn {
	width: 270px;
	min-height: 100px;
	background: #a6e796 url(../images/mod_learn_bg.gif) no-repeat top left;
	margin: 0;
	padding: 15px;
	}
#main .modules .mod.learn h4 {
	text-indent: -9999px;
	margin-bottom: 40px;
	}

#main .modules .projTitle {
	width: 300px;
	height: 37px;
	background: url(../images/mod_proj_title_bg.gif) no-repeat;
	margin-bottom: 4px;
	}
#main .modules .projTitle h3 {
	font-weight: normal;
	color: #004f8c;
	padding: 10px 0 0 15px;
	}

#main .modules .mod.partners {
	width: 270px;
	min-height: 100px;
	background: #a6e796 url(../images/mod_partners_bg.gif) no-repeat top left;
	margin: 0 0 4px 0;
	padding: 15px;
	}
#main .modules .mod.partners h4 {
	text-indent: -9999px;
	margin-bottom: 40px;
	}

#main .modules .projDl {
	width: 300px;
	background: #ade1e3 url(../images/mod_proj_dl_bg.gif) no-repeat;
	margin-bottom: 4px;
	}
#main .modules .projDl p {
	padding: 18px 15px 0 75px;
	}
	#main .modules .projDl p a {
	color: #09262e;
	}
#main .modules .projDl p.source {
	color: #333;
	padding: 10px 15px 10px 15px;
	}

#main .modules .title h3 {
	font-weight: normal;
	color: #004f8c;
	padding: 10px 0 0 15px !important;
	}

#main .modules .vid {
	margin-top: 10px;
	margin-left: 15px;
	}






/* SCIENCE TOPICS
-------------------------------------------------------------------- */
.topics {
	clear: both;
	width: 915px;
	background: #fff;
	border: 1px dashed #fd472c;
	margin: 0 0 30px 20px;
	padding: 15px 0 15px 0;
	}
#sub.wide .content.topics {
	width: 915px;
	padding: 15px 0 15px 0;
	}
#sub.wide .content.topics h1 {
	padding-left: 15px;
	}


.topics h2 {
	font-family: Avenir, arial, sans-serif;
	font-size: 18px;
	line-height: 15px;
	font-weight: normal;
	color: #FF3213;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	}
.topics p {
	padding-left: 15px;
	padding-right: 15px;
	}

.lifeSci {
	float: left;
	width: 270px;
	background: #a8dcfc url(../images/mod_lifesci_bg.gif) no-repeat top left;
	margin: 15px 8px -15px 0;
	padding: 65px 15px 20px 15px;
	}
.phySci {
	float: left;
	width: 270px;
	background: #a8dcfc url(../images/mod_physicalsci_bg.gif) no-repeat top left;
	margin: 15px 0 -15px 0;
	padding: 65px 15px 20px 15px;
	}
.earthSci {
	float: right;
	width: 270px;
	background: #a8dcfc url(../images/mod_earthsci_bg.gif) no-repeat top left;
	margin: 15px 0 -15px 0;
	padding: 65px 15px 20px 15px;
	}
.lifeSci p, .phySci p, .earthSci p {
	padding: 0;
	}

.vid {
	width:  256px;
	border: 1px solid #4fb873;
	background: #fff;
	margin-bottom: 8px;
	padding: 3px;
	}

.box {
	background: #fff;
	border: 1px solid #4fb873;
	}
.box + .box {
	border-top: 0;
	}
.box .vid {
	border: none;
	padding: 6px 0 3px 6px;
	}
.box .title {
	height: 33px;
	background: url(../images/mod_head_bg.jpg) repeat-x;
	}
#main .box .title h3 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 5px;
	}
.box .title h3 a.arrowClosed {
	color: #004f8c;
	background: url(../images/mod_arrow_closed.gif) no-repeat 0 0;
	cursor: pointer;
	padding-left: 25px;
	}
.box .title h3 a.arrowOpen {
	color: #004f8c;
	background: url(../images/mod_arrow_opened.gif) no-repeat 0 0;
	cursor: pointer;
	padding-left: 25px;
	}
#main .box h4 {
	color: #435b61;
	margin: 10px 0 7px 0;
	padding: 0 0 0 10px;
	}
#main .box p {
	padding: 0 10px 6px 10px;
	}
#main .box a.arrow2 {
	margin-left: 0;
	}

#main .box .goals {
	float: right;
	width: 300px;
	background: #d6f1fa;
	margin: 0 10px 10px 20px;
	*margin: 10px 10px 10px 20px;
	_margin: 10px 5px 10px 20px;
	}
#main .box .goals ul {
	margin-left: 15px;
	}
#main .box .goals li {
	padding-right: 15px;
	}


/* TABLES
-------------------------------------------------------------------- */
table.data {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 15px 0;
	}
table.data thead {
	background: #dcecca;
	}
table.data th {
	color: #690;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
	}
	table.data th a.down { /* If sorting turned on */
	color: #c45f1a;
	background: url(../images/arrow_down.html) no-repeat right center;
	padding-right: 12px;
	}
	table.data th a.up { /* If sorting turned on */
	color: #c45f1a;
	background: url(../images/arrow_up.html) no-repeat right center;
	padding-right: 12px;
	}
table.data td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
	}
table.data tr.even {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

