/* ALL TAB STYLES */

.tabs-block {
	clear: left;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	margin-top:25px;
	}
	
.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: 0 .3em 0 0;
	}
	
.tabbed ul.tabs li a {
	display: block;
	width:175px;
	margin: 0;
	padding: 5px .8em;
	background: url(../images/tabs-a.png) top left no-repeat;
    color:#333;
	border-left:1px solid #cccccc;
	}
	
.tabs-block ul.tabs li a { 
padding-top: 5px;
font-size:12px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight:bold;
letter-spacing:0.01em;
 }

.tabbed ul.tabs li a:hover {
	background: #333;
    color:#999999;
	text-decoration: none;
	background:url(../images/tabs-hover.png) top left no-repeat;
	}

.tabbed ul.tabs li a.tab-current {
    color:#333;
	border-bottom: 1px solid #fff;
	border-left:1px solid #ccc;
	border-right:none;
	border-top:none;
	background:url(../images/tabs-hover.png) top left no-repeat;
	}
	
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	display: none;
	}

.tabs-block .tabbed div:hover {  }

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: 670px; }

.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: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none;
	}
	
.tabbed div ul li a:hover { text-decoration: underline; }


ul#leadarticle a.title {
margin-top:2px;
padding-top:0px;
font-family:Georgia, "Times New Roman", Times, serif;
}


#leadpic {
	padding:1px;
	border:1px solid #999;
	float:left;
	margin-top:5px;
	margin-right:5px;
	}
	
ul.bullets li a {
	text-decoration:none;
	color:#000;
	list-style:none;
}
