/* CSS Document */
#contentLeft { width:415px; position:absolute; left:0px; }
#contentRight { width:565px; position:absolute; right:0px; }
h1 { font-size:48px; font-weight:normal; margin:30px 0px 0px 0px;}
ul.tabs {
	margin: 0;
	padding:  0 0 10px 0;	
	float: left;
	list-style: none;
	width: 100%;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	overflow: hidden;
	position: relative;
}
ul.tabs li img {
	border: 0;
}
ul.tabs li h3 {
	font-weight:normal; font-size:14px; margin-bottom:0px;
}
ul.tabs li span {
	font-size:10px; opacity:0.8; filter:alpha(opacity=80);
}
ul.tabs li a {
	font-size:14px;
	text-decoration: none;
	display: block;
	outline: none;
	opacity:0.5; filter:alpha(opacity=50);
}
ul.tabs li a:hover {
	color:#FFFFFF;
	opacity:1.0; filter:alpha(opacity=100);
}	
html ul.tabs li.active a {
	color:#FFFFFF;
	opacity:1.0; filter:alpha(opacity=100);
	
}
html ul.tabs li.active a:hover  {
	color:#FFFFFF;
	opacity:1.0; filter:alpha(opacity=100);
	
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	padding-top:8px;
}
.tab_content {
	padding: 0px;
}
.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 {
	margin: 0;
	border: 0;
}

