.title-header
{
	float: left;
	width: 960px;
	height: 93px;
	background-color: #2175D9;
}
.home-page .title-header {
	height: 93px;
	margin: 0 0 10px;
}
body.staffing .title-header {
	background-color: #6da7e6;
}

body.professionals .title-header {
	background-color: #333;
}

body.search-selection .title-header {
	background-color: #A223A2;
}

body.hr-solutions .title-header {
	background-color: #00A8B0;
}

body.inhouse-services .title-header {
	background-color: #FBDD10;
}
body.inhouse-services .title-header h1,
body.inhouse-services .title-header h3
{
	color: #333;
}

body.inhouse-services .fjp-header h3 {
	color: #666;
}

.title-header h1 {
	color: #fff;
	margin: 23px 0 -20px 32px;
	padding: 5px 0 20px 57px;
	background-image: url(../images/header-arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.fjp-header h1 {
	color: #333;
	background-image: none;
	margin: 0;
	padding: 0;
}

.title-header h3
{
	color: #d1e4f6;
	margin: 0 0 0 89px;
}
.tabbed-title-header
{
	height: 117px;
}
.tabbed-title-header ul
{
	float: left;
	list-style: none;
	margin: 28px 0 0 0;
}
.tabbed-title-header ul li
{
	float: left;
	background-color: #f9f9f9;
	padding: 5px 20px;
	border-right: 1px solid #6da7e6;
	border-bottom: 1px solid #6da7e6;
}
.tabbed-title-header ul li.selected
{
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
.client-home-page .title-header{
	background-image: none;
}
.client-home-page .title-header h1{
	float: left;
	display: inline;
	margin: 28px 0 0 89px;
}
.client-home-page .title-header form{
	float: left;
	display: inline;
	margin: 32px 0 0 15px;
}

.home-page .fjp-header {
	background-image: none;
	background-color: #E0E0E0 !important;
	color: #666;
	height: 50px;
}

.home-page .fjp-header h1 {
	margin: 12px 0 0 16px;
	color: #333;
	float: left;
	display: inline;
}
.home-page .fjp-header h3 {
	margin: 18px 0 0 16px;
	float: left;
	font-size: 12px;
	color: #666;
}

.home-page .fjp-header button {
	margin: 14px 0 0 16px;
	float: left;
	background-color: #FF8A00;
	border: 0;
}

.home-page .fjp-header button:hover {
	background-color: #6DA7E6;	
}


