div#ctas_home{
	display: block;
	width: 921px;
	min-height: 40px;
	margin: 10px auto;
	background: #fff;
	color: #334f3b;
	font-size: 11px;
	text-transform: uppercase;
}
span.ctas_container{
	display: block;
	width: 915px;
	margin: 0 auto;
	height: 40px;
}
.ctas_details{
	display: block;
	float: left;
	font-size: 11px;
	margin: 0;
	position: relative;
	top: 10px;
	left: 13px;
}
p.cta_right{
	float: left;
	left: 32px;
	width: 320px;
}
span.reduce_text{
	margin: 4px 4px 0 0;
}
div#ctas_index{
	display: block;
	width: 956px;
	height: 212px;
	background: url(../images/bg_index_cta.jpg) no-repeat;
	position:relative;
}
ul#callouts{
	display: block;
	width: 924px;
	margin: 0 auto;
	position: relative;
	top: 45px;
	background: url(../images/bg_callouts_index.png) repeat-x;
}
li.callout_detail{
	display: block;
	width: 300px;
	height: 150px;
	margin: 0 12px 0 0;
	float: left;
	color: #1c2e10;
	font-size: 10px;
	line-height: 14px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;  /* Safari/WebKit */
	border-bottom-left-radius: 7px;  /* future browsers with CSS3 support */
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;  /* Safari/WebKit */
	border-bottom-right-radius: 7px;  /* future browsers with CSS3 support */
}
li.callout_detail a{
	color: #1c2e10;
	font-weight: bold;
}
h3.callout_title{
	display: block;
	width: 300px;
	height: 32px;
}
h4.blurb_title{
	font-weight: bold;
	color: #1c2e10;
	text-transform: uppercase;
	font-size: 11px;
	width: 240px;
}
h3.services{
	background: url(../images/title_services.png) no-repeat;
	width: 285px;
	height: 57px;
	text-indent: -9999px;
}
h3.rss{
	background: url(../images/title_rss.png) no-repeat;
	width: 285px;
	height: 56px;
	text-indent: -9999px;
	position: relative;
	top: 4px;
	left: -13px;
}
h3.challenge{
	background: url(../images/title_challenge.png) no-repeat;
	width: 325px;
	height: 52px;
	text-indent: -9999px;
	position: relative;
	top: 5px;
	left: -26px;
}
p.copy_services{
	display: block;
	width: 212px;
	margin: 0 0 0 40px;
}
p.copy_rss{
	display: block;
	width: 220px;
	margin: 7px 0 5px 10px;
	padding: 0 0 0 30px;
}
p.copy_challenge{
	display: block;
	width: 200px;
	position: relative;
	z-index: 2;
}
h4.services_title{
	margin: 0 0 0 40px;
}
p.feed_twitter, p.feed_blog {
	min-height: 22px;
}
p.feed_twitter{
	background: url(../images/icon_feed_twitter.gif) no-repeat 0 0;
}
p.feed_blog{
	background: url(../images/icon_feed_rss.gif) no-repeat 0 0;
}
h4.services_rss{
	margin: 0 0 0 40px;
}
div#footer{
	background: none;
	padding: 0;
	background: #F8FEFC;
}
ul.nav_footer, p.social_media{
	padding-top: 25px;
}
img.garbage_index{
	position: relative;
	top: -56px;
	left: -47px;
}
img.challenge_index{
	position: absolute;
	bottom: -50px;
	right: -26px;
	z-index: 1;
}
ul.nav_footer{
	background: transparent url(../images/icon_recycle.gif) no-repeat scroll 0 25px;
}
/* Carousel Styles */
div#carousel{
	display: block;
	width:921px;
	height:249px;
	z-index:1;
	background: #fff;
	margin: 12px auto 0;
	z-index: 0;
	position: relative;
}
div#carousel div#box_msg {
	color:#797979;
	display:block;
	height:187px;
	left:55px;
	padding:10px;
	position:relative;
	top:0;
	width:435px;
	overflow: hidden;
	z-index:1;
}
div#box_msg a{
	color: #12788e;
}
div#carousel div#box_msg h2 {
	color:#00AEEF;
	font-size:26px;
	margin:22px 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #94a59b;
	line-height: 30px;
	width: 405px;
}
div#carousel div#box_msg {
	color:#797979;
	font-size: 11px;
	line-height: 16px;
}
ul#nav_carousel {
	display:block;
	height:25px;
	padding:0;
	position:relative;
	top:7px;
	left: 15px;
	width:450px;
}
ul#nav_carousel li {
	display:block;
	float:left;
	height:20px;
	width: 20px;
	margin:0 7px 0 0;
	background: #ebebeb;
	border: 1px solid #738176;
	text-align: center;
}
ul#nav_carousel li a {
	color: #334f3b;
	display: block;
	font-size: 13px;
	height: 20px;
	padding: 0;
	position: relative;
	width: 20px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
a.hero_prev, a.hero_next{
	display: block;
	width: 45px;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	top: 94px;
	cursor: pointer;
}
a.hero_prev{
	background: url(../images/hero_previous.png) no-repeat;
	left: -20px;
}
a.hero_next{
	left: 900px;
	background: url(../images/hero_next.png) no-repeat;
}