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

.container2 {
	width: 940px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 34px;
	border-bottom: 1px solid #7FD1E5;
	border-left: 1px solid #7FD1E5;
	width: 100%;
	}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px;
	line-height: 33px;
	border: 1px solid #7FD1E5;
	border-left: none;
	margin-bottom: -1px;
	background: #7FD1E5;
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #005267;
	font-size: 12px;

}
ul.tabs li a:hover {
	background: #FFF;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #7FD1E5;
	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: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #7FD1E5;
	font-family: Arial, Helvetica, sans-serif;
	color: #005267;
	font-size: 20px;
}
.tab_content h3 a{
	color: #000;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #7FD1E5;
	padding: 5px;
}
