/* HOMEPAGE TABS
-----------------------------------------------------------------------------
*/
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	display: inline;
}
.TabbedPanelsTabGroup {
	padding: 0px;
}
.TabbedPanelsTab {
	clear: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-left: 15px;
	margin-bottom: 10px;
	height: 1%;
	color: #8f98AE;
	outline:none;
	font-weight: bold;
	width: auto;
}
.TabbedPanelsTab a {
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	border-top: #D9E1EC 1px solid;
	background: #FFFFFF;
}
.TabbedPanelsContent {
	width: 100%;
	float: left;
	background: #FFFFFF;
}
.TabbedPanelsTabHover {
	color: #DC671E;
}
.TabbedPanelsTabSelected {
	background:url(images/mainstyles_bullet2.gif) no-repeat 2px 4px;
	color: #001447;
}