/* CSS Document */

#alltabs_wrapper {
	width: 731px;
	height: 380px;
	float: left;
	overflow: hidden;
}

.tab_container {
	width: 722px;
	padding: 10px 0px 10px 10px;
	float: left;
	overflow: hidden;
}

#tab1_title, #tab2_title, #tab3_title, #tab4_title #tab5_title #tab6_title{
	font-size: 11px;
	font-weight: bold;
	color: #060;
	padding: 0px;
}

.tab_title {
	font-size: 11px;
	color: #060;
	padding: 10px;
}

#menu_wrapper {
	width: 732px;
    display: none;
	background-color: #e8ebf3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #a7b3c9;
	margin-left: 0px;
	float: left;
}

#menu_wrapper ul {
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: -1px; /*IE fix */
}

#menu_wrapper ul li {
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
	margin-left: 0px;
}

#tab1_link, #tab2_link, #tab3_link, #tab4_link, #tab5_link, #tab6_link {
	text-transform: uppercase;
	font-size: 11px;
	color: #060;
	line-height: 16px;
}

#tab1_link a, #tab2_link a, #tab3_link a, #tab4_link a, #tab5_link a, #tab6_link a {
	text-transform: uppercase;
	font-size: 11px;
	color: #112d64;
	text-decoration: none;
}

#tab1_link a:hover, #tab2_link a:hover, #tab3_link a:hover, #tab4_link a:hover, #tab5_link a:hover, #tab6_link a:hover {
	color:  #388c36;
	text-decoration: none;
}

#tab1_current, #tab2_current, #tab3_current, #tab4_current, #tab5_current, #tab6_current {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
}

.frontpage_tab_title {
	font-weight: bold;
	font-size: 12px;
	color: #060;
	margin-bottom: 10px;
	background-color: #FFF;
}

.frontpage_tab_title a	
{
	color: #214387;
	text-decoration: none;
}

.frontpage_tab_title a:hover	
{
	color: #388c36;
	text-decoration: none;
}

.frontpage_tab_text {
	background-color: #FFF;	
	color: #214387;
}

.frontpage_tab_text a	
{
	color: #214387;
	text-decoration: none;
}

.frontpage_tab_text a:hover	
{
	color: #388c36;
	text-decoration: none;
}