@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top left repeat-x #2f3185;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:18px;
	font-size:100%;
}
div#wrapper {
	margin:0 auto;
	position:relative;
	width:1000px;
	height:100%;
	text-align:left;
	color:#333;
}
div#mastHead {
	width:1000px;
	height:280px;
	float:left;
	position:relative;
	background:url(../images/header.png) top left no-repeat;
	z-index:1;
}
div#mastHead h1 {
	text-indent:-9999px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Stuff that goes inside the mastHead
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.contact {
	font-size:12px;
	position:absolute !important;
	top:245px !important;
	left:80px !important;
	z-index:100;
}
#flash {
	position:absolute !important;
	top:70px !important;
	left:560px !important;
	z-index:10;
}
div#content {
	padding:20px 80px 20px 80px;
	width:840px;
	background:url(../images/bgcontent.png) top left repeat-y;
	float:left;
	position:relative;
	font-size:14px;
}
div#contentBottom {
	width:1000px;
	height:30px;
	background:url(../images/contentbottom.png) top left no-repeat;
	float:left;
	position:relative;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
------- Content Classes -------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div#content p {
	margin:0 0 20px 0;
}
div#content ul {
	margin:0 0 20px 35px;
}
div#content ul li {
	margin:0 0 5px 0;
	list-style:disc;
}
div#content ol {
	margin:0 0 20px 35px;
}
div#content ol li {
	margin:0 0 5px 0;
	list-style:decimal;
}
div#content ol li ul {
	margin:15px 0 0 0;
}
div#content ol li ul li {
	margin:0 0 15px 30px;
	list-style:disc;
}
img.title {
	margin:0 0 10px -8px;
}
div#content h2 {
	margin:0 0 20px 0;
}
.grey {
	color:#999;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-------- Navigation -----------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div#topNavContainer {
	width:1000px;
	background:url(../images/bgcontent.png) top left repeat-y;
	float:left;
	position:relative;
	z-index:0;
}
ul#topNav {
	width:800px;
	height:26px;
	margin:15px 0 0 45px;
	position:relative;
	float:left;

}
ul#topNav li {
	height:26px;
	display:inline;
	float:left;
	position:relative;
	text-indent:-9999px;
}
ul#topNav li a.home {
	display:block;
	width:80px;
	height:26px;
	background:url(../images/btn_home.gif) top right no-repeat;
}
ul#topNav li a.home:hover {
	background:url(../images/btn_home.gif) bottom right no-repeat;
}
ul#topNav li a.who {
	display:block;
	width:96px;
	height:26px;
	background:url(../images/btn_who.gif) top left no-repeat;
}
ul#topNav li a.who:hover {
	background:url(../images/btn_who.gif) bottom left no-repeat;
}
ul#topNav li a.board {
	display:block;
	width:88px;
	height:26px;
	background:url(../images/btn_board.gif) top left no-repeat;
}
ul#topNav li a.board:hover {
	background:url(../images/btn_board.gif) bottom left no-repeat;
}
ul#topNav li a.application {
	display:block;
	width:200px;
	height:26px;
	background:url(../images/btn_application.gif) top left no-repeat;
}
ul#topNav li a.application:hover {
	background:url(../images/btn_application.gif) bottom left no-repeat;
}
ul#extraNav {
	width:800px;
	height:29px;
	padding:0 0 5px 26px;
	margin:0 0 0 45px;
	position:relative;
	float:left;
	border-bottom:1px solid #d5d6e7;
	z-index:8;
	text-indent:-9999px;
}
ul#extraNav li {
	height:29px;
	display:inline;
	float:left;
	position:relative;
	cursor:pointer;
}
ul#extraNav li a.publications {
	display:block;
	width:107px;
	height:29px;
	background:url(../images/btn_publications.gif) top left no-repeat;
	overflow: hidden; /* For nested divs in Safari */
}
ul#extraNav li a.publications:hover {
	background:url(../images/btn_publications.gif) bottom left no-repeat;
}
ul#extraNav li a.grants {
	display:block;
	width:86px;
	height:29px;
	background:url(../images/btn_grants.gif) top left no-repeat;
	overflow: hidden; /* For nested divs in Safari */
}
ul#extraNav li a.grants:hover {
	background:url(../images/btn_grants.gif) bottom left no-repeat;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
------ footer - ---------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div#footer {
	margin:0 auto;
	padding:0 80px 30px 80px;
	width:840px;
	height:25px;
	position:relative;
	text-align:left;
	color:#ccc;
}
div#footer p.sitemap {
	font-size:12px;
	float:left;
}
div#footer p.copyright {
	padding:0 0 20px 0;
	font-size:12px;
	float:right;
	text-align:right;
}
div#footer a, div#footer a:visited {
	color:#ccc;
	text-decoration:none;
}
div#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
------ extra classes- ---------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
br.clear {
	clear:both;
}
a, a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#aaa;
	text-decoration:underline;
}
