
/* Homepage Layout
--------------------------------------------------------------------------------------- */
.banner-container{
	width:897px;
	margin:0 auto;
}
.banner{
	display:block;
	margin-top:25px;
	margin-bottom:10px;
	width:626px;
	height:285px;
	float:left;
	text-align:center!important;
}
.banner .banner-toolbar{
	position:absolute;
	left:0px;
}
#divMainRotator{
	_position:absolute!important;
	_top:0;
	_left:0;
}
.banner-top,
.banner-cont,
.banner-bottom{
	height:3px;
	background:url(../../images/banner/banner-top.gif) no-repeat bottom center;
}
.banner-bottom{
	background:url(../../images/banner/banner-bottom.gif) no-repeat top center;
}
.banner-cont{
	height:279px;
	background:url(../../images/banner/banner-cont.gif) repeat-y top center;
}
.banner-run{
	display:block;
	margin:0 5px;
	width:616px;
	height:279px;
	overflow:hidden;
	position:relative;
}
#divMainRotatorNav { 
	position:absolute; 
	bottom:10px; 
	_bottom:6px;
	#bottom:6px;
	left:38px; 
	z-index:100
}
#divMainRotatorNav li{
	display:inline;
}
#divMainRotatorNav a {
	margin:0;
	padding: 0px 7px;
	background: #3189de;
	text-decoration: none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#divMainRotatorNav a:hover {
	text-decoration: none; 
	color:#fff;
   }
#divMainRotatorNav a.activeSlide {
	background: #3189de;
	text-decoration: none;
	color: #fff;
}
#divMainRotatorNav a:focus { outline: none; }

.home_events_row { 
	overflow: hidden;
	width: 100%;
	border-bottom:2px solid #dddddd; 
	padding: 14px 0 9px 0;
    }
.home_events_row h4 { 
	float: left; 
	display:inline;
	font-size: 3.8em;
	color: #aaaaaa; 
	margin-left: 12px;
	line-height: 1em;
	padding: 0;
    }
.home_events_content { 
	float: right;
	display: inline;
	width: 84%
   }
.home_events_content h3 { font-size: 1.4em; }
.home_events_content p { margin: 1px 0 0 0; }
#prev,
#next{
	display:block;
	position:absolute;
	bottom:7px;
	left:22px;
	z-index:200;
}
#next{
	left:143px;
}	
