﻿#tabs-section {
	display: block;
	padding-left: 6px;
}

.tabs {
	margin: 0 0 0 6px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #00703c;
	list-style: none;
	width: 490px;
	text-align: left;
}

.tabs li {
	display: inline;
	float: left;
}

.tabs li a, .tabs li a:visited, .tabs li a:active {
	text-decoration: none;
	text-align: center;
	position: relative;
	background: url(/PublishingImages/siteart/tab-off.gif) no-repeat center bottom;
	display: block;
	margin-right: 4px;
	color: #000;
}

.tabs li a:hover {
	color: #00703c;
}

.tabs li #tab1 {
	padding: 3px 40px;
}

.tabs li #tab2 {
	padding: 3px 5px;
}

.tabs li #tab3 {
	padding: 3px 18px;
}

.tabs li a.selected, .tabs li a.selected:active {
	background: url(/PublishingImages/siteart/tab-on.gif) no-repeat center bottom;
	text-decoration: none;
	position: relative;
	color: #00703c;
}

.tabs li a.selected:hover {
	text-decoration: none;
	background: url(/PublishingImages/siteart/tab-on.gif) no-repeat center bottom;
	color: #00703c;
}

#tab-block {
	width: 534px;
	vertical-align: top;
	background: url(/PublishingImages/siteart/div-btm.gif) no-repeat bottom center;
	display: block;
	padding-bottom: 5px;
	clear: left;
}

/*.tabcontent {
	display: block;
	padding: 5px;
}*/

.tabcontent-whatshot {
	display: block;
	padding: 5px 0 5px 5px;
	background: url(/PublishingImages/siteart/div-top1.gif) no-repeat top center;
}

.tabcontent-announcements {
	display: block;
	padding: 5px 0 5px 5px;
	background: url(/PublishingImages/siteart/div-top2.gif) no-repeat top center;
}

.tabcontent-feelthethunder {
	display: block;
	padding: 5px 0 5px 5px;
	background: url(/PublishingImages/siteart/div-top3.gif) no-repeat top center;
}
