/*********** BEGIN MAIN NAVIGATION ******************/

#grantNav {
	position:absolute;
	left:80px;
	top:400px;
	width: 159px;
	height: 174px;	
	background: url(../images/about/2009grantnavoff.gif) no-repeat top left;
	margin: 0 auto;
	clear: both;
}
.selection #grantNav {
	background: url(../images/about/criterianavoff_new.gif) no-repeat top left;
}
.apply #grantNav {
	background: url(../images/about/applynavoff.gif) no-repeat top left;
}
#grantNav ul {
	display: block;
	float: none;
	list-style: none;
	margin: 0 auto;
	width: 159px;
	height: inherit;
	padding: 0;
	margin-left: 0px;
}

#grantNav ul li {
	display: block;
	float: left;
	height: 35px;
	clear: none;
}

#grantNav ul li a {
	display: block;
	float: left;	
	height: 35px;
	width: 159px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}



li#navlinks a:hover, li#navlinks.selected a {
	background: transparent url(../images/about/2009grantnavon.gif) 0px 0px no-repeat;
}

li#navstories a:hover, li#navstories.selected a {
	background: transparent url(../images/about/2009grantnavon.gif) 0px -70px no-repeat;
}

li#navengage a:hover, li#navprogram.selected a {
	background: transparent url(../images/about/2009grantnavon.gif) 0px -105px no-repeat;
}

li#navprocess a:hover, li#navprocess.selected a {
	background: transparent url(../images/about/2009grantnavon.gif) 0px -35px no-repeat;
}

li#navprogram a:hover, li#navprocess.selected a {
	background: transparent url(../images/about/criterianavon_new.gif) 0px -35px no-repeat;
}

li#navapply a:hover, li#navmap.selected a {
	background: transparent url(../images/about/2009grantnavon.gif) 0px -140px no-repeat;
}
li#navprogram2 a:hover, li#navprocess.selected a {
	background: transparent url(../images/about/applynavon.gif) 0px -140px no-repeat;
}
/************* END MAIN NAVIGATION ***********************/


/** Apply Form **/
h2#orgdetails {
	margin-top: 1em;
}
#firstname,#lastname,#city,#phone {
	width: 14em;
}
#title,#orgname,#email,#address1,#address2,#website {
	width: 20em;
}
#body-grants textarea {
	width: 40em;
	height: 12em;
}
#amount, #when {
	width: 7em;
}
.floatleft {
	float:left;
	padding-right: 1em;
}
.clear {
	clear: both;
}
.error {
	background: #FFFF00;
}
.formerror {
	padding: 2em 2em 2em 6em;
	border: 1px solid #FFD700;
	background: yellow url(/images/about/warning.gif) no-repeat 3em center;
}
#thankyou {
	margin-top: 2em;
	margin-bottom: 2em;
	background: #90EE90 url(/images/about/check.png) no-repeat 3em center;
	padding: 2em 2em 2em 6em;
	border: 1px solid #008000;
}
#buttons {
	margin-bottom: 1em;
}