@charset "utf-8";
.textArea {
	margin:0px;
	text-align: left;
	border:1px solid #999999;
	padding:5px;
}

.textAreaTable{
	height:230px;
	vertical-align:top;
	padding:0px;
	margin:0px;
}
.textAreaTitle{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	width:290px;
	height:30px;
	background-image:url(../images/sys/home-ta-title-background.gif);
	background-repeat:no-repeat;
	padding:5px;
	font-style:normal;
	margin:0px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 940px; /*Width of Carousel Viewer itself*/
	height: 340px; /*Height should enough to fit largest content's height*/
	padding:0px;
	margin:0px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding:0px;
	margin:0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: visible; /*clip content that go outside dimensions of holding panel DIV*/
	width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content*/
	margin-left:1px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	white-space:nowrap;
}
.stepcarousel .image{
	width:660px;
	height:330px;
	display:inline-block;
	margin-right:6px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	border:1px solid #33CCCC;
	
}
.stepcarousel .text{
	width:230px;
	background-color:#0F8593;
	border:1px solid #33CCCC;
	height:320px;
	display:inline-block;
	white-space:normal;
	vertical-align:top;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	margin:0px;
}
.stepcarousel .title1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	color:#33CCCC;
	text-transform:lowercase;
	margin:0px;
	padding:0px;
	height:40px;
}
.stepcarousel .title2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-indent:50px;
	text-transform:lowercase;
	margin:0px;
	padding:0px;
	height:60px;
}
.stepcarousel .summary{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	height:190px;
	display:block;
	overflow:hidden;
}
.stepcarousel .readMore {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:0F8593;
	text-align:right;
	font-size:11px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:230px;
	display:block;
	height:25px;
	border-top:1px solid #33CCCC;
}
.gliderArea {
	width:938px;
	height:365px;
	border:1px solid #999999;
	background-color: #EBEBEB;
	padding:10px;
	display:block;
	margin:0px;
}
.gliderMenu {
	width:935px;
	height:22px;
	background-image:url(../images/sys/slider-menu-background.gif);
	background-repeat:no-repeat;
	padding-right:5px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
}
