/* CSS Document */

body {

}
h1 {font-size: 3em; margin: 20px 0;}
.container {width: 740px;}
ul.tabs {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	list-style: none;
	height: 26px;
	background:url(../images/tab-bord.jpg) repeat-x bottom;
	width: 99%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	margin-bottom: -1px;
	background: url(../images/tab-img.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #0a6cb2;
	display: block;
	font-size: 11px;
	margin: 0 1px;
	width:74px;
	text-align:center;
	outline: none;
	font-weight:bold;
}
ul.tabs li a:hover, ul.tabs li.active a {
background:url(../images/tab-imgho.jpg) no-repeat;
	color:#f89d1c;
	font-weight:bold;
}	

.tab_container {
	
	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: 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: #254588;
}

.tab_content p{
font-size:12px;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}