﻿/* Main Layout
======================================*/

/* NB: override the main layout nav bg*/
.mainNavWrapper
{
	background: transparent url('../images/bg_main_nav.gif') repeat-x;
}

.mainStrap
{
	background: transparent url('../images/main_strap.png') no-repeat;
	height: 158px;
}

.aboutUsWidget
{
	background: transparent url('../images/_bg_about_us_widget.png') no-repeat;
	margin-top: 220px;
	width: 956px;
	height: 170px;
	position: absolute;
	bottom: 70px;
}

.aboutUsWidget .scrollButton
{
	float: left;
	margin-top: 30px;
	margin-left: 5px;
}

.colAboutUs
{
	float: left;
	width: 650px;
	/*border: dotted 1px #333;*/
	margin-right: 10px;
}

.colLatestRoles
{
	float: left;
	width: 280px;
	/*border: dotted 1px #ccc;*/
	margin-right: 10px;
	position:relative;
}

.colLatestRoles a.orange-overlay
{
	position:absolute;
	right:-13px;
    top:-86px;
	display:block;
}

.searchBar
{
	background: transparent url('../images/_bg_search_bar.png') no-repeat;
	margin-top: 10px;
	width: 956px;
	height: 45px;
	padding: 12px 5px 12px 10px;
	vertical-align: top;
	position: absolute;
	bottom: 0;
}


/* Main Styles
======================================*/

/* override the default scrollable widget styles*/
.aboutUsWidget .scrollable
{
	width: 538px;
}

.colAboutUs img, .colLatestRoles img
{
	padding: 6px 20px;
}

.aboutUsWidget ul
{
	list-style: none;
}

.aboutUsWidget .colAboutUs li
{
	float: left;
	width: 256px;
	/*border: solid 1px red;*/
	margin: 2px 6px;
	background: none; /* !important to override generic butllet list style */
	padding: 2px 10px;
}

.aboutUsWidget .colLatestRoles li
{
	float: left;
	width: 280px;
	/*border: solid 1px red;*/
	margin: 2px 6px;
	background: none; /* !important to override generic butllet list style */
}

.greyRightBorder
{
	border-right: solid 1px #ccc;
}

.searchBar ul
{
	height: 44px;
	vertical-align: middle;
	list-style: none;
}

.searchBar ul li
{
	/*display: block;*/
	float: left;
	list-style: none;
	vertical-align: middle;
	height: 44px;
	/*border: solid 1px red;*/
	line-height: 44px;
	/*margin: 0 4px;*/
	padding: 0 6px;
	background: none; /* !important to override generic butllet list style */
	list-style: none; /* !important to override generic butllet list style */
}

.searchBar ul li.smallButton
{
	padding: 0 1px;
}

.searchBar ul li.smallButton a
{
	display: block;
/*	border: solid 1px green;*/
}

.searchBar select
{
	width: 184px;
}

.searchBar img
{
	border: 0;
}

.searchBar ul li.smallLogo
{
	margin: 0 0 0 3px;
}

.searchBar ul li.greyRightDivider
{
	background-image: url('../images/grey_search_divider.png');
	background-position: right;	
	background-repeat: no-repeat;
}

.searchBar ul li.paddingRight18
{
	padding-right: 18px;
}

.searchBar ul li.paddingRight25
{
	padding-right: 25px;
}

/* Font Styles
======================================*/

.colAboutUs h1
{
	/*background: transparent url(../images/about_us_widget_about_us.gif) no-repeat 16px 5px;
	color: #333333;
	text-indent: -999px;
*/
	padding:7px 0 0 24px;
	font-size:1.465em !important;
	color:#000033 !important;
}

.colLatestRoles h1
{
/*
	background: transparent url(../images/about_us_widget_latest_roles.gif) no-repeat 21px 5px;
	color: #333333;
	text-indent: -999px;
*/
	padding:7px 0 0 20px;
	font-size:1.4em !important;
	color:#000033 !important;
}

.aboutUsWidget h2
{
	font-size: 14px;
	margin: 0 2px;
	width: 230px;
}

.aboutUsWidget p
{
	font-size: 12px;
	margin: 10px 2px;
	width: 230px;
}

.colLatestRoles h2, .colLatestRoles h3, .colLatestRoles p
{
	font-size: 14px;
	margin: 0 2px 4px 2px;
}

.scrollable .items li h2	{color:#484848; line-height:1.1em !important}
.autoscroll .items li h2 a	{color:#484848 !important}

