.page_title
{
	width: 480px;
	height: 67px;
	margin: 0;
	background: transparent url(../graphics/layout/bg_page_title.gif) 0 0 no-repeat;
	padding: 0 0 0 65px;
	font-weight: normal;
	font-size: 24px;
	line-height: 85px;
	color: #060;
}

	body.home .page_title
	{
		margin: 0 0 10px;
		background: transparent url(../graphics/layout/bg_home_title.gif) 0 0 no-repeat;
		padding: 0 0 0 65px;
		font-weight: normal;
		line-height: 67px;
	}

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

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

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

.formtitle
{
	background-color: #060;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
}

.title,
.formlabel
{
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

.content
{
	font-size: 11px;
	line-height: 16px;
}

.contactinfo
{
	margin-top: 0;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.contactinfo a:link,
.contactinfo a:visited
{
	color: #fff;
}

a:link
{
	color: #060;
}

a:visited
{
	color: #624418;
}

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

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

	body.home
	{
		background-image: url(../graphics/layout/bg_body_home.gif);
	}

#menu_ur
{
	position: relative;
	background: #002900 url(../graphics/layout/bg_menu_ur.gif) left bottom repeat-x;
}

	#menu_ur form
	{
		position: absolute;
		top: 3px;
		left: 50%;
		margin: 0 0 0 -375px;
	}

	#menu_ur ul
	{
		width: 750px;
		height: 30px;
		margin: 0 auto;
		padding: 0 0 5px;
		list-style: none;
		font-size: 12px;
		line-height: 30px;
		font-weight:bold;
		text-align: right;
		text-transform: uppercase;
	}

		#menu_ur ul li
		{
			display: inline;
			border-left: 1px solid #FFF;
			padding: 0 7px;
		}

		#menu_ur ul li.first
		{
			border: 0;
		}

		#menu_ur ul li a:link,
		#menu_ur ul li a:visited
		{
			color: #FFF;
			text-decoration: none;
		}

		#menu_ur ul li a:hover,
		#menu_ur ul li a:active
		{
			color: #66cc66;
		}

#masthead
{
	height: 142px;
	background: #002900 url(../graphics/layout/bg_masthead.gif) 0 0 repeat-x;
	padding: 18px 0 0;
}

	body.home #masthead
	{
		height: 175px;
		background-image: url(../graphics/layout/bg_masthead_home.gif);
	}

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

#menu_main
{
	width: 694px;
	height: 45px;
	background: transparent url(../graphics/layout/bg_menu_main.gif) 0 -51px no-repeat;
	margin: 0 auto 19px;
	padding: 0 28px 6px;
}

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

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

		#nav li a.top:link,
		#nav li a.top:visited
		{
			display: block;
			float: left;
			height: 45px;
			background: transparent url(../graphics/layout/bg_menu_main.gif) 0 0 no-repeat;
			font-size: 1px;
			line-height: 1px;
			text-indent: -9999em;
		}
	
		#nav li.programs_services a.top:link,
		#nav li.programs_services a.top:visited
		{
			width: 190px;
			background-position: -28px 0;
		}
	
		#nav li.support_us a.top:link,
		#nav li.support_us a.top:visited
		{
			width: 132px;
			background-position: -218px 0;
		}
	
		#nav li.resources a.top:link,
		#nav li.resources a.top:visited
		{
			width: 110px;
			background-position: -350px 0;
		}
	
		#nav li.news_events a.top:link,
		#nav li.news_events a.top:visited
		{
			width: 145px;
			background-position: -460px 0;
		}
	
		#nav li.about_us a.top:link,
		#nav li.about_us a.top:visited
		{
			width: 117px;
			background-position: -605px 0;
		}
	
		#nav li:hover a.top,
		#nav li.sfHover a.top
		{
			background: none ! important;
		}

	#nav li ul
	{
		float: none;
		top: -9999em;
		position: absolute;
		font-weight: bold;
		font-size: 11px;
		line-height: 14px;
		z-index: 1000 ! important;
	}
	
	#nav li li:hover,
	#nav li li.sfHover,
	#nav li a:focus,
	#nav li a:hover,
	#nav li a:active
	{
		background: #d6c5ab;
		color: #000;
	}
	
	#nav li:hover ul, /* pure CSS hover is removed below */
	ul#nav li.sfHover ul
	{
		left: 17px;
		top: 46px;
	}
	
	#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: 162px;
		top: 0;
		width: 162px;
		border-top: 1px solid #563B11;
	}
	
	/*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
	{		
		float: none;
		display: block;
		z-index: 1500;
	}
	
	#nav li li li
	{
		background: #fff;
	}
	
	#nav li li a:link,
	#nav li li a:visited
	{
		float: none;
		display: block;
		padding: 5px;
		width: 150px;
		border: 1px solid #563B11;
		border-width: 0 1px 1px;
		background: #d6c5ab;
		text-decoration: none;
		color: #563B11;
	}
	
	#nav li li a:hover,
	#nav li li a:active
	{
		background-color: #563B11;
		color: #d6c5ab;
	}

#content
{
	width: 745px;
	margin: 0 auto 60px;
	background: transparent url(../graphics/layout/bg_content.gif) left bottom no-repeat;
	padding: 0 5px 50px 0;
}

#content_table
{
	border-collapse: collapse;
}

	#content_table #column_r
	{
		vertical-align: top;
		padding: 0;
		background: transparent url(../graphics/layout/bg_sidebar.gif) 0 0 repeat-y;
	}

		#content_table #column_r div.column
		{
			width: 157px;
			height: 606px;
			background: transparent url(../graphics/layout/bg_column_r.gif) 0 0 no-repeat;
			padding: 30px 28px 0 15px;
		}
	
	#content_table #column_l
	{
		vertical-align: top;
		padding: 0;
		background-color:#fff;

	}

		#content_table #column_l div.column
		{
			width: 545px;
			height: auto;
		}

#page_content
{
	padding: 0 20px 20px;
}

	body.home #page_content
	{
		padding: 0 0 20px;
	}

		body.home #page_content .home_content
		{
			padding: 0 20px 20px;
		}

#menu_section
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	#menu_section ul
	{
		margin: 0;
		padding: 0 0 10px;
		list-style: none;
	}

	#menu_section li
	{
		background: transparent url(../graphics/layout/bg_menu_section.gif) left bottom repeat-x;
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
	}

	#menu_section ul li
	{
		margin: 0 0 0 5px;
		background: transparent url(../graphics/layout/bg_menu_section_sub.gif) 0 1px no-repeat;
		padding: 0 0 0 16px;
		font-size: 12px;
		line-height: 14px;
	}

	#menu_section a:link,
	#menu_section a:visited
	{
		display: block;
		width: 147px;
		padding: 10px 5px;
		color: #060;
		text-decoration: none;
	}

	#menu_section a:hover,
	#menu_section a:active
	{
		color: #002900;
	}

	#menu_section ul li a:link,
	#menu_section ul li a:visited
	{
		width: 130px;
		padding: 0;
	}

#quick_links
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	#quick_links li
	{
		background: transparent url(../graphics/layout/bg_menu_section.gif) left bottom repeat-x;
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}

	#quick_links a:link,
	#quick_links a:visited
	{
		display: block;
		width: 147px;
		padding: 10px 5px;
		color: #FFF;
		text-decoration: none;
		text-shadow: 2px 2px 4px #382307;
	}

	#quick_links a:hover,
	#quick_links a:active
	{
		color: #002900;
		text-shadow: none;
	}

#spotlight
{
	margin: 0 0 5px;
	background: transparent url(../graphics/layout/bg_spotlight.gif) 0 0 no-repeat;
	padding: 14px 0 0;
}

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

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

#footer_top
{
	width: 680px;
	margin: 0 auto;
	background: transparent url(../graphics/layout/bg_footer_top.gif) 0 0 no-repeat;
	padding: 20px 35px 1px;
}

#footer_top form
{
	margin: 0;
	float: right;
}

	#footer_top form *
	{
		margin: 0;
		font-size: 10px;
	}
	
select.subcontent {
	width:60px;
}

div.content form table tr td textarea {
	width:450px;
}

table#homepage_login td.button {
	background-color:#006600;
}

#homepage_login {
	border-style:solid;
	border-width:1px;
	border-color:#d5c4a8;
}

#homepage_login td.label {
	background-color: #d5c4a8;
	font-size:12px;
}

.private_header {
	color: #006600;
	padding-left:5px;
	font-size:14px;
	}
