#page_title
{
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #476ba9;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

.errormessage
{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #f00;
}

.headline
{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.subheadline
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.title
{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.content,
.headlines
{
	font-size: 12px;
	line-height: 18px;
}

.subtitle
{
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
}

.subcontent
{
	font-size: 10px;
	line-height: 13px;
}

.contactinfo
{
	font-size: 10px;
	line-height: 15px;
}

a:link
{
	color: #2d791d;
}

a:visited
{
	color: #5385d8;
}

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

body
{
	margin: 0;
	background: #5385d8 url(../graphics/layout/bg_body.gif) 0 0 repeat-x;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #000;
}

#menu_ur
{
	margin: 0 auto;
	width: 781px;
	height: 31px;
	font-size: 10px;
	line-height: 29px;
}

	#menu_ur ul
	{
		margin: 0;
		padding: 0 20px;
		list-style: none;
		text-align: right;
	}

		#menu_ur ul li
		{
			display: inline;
		}
	
			#menu_ur ul li a:link,
			#menu_ur ul li a:visited
			{
				height: 31px;
				margin: 0 0 0 16px;
				color: #fff;
				text-decoration: none;
			}
	
			#menu_ur ul li a:hover,
			#menu_ur ul li a:active
			{
				text-decoration: underline;
			}
	
#masthead
{
	position: relative;
	margin: 0 auto;
	width: 781px;
	height: 174px;
	background: #FFF url(../graphics/layout/bg_masthead.gif) 0 0 no-repeat;
}

#masthead h1
{
	position: absolute;
	top: 15px;
	left: 32px;
	margin: 0;
	width: 217px;
	height: 118px;
}

	#masthead h1 a:link,
	#masthead h1 a:visited
	{
		display: block;
		width: 100%;
		height: 100%;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}

#menu_top
{
	width: 673px;
	height: 52px;
	margin: 0 auto;
	background: transparent url(../graphics/layout/bg_menu_top.gif) 0 0 no-repeat;
	padding: 6px 54px 10px;
}

#nav,
#nav *
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav
{
	width: 673px;
	height: 52px;
}

	#nav ul
	{
		background: #fff; /*IE6 needs this*/
		width: 190px;
	}

	#nav li
	{
		float: left;
		position: relative;
		z-index: 999;
	}

	#nav a
	{
		display: block;
		float: left;
		width: 170px;
		padding: 7px 10px;
		color: #13a;
		text-decoration: none;
		color: #1e44a1;
	}

	#nav li.top
	{
		border: 0;
	}

		#nav li a.top:link,
		#nav li a.top:visited
		{
			display: block;
			float: left;
			height: 52px;
			background: transparent url(../graphics/layout/bg_menu_top_items.gif) 0 0 no-repeat;
			padding: 0;
			text-decoration: none;
			font-size: 1px;
			line-height: 1px;
			text-indent: -9999em;
		}

		#nav li.about_us a.top:link,
		#nav li.about_us a.top:visited
		{
			width: 70px;
		}

		#nav li.supporting a.top:link,
		#nav li.supporting a.top:visited
		{
			width: 142px;
			background-position: -70px 0;
		}

		#nav li.professional a.top:link,
		#nav li.professional a.top:visited
		{
			width: 112px;
			background-position: -212px 0;
		}

		#nav li.grants a.top:link,
		#nav li.grants a.top:visited
		{
			width: 117px;
			background-position: -324px 0;
		}

		#nav li.youth a.top:link,
		#nav li.youth a.top:visited
		{
			width: 132px;
			background-position: -441px 0;
		}

		#nav li.news_resources a.top:link,
		#nav li.news_resources a.top:visited
		{
			width: 100px;
			background-position: -573px 0;
		}

		#nav li:hover a.top,
		#nav li.sfHover a.top
		{
			background: none ! important;
		}

#nav li ul
{
	float: none;
	top: -999em;
	position: absolute;
	font-size: 11px;
	border: 1px solid #145601;
	border-width: 0 1px 1px;
}


#nav li li:hover,
#nav li li.sfHover,
#nav li a:focus,
#nav li a:hover,
#nav li a:active
{
	background: #67bd4f;
}

#nav li:hover ul, /* pure CSS hover is removed below */
ul#nav li.sfHover ul
{
	left: -1px;
	top: 52px;
}


#nav li:hover li ul,
#nav li.sfHover li ul
{
	top: -999em;
}

#nav li li:hover ul, /* pure CSS hover is removed below */
ul#nav li li.sfHover ul
{
	left: 190px;
	top: -1px;
	width: 190px;
}

/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul
{
	top: -999em;
}

#nav li li
{
	background: #9fe07d;
	float: left;
	width: 190px;
}

#nav li li ul
{
	border: 1px solid #145601;
	border-bottom: 0;
}

#nav li li li
{
	background: #67bd4f;;
}

#nav li li a
{
	float: none;
	padding-right: 0;
	width: 180px;
	border-bottom: 1px solid #145601;
}

#primary
{
	margin: 0 auto;
	width: 781px;
	background: #FFF url(../graphics/layout/bg_primary.gif) 0 0 repeat-y;
	padding: 45px 0 0;
}

#primary .bottom
{
	margin: 0 auto;
	width: 781px;
	height: 20px;
	background: transparent url(../graphics/layout/bg_primary_bot.gif) left bottom no-repeat;
}

#primary_table
{
	width: 734px;
	margin: 0 auto;
	border-collapse: collapse;
}

#primary_table #column_left,
#primary_table #column_right
{
	vertical-align: top;
}

#primary_table #column_right
{
	border-left: 1px solid #476ba9;
	padding: 0 0 0 14px;
	width: 100%;
}

	body.sitemap #primary_table #column_right,
	body.toplevel #primary_table #column_right
	{
		border: 0;
		padding: 0;
	}

#spotlight
{
	width: 229px;
	height: 229px;
	margin: 0 15px 20px 0;
}

	#spotlight img
	{
		display: block;
		border: 0;
	}

#quick_links
{
	width: 150px;
	margin: 0 auto;
	background: transparent url(../graphics/layout/bg_quick_links.gif) -150px 0 no-repeat;
}

	#quick_links ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}

		#quick_links ul li
		{
			height: 60px;
		}
	
			#quick_links ul li a:link,
			#quick_links ul li a:visited
			{
				display: block;
				width: 150px;
				height: 60px;
				background: transparent url(../graphics/layout/bg_quick_links.gif) 0 0 no-repeat;
			}
	
			#quick_links ul li.donor a:link,
			#quick_links ul li.donor a:visited
			{
				background-position: 0 0;
			}
	
			#quick_links ul li.volunteer a:link,
			#quick_links ul li.volunteer a:visited
			{
				background-position: 0 -60px;
			}
	
			#quick_links ul li.calendar a:link,
			#quick_links ul li.calendar a:visited
			{
				background-position: 0 -120px;
			}
	
			#quick_links ul li a:hover,
			#quick_links ul li a:active
			{
				background: none;
			}

#menu_section
{
	width: 186px;
	margin: 0 15px 0 0;
	background: transparent url(../graphics/layout/bg_menu_section_top.gif) 0 0 no-repeat;
	padding: 12px 0 0;
}

	#menu_section ul
	{
		width: 186px;
		margin: 0;
		padding: 0 0 12px;
		background: transparent url(../graphics/layout/bg_menu_section_ul.gif) left bottom no-repeat;
		list-style: none;
		font-size: 13px;
		line-height: 1.2;
	}
	
		#menu_section ul li
		{
			border-top: 1px solid #000;
			padding: 8px 10px;
		}

		#menu_section ul li.first
		{
			border-top: 0;
		}
	
		#menu_section ul li a:link,
		#menu_section ul li a:visited
		{
			color: #000;
			text-decoration: none;
		}
	
		#menu_section ul li a:hover,
		#menu_section ul li a:active
		{
			text-decoration: underline;
		}
	
		#menu_section ul ul
		{
			background: none;
			width: auto;
			margin: 5px 0 0;
			padding: 0;
		}
	
			#menu_section ul ul li
			{
				margin: 0 0 4px 6px;
				border: 0;
				background: transparent url(../graphics/layout/bg_menu_section_li_li.gif) 0 2px no-repeat;
				padding: 0 0 0 15px;
			}

#headlines
{
	clear: both;
	padding: 30px 0 0;
}

	#headlines h1
	{
		margin: 0 0 12px;
		padding: 0 0 5px;
		border-bottom: 1px solid #476ba9;
		font-weight: normal;
		font-size: 24px;
		line-height: 1;
	}

	#headlines td
	{
		padding: 5px 5px 5px 0;
	}

#footer
{
	width: 730px;
	margin: 30px auto 0;
	background: transparent url(../graphics/layout/bg_footer_top.gif) 0 0 no-repeat;
	padding: 10px 0 0;
}

	#footer div
	{
		width: 710px;
		margin: 0;
		background: transparent url(../graphics/layout/bg_footer_bot.gif) left bottom no-repeat;
		padding: 0 10px 10px;
	}

	#footer form
	{
		float: right;
	}

		#footer form *
		{
			margin: 0;
			font-size: 11px;
		}

	#footer p
	{
		margin: 0;
	}

#ns_seal
{
	width: 730px;
	margin: 1em auto 0;
}

	#ns_seal p
	{
		margin: 0 0 1em;
		font-size: 10px;
		text-align: center;
	}

	#ns_seal img
	{
		display: block;
		border: 0;
		margin: 0 auto;
	}