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

ul.subsection_tabs {
border-bottom:1px solid #fff;
clear:both;
height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1px;
padding:0;
}
 ul.subsection_tabs li.tab {
float:left;
margin-right:1px;
text-align:center;
}
ul.subsection_tabs li.tab a {
font-size: 12px;
background-color:#619f34;
color:#fff;
display:block;
height:20px;
padding:7px 0px 2px 0px;
text-decoration:none;
width:125px;
}
ul.subsection_tabs li.tab a:hover {
color:#dcff0d;
text-decoration:none;
}
ul.subsection_tabs li.tab a.active {
background:url(../images/tabbed_area/tab_end.gif) left no-repeat #1e3c06;
text-decoration:none;
color:#dcff0d;
}

.tab_img {
	float: left;
	width: 402px;
	height: 275px;
}

.tab_description {
	float: left;
	width: 187px;
	height: 235px;
	padding: 20px;
	background-color:#1e3c06;
}

.tab_description h3 {
	color: #ade64b;
	font-size: 16px;
	font-weight:lighter;
	margin: 0px 0px 10px 0px;
}

.tab_description p {
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

.tab_description a {
	color: #dcff0d;
	font-size: 13px;
	text-decoration:underline;
}

.tab_description a:hover {
	text-decoration:none;
}

