@charset "utf-8";
/* CSS Document */

#threeColLeft {
	width: 250px;
	float: left;
	margin-right: 0px;
}
#threeColLeftBanner {
	width: 250px;
	background: #fff;
	float: left;
}
#threeColLeftBanner h3 {
	width: 298px;
	height: 50px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #76dc00;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.membershipslideshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color:#76dc00;
	text-decoration: none;
	font-weight: normal;
}

#savingScroller {
	width: 250px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

*html #savingScroller {
	margin: 0px;
	width: 250px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}


#savingScrollerItems {
	width: 250px;
	float: left;
}
#savingScrollerItems p {
	float: left;
	width: 220px;
	background: #fff;
	margin-top: 0px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: left;
}
#threeColLeftBanner p {
	color: #666;
	font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 23px;
}
#savingBannerNav {
	float: right;
	margin-top: 70px;
}
#savingBannerNav a {
	width:13px;
	height:13px;	
	margin:10px 0;
	background: url(../images/header-bullet.png);
	background-repeat: no-repeat;
	display:block;
	font-size:0px;	
}
#savingBannerNav a:hover {
	background: url(../images/header-bullet-hover.png);
	background-repeat: no-repeat;
}
#savingBannerNav a.activeSlide {
	background: url(../images/header-bullet-hover.png);
	background-repeat: no-repeat;
}