#slider	{ 
		/*background:#1b79a0;/*url(images/slide.png);*/
		height: 234px; 
		overflow: hidden;
		position: relative; 
		margin: 0px 0; 
		width:1000px;
		}
.sliderTop {
	position:relative;
	height:35px;
}
.sliderTop .headerTitle {
	border-bottom:1px solid #fff;
	float:left;
	width:750px;
	margin:0px 0px 0px 10px;
	background:url(img/headertitle_bg.jpg) no-repeat top left;
	height:34px;
}
.sliderTop .skip {
	width:200px;
	background:url(img/skip_bg.jpg) repeat-x top left;
	height:42px;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	color:#fffffe;
	position:absolute; right:20px; top:0px;
	text-align:center;
	padding:0px;
}
.skip a.skip_left {
	width:68px;
	height:42px;
	display:block;
	float:left;
	background:url(img/skip_left.jpg) no-repeat top left;
}
.skip a.skip_left:hover {
	background:url(img/skip_leftHover.jpg) no-repeat top left;
}
.skip a.skip_right {
	width:68px;
	height:42px;
	display:block;
	float:right;
	background:url(img/skip_right.jpg) no-repeat top right;
}
.skip a.skip_right:hover {
	background:url(img/skip_rightHover.jpg) no-repeat top right;
}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 830px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
margin: 0px 10px 0px 10px;
float:left;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
padding:0px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 10px 10px 10px; /*margin around each panel*/
/*width:100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/*height:185px;*/
position:relative;
z-index:1000;
padding:0px;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 0px ; /*margin around each panel*/
width:480px;
line-height:20px;
color:#fffffe;
font:12px Arial, Helvetica, sans-serif;
float:right;
}

.stepcarousel .panel h2{
	font:bold 24px Arial, Helvetica, sans-serif;
	color: #fffffe; 
	padding:0px;
	margin:0px;
	width:480px;
	overflow:hidden;
	float:right;
	text-transform:uppercase;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
.stepcarousel .panel a.readMore {
	position:absolute;
	right:0px; bottom:10px;
	background:url(img/panelReadMore.jpg) no-repeat left top;
	height:20px;
	width:132px;
	display:block;
	z-index:1;
}
.stepcarousel .panel a.readMore:hover {
	background:url(img/panelReadMoreHover.jpg) no-repeat left top;
}


/*Featured*/
.featout{
	width:650px;
	overflow: hidden;
	padding:5px 5px;
	margin:0px 4px 5px 5px;
	background:#55656f;

}
.featured{
	width:650px;
	overflow: hidden;
	padding:5px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	background:#39525e;
	font-family:Arial, Helvetica, sans-serif;
}
.featured h2{
	font-size:22px;
	margin:3px 0 4px 10px;
		
}
.featured h2 a, .featured h2 a:link, .featured h2 a:visited  {
	color: #fff;
	background-color: transparent;
	}
.featured h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}

.fentry{
	height:auto;
	overflow:hidden;
}

.fentry a:link,.fentry a:visited{
	color:#92C5EC;
}

.cat{
	padding:1px 5px 1px 10px;
	font-size:12px;
	}


.cat a:link,.cat a:visited{
	color:#ac2d2d;

	}
.cat a:hover{
	color:#ac2d2d;

	}
.cats{

	margin:1px 5px 1px 0px;
	font-size:13px;
	margin-left:5px;
	color:#24a1cc;
}
.cats a:link,.cats a:visited{
	color:#24a1cc;

	}
.cats a:hover{
	color:#24a1cc;

	}

.fentry p{
	margin: 5px 10px;
	color:#c2d4dd;
	line-height:20px;

}
.fentry img {
	border:0;
	padding:4px 4px;
	background:#1E1F20;
	border:1px solid #1e1f21;
	margin:2px 5px 5px 5px;
	}
	
	

.featmeta{
	
	height:22px;
	text-align:right;
	padding:3px 5px 0 0;
	background:url(images/readm.jpg) right no-repeat;
	
	
}
.featmeta a:link,.featmeta a:visited{
	color:#3c2e1b;
	font-weight:bold;
	text-decoration:none;
	}


	