



/* -------------Tab Menu ----------------------------------------------------------*/

.container {width: 100%; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background:#069761;
	color:#666;
	
	
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	color:#FFF;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

	
	
}
ul.tabs li a:hover {
	color:#FFF;
}	
html ul.tabs li.active, html ul.tabs li.active{
	background: #b6b5b5;
	color:#06C;
	font-family:Arial, Helvetica, sans-serif;
	
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #e7e7e7;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_menu {
	border-top: none;
	float: left; 
	width: 100%;
	background: #e7e7e7;
}
.tab_content {
	padding: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;

}
.tab_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-align:left;
}
.tab_content h3 a{
	color: #254588;
}

.tab_content h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:17px;
	text-align:left;
	color:#066f89;
}
.tab_content h4 span{
	color:#ee1d2f;
}

