.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
}
.slide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 420px;
	width: 1024px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}



@-webkit-keyframes banner_anim
{
	0% {opacity:0.0; width:50%; left:30px;}
	100%{opacity:1.0; width:100%;left:0px;}
	
}


.slide{
	-webkit-animation: banner_anim 1s;
}


.banner_content {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
}


.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #008D44;
	text-decoration: none;
}
.tagline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
}
.more_button {
	background-image:url(images/more_of.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.more_button:hover{
background-image:url(images/more_on.png);
}

.radio_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/radio_ov.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 26px;
	height: 26px;
}

.radio_button:hover img{
	display:none;
	height: 26px;
	width: 26px;
}
.radio_button_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/radio_ov.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 26px;
	height: 26px;
}
