﻿/*Tabbed header home style*/
.tabbed_header_home
{
	float:left;		
	height:26px;
	margin:10px 0px 0px 0px;
}
.tabbed_header_home .Text
{
	float:left;
	background:url('../images/tab_header_left.gif') no-repeat top left;
	padding:10px 0px 0px 10px;
	margin:1px 0px 0px 0px;
}
.tabbed_header_home a
{
	color:black;
	text-decoration:none;
	background:url('../images/tab_header_right.gif') no-repeat top right;
	padding:10px 10px 10px 0px;
	font-weight:bold;	
}
/*General header site wide style*/
.general_header
{
	width:100%;
	float:left;	
}
.general_header a
{
	color:#003B81;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}
/*header black*/
.header_black
{
	width:100%;
	float:left;	
	background:#000000;
	margin:36px 0px 0px 0px;
}
.header_black a
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	text-indent:10px;
	line-height:30px;
	float:left;
}
/*Yellow header*/
.yellow_header
{
	float:left;		
	height:21px;
	margin:15px 0px 0px 0px;
	width:100%;
}
.yellow_header .Text
{
	float:left;
	background:url('../images/yellow_header_left.gif') no-repeat top left;
	height:21px;
	padding:0px 0px 0px 8px;
}
.yellow_header a
{
	color:black;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/yellow_header_right.gif') no-repeat top right #FBE22E;	
	height:17px;
	float:left;
	padding:4px 11px 0px 0px;
	font-size:14px;	
}
/*Blue header*/
.blue_header
{
	float:left;		
	height:20px;
	margin:15px 0px 0px 0px;
	width:100%;
}
.blue_header .Text
{
	float:left;
	background:url('../images/blue_header_left.gif') no-repeat top left;
	height:20px;
	padding:0px 0px 0px 8px;
}
.blue_header a
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/blue_header_right.gif') no-repeat top right #025DA3;	
	height:17px;
	float:left;
	padding:3px 11px 0px 0px;
	font-size:14px;	
}