/* ######### CSS for Shade Tabs. Remove if not using ######### */
img{border:none;}
.shadetabs{
	font-size: 15px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Myriad', Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image: url(../spimages/pages/main-tab_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:34px;
	width:980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.shadetabs li{
	display: block;
	float:left;
	margin: 0px;
	height:34px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C5E7F;
}

.shadetabs li a{
	float:left;
	display:block;
	height:34px;
	line-height:34px;
	text-decoration: none;
	position: relative;
	background-position: center 0px;
	width:237px;
	text-align:center;
	color: #FFFFFF;
	text-shadow: 0px -1px #000000;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../spimages/pages/main-tab_12.jpg);
	background-repeat: no-repeat;
	height:34px;
	font-size: 17px;
	color: #FFFF99;
	text-shadow: 0px -1px #000000;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabtext{
	float:left;
	display:block;
	width:400px;
	height:80px;
	line-height:20px;
	text-align:left;
	color: #FFFFFF;
	font-size: 13px;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:35px;
	_margin-left:20px;
	text-shadow: 0px -1px #000000;
}
.news-list{
	float:left;
	display:block;
	line-height:16px;
	width:220px;
	text-align:left;
	color: #FFFFFF;
	font-size: 11px;
	margin-top:15px;
	margin-bottom:10px;
}
