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

*{
margin:0;
padding:0;
outline:none;
}
html{
background:url(../images/bg.jpg) repeat-x #e5e5e5;
font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
width:886px;
margin:auto;
}
#wrap{
float:left;
border:1px solid white;
}
#header{
width:886px;
height:128px;
background:url(../images/header.jpg) no-repeat;
}

/*MENU*/
#menu{
width:886px;
height:30px;
background:url(../images/menu.gif) repeat;
border-top:1px solid white;
}
#menu ul{
list-style:none;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
#menu ul li{
line-height:30px;
float:left;
}
#menu ul li a{
color:white;
text-decoration:none;
padding:0 15px;
}


#menu ul li a:hover, #menu ul li a.current{
color:#f93 !important;
}
/*CONTENT*/
#content{
width:886px;
min-height:247px;
-height:247px;
background:url(../images/content.jpg) no-repeat white;
float:left;
padding-top:50px;
}
#content img.center-img{
display:block;
margin:auto;
margin-top:15px;
margin-bottom:15px;
}
#content h1{
font-size:18px;
font-style:italic;
padding:5px 35px;
color:#336;
}
#content h2{
font-size:14px;
background:#336;
color:white;
margin:2px 35px;
padding:2px;
}
#content h3{
font-size:14px;
font-style:italic;
padding:5px 35px;
color:#336;
}

#content p, #content ul, #content ol{
padding:5px 150px 5px 35px;
font-size:12px;
}
#content li{
margin-left:20px;
padding:2px;
}
#content a{
color:#369;
text-decoration:none;
}
#content a:hover{
text-decoration:underline;
}
#content .center{
padding:5px 0;
text-align:center;
}
#content .div{
width:400px;
border-top:1px solid #000066;
margin-left:35px;
margin-top:5px;
margin-bottom:5px;
}
hr{
width:800px;
margin:auto;
margin-top:10px;
margin-bottom:10px;
}
/*ICONS*/
#icons{
width:886px;
background:white;
float:left;
padding-top:15px;
}
#icons div{
cursor:pointer;
}
#scholar{
width:285px;
height:177px;
background:url(../images/scholar.jpg) no-repeat;
padding-right:5px;
border-right:1px dotted black;
float:left;
margin-left:5px;
-margin-left:3px;
}
#scholar-h{
width:285px;
height:177px;
background:url(../images/scholar-h.jpg) no-repeat;
position:absolute;
opacity:0;
}
#grants{
width:285px;
height:177px;
background:url(../images/grants.jpg) no-repeat;
padding-right:5px;
border-right:1px dotted black;
float:left;
margin-left:5px;
-margin-left:3px;
}
#grants-h{
width:285px;
height:177px;
background:url(../images/grants-h.jpg) no-repeat;
position:absolute;
opacity:0;
}

#awards{
width:285px;
height:177px;
background:url(../images/awards.jpg) no-repeat;
float:left;
margin-left:5px;
-margin-left:3px;
}
#awards-h{
width:285px;
height:177px;
background:url(../images/awards-h.jpg) no-repeat;
position:absolute;
opacity:0;
}
#footer{
width:886px;
background:white;
height:60px;
clear:both;
padding-top:15px;
}
#footer p{
font-size:10px;
padding:5px 35px;
color:#336;
}
#footer a{
text-decoration:none;
color:#336;
}
#footer a:hover{
text-decoration:underline;
}

/*FORM*/
.form{
margin:15px 35px;
font-size:12px;
}
.form td{
vertical-align:top;
padding:2px;
}