@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0px;
	background-color:#FFFFFF;
}


/*GENERAL CONTENT DIVS*/

#headercontain {
	margin:0 auto;
	position:relative;
	border:2px solid #000000;
	width:900px;
	height:240px;
    top:10px;
	left:0px;
		
}

/*HEADER and PRIMARY NAV*/

#logo {
	margin:auto;
	position:relative;
	width:150px;
	height:110px;
    top:-130px;
	left:-350px;
}

#funderlogo {
	margin:auto;
	position:relative;
	width:150px;
	height:110px;
    top:-220px;
	left:-230px;
}

#primarynav {
	margin:0 auto;
	position:relative;
	width:600px;
	height:100px;
    top:-330px;
	left:125px;
	border:0px solid #F9B264;
	color: #FFFFFF;
	padding: 0px;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items:flex-end;
}

#people {
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	top:-1.5px;
}

#research {
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	left:-8px;
}

#publications{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:9px;
	left:-30px;*/
}

#news_page {
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:10px;
	left:-30px;*/
}

#figs{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:10px;
	left:-30px;*/
}

#hot{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:10px;
	left:-30px;*/
}

#SSA{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:10px;
	left:-30px;*/
}

#nearzero{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:10px;
	left:-30px;*/
}

#involved{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	vertical-align: bottom;
	float:left;
	/*top:10px;
	left:-30px;*/
}

#intro {
	margin:0 auto;
	position:relative;
	width:700px;
	height:140px;
	top:15px;
	left:-110px;
}

#affiliation {
	position:absolute;
	width:600px;
	height:30px;
	top:15px;
	left:20px;	
}

#aboutgroup {
	position:absolute;
	width:800px;
	height:70px;
	top:50px;
	left:28px;
}

#title {
	position:relative;
	width:600px;
	height:30px;
	top:20px;
	left:20px;	
}

/*PUBBOX*/


#bodycontain {
	margin:0 auto;
	position:relative;
	width:900px;
	height:relative;
    top:-65px;
	left:0px;
	/*border:2px solid #F9B264;*/
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:flex-end;
}

#newsbox {
	margin-top:15px;
	position:relative;
	width:600px;
	height:200px;
	border:2px solid #666665;
	border-top-right-radius: 50px 50px;
	-moz-border-radius-topright: 50px 50px;
	top:0px;
	left:-290px;	
}

#newstext {
	width:400px;
	height:50px;
	text-align:left;
	padding: 10px;
	letter-spacing:.03em;
	top: -100px;
}

#coverage_icon {
	margin:0px;
	position:relative;
	top:-80px;
	left:10px;
}

#coverage {
	margin:0 auto;
	position:relative;
	width:350px;
	height:150px;	
	font-size:13px;
	color:#000000;
	letter-spacing:.03em;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	top:-20px;
	left:-100px;
}

#newsimage {
	margin:0 auto;
	position:relative;
	border:2px solid #666665;
	border-top-right-radius: 50px 50px;
	-moz-border-radius-topright: 50px 50px;
	width:200px;
	height:200px;
    top:-222px;
	left:398px;
	overflow:hidden;
	cursor: pointer;
}


/*FOOTER*/


#footer {
	margin-top:100px;
	position:relative;
	font-size:13px;
	color:#000000;
	width:100%;
	height:50px;
    left:0%;
	letter-spacing:.03em;
	text-align:center;
}

/*RIGHT RAIL*/
	
#twitter_div {
	margin:0 auto;
	position:absolute;
	width:250px;
	height:1295px;
    top:15px;
	left:645px;
	border:2px solid #000000;
	-moz-border-radius-topright: 50px 50px;
	border-top-right-radius: 50px 50px;
	font-size:13px;
	font: ;
	color:#a7b7bd;
	letter-spacing:.03em;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	/*border-top-right-radius: 50px 50px;*/
}

#twitterhead {
	position:relative;
	width:250px;
	height:50px;
    top:-2px;
	left:-2px;	
	border:2px solid #000000;
	-moz-border-radius-topright: 50px 50px;
	border-top-right-radius: 50px 50px;
	overflow:hidden;
}

/*LINKS*/

A:link {text-decoration: none; color: #0caa07; border: none;}
A:visited {text-decoration: none; color: #0caa07; border: none;}
A:active {text-decoration: none; color: #0caa07; border: none;}
A:hover {text-decoration: none; color: #0c7706; border: none;}


/*TEXT STYLES*/

.body {
	font-size:12px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: 400;
	/*color:#a7b7bd;*/
	color:#000000;
	letter-spacing:.03em;
	text-align:left
	
}

.highlight {
	font-size:12px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: 400;
	color:#000000;
	letter-spacing:0.03em;
	text-align:left;
	font-style: bold;
}

.bodybold {
	font-size:13px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	Roman', 'serif';
   	font-weight: 1000;
	/*color:#a7b7bd;*/
	color:#000000;
	letter-spacing:.03em;
	text-align:left
	
}

.bodyheader {
	font-size:19px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: 500;
	/*color:#a7b7bd;*/
	color:#000000;
	letter-spacing:.03em;
	text-align:left
	
}

.pagetitle {
	font-size:28px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: 500;
	/*color:#a7b7bd;*/
	color:#000000;
	letter-spacing:.03em;
	text-align:left
	
}

.largebody {
	font-size:16px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: 500;
	/*color:#a7b7bd;*/
	color:#000000;
	letter-spacing:.03em;
	text-align:left
	
}

.listbody {
	font-size:13px;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: 500;
	/*color:#a7b7bd;*/
	color:#000000;
	letter-spacing:.03em;
}

.rockbold {
	font-size:16px;
	font-family: "Rockwell", serif;
   	font-weight: 700;
	color:#000000;
	letter-spacing:.03em;
	
}

