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

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	color: #000;
	font: normal 1em/1.3em 'Trebuchet MS', Arial, sans-serif;
	background-color: #FFF;
	background-image: none;
}

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



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

a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #000;
	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: 100%;
	margin: 0;
}

	div#main_container h1#header
	{
		width: auto;
		height: auto;
		margin: 0 0 .5em;
		border-bottom: 1px solid #000;
		background: none;
		padding: 0 0 1em;
		text-indent: 0;
	}
	
		div#main_container h1 a:link,
		div#main_container h1 a:visited
		{
			display: block;
			width: auto;
			height: auto;
			text-decoration: none;
			color: #000;
		}

div#navigation
{
	width: 100%;
	height: auto;
	margin: 0 0 2em;
	border-bottom: 1px solid #000;
	background: none;
	padding: 0 0 1em;
	text-align: left;
	line-height: auto;
}

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

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

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

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

		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: #000;
			padding-bottom: 4px;
			border-bottom: 4px solid #000;
		}

div#content_container
{
	width: auto;
	margin: 0 0 1em;
	border-bottom: 1px solid #000;
	background: none;
	padding: 0 0 1em;
}

div#content_body
{
	width: auto;
	margin: 0;
	padding: 0;
}

	div#content_body h2#welcome,
	div#content_body h2#introduction,
	div#content_body h2#major_grants,
	div#content_body h2#other_grants,
	div#content_body h2#grant_guidelines
	{
		width: auto;
		height: auto;
		background: none;
		text-indent: 0;
	}
	
div#footer
{
	position: relative;
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	color: #000;
}

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

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

	div#footer form#FooterRedirect {
		display: none;
	}


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

	dl.grant_list dt {
		font-weight: bold;
		color: #000;
		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
******************************************************************************/
