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

body {
	margin:0 auto;
	padding:0px;
	background-color:#333333;
	background-image:url(infrastructure_cp.png);
}




/*GENERAL CONTENT DIVS*/

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

#bodycontain {
	margin:0 auto;
	position:relative;
	width:900px;
	height:800px;
    top:-50px;
	left:0px;
	/*border:2px solid #F9B264;
	*/
}

#project {
	margin:0 auto;
	position:relative;
	width:relative;
	height:relative;
    /*top:20px;
	*/
	left:50px;
	padding: 50px;
	
}


/*HEADER and PRIMARY NAV*/

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

#primarynav {
	margin:0 auto;
	position:relative;
	width:600px;
	height:100px;
    top:-220px;
	left:40px;
	/*border:2px solid #F9B264;*/
	font: ;
	font-size:15px;
	color: #FFFFFF;
	padding: 5px;
	letter-spacing:0.03em;
	text-align: center;	
		
}


#group {
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:28px;
	left:-10px;
	
}

#pubs {
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:27px;
	left:85px;
	
}

#cv{
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:12px;
	left:200px;
}

#teaching{
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:17px;
	left:300px;
}

#nearzero{
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:28px;
	left:400px;
}

#hot{
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:10px;
	left:500px;
}

#figs{
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:27px;
	left:500px;
}

#photo{
	margin:0 auto;
	position:absolute;
	width:75px;
	height:75px;
	top:34px;
	left:600px;
}



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

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

#title {
	position:absolute;
	width:600px;
	height:30px;
	top:15px;
	left:260px;	
}

#aboutme {
	position:absolute;
	width:800px;
	height:70px;
	top:60px;
	left:20px;	
}


/*CONTENT*/

#contentbox {
	margin-top:15px;
	position:relative;
	width:560px;
	height:relative;
	border:2px solid #666665;
	border-top-right-radius: 50px 50px;
	-moz-border-radius-topright: 50px 50px;
	top:0px;
	left:0px;
	padding:10px;	
}


#contentheader{
	margin:0 auto;
	position:relative;
	border:2px solid #666665;
	border-top-right-radius: 50px 50px;
	width:580px;
	height:50px;
	top:-12px;
	left:-12px;
}

#icon {
	margin:0 auto;
	position:relative;
	border:0px solid #666665;
	width:20px;
	height:20px;
	top:-230px;
	left:275px;
}

#footer {
	margin-top:50px;
	margin-bottom:200px;
	position:relative;
	font-size:13px;
	color:#D7E0E2;
	width:800px;
	height:50px;
    left:-115px;
	letter-spacing:.03em;
	text-align:center;
}


/*RIGHT RAIL*/


/*LINKS*/

A:link {text-decoration: none; color: #A7CBD8; border: none;}
A:visited {text-decoration: none; color: #A7CBD8; border: none;}
A:active {text-decoration: none; color: #A7CBD8; border: none;}
A:hover {text-decoration: none; color: #F9B264; border: none;}


/*TEXT STYLES*/

.body {
	font-size:12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
	color:#D7E0E2;
	letter-spacing:.03em;
	text-align:left
	
}

.bodyindent {
	font-size:12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 200;
	color:#D7E0E2;
	letter-spacing:0.03em;
	text-align:left;
	text-indent:-20px;
	padding-left:20px;
}

.bodybold {
	font-size:13px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 600;
	color:#D7E0E2;
	letter-spacing:.03em;
	text-align:left
	
}

.bodyheader {
	font-size:19px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
	color:#D7E0E2;
	letter-spacing:.03em;
	text-align:left
	
}

.largebody_ital {
	font-size:16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
	color:#D7E0E2;
	letter-spacing:.03em;
	text-align:left;
	font-style:italic;
	padding-left:20px;
	
}
