/* MISSION */
#mission
{
	height: 380px;
	width: 640px;
	overflow: hidden;
}

#mission .slideshow
{
	height: 380px;
	width: 640px;
	margin: 0;
	z-index: -1;
}
#mission .slideshow img
{
	padding: 0px;
	border: 0px none;
}


/* LOCATIONS MENU */
#mission .locations
{
	background-color: transparent;
	margin: -60px auto 0 auto;
	padding: 4px 0px 4px 0px;
	font-size: 15px;
	background-image: url(uploads/images/home/locations-background.png);
	background-repeat: repeat-x;
	width: auto;
	height: 32px;
	overflow: hidden;
}

#mission .locations .container { width: 640px; height: 32px; background-color: #5f2669; }

#mission .locations a
{
	text-decoration: none;
	border-left: 1px #999 solid;
	padding: 0 13px 0 13px;
	display: block;
	float: left;
	height: 18px;
	line-height: 1.2em;
	color: #fff;
	margin-top: 7px;
}
#mission .locations a:hover { background-color: transparent; color: #e8e090; }
#mission .locations a.parent
{
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 8px;
	font-family: Trebuchet MS, Trebuchet, San-Serif;
	font-size: 14px;
	line-height: 2.3em;
	text-transform: uppercase;
	margin-right: -1px;
	width: 131px;
	height: 32px;
	display: block;
	float: left;
	background-color: #000;
	margin-top: 0px;
	border: none;
}

#mission .locations { z-index: 1; }

/* End of 'Navigation: LOCATIONS MENU' */

/* MISSION END */

#news { width: auto; background-color: #e4eced; }
#news #nav
{
	position: relative;
	z-index: 10;
	top: -33px;
	text-align: left;
	padding: 0;
	float: right;
	color: #fff;
	margin: auto 10px -33px auto;
}
#news .nav { margin: 0; }

#news #nav span
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#news #nav a
{
	display: inline-block;
	margin: 0 0 0 -1px;
	height: 35px;
	width: 10px;
	padding: 0 0 0 4px;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	color: #fff;
	font-size: 13px;
	line-height: 2.8em;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#news #nav a:hover
{
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#news #nav a.activeSlide
{
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#news #nav a:focus { outline: none; }

div#news_ticker
{
	height: 175px;
	width: 430px;
	background-color: #e4eced;
	font-family: Tahoma, Helvetica, Arial, Helvetica, San-Serif;
	font-weight: normal;
	float: none;
}

div#news_ticker div
{
	width: 400px;
	padding: 10px 15px 0 15px;
	background-color: #e4eced;
	background-image: url(uploads/images/home/news_pause_off.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#news_ticker div:hover { background-image: url(uploads/images/home/news_pause_on.png); }

.breadcrumbs { display: none; }