ARTICLE {
	margin: 0 auto;
	margin-top:10px;
	font-family:Calibri;
}
.tabs > DIV {
	background-color:#f9f9f9;
	padding:15px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.31);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.31);
	box-shadow: 0 0 3px rgba(0,0,0,.31);
	color:#9a9a9a;
	font-size:12px;
	line-height:18px;
	
}
.tabs > DIV p {
	color:#9a9a9a;
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Arial";
	
}
.tabs > DIV p h1
{
	color:#e32e21;
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'Calibri';
}
.tabs > DIV ul {
	color:#9a9a9a;
	font-size:12px;
	padding-bottom:10px;
	font-family:"Arial";
	
}
.tabs > DIV ul li {
	list-style:circle;
	line-height:22px;
	background-color:transparent !important;
	border-bottom:none !important;
	
}
.tabs > DIV .image {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.29);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.29);
	box-shadow: 0 0 3px rgba(0,0,0,.29);
	
}
.tabs > DIV .newsitem {
	padding:10px;
	display:inline-table;
	width:96%;
	border-bottom: solid 1px #d6d6d6;
}
.tabs > DIV .newsitem .newscontent {
	width:560px;
	color:#9a9a9a;
	font-size:12px;
	font-family:"Arial";
	text-align:left;
}
.tabs > DIV .newsitem .newscontent h1 {
	font-family: 'Calibri';
	font-size:14px;
	padding:0;
	margin:0;
	color:#e32e21;
	text-transform:none;
}
.tabs > DIV .newsitem .newscontent h1 a {
	color:#e32e21;
	text-decoration:none;
	font-size:14px;
	margin:0;
	padding:0;
}
.tabs > DIV .newsitem .newscontent h1 a:hover {
	color:#595959;
}
.tabs > DIV .newsitem .newscontent p {
	color:#9a9a9a;
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding-bottom:10px;
	font-family:"Arial";
	
}

.tabs > DIV H3 {
	color: #ccc;
}

.tabs LI {
	background: #E5E5E5;
	border-bottom: 4px solid #E5E5E5;
	margin-right: 3px;
}

.tabs A {
	color: #8b8b8b;
	display: block;
	font-size: 12px;
	padding: 8px 10px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #fff202;
	color:#000;}

.tabs LI:hover A {
	color: #000;
}

.active {
	background: #fff202 !important;
	position: relative;
	color:#000;
}
.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(227, 46, 33, 0);
	
	border-width: 8px;
	margin-left: -8px;
}

.active A {
	color: black !important;
}

.button {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 22px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	text-decoration: none;
}

.link {
	color: white;
	display: block;
	float: left;
	line-height: 48px;
	margin-top: 20px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}