/*	Site Navigation State
-----------------------------------	*/
ul.jd_menu li#navHome a	{
	background: #fff url(/assets/images/bg_nav_tab.gif) no-repeat 0 -84px;
	color: #cc092f;
}

/*	Content
-----------------------------------	*/
#content	{
	overflow: hidden;
	_display: inline-block;
	float: left;
	width: 689px;
	margin: 0 0 20px;
	padding: 0 13px 0 0;
	background: #fff url(/assets/images/bg_content.gif) repeat-y right top;
}

h1	{
	display: none;
}

#flashcontent	{
	width: 689px;
	height: 255px;
}

/*	Mision Statement Headline	*/
h2.mission	{
	height: 20px;
	background: transparent url(/assets/images/bg_home_mission_statement.gif) no-repeat center;
	color: #333;
	font-family: "Arial Rounded", arial, sans-serif;
	font-size: 20px;
	text-indent: -10000px;
	display:none;
}

/*	News Ticker
-----------------------------------	*/
#newsTicker	{
	position: relative;
	height: 25px;
	margin: 15px 0 0;
	padding: 0 0 0 10px;
	background: #e5e5e5 url(/assets/images/bg_news_ticker.gif) no-repeat 0 0;
}
	#newsTicker h2	{
		float: left;
		width: 50px;
		margin: 0;
		font: bold 12px/25px arial, sans-serif;
		text-transform: uppercase;
	}
	#newsTicker ul	{
		width: 620px;
		height: 25px;
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 10px;
		list-style: none;
		overflow: hidden;
	}
		#newsTicker ul li	{
			margin: 0;
			padding: 0;
			line-height: 25px;
		}
	
	#newsTicker a:link, #newsTicker a:visited	{
		color: #000;
		text-decoration: none;
	}
	
	#newsTicker a:hover, #newsTicker a:active	{
		color: #cc092f;
	}
	
	#newsTicker .nav	{
		position: absolute;
		top: 4px;
		right: 5px;
		width: 30px;
	}

/*	Columns Under Hero Message
-----------------------------------	*/
#columnSingle	{
	float: left;
	width: 193px;
	height: 270px;
	margin: 15px 0 0;
	padding: 15px 15px 0;
	background: #547b9c url(/assets/images/bg_home_blue_column.gif) no-repeat 0 0;
	color: #fff;
}
	#columnSingle h2	{
		margin: 0;
		padding: 0 25px 0 0;
		color: #fff;
		font: normal 22px/1.2 arial, sans-serif;
	}

#columnDouble	{
	float: right;
	width: 448px;
	margin: 15px 0 0;
	border-top: 5px solid #cc092f;
}

#columnDouble h2	{
	margin: 10px 0 0;
	color: #333;
	font: bold 12px arial, sans-serif;
	text-transform: uppercase;
}

#columnSingle .summary	{
	color: #fff;
}

.summary	{
	float: left;
	width: 210px;
}
	.summary.last	{
		_display: inline;
		width: 220px;
		margin-left: 18px;
		background: #fff;
	}

.summary h3	{
	margin: 0 0 2px;
	color: #000;
	font-size: 11px;
}


.summary ul	{
	margin: 10px 0 15px;
	padding: 0;
	/*border-bottom: 1px solid #999;*/
	color: #000;
	list-style: none;
}
	.summary ul li	{
		margin: 0;
		min-height:60px; /* BMH - 03.26.09*/
		height:auto !important; height:60px; /*IE6 TWEAK  BMH - 03.26.09 */
		padding: 10px 0 10px 5px;
		border-top: 1px solid #999;
	}
	
	.summary ul li p	{
		margin: 0;
		font-size: 10px;
	}

.summary a:link, .summary a:visited	{
	color: #807f83;
	text-decoration: none;
}

.summary a:active, .summary a:hover	{
	color: #cc092f;
}
	
.summary h3 a:link, .summary h3 a:visited	{
	padding-right: 15px;
	background: transparent url(/assets/images/bg_link_arrow.gif) no-repeat right;
	color: #cc092f;
}

.summary h3 a:active, .summary h3 a:hover	{
	color: #807f83;
}

/*	Rail
-----------------------------------	*/
#rail a {
	display:block;
}
	#rail #newsAndEvents {
		margin:15px 0 0 0;
	}
	#rail #newsAndEvents h2 a:link, #rail #newsAndEvents h2 a:visited {
		display:inline;
	}
	
	a.banner img	{
		margin: 0;
	}
	
	#tabs {
		margin:0 0 15px 0;
	}