﻿
a img
{
    border: 0px;
}
.container
{
    margin: 0px auto;
}
ul.tabs
{
	margin: 0;
	float: right;
	list-style: none;
	font-size: 10px;
	color: #808080;
	height: 27px;
	width: 120px;
	width: 100%;
}
ul.tabs li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
	overflow: hidden;
	position: relative;
	width: 120px;
	padding-right: 5px;
}
ul.tabs li a
{
	text-decoration: none;
	text-align: center;
	color: #999999;
	display: block;
	font-size: 1.2em;
	padding: 0px;
	outline: none;
}
ul.tabs li a:hover
{
	color: #87d0d5;
}

ul.tabs li.active
{
	border-bottom: 0px solid #FFF;
	border-top: 3px solid #095088;
	border-left: 1px solid #095088;
	border-right: 1px solid #095088;
	color: #87d0d5;
	background-color: #fff;
}
.tab_container
{
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content
{
	font-size: 1.2em;
	padding: 20px;
	background-color: #fff;
	text-align:center;
}
.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;
}
