#slider	{ 
	border-right: 4px solid #ECECEC;
	border-bottom: 4px solid #ECECEC;
	border-left: 4px solid #ECECEC;
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	background: #104064;
	font: normal 18px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #E5E5E5;
		}



.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 945px; /*Width of Carousel Viewer itself*/
height: 225px; /*Height should enough to fit largest content's height*/
margin: 0px 30px 0px 30px;

}

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

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 20px ; /*margin around each panel*/
width:920px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:210px;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
width:700px;
line-height:20px;
color:#fff;
font-family:georgia, Helvetica, Sans-Serif; 
font-size: 14px; 
}

.stepcarousel .panel h2{
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 22px; 
	color: #ac0000; 
	padding:5px;
	margin:0px;
	width:700px;
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
.stepcarousel .panel img{
	position: absolute; 
	top: 20px; 
	right: 30px; 
	background:#92c5ec; 
	padding:10px 10px;
}

/*Featured*/
.featout{
	width:662px;
	overflow: hidden;
	padding:0
	margin:0 0 30px;
	border: 4px solid #ccc;
	background: #222;
	height:auto;
	clear:both;
}
.featured{
	overflow: hidden;
	padding:0;
	margin:5px 0;
	font-family:Georgia,Century gothic,Verdana,Helvitica,sans-serif;
	height:auto;
}
.featured h2{
	font-size:20px;
	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:#ccc;
	line-height:1.25em;

}
.fentry img {
	border:0;
	padding:4px 4px;
	background:#1E1F20;
	border:1px solid #1E1F20;
	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;
	}


#themessage{
position:absolute;
top:175px;
left:25px;
width:800px;
height:50px;
overflow:hidden;
}
#themessage h2{
	color:#D6EBF6;
	padding:0;
	margin:0;
	text-align:left;
	font: 15px Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
a.whitelink{
color:#F00;
background-color:#FFF;
padding:0px 3px;
}