.container {width: 100%;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px;
	background: #eee;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #ff9900;
	display: block;
	font-size: 1.2em;
	font-weight:800;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}

li.homepage a {
	text-decoration: none;
	color: #ff9900;
	display: block;
	font-size: 2.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
	color:#333;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#ff9900;
}

.tab_container {
	border: 1px solid #ccc;
	background:#fff url(../images/tabsBG.jpg) bottom center repeat-x;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	padding-bottom:12px;
}
.tab_content {
	padding: 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;
}