#tab1 {
}
ul.tabs {
	margin: 0px;
	padding: 0;
	padding-left: 0px;
	float: left;
	list-style: none;
	/*height: 45px;*/
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	width: 220px;
	/*height: 45px;*/
	line-height: 45px;
	border: 0px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: transparent;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'trebuchet ms', arial;
	padding: 0 0px 0px 0px;
	border: 0px solid #fff;
	outline: none;
}
ul.tabs li.mTab {
	margin-left: 20px; /*background: #f5978e url(../../../images/11.png) 0 0 no-repeat;*/
}	
ul.tabs li.mTab a{
	color: #F56256;
	border: 1px solid #FAC39E;
	border-bottom: none;
	/*box-shadow: inset 0 -2px 2px #ababab;*/
}	
ul.tabs li.mTab a:hover {
	color: #B8362D;
	border-bottom: none;
}
ul.tabs li.pTab {
	/*background: #aade7c url(../../../images/11.png) 0 0 no-repeat;*/
}	
ul.tabs li.pTab a{
	color: #98C82C;
	border: 1px solid #BFDF7F;
	border-bottom: none;
	/*box-shadow: inset 0 -2px 2px #ababab;*/
}	
ul.tabs li.pTab a:hover {
	color: #528009;	
	border-bottom: none;
}
ul.tabs li.fTab {
	background: #F5EF8F;
}	
ul.tabs li.fTab a{
	color: #cc9f52;
}	
ul.tabs li.fTab a:hover {
	color: #ffed66;
}
ul.tabs li.mTab.active a, html ul.tabs li.mTab.active a:hover {
	color:#B8362D;
	box-shadow: none;
	border: 1px solid #B8362D;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0px;
}	
ul.tabs li.pTab.active a, html ul.tabs li.pTab.active a:hover {
	color:#528009;
	box-shadow: none;
	border: 1px solid #528009;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0px;
}	
ul.tabs li.fTab.active a, html ul.tabs li.fTab.active a:hover {
	background: #ffed66;
	color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	/*border: 1px solid #0f0;
	color:#fff;*/
}
.tab_container {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-right: none;
	border-left: none;
	border-top: none;
	border: 0px solid #878787;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_container #tab1 {
	border-top: 1px solid #B8362D;	
	/*border-left: 1px solid #F9ECB3;	
	border-right: 1px solid #F9ECB3;*/
	border-bottom: none;
}
.tab_container #tab2 {
	border-top: 1px solid #528009;	
	/*border-left: 1px solid #E8F9C5;	
	border-right: 1px solid #E8F9C5;*/
	border-bottom: none;	
}
.tab_content {
	padding: 5px 5px 20px 5px;
	font-size: 1em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}