@charset "utf-8";
/* CSS Document */
#tabs {
/*	margin: 20px 0;*/
}
#tabs ul {
	
	padding: 0;
	margin: 0;
}
#tabs li {
	
	list-style: none;
	padding-top: 0px;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	/*float:left;*/
	
/*	height: 30px;*/
	font-size: 1.05em;
	font-weight: bold;
/*	margin-right:10px;*/
}
#tabs ul li.active a {
	padding: 5px 19px;
	/*height: 30px;*/
	font-size: 1.05em;
	font-weight: bold;
}
#tabs > div {
	clear: both;
	padding: 10px 0 0;
	min-height: 20px;
	color: #000;
}

#tabs a:focus {outline:none;}

/*#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}*/
#tabs ul li a {
	padding: 5px 19px;
	height: 16px;
	/*background-color:#CCCCCC;
	color: #2424e8;*/
	font-size: 1.05em;
	font-weight: bold;
}
.pink{
text-decoration:none;
color:#000;
background:#eec196 url(/images/tab1.png) top right no-repeat;
}
.orange{
text-decoration:none;
color:#fff;
background:#da7b26 url(/images/tab2.png) top right no-repeat;
}
.darkorange{
text-decoration:none;
color:#fff;
background:#c24d00 url(/images/tab3.png) top right no-repeat;
}
.tabssubsectiontitle{
	color:#333;
	padding:0 10px 10px 19px; 
	font-size: 1.05em;
	font-weight: bold; }
	/*
	#tabs .darkorange a{
	display:block;
	padding:0 0 3px 18px;
	background:url(/images/arrow1.gif) no-repeat 1px center;
	font-size: 1.05em;
	line-height:1.2em;
	text-decoration:none;
	font-weight: bold;
	}
	*/
	
	.sublinks{
	padding:9px 0 0 36px;
	}
	#tabs .sublinks li {list-style-type:decimal; list-style-position:outside; float:none; padding-bottom:9px;}

	#tabs .sublinks li a{
	display:inline;
	padding:0 0 3px 0px;
	font-size: 1.05em;
	line-height:1em;
	text-decoration:underline;
	font-weight: normal;
	background:none;
	float:none;
	}
	#tabs .sublinks li a:hover{text-decoration:none}
