.container {width: 650px; margin: 10px auto;}

blockquote,form,div,li,ol,p,td,th,ul {font-size: 11px; font-family:Tahoma; color: #707070;}
strong{
	color:#327b9c;
	font-weight:bold;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #e3e3e3;
	border-left: none;
	margin-bottom: -1px;
	background: url(../images/tab_bg.jpg) repeat-x;
	overflow: hidden;
	position: relative;

}
ul.tabs li a {
	text-decoration: none;
	color: #04b5df;
	display: block;
	font-size: 11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 7px;
	border: 1px solid #fff;
}
ul.tabs li a:hover {
	background: #ffffff;
	color: #f4730b;
}	


html  li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}


.tab_container {
	border: 1px solid #e3e3e3;
	border-top: none;
	clear: both;
	float: left; 
	width: 650px;
	background: #fff;

}
.tab_content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.tab_content h2 {
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;

}
.tab_content h3 a{
	color:#f4730b;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.tab_content img {
	float: left;
	margin: 0 15px 15px 0;
	border:none;
	padding: 5px;
}
