/* ALL TAB STYLES */

.tabs-block {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 3px 0;
	display: block;
	margin-top:0px;
	font-size:78%;
	}
	
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
	
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
	
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 5px;
	background: #E1E1E1;
	color:#333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	
	}
	
.tabs-block ul.tabs li a { padding: 5px 5px; }

.tabbed ul.tabs li a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #66CC00;
	border-top-width: 3px;
	
	border-top-color: #9DED6D;
	
	}

.tabbed ul.tabs li a.tab-current {
	background: #fff;
    color:#333;
	border-bottom: 1px solid #fff;
	}
	
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: none;
	position: relative;
	left: 0;
	top: 0px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
	background: #ffffff;
	display: none;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CC00;
	}

.tabs-block .tabbed div:hover { background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #ffffff; }

div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }

.tabs-block .tabbed div.t1, #home .tabbed div.c1 { display: block;	}
	
.tabs-block .tabbed div { width: 300px; }

.tabbed div ul {
	overflow: hidden;
	padding:10px;
	background: transparent;
	}
	
.tabbed div ul li {
	clear: left;
	background: transparent;
	}
	
.tabbed div ul li a {
	font-weight: normal;
	width: 99%;
	display: block;
	padding: 2px 0 2px 2px;
	background: transparent;
	border: none;
	}
	
.tabbed div ul li a:hover { text-decoration: none; }

