/* Green */

body.bc-green {
	border-top: 4px solid #74A824;
}

.bc-green .contentheading,
.bc-green #main-section a,
.bc-green .moduletable h3,
.bc-green #left-column .module h3,
.bc-green #right-column .module h3,
.bc-green #left-column .module-menu h3,
.bc-green #right-column .module-menu h3,
.bc-green #bottommodules1 .module h3,
.bc-green #bottommodules2 .module h3,
.bc-green #sub-menu a {
	color: #74A824;
}

.bc-green img#logo {
	background: url(../images/logo.png) 0 0 no-repeat;
}

.bc-green #showcase {
	background: #577E1B url(../images/green/showcase-bg.png) 0 0 no-repeat;
}

.bc-green .showcase-div {
	background: url(../images/green/showcase-div.png) 0 0 repeat-x;
}

.bc-green #showcase .column-1 {
	border-right: 1px solid #91AF02;
}

.bc-green #showcase a {
	color: #CEE291;
}

.bc-green #showcase ul.latestnews li {
	background-color: #3C5713;
}

.bc-green #showcase ul.latestnews li:hover {
	background-color: #2E440F;
}

.bc-green .date-block {
	border-bottom: 1px solid #91AF02;
}

.bc-green span.date-number {
	background: #71A029;
	color: #fff;
}

.bc-green #horiz-menu li.active a,
.bc-green #horiz-menu li.active .separator,
.bc-green #bottom-menu ul#mainlevel-bottom a#active_menu.mainlevel-bottom,
.bc-green #bottom-menu ul#mainlevel-bottom a.mainlevel-bottom:hover {
	border-top: 5px solid #74A824;
	color: #74A824;
}

.bc-green #news-rotator{position:relative;z-index:1;height:350px;overflow:hidden; margin-left:2px;}
.bc-green #news-rotator .image{position:relative;left:0;top:0;height:360px;z-index:1;overflow:hidden;display:block;}
.bc-green #news-rotator .story{display:none; visibility:hidden; margin:0px; position:relative; z-index:2; height:0px;/* image width + 12px */}
.bc-green #news-rotator .story p{font-size: 130%;line-height:130%;}
.bc-green #news-rotator h1 {color:#fff;margin-top:8px;}
.bc-green #news-rotator h1 a {color:#fff !important;}
.bc-green #news-rotator .story .padding{padding:15px 25px 0px 25px;top:0;}
.bc-green #news-rotator .controls{position:absolute;bottom:15px;right:15px;z-index:5;}
.bc-green #news-rotator .controls img{height:15px;width:15px;background-image:url(../images/news-scroller-controls.png);cursor:pointer;margin-right:3px;}
.bc-green #news-rotator .control-prev{background-position:0 0;}
.bc-green #news-rotator .control-next{background-position:0 -17px;}
.bc-green #news-rotator .control-stop{background-position:0 -34px;}
.bc-green #news-rotator .control-play{background-position:0 -51px;}
