@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.go-home {
border: 1px solid #000;
padding:0;
background-color:#d7ab54;
font-weight:bold;
color:#000;
}
.go-tabs {
	border: 1px solid #000;
padding:0;
background-color:#d7ab54;
font-weight:bold;
color:#000;
font-size: 1.5em;
}
#home-tab-box form {
margin:0;
}
/*For pages with a second tabbed search*/
.contents-white {
	background-color:#fff;
	padding:5px;
}

/*For Header Tabs*/
#outerWrapper #header #tabbed-search {
	position:absolute;
	width: 350px;
	margin-left:400px;
	margin-top: -10px;
	font:.6em Verdana, Arial, Helvetica, sans-serif;
	z-index:3;
		}
		#outerWrapper #header #tabbed-search a {
	color:#fff;
		}
#outerWrapper #header #tabbed-search form {
	float: none;
	width: 340px;
	margin-top: 0;
	text-align:left;
}
 .search-header {
	width:250px;
	font-size:1.5em;
	background-color:#fff;
	color:#000;
	margin:0;
	padding: 2px 0 2px 3px;
	border:1px solid #000;
}
/**/
.TabbedPanels {
	margin: 0 0 8px 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 5px;
	margin: 0px 1px 0px 0px;
	font:bold 1.0em sans-serif;
	color:#fff ;
	background-color: #6b6d46;
	list-style: none;
	border-left: solid 1px #42432c;
	/*border-bottom: solid 1px #999;
	border-top: solid 1px #42432c;
	border-right: solid 1px #42432c;*/
	cursor: pointer;
	background-color: #42432c;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
}


.TabbedPanelsTabHover {
	color: #fff;
	text-decoration: underline;
}


.TabbedPanelsTabSelected {
	background-color: #6b6d46;
	border-bottom: 1px solid #6b6d46;
	color: #fff;
}


.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
}
.TabbedPanelsTab a:hover {
	color: #fff;
	text-decoration: underline;
}




#TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #42432c;
	border-bottom: solid 1px #42432c;
	/*border-top: solid 1px #999;*/
	border-right: solid 1px #42432c;
	background-color: #fff;
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;	
}
#TabbedPanelsContentGroup dl{
margin-left: 20px;
}

#TabbedPanelsContentGroup dt{
background-image:none;
text-transform:uppercase;
font-weight: bold;
margin-top: 10px;
border-top: 1px dotted #000000;
padding-top: 10px;

}

#TabbedPanelsContentGroup dt.none{
border-top: 0 none;
}


.TabbedPanelsContent {
	padding: 4px;
	background-color:#6b6d46;
}


.TabbedPanelsContentVisible {
}



