@charset "UTF-8";
/* CSS Document */


#masthead{
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	text-align: left;
	width: 940px;
	position: relative;
}

/* @group Featured Banners */

.featured_banners{
	background: black;
	height: 240px;
	position: relative;
	padding-left: 1px;
	overflow: hidden;
	padding-top: 0;
	margin-top: 0;
}
.featured_banners .banner_nav{
	background: #333333;
	height: 240px;
	width: 230px;
	position: absolute;
	right: 0;
	top: 0;
}
.featured_banners .banner_nav ul,
.featured_banners .banner_nav li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.featured_banners .banner_nav ul{
	margin: 0 0 0 0;
	width: 200px;
}
.featured_banners .banner_nav li{
	position: relative;
	z-index: 2;
	height: 26px;
	font-size:12px;
}
.featured_banners .banner_nav li.current{
	z-index: 1;
}
.featured_banners .banner_nav li.current a{
	color: white;
	position: absolute;
	top: 0;
	left: -5px;
	width: 215px;
	height: 500px;
	top:-235px;
	line-height: 500px;
	padding-left: 20px;
	background: url(../images/mastheadImages/featured_arrow.gif) 0 center no-repeat;
}
.featured_banners .banner_nav li a{
	color: #CCC;
	text-decoration: none;
	padding-left: 15px;
	line-height: 30px;	
	text-align: left;
	font-weight: bold;
}
.featured_banners .banner,
.featured_banners .banner a,
.featured_banners .banner img{
	width: 725px;
	height: 240px;
	display: block;
	border: none;
}
.featured_banners .banner{
	width: 640px;
	position: absolute;
	left: 0;
	top: 0;
}
/* @end */

/* @group expo banner */

.expo_banners{
	height: 270px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	margin: 0;
}
.expo_banners .expo,
.expo_banners .expo a,
.expo_banners .expo a:hover,
.expo_banners .expo img{
	width: 100%;
	height: 270px;
	display: block;
	border: none;
	cursor: pointer;
}
.expo_banners .expo{
	width: 170px;
	left: 0;
	top: 0;
}


/* @end */

