#content.content-home {
	border-top: none;
	padding-top: 0px;
}
#cycle-container {
	width: 940px;
	height: 411px;
	position: relative;
	overflow:hidden;
}
	#cycle-button {
		margin: 0px; 
		padding: 0px;
		position: absolute;
		top: 360px;
		right: 20px;
		z-index: 999999;
	}
		#cycle-button li {
			list-style: none;
			float: left;
			
		}
			#cycle-button li a {
				display: block;
				width: 50px;
				height: 1px;
				padding-top: 59px;
				overflow: hidden;			
				background-position: 0 10px;
				margin-right: 10px;
			}
				#btn-cycle-1 {background: url(../images/home/banner-thumb1.png) no-repeat;}
				#btn-cycle-2 {background: url(../images/home/banner-thumb2.png) no-repeat;}
				#btn-cycle-3 {background: url(../images/home/banner-thumb3.png) no-repeat;}
					#cycle-button li a:hover, #cycle-button li a.activeSlide {
						background-position: 0 -52px;
					}
					
#home-wrapper {
	padding: 30px 0px;
	border-bottom: 1px solid #ccc;

}					
#home-left {
	width: 445px;
	float: left;
}		
	#content #home-left p {
		margin-bottom: 15px;
	}	
	.home-heading {
		display: block;
		font-size: 24px;
		color: #5fa500;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}

#home-right {
	float: right;
	width: 454px;
	border-left: 5px solid #94c94a;
	min-height: 100px;
	background-color: #0b0b0b;
}				
	.home-featured {
		display: block;
		width: 454px;
		height: 1px;
		padding-top: 29px;
		overflow: hidden;
		background:url(../images/home/header-featured.png);
	}
		.featured-content {
			border-top: 1px solid #fff;
			height: 110px;
			clear: both;
			width: 454px;
			position: relative;
		}
		.hover-overlay {
			display: block;
			width: 454px;
			height: 110px;
			background: url(../images/home/featured-hover.png) 0 -150px no-repeat;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.hover-overlay:hover {
			background-position: 0 0;
		}
			.featured-content img {
				float: left;
			}
			.featured-info {
				float: right;
				width: 245px;
				padding: 15px 35px 0px 15px;
				height: 95px;
			}
				#content .featured-info p {
					color: #b2b2b2;
					font-size: 11px;
					line-height: 17px;
					margin-bottom: 0px;
				}
					#content .featured-info .link {
						color: #8dc63f;
						font-weight: bold;
						font-size: 11px;
						text-decoration: none;
						cursor: pointer;
					}
						.featured-title {
							display: block;
							font-size: 16px;
							color: #ffffff;
							border-bottom: 1px solid #464646;
							padding-bottom: 5px;
							margin-bottom: 3px;
						}
						
#cta {
	padding-top: 20px;
}
	#cta h2 { display:none; }
	.home-heading2 {
		font-size: 23px;
		color: #666666;
		display: block;
		margin-bottom: 10px;
	}
		#cta ul {margin: 0px; padding: 0px;}
			#cta ul li {list-style: none; float: left; margin: 0 20px 0 0;}
				#cta ul li a {
					display: block;
					font-size: 11px;
					color: #4d4d4d;
					text-decoration: none;
					line-height: 17px;
				}
				#cta ul li a:hover {
					color: #4d4d4d;
				}
				#cta ul li a:hover span {
					text-decoration: underline;
				}
				#cta ul li a span {
					color: #5fa500;
					font-weight: bold;
					display: block;
					margin-top: 5px;
				}
					#cta-nomiate {
						background: url(../images/home/cta-nominate.png) no-repeat;
						padding: 30px 15px 0px 85px;
						width: 200px; height: 80px;
					}
					#cta-aia {
						background: url(../images/home/cta-aia.png) no-repeat;
						padding: 25px 15px 0px 115px;
						width: 170px; height: 85px;
					}
					#cta-go-green {
						background: url(../images/home/cta-go-green.png) no-repeat;
						padding: 30px 15px 0px 135px;
						width: 150px; height: 80px;
					}
.btn-home-learn-more {
	display: block;
	width: 104px;
	height: 1px;
	padding-top: 17px;
	overflow: hidden;
	background: url(../images/home/btn-learn-more.png) no-repeat;
}					