﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	padding: 0px;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a.selected { /*selected main tab style */
	color:#ffffff;
	position: relative;
	background:url(../images/tab-left2.gif) -5px 0.3px no-repeat;
	z-index:200;
}
.shadetabs li a.callto1 { /*selected main tab style */
	color:#ffffff;
	position: relative;
	background:url(../images/bg-0ne.gif);
	z-index:200;
}
.shadetabs li.hidden a { /*selected main tab style */
	width:0px;
	padding:0px;
	margin:0px;
}
.shadetabs li a.selected span { /*selected main tab style */
	position: relative;
	background:url(../images/tab-right2.gif) right 0.3px no-repeat;
	z-index:201;
}
.tabcontent {
	display:none;
	width:730px;
	height:100%;
}
#contentslid {
	width:730px;
	margin-bottom:10px;
	height: 100%;
	left:-20px;
	position:relative;
	z-index:100;
	position:relative;
}
#slidbtm {
	position: relative;
	height:20px;
	float: left;
	width:730px;
	background:url(../images/tab-bg.jpg) 0px -65px no-repeat;
}
#slidtop {
	width:730px;
	background:url(../images/tab-bg.jpg) 0px -15px no-repeat;
	height:20px;
	clear:none;
	float:left;
	position:relative;
	z-index:0;
}

#centertxt {
	background:url(../images/tab-bg2.jpg) 1px -1px repeat-y;
	float:left;
	width:665px;
	position:relative;
	clear:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#of4955;
	padding-left:35px;
	padding-right:30px;
}
@media print {
.tabcontent {
	display:block !important;
}
}
.shadetabs ul{
	display: inline;
}
.shadetabs li a {
	padding-left: 12px;
	text-decoration: none;
	color:#edca79;
}
.shadetabs li a span {
	padding-right: 12px;
	height: 25px;
	padding-top:12px;
}
.shadetabs li a, .shadetabs li a span {
	display: inline-block;
	float: left
}
/* Hide from IE5-Mac \*/
.shadetabs li a, .shadetabs li a span {
	float: none
}
/* End hide */

.shadetabs li a:hover {
	color: #fff;
	padding-left: 12px;
}
.shadetabs li a:hover span {
	padding-right: 12px;
	cursor:pointer;
}
.shadetabs ul {
	padding: 0;
	margin: 0;
}
.shadetabs li {
	float: left;
	margin: 0;
}
#subnavtab {
	width:730px;
	height:37px;
	clear: both;
	position: relative;
	float: left;
}

