@charset "UTF-8";

body {
	background-color:#334467;
}
h1{
	font-family: league-gothic, sans-serif;
	color:#10153D;
	font-size: 34px;
}
h2{
	font-family: muli, sans-serif;
	color:#334467;
	font-size: 20px;
	font-stretch:condensed;
}

#maincontainer {
	width:903px;
	margin:auto;
	margin-top:50px;	
}
#navigator{
	background-image:url(img/navtile.png);
	background-repeat:repeat-x;
	color:#334467;
	font-size: 28px;
	padding-top: 10px;
    font-family: league-gothic, sans-serif;
	height:25px;
}
#navigator a{
	color:#334467;
}
#navigator a:visited{
	color:#334467;
	text-decoration:none;
}
#toprow{
height:95px;
vertical-align:bottom;
}

#footer{
	background-image:url(img/navtile.png);
	background-repeat:repeat-x;
	color:#334467;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
    font-family: league-gothic, sans-serif;
	height:15px;
}

#imageholder{
	width:100%;
	float:left;
}
#twitterholder{
	float:left;
	border-left: white medium solid;
	padding-left:5px;
	padding-right:10px;
	height: 650px;
	border-right: white medium solid;
	}
	
#researchholder{
	background-color:#B9CDEC;
	float:left;
	border-left: white medium solid;
	padding-left:8px;
	padding-right:10px;
	height: 650px;
	border-right: white medium solid;
	width: 210px;
	}	
	
#labholder{
	background-color:#FBB822;
	float:left;
	border-left: white medium solid;
	padding-left:5px;
	padding-right:10px;
	height: 650px;
	border-right: white medium solid;
	}	
	
#spacer{
	height:60px;
}
#textholder{
	width:68%;
	padding:5px;
	float:left;
	font-family: 'Inder', Calibri, sans-serif;
	color: #eef1f6;
}
.textbox{
	background-color:#FFF;
	color:#334467;
	padding: 27px 10px 27px 10px;
}
.centerme{
	text-align:center;
}
#select {	
		background-image:url(selected.png);
		margin-top:-5px;
		height:25px;
		padding-top:5px;
		
}

#select a{
	color:#FFF;
	
		
}
#select a:visited{
	color:#FFF;
	
}
.labnotescite{
	font-size:12px;
	color:#F00;
	font-stretch:condensed;
	font-style:italic;
}
#gradylink{
	background-image:url(img/gc.png);
	width:75px;
	height:95px;
	float:right;
	vertical-align:bottom;
	padding-bottom:10px;
}
#gradylink:hover{
	background-image:url(img/gc_on.png);
}
#twitterlink{
	background-image:url(img/tw.png);
	width:75px;
	height:95px;
	float:right;
	vertical-align:bottom;
	padding-bottom:10px;
}
#twitterlink:hover{
	background-image:url(img/tw_on.png);
}
#toprow{
	vertical-align:top;
}
.span11x{
	width:880px;
}
.shimmy{
	height: 600px;
}
.secondtier{
	font-size: 12px;
}