/* ------------------------------------------------ main home page hero ------------------------------------------------*/

.hero-wrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 746px; /*width of featured content slider*/
	height: 320px;
	background: #008346 url(../images/home/hero-bg.gif) top left no-repeat;
	border-bottom: 5px solid #F7C30F;
}
.hero-wrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.hero-wrapper table {
	width: 746px;
	height: 320px;
	background: #008346 url(../images/home/hero-bg.gif) top left no-repeat;
}
.hero-wrapper th {
	width: 506px;
}
.hero-wrapper td {
	background: url(../images/home/feat-course-bg.png) top left no-repeat;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 16px;
	padding: 30px;
}
.hero-wrapper p {
	margin-bottom: 0;
}
.hero-wrapper a {
	font-weight: bold;
}



/* ------------------------------------------------ home page pagination ------------------------------------------------*/

.pagination {
/*	width: 86px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float: left;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
/*	background-color: #FFFFFF;*/
	position: relative;
	top: -36px;
	left: 250px;
	z-index: 100;
}
.pagination a {
	padding: 1px 5px;
	text-decoration: none; 
	color: #F7C30F;
	background-color: #FFFFFF;
}
.pagination a:hover, .pagination a.selected {
	color: #007C41;
	background-color: #F7C30F;
}



