@charset "utf-8";
/* CSS Document */

/** START page framework **/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	background:url(images/bkg_watermark.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-position:
	padding:0px;
	background-color:#DEE5EB;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:40px;
	margin-left:0px;
}
blockquote {
	margin-left:20px
}
#breadcrumbs {
	vertical-align:middle;
	padding:5px 5px 5px 25px;
	color:#0079C0;
}
#breadcrumbs a {
	color:#3769cd;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#3769cd;
	text-decoration:underline;
}
#container {
	position:relative;
	width:972px;
	margin:auto;
}
#content {
	position: relative;
	width:971px;
	background-color:#ffffff;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
	padding-top:50px;
}
#copyright {
	/*width:870px;*/
	width:956px;
	margin-left:8px;
	border-top:#204080 1px solid;
	padding-top:6px;
	text-align:center;
}
#header {
	position:relative;
	width:971px;
	height:113px;
	background-position:center;
	border-bottom:#000000 1px solid;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
}

a:link {
	color:#3769cd;
}
a:hover {
	color: #990000;
}
a:active {
	color:#3769cd;
}
a:visited {
	color:#3769cd;
}

.footer {
	position:relative;
	width:971px;
	height:23px;
	background:url(images/footer_bg.gif);
	margin-top:0px;
	padding-top:0px;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}

a.footer:link {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	padding:0px;
	background:none;
	border:none;
	font-weight:normal;
}
a.footer:hover {
	color:#FFFFCC;
	font-size:11px;
	text-decoration:underline;
	padding:0px;
	background:none;
	border:none;
	font-weight:normal;
}
a.footer:active {
	color:#FFFFCC;
	font-size:11px;
	text-decoration:underline;
	padding:0px;
	background:none;
	border:none;
	font-weight:normal;
}
a.footer:visited {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	padding:0px;
	background:none;
	border:none;
	font-weight:normal;
}
#main-content {
	/*width:750px;*/
	width:900px;
	/*margin: 0px auto;*/ 
	margin:40px auto 15px;
 *margin: 90px auto 15px; /* IE7 hack  */
}

#main-content ul.pdf li, #main-content ul.word li, #main-content ul.zip li {
	background-repeat: no-repeat;
	background-position:bottom;
	padding-left: 0px;
	margin-left: 0px; 
	margin-top: 0px;
	margin-botton: 8px; 
}
#main-content ul.pdf li {
	list-style-image:url(images/icon_pdf.gif); 
}
#main-content ul.word li {
	list-style-image:url(images/icon_ms_word.gif);
}
#main-content ul.zip li {
	list-style-image:url(images/icon_zip.gif);
}
#main-content ul.word {
	margin-bottom:35px;
}
#main-content li {
	list-style:square;
}

#top-nav {
	background-color:#FFFFED;
	border-bottom:#000000 1px solid;
	width:971px;
	position:absolute;
	/*top:156px;*/
	top:155px;
	/*left:2px;*/
	left:1px;
	z-index:1;
	height:28px
}
/** END page framework **/

/* START top navigation styles */

.navBox {
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
	width:971px;
	border:#000000 1px solid;
	border-top:none;
	background-image:url(images/nav_bg.gif);
	background-repeat: repeat-x;
	/*background-position: center top;*/
	height:40px; /* additional */
}
.navBoxContainer {
	z-index: 2;
	width:972px;
	min-width:972px;
	max-width:972px;
	/*background-image:url(../images/top_nav_menu_bg.gif);*/
	background-repeat:repeat-x;
	/*padding-right:8px;*/
	padding-bottom:0px;
	position:absolute;/*left:8px;*/
	/*top:65px;*/
	/*height:23px;*/
}
#nav, #nav ul { /* all lists */
	padding:0px;
	margin:0px 0px 0px 1px;
	list-style:none;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	/* background-image:url(../images/top_nav_menu_but_bg.gif);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/* padding-left: 6px; */
	padding:0px;
	text-align:center;
}
#nav li:hover { /* change the menu background when hover over --mine*/
	background-image:url(../images/top_nav_menu_but_bg_over.gif);
}
#nav li.home {
	width:106px;
}
#nav li.funds {
	width:208px;
}
#nav li.grant {
	width:255px;
}
#nav li.recipients {
	width:148px;
}
#nav li.faq {
	width:92px;
}
#nav li.links {
	width:105px;
}
#nav li.contact {
	width:162px;
}
#nav li a {
	color:white;
	text-decoration:none;
}
#nav li a:hover {
	color:#FFFFB4;
	font-weight:bold;
}
li ul { /* second-level lists */
	display:none;
	position:absolute;
	font-size:16px;
	top:41px;
	left:-2px;
	background-color:#00894B;
}
#nav li ul.home { /* second-level lists */
	width:106px;
}
#nav li ul.funds { /* second-level lists */
	text-align:center;
	font-size:14px;
}
#nav li ul.funds a:hover {
	width:222px;
}
#nav li ul.grant { /* second-level lists */
	/* text-align:center; */
	width:254px;
	font-size:14px;
}
#nav li ul.grant a:hover {
	width:254px;
}

#nav li ul.recipients { /* second-level lists */
	/* text-align:center; */
	width:147px;
	font-size:14px;
}
#nav li ul.recipients a:hover {
	width:147px;
}
#nav li ul.faq { /* second-level lists */
	width:91px;
}
#nav li ul.links { /* second-level lists */
	text-align:center;
	font-size:12px;
}
#nav li ul.links a:hover {
	/*width:110px;*/
	width:100px;
}
#nav li ul.contact { /* second-level lists */
	width:175px;
}
#nav li ul.home, #nav li ul.funds, #nav li ul.grant, #nav li ul.recipients, #nav li ul.faq, #nav li ul.links, #nav li ul.contact {
	border:#000000 1px solid; border-top:none; 
}
#nav li ul.funds a:hover, #nav li ul.grant a:hover, #nav li ul.recipients a:hover #nav li ul.links a:hover {
	color:#FFFFB4;
	text-decoration: none;
	/* background-color:#009A5B; */
}
#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;/*width: 102px;*/
}
#nav li li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	margin:5px 0px 5px 10px;
}
#nav li.home li a {
	width:106px; /* controls shift of sub-elements to the left - important in earlier ies */
}
#nav li.funds li a {
	/*width:232px; *//* controls shift of sub-elements to the left - important in earlier ies */
	width:222px;
}
#nav li.grant li a {
	/*width:258px;*/ /* controls shift of sub-elements to the left - important in earlier ies */
	 width:245px;
}
#nav li.grant li a:hover {
	/*width:258px;*/ /* controls shift of sub-elements to the left - important in earlier ies */
	 width:245px;
}

#nav li.recipients li a {
	/*width:258px;*/ /* controls shift of sub-elements to the left - important in earlier ies */
	 width:138px;
}
#nav li.recipients li a:hover {
	/*width:258px;*/ /* controls shift of sub-elements to the left - important in earlier ies */
	 width:138px;
}

#nav li.faq li a {
	width:91px; /* controls shift of sub-elements to the left - important in earlier ies */
}
#nav li.links li a {
	/*width:110px;*/ /* controls shift of sub-elements to the left - important in earlier ies */
	width:100px;
}
#nav li.contact li a {
	width:175px; /* controls shift of sub-elements to the left - important in earlier ies */
}
#nav li.home li.last, #nav li.funds li.last, #nav li.grant li.last, #nav li.contact li.last, #nav li.links li.last {
/*border-bottom: #000000 1px solid;*/
}
.list_sep {
	border-bottom:#8FC29D 1px solid;
/*	border-right:#8FC29D 1px solid;
	border-left:#8FC29D 1px solid; */
}
.list_sep_last {
	border:none
/*	border-right:#8FC29D 1px solid;
	border-left:#8FC29D 1px solid; */
}
/* END top navigation styles */

/*  content styles */

h1 {
	font-size: 17px;
	color: #00894B;
}
h2 {
	font-size:13px;
	color: #00894B;
}
h3 {
	font-size:12px;
	font-style:italic;
}
h1, h2 {
	font-weight:bold;
}

.photo {
	border:#000000 1px solid;
}
.photoCredit {
	/*font-style:italic;*/  /* This will shift the background image in IE7.  No clue as of why. */
	font-size:10px;
	color:#AAAAAA;
	padding-top:5px;
}
.question {font-weight:bold;}
.fileFormat {
	font-style:italic;
	font-size:12px;
	color:#999999;
	padding-left:5px
}
.project { font-weight:bold; font-style:italic;}



/* END of content styles */
