#scroller
{
	padding:               2px 10px;
	position:              relative;
	background:            #fff url(/site/images/news_back.png) repeat-x top left;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	line-height:           26px;
	height:                26px;
	font-weight:           bold;
}

#scroller .item
{
	font-weight:           normal;
	position:              absolute;
	left:                  145px;
	top:                   2px;
	display:               none;
}

#scroller #news1
{
	display: block;
}
.prev {
	position: absolute;
	left: 100px;
	top: 5px;
}
.next {
	position: absolute;
	left: 118px;
	top: 5px;
}

.feature
{
	padding: 15px;
	margin-top: 10px;
	width: 260px;
	height: 140px;
	margin-left: 15px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #0079AB;
}

#feature1
{
	margin-left: 0px;
}

.sitelevel1
{
	list-style-type:		none;
	display: block;
	margin-right: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.sitelevel1 a
{
	font-weight: bold;
}

.sitelevel1 ul a
{
	font-weight: normal;
}

.sitelevel1 li
{
	width: 110px;
	display: inline;
	float: left;
	position: relative;
	padding-right: 15px;
}

.sitelevel2
{
	margin: 0;
	padding: 0;
	list-style-type:		none;
}

.sitelevel2 li
{
	display: block;
	float: none;
	padding: 4px 0 2px 0;
	margin:0;
	line-height: 13px;
} 

.sitelevel3
{
	display: none;
}

#slides
{
	margin-top: 12px;
	position: relative;
	width: 900px;
	height: 300px;
}

#slide-1
{
	display: block;
}

.slide
{
	display: none;
	padding: 27px 39px 65px 554px;
	width: 307px;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.slide .more
{
	position: relative;
	left: -4px;
}

.slide h2
{
	font-size: 33px;
	line-height: 33px;
	color: white!important;
}

#slidenav
{
	position: absolute;
	bottom: 0px;
	width: 890px;
	height: 30px;
	z-index: 100;
	text-align: center;
}

#slidenav-back
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: black;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 90;
}

#slidenav img
{
	cursor: pointer;
	border: 1px solid white;
}
             
#slidenav img.active
{
	border: 1px solid #F8982A;
}


#menu-tree
{
	padding-top:40px;
	clear: both;
	overflow: hidden;
}

#menu-tree a
{
	color: #444;
}

.white,
.white a
{
	color: white;
}

