﻿
.container {width: 100%; margin: 0 auto;}
ul.tabs {
	margin: 0;
	padding: 0 0 40px 0;
	float: left;
	text-align:center;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding:0; 
	height: 31px;
	line-height: 31px;
	border-bottom: 1px solid #cccccc	;
	border-left: none;
	margin-right: 43px;
	background: #ffffff;
	background-image:url();
	overflow: hidden;
	position: relative;
	
	
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 0 60px 0 0;
	border: 0px solid #fff;
	outline: none;
	color:#cccccc;

}

ul.tabs li a:active {
	text-decoration: none;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 0 60px 0 0;
	border: 0px solid #fff;
	outline: none;
	/*
	color:#ec1c24;
	*/
	color:#194d84;
}


ul.tabs li a:hover {
	background: #ffffff;
	background-image:url();
	color:#333;
		
	
}	
html ul.tabs li.active, html ul.tabs li.active a:link  {
	background: #fff;
	border-bottom: 1px solid #be0709;
	/*
	color:#ec1c24;
	*/
	color:#194d84;
}


.tab_container {
	border: 0px solid #e2e2e3;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-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_content {
	padding: 0 ;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #fff;
}
.tab_content img {
	float: center;
	margin: 0 0px 0px 0;
	border: 0px solid #ddd;
	padding: 0;
}