/* banners */

#banner{
	height:420px;
	background: #4cb631 url(banner_bcgrnd.png) no-repeat top left;
	color: #ffffff;
	position: relative;

}
#banner .topPic{
	width: 210px;
	border: 0px;
	position: absolute;
	top:0;
	z-index:1;
}


#banner h4{
 	position: absolute;
	top:210px;
	width: 175px;
	font-size: 1.65em;
	text-shadow: #166da2 2px 2px 3px;
	z-index:2;
}

#banner .bannerText{
	z-index:2;
	position: absolute;
	top:270px;
	left: 25px;
	height: 95px;
 	width: 175px;
 	font-style: italic;
 	line-height:1.5em;
	overflow:hidden;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;

}
.h4N ,.topPicN, .bannerTextN{
	display: none;
}

#banner #bannerText:hover{
	-o-text-overflow: inherit;
	text-overflow: inherit;
	overflow: visible;
}
#banner #bannerNext{
	font-size: 1.2em;
	position: absolute;
	top:380px;

}
#banner a{
	color: #fff;
	text-decoration: none;
}
}
#bannerNext a:hover{
	background-color: #ffffff;
	color: #166da2;
	
}
.banAA{
	font-weight:bold;
	cursor:text;
}
.dn{
	display:none;
}
#banner .more{
	text-decoration: underline;
	float:right;
}
#banner a:hover{
	text-decoration: none;
}
