/* CSS Document */

h1 { font-size:18px; font-weight:bold; font-weight:normal;}

.mainBanner {
	width:920px;
	height:244px;
	border-bottom:2px solid #fff;
	overflow:hidden;
	margin-left:26px;
}

.mainBanner:hover {cursor:pointer;}

#bannerText {
	z-index:50;
	text-align:left;
	padding-left:30px;
}

.banner {
	width:920px;
	height:244px;
	overflow:hidden;
}

.banner h1 {
	background:transparent url(../images/banner/destBannerTextBg.png) left top;
	height:25px;
	font-size:24px;
	font-weight:bold;
	padding:10px 0 7px 0px;
	position:relative;
	top:190px;	
	color:#FFF;
	opacity: 0.5;
	filter: alpha(opacity = 60);
	width: 890px; /* stupid IE */
}






