#slide
{
	height:300px;
}
#tabs
{
	background-color:#9b9b9b;
	border-bottom:1px solid #636363;
	height:100px;
}

#tabs a,
#tabs div.active
{
	display:block;
	float:left;
	padding:5px 0px 20px 0px;
	text-align:center;
	height:75px;
	background-image:url('../../images/splash/tab_bg.gif');
	background-repeat:repeat-x;
	background-color:#9b9b9b;
	color:#6b6b6b;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	width:16.66%;
}
#tabs a:hover
{
	color:white;
}

#tabs div.active
{
	background-image:none;
	color:white;
}
#tabs a div,
#tabs div.active div
{
	height:65px;
	margin-bottom:10px;
	background-color:transparent;
	background-position:bottom center;
	background-repeat:no-repeat;
}
#newsbar
{
	padding:10px;
	height:12px;
	background-image:url('../../images/newsbar_bg.png');
	background-repeat:no-repeat;
}
#slideContainer
{
	margin:10px 20px 10px 20px;
	position:relative;
}
#slideInfo
{
	width:300px;
	text-align:left;
}
#slideInfo #sectionTitle
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin-bottom:20px;
}

#slideInfo p
{
	margin:0px 0px 20px 0px;
	font-weight:bold;
}
#slideInfo a img
{
	border:none;
	margin-left:-5px;
}
#slidePhoto
{
	position:absolute;
	top:-8px;
	height:297px;
	width:589px;
	overflow:hidden;
}
#slidePhoto #overlay
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#newsbar
{
	font-weight:bold;
}
#newsbar a
{
	text-decoration:none;
}
.headlineTitle
{
	color:white;
}
.headlineText
{
	color:#d0d0d0;
}