 
h1 {font-size: 3em; margin: 20px 0;}
container {width: 935px;   margin: 10px auto; }

 

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 47px;
	background: url(../images/bg-tab.jpg) bottom no-repeat;
  	width:952px;
	padding-left:10px;
}

ul.tabs  img {margin-right:5px}
 ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 46px;
	line-height: 46px;
 	border-left: none;
	margin-bottom: -1px;
 	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #999999;
	display: block;
	font-size: 0.8em;
	font-weight:bold;
	padding: 0 24px;
 	outline: none;
	
}
ul.tabs li a:hover {
  	
}	

html ul.tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
  	border-top:3px #F3C30B solid
 	
}
 html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
 	
}
.tab_container {
	border: 1px solid #ccc;
	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: 20px;
	font-size: 13px;
	background:url(../images/bg-container.gif) bottom repeat-x;
}
.tab_content a{color:#003399; text-decoration:none}
.tab_content a:hover {color:#003399; text-decoration: underline}

.tab_content h1 { margin:0px; padding:0px; font-size:24px; color:#CC0000}
.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;
}
*/
 





 