#slider	{ 
		background:url(images/slide.png) repeat-x; 
		height: 320px; 
		overflow: hidden;
		position: relative; 
		margin: 0px 0; 

		}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 850px; /*Width of Carousel Viewer itself*/
height: 280px; /*Height should enough to fit largest content's height*/
margin: 42px 75px

}

.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*/

width:850px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:280px;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px 0px 0px 450px;
width:350px;
line-height:20px;
color:#fff;
font-family:Tahoma,georgia, Helvetica, Sans-Serif; 
font-size: 13px; 
}

.stepcarousel .panel h2{
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 24px; 
	color: #ac0000; 
	padding:10px 0px;
	margin:5px 0px 0px 450px;
	width:350px;
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
.slidim{
	position: absolute; 
	top: 3px; 
	left: 10px; 
	background:#222; 
	padding:8px 8px;
	height: 220px;
	width: 400px;
}


.widgets {
	width:320px;
	overflow:hidden;
	margin:5px 20px 10px 0px;
	padding:0px 0px 0px 0px;
	background:#f1f1eb;
	border:1px solid #CBD2D8;

}

.widgets a {
	color: #222;
	text-decoration: none;
	}
	
.widgets a:hover {
	color: #009;
	text-decoration: underline;
	}
	
ul.tabnav{

	padding:4px 0px 0px 0px;
	height:27px;
	margin:0px 0px;
	background:#3b3e41;

}	
	

.tabnav li {
	display: inline;
	list-style: none;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
	}


.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 6px 18px;
	width:60px;
	font-weight:normal;
	font: 12px tahoma, helvetica,arial,sans-serif; 
	color: #fff;
	text-decoration: none;
	display:block;
	background:#3b3e41;
	
	}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	text-decoration:none;
	background: #94be25;
	color: #fff;

	}


.tabdiv {

	padding: 5px 5px 5px 5px;
	font-family:Tahoma,Century gothic, Arial, sans-serif;
	background:#f1f1eb;
	}
.tabdiv a:link,.tabdiv  a:visited {	

		color:#333;

	}
.tabdiv a:hover{

	color: #2676A1;
	}
.tabdiv ul{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
	
		}
		
.tabdiv ul li{	

	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	color:#333;

}
.tabdiv li a:link,.tabdiv li a:visited{
	display:block;
	margin-left:5px;
	overflow:hidden;
	line-height:24px;
	padding:2px 5px ;
	margin:2px 0px;
	color:#103941;
	font-size:13px;
	border-bottom:1px dotted #aaa;

		}

.tabdiv li a:hover {

	color: #228fc4;
	text-decoration:none;
		}
.ui-tabs-hide {
	display: none;
		}

.subsbutton {

float:left;
margin-left:5px;
margin-bottom:10px;
}



 


	