/*@import 'reset.css';*/


/*.clearfix:after, #container:after, #header:after, #featured:after, #services:after, #main:after, #feature:after, #workSliderNav:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

/* --- FEATURED --- */

#featured {
	width: 564px;
	height: 238px;
	/* background: url(../images/bg_featured.png) -1px 0 no-repeat; */
	padding: 0px;
	position:relative;
	top:-20px;
	
}

#featured #sliderNav {
	width: 564px;
	/*float: left;*/
	margin: 0 0 0 0;
}

#featured #sliderNav a {
	font-family: Arial;
	font-size: 10px;
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url(../images/bluebutslide1.png) 0 100% no-repeat;
	text-indent: 11px; 
	text-decoration:none;
	color:white;
	line-height: 33px;
}

#featured #sliderNav a:hover, #featured #sliderNav a.activeSlide {
	background-position: 0 0;
	background: url(../images/bluebutslide2.png) 0 100% no-repeat;
	color:black;
}

#featured #items {
	width: 564px;
	height:238px;
	float: left;
	position: relative;
}

#featured #items .item {
	/*position: absolute;*/
	top: 0; left: 0;
	width: 564px;
	height: 238x;
	padding: 0 0 0 0;
}

#featured #items .item img {
	position: absolute;
	top: 0px; right: 0px;
	z-index: 1;
}


.newsticker {
	padding:0px;
	padding-top: 6px;
	background:url(../images/ticker_bg.gif) repeat-x;
	font-size:12px;
	overflow:hidden;
}
.newsticker a {
	color:#777;
	font-family:Arial;
}
.newsticker strong {
	color:#777;
}
.newsticker a:hover {
	color:#000;
}
.newsticker .tickerTitle {
	font-weight:bold;
	margin-right:10px;
	margin-left:5px;
	float:left;
}
.newsticker span {
	float:left;
}
.newsticker strong {
	float:left;
}
.newsticker span a {
	width:550px;
}
.newsticker .tickerLink {
	margin-left:10px;
}
.tickerTitle a, a:hover {
	text-decoration:none;
}
.tickerLink a, a:hover {
	text-decoration:none;
}









/