/******************************************************************************
* BEGIN overriding all default browser styles
******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	color: #000;
	font: normal 0.8em/1.3em 'Trebuchet MS', Arial, sans-serif;
	background: #05063A url(/images/background.gif) 50% 100px repeat-y;
}

/******************************************************************************
* END overriding all default browser styles
******************************************************************************/



/******************************************************************************
* BEGIN setting some default styles
******************************************************************************/

a:link,
a:visited {
	color: #05063A;
}

a:hover,
a:active {
	color: #890217;
	outline: none;
}

p,
ul,
ol {
	margin: 1em 0;
}

select {
	padding: 1px;
}

optgroup option {
	padding: 0 1.5em;
}

.required { color: #890217; }

.error { color: #890217; }

.center { text-align: center; }

.nowrap { white-space: nowrap; }

.content { font-size: 0.8em; }

.small { font-size: 0.7em; }

.title20
{
	font-size: 1.45em;
	font-weight: bold;
}

.title18
{
	font-size: 1.3em;
	font-weight: bold;
}

.title16
{
	font-size: 1.14em;
	font-weight: bold;
}

.title14
{
	font-size: 1em;
	font-weight: bold;
}

div.clear_all
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 1px 0 0;
}

/******************************************************************************
* END setting some default styles
******************************************************************************/


div#main_container
{
	width: 820px;
	margin: 0 auto;
}

	div#main_container h1#header
	{
		width: 820px;
		height: 214px;
		background: #EEEDCB url(/images/header.gif) top left no-repeat;
		text-indent: -1000em;
	}
	
		div#main_container h1 a:link,
		div#main_container h1 a:visited
		{
			display: block;
			width: 150px;
			height: 210px;
			text-decoration: none;
		}

div#navigation
{
	width: 800px;
	height: 32px;
	margin: 0 auto;
	background: #EEEDCB url(/images/navbar.gif) top left no-repeat;
	text-align: center;
	line-height: 32px;
}

	div#navigation ul
	{
		list-style: none;
		margin: 0;
	}

	div#navigation ul li
	{
		display: inline;
		margin: 0;
		padding: 0 10px;
		font-size: 14px;
		font-weight: bold;
	}

		div#navigation ul li a:link,
		div#navigation ul li a:visited
		{
			text-decoration: none;
			color: #FFCC66;
		}

		div#navigation ul li a:hover,
		div#navigation ul li a:active
		{
			text-decoration: none;
			color: #FFF;
			padding-bottom: 4px;
			border-bottom: 4px solid #05063A;
		}

		body.home div#navigation ul li a#home:link,
		body.home div#navigation ul li a#home:visited,
		body.about_us div#navigation ul li a#about_us:link,
		body.about_us div#navigation ul li a#about_us:visited,
		body.board_of_trustees div#navigation ul li a#board_of_trustees:link,
		body.board_of_trustees div#navigation ul li a#board_of_trustees:visited,
		body.request_a_grant div#navigation ul li a#request_a_grant:link,
		body.request_a_grant div#navigation ul li a#request_a_grant:visited,
		body.grants_awarded div#navigation ul li a#grants_awarded:link,
		body.grants_awarded div#navigation ul li a#grants_awarded:visited,
		body.contact_us div#navigation ul li a#contact_us:link,
		body.contact_us div#navigation ul li a#contact_us:visited
		{
			text-decoration: none;
			color: #FFF;
			padding-bottom: 4px;
			border-bottom: 4px solid #05063A;
		}

div#content_container
{
	width: 800px;
	margin: 0 auto;
	background: #EEEDCB url(/images/content_bg.gif) top left no-repeat;
}

div#content_body
{
	width: 650px;
	margin: 0 auto;
	padding-top: 20px;
}

	div#content_body h2#welcome
	{
		width: 279px;
		height: 40px;
		background: transparent url(/images/titles/welcome.gif) top left no-repeat;
		text-indent: -1000em;
	}
	
	div#content_body h2#introduction
	{
		width: 314px;
		height: 40px;
		background: transparent url(/images/titles/introduction.gif) top left no-repeat;
		text-indent: -1000em;
	}
	
	div#content_body h2#major_grants
	{
		width: 317px;
		height: 40px;
		background: transparent url(/images/titles/major_grants.gif) top left no-repeat;
		text-indent: -1000em;
	}
	
	div#content_body h2#other_grants
	{
		width: 459px;
		height: 40px;
		background: transparent url(/images/titles/other_grants.gif) top left no-repeat;
		text-indent: -1000em;
	}
	
	div#content_body h2#grant_guidelines
	{
		width: 468px;
		height: 40px;
		background: transparent url(/images/titles/grant_guidelines.gif) top left no-repeat;
		text-indent: -1000em;
	}
	
div#footer
{
	position: relative;
	width: 700px;
	padding: 60px 50px 0 50px;
	margin: 0 auto;
	background: #890217 url(/images/footer.gif) top left no-repeat;
}

	div#footer p
	{
		color: #EEEDCB;
		font-size: 0.85em;
		margin: 0 0 15px 0;
	}

	div#footer a:link,
	div#footer a:visited
	{
		text-decoration: none;
		color: #FFCC66;
	}

	div#footer form#FooterRedirect {
		position: absolute;
		top: 60px;
		right: 50px;
	}
	
		div#footer form#FooterRedirect fieldset {
			margin: 0;
			padding: 0;
			border: 0;
			text-align: right;
		}


dl.grant_list {
	padding-bottom: 20px;
}

	dl.grant_list dt {
		font-weight: bold;
		color: #172168;
		padding: 8px 0 0 0;
	}
	
	dl.grant_list dd {
		padding: 0 0 0 20px;
		font-size: 0.9em;
	}
	



/******************************************************************************
* BEGIN Contact Us Forms
******************************************************************************/

form#contact_us_form fieldset {
	margin: 0;
	padding: 10px;
	border: 0;
}

form#contact_us_form fieldset legend {
	padding: 0 5px;
	font-weight: bold;
	color: #000;
	display: none;
}

form#contact_us_form div.formrow {
	position: relative;
	padding: 6px 6px 6px 135px;
}

	form#contact_us_form div.formrow label.normal {
		position: absolute;
		top: 0;
		left: 0;
		width: 125px;
		padding-top: 6px;
		margin: 0 5px 0 0;
		text-align: right;
		font-weight: bold;
	}
	
form#contact_us_form textarea {
	overflow: auto;
	width: 99%;
}

form#contact_us_form input.submit {
	display: block;
	margin: 0 auto;
}

/******************************************************************************
* END Contact Us Forms
******************************************************************************/
