@charset "utf-8";
/* CSS Document */
/*Vertical Dropdown menu*/
/*==========================*/
ul#vertnavmenu{
	list-style-type: none;
	font-size:12pt;
	
}
ul.vertsub1, ul.vertsub2{
	list-style-type: none;
	font-size:10pt;
}
ul#vertnavmenu li{
	width:125px;
	text-align:center;
	position:relative;
	color:rgb(0,0,0);
	margin-right: 0px;
	margin-bottom:2px;
}

ul#vertnavmenu a{
	text-decoration:none;
	display:block;
	width:175px;
	height:30px;
	line-height:30px;
	background-color:rgb(140,21,21);
	color:rgb(255,255,255);
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	-moz-box-shadow: 0 0 2px 2px rgb(0,0,0);
	-webkit-box-shadow: 0 0 2px 2px rgb(0,0,0);
	box-shadow: 0 0 2px 2px rgb(0,0,0);
}

ul#vertnavmenu .vertsub1 a{
	margin-top: 1px;		
}
ul#vertnavmenu .vertsub2 a{
	margin-left:10px;		
}
/*COLOR HOVER PATH*/
ul#vertnavmenu li:hover>a{
	background-color:rgb(0,0,0);
	color:rgb(255,255,255);
	z-index:10000;
}
/*COLOR CURRENT HOVER*/
ul#vertnavmenu li:hover a:hover{
	background-color:rgb(255,255,255);/*COLOR CURRENT HOVER Background*/
	color:rgb(140,21,21);
		/*COLOR CURRENT HOVER font*/
}
/*HIDE SUBMENUS*/
ul#vertnavmenu ul.vertsub1{
	display:none;
	position:absolute;
	top:0px;
	left:170px;
}
ul#vertnavmenu ul.vertsub2{
	display:none;
	position:absolute;
	top:0px;
	left:125px;
}
/*HOVER CONTROL*/
ul#vertnavmenu li:hover .vertsub1{
	display:block;
	z-index:100;
}
ul#vertnavmenu .vertsub1 li:hover .vertsub2{
	display:block;
	z-index:100;
}
.darrow{
	font-size:18pt;
	position: absolute;
	top:4px;
	right:5px;
	color:rgb(255,255,255);
}
.rarrow{
	font-size:15pt;
	position: absolute;
	top:5px;
	right:4px;
	display:block;
	color:rgb(255,255,255);
}

/*Middle Section*/
/*==========================*/
#middle{
	float:left;
	width:1090px;
	margin-top:25px;
	margin-left:50px;
	display:block;
}
#middle .title{
	margin-left:100px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#publist{
	float:left;
	width:820px;
	margin-left:0px;
	background-color:rgba(77,79,83,.9);
	-moz-box-shadow: 0 0 5px 5px rgb(255,255,255);
	-webkit-box-shadow: 0 0 5px 5px rgb(255,255,255);
	border-radius:5px;
}
#publist h2{
	margin-left:45px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#publist ol{
	margin-left:45px;
	margin-right:10px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;	
}
#publist ul{
	margin-left:45px;
	margin-right:10px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;	
}
/*Information*/
#information{
	float:left;
	width:820px;
	margin-left:0px;
	background-color:rgba(77,79,83,.9);
	-moz-box-shadow: 0 0 5px 5px rgb(255,255,255);
	-webkit-box-shadow: 0 0 5px 5px rgb(255,255,255);
	border-radius:5px;
	padding-bottom:10px;
}
#information h2{
	margin-left:45px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#information img{
	float:left;
	margin-left:20px;
	background-color:rgba(255,255,255,.8);
	padding:8px;
	border-radius:5px;
}
#information .pi{
	list-style-type: none;
	font-size:18px;
	float:left;
	width:500px;
	margin-left:45px;
	margin-right:10px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;	
}
/*Information*/
#information2{
	float:left;
	width:820px;
	margin-left:245px;
	margin-top:20px;
	background-color:rgba(77,79,83,.9);
	-moz-box-shadow: 0 0 5px 5px rgb(255,255,255);
	-webkit-box-shadow: 0 0 5px 5px rgb(255,255,255);
	border-radius:5px;
	padding-bottom:10px;
}
#information2 h2{
	margin-left:45px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#information2 img{
	float:left;
	margin-left:20px;
	background-color:rgba(255,255,255,.8);
	padding:8px;
	border-radius:5px;
}
#information2 .pi{
	list-style-type: none;
	font-size:18px;
	float:left;
	width:500px;
	margin-left:45px;
	margin-right:10px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;	
}
/*Information*/
#information3{
	float:left;
	width:820px;
	margin-left:0px;
	background-color:rgba(77,79,83,.9);
	-moz-box-shadow: 0 0 5px 5px rgb(255,255,255);
	-webkit-box-shadow: 0 0 5px 5px rgb(255,255,255);
	border-radius:5px;
	padding-bottom:10px;
}
#information3 h2{
	margin-left:45px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#information3 #figure{
	float:left;
	margin-left:175px;
	padding:8px;
	border-radius:5px;
}
#information3 #figure2{
	float:left;
	margin-left:25px;
	padding:8px;
	border-radius:5px;
}
#information3 .pi{
	list-style-type: none;
	font-size:18px;
	float:left;
	width:500px;
	margin-left:45px;
	margin-right:10px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;	
}
#information3 #research {
	font-size:18px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;
}
#information3 a {
	font-size:18px;
	margin-top:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	margin-bottom: 10px;
}
/*Contact Us*/
#contact{
	float:left;
	width:550px;
	height:205px;
	margin-left:250px;
	background-color:rgba(77,79,83,.9);
	-moz-box-shadow: 0 0 5px 5px rgb(255,255,255);
	-webkit-box-shadow: 0 0 5px 5px rgb(255,255,255);
	border-radius:5px;
}
#contact h2{
	margin-left:0px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#contact p{
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255,255,255);
	margin-bottom: 0px;
	text-align: Center;
	display: block;	
}
#awardshonors{
	float:left;
	margin:30px;
}
#awardshonors h3{
	margin-left:45px;
	text-align: center;
	display: block;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgb(140,21,21);
	margin-bottom: 10px;
	font-variant: small-caps;
	text-shadow:
    -1px -1px 0 rgb(255,255,255),
1px -1px 0 rgb(77,79,83),
    -1px 1px 0 rgb(77,79,83),
    1px 1px 0 rgb(77,79,83);
}
#awardshonors .awards{
	font-size:15px;
	float:left;
	margin-left:30px;
	margin-right:10px;
	margin-top:10px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;
}
#copyright p{
	font-size:15px;
	float:right;
	margin-right:10px;
	margin-top:25px;
	margin-bottom:15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	text-align: left;
	display: block;
}

