@charset "utf-8";
/*
* Main styles
*******************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 85.5%;
	font-family:"trebuchet MS", Verdana, sans-serif;
}

a {
	color: #003D6B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#mainPage {
	width: 900px;
	margin: 0 auto;
}

#main {
	margin-top: 12px;
}

.margin-left {
	margin-left: 30px;
}

ol li {
	margin-bottom: 10px;
}

.label {
	text-align: right;
	padding-right: 5px !important;
}

/*
* Header Styles
********************************************************/

#header {
	height: 65px;
	border-bottom: 1px solid #EDEDED;
	background: url(/skins/images/logo.jpg) no-repeat ;
}

#logoLink {
	float: left;
	width:220px;
	height: 65px;
}

#logoLink a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#user_block {
	width: 250px;
	height: 65px;
	float: right;
}

#user_block img {
	float: right;
}

#user_block .information {
	padding: 0px;
	font-size: 1.25em;
	font-weight: normal;
	color: #003D6B;
	text-align: right;
}

#user_block .information a {
	text-decoration: none;
}

#user_block .information a:hover {
	text-decoration: none;
	color: #999999;
}

#user_block .logged-in {
	height: 46px;
	padding-top: 12px;
}

#user_block .logged-out a {
	display: block;
	height: 45px;
	padding-top: 20px;
	font-weight: normal;
}

#user_block em {
	font-size: 0.7em;
	font-style: normal;
}

/*
* Left Navigation Layout
********************************************************/

#leftNav {
	float: right;
	width: 200px;
	height: 458px;
	background:url(/skins/images/left_bar.gif) right no-repeat;
}

#leftNav strong {
	font-size: 16px;
	padding: 6px 0 3px 0;
	color: #003D6B;
}

#quote {
	width: 168px;
	margin: 20px 0 0 0;
	padding: 5px;
	float: left;
	background:url(/skins/images/quote.jpg) no-repeat bottom;
	font-style:italic;
	font-size: 10px;
}

#newsArchive {
	text-align:center;
	width: 120px;
	margin: 12px;
	padding: 6px;
	border: 1px solid #607A99;
}

#newsArchive h3 {
	border-top: none;
	border-bottom: 1px solid #cfcfcf;
}

/*
* Main Content Area for home page and sub pages
******************************************************/

#pageContent {
	width: 688px;
	float: right;
}

#pageContent table tr td {
	margin: 1px;
	padding: 1px;
	padding-bottom: 3px;
}

#pageContent p {
	line-height: 22px;
	margin-bottom:12px;
}

.gold {
	color: #AA8B20;
	font-weight:bold;
}

h2{
	margin-bottom: 12px;
	padding: 12px;
	color: #003D6B;
}

h3 {
	padding: 6px 6px 0 0;
	margin: 6px 0 2px 0;
	border-top: 1px solid #EDEDED;
	color:#003D6B;
}

#pageContent a {
	color: #003D6B;
	text-decoration:underline;
	font-weight: bold;
}

#pageContent ul {
	margin-bottom: 12px;
}

#pageContent table {
	margin-bottom: 12px;
}

#pageContent table a.gold{
	color: #AA8B20;
}

#pageContent table a:hover {
	text-decoration: underline;
}

#pageContent table td {
	padding: 6px 3px;
	vertical-align: top;
}

#pageContent table td.odd {
	border-bottom: 1px dotted #333333;
	background: url(/skins/images/grad_bg.gif) repeat-x #ededed;
}

#pageContent table td.even {
	border-bottom: 1px dotted #333333;
}

.tableBorderBottom {
	border-bottom: 2px solid #6d6d6d;
}

.smallText {
	font-size: 10px;
}

#usaMap {
	margin: 0 auto;
}

.locationListing {
	padding: 12px;
	background:url(/skins/images/grad_bg.gif) repeat-x;
}

blockquote {
	margin-left: 35px;
}

#pageContent ol {
	margin-left: 35px;
}

#pageContent strong {
	color:#003D6B;
}

#sosTraxHeader {
	background:url(/skins/images/sos-trax-header.jpg) no-repeat;
	height:145px;
}

acronym {
	font-weight: bold;
	color: #003D6B;
}

.articleSummary p {
	margin-top: -12px;
}

p.postDate {
	text-align:right;
	margin-top: -1px;
}

#pageContent ul {
	margin-left: 48px;
}

.redError {
	color: #CC0033;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*
* Footer
******************************************************/
#footer {
	clear: both;
	height: 127px;
	margin-top: 12px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#traximg {
	float: left;
	border-left: 1px solid #003D6B;
	border-bottom: 1px solid #003D6B;
	padding: 0 0 5px 5px;
}


#footer div {
	width: 213px;
	height: 127px;
	float: right;
	margin-left: 7px;
	padding: 6px;
	background: #F5F2EF;
	line-height: 15px;
}

#footer h4 {
	color: #003D6B;
	font-size: 18px;
	margin-bottom: 6px;
}

#footer table tr td {
	padding: 0 8px 8px 8px;
	font-size: 10px;
}

#footerNavLeft, #footerNavRight {
	list-style: none;
	margin:0;
}

#footerNavLeft li a, #footerNavRight li a {
	margin:1px;
	padding:1px;
}

#footerNavLeft li a:hover, #footerNavRight li a:hover {
	background: #003D6B;
	color:#fff;
	text-decoration:none;
}


#footerBottom {
	clear: both;
	font-size: 10px;
	margin-top: 12px;
}
#footerBottomRight {
	width: auto;
	float: right;
	text-align: right;
}

#footerBottomRight img {
	vertical-align: middle;
}

#footerBottomLeft {
	width: auto;
	float: left;
}


/*
* Index and all other Page Styles
******************************************************/

.columnIndividual {
	width: 300px;
	float: right;
	background: url(/skins/images/sm-headerJS.jpg) no-repeat;
	padding: 6px;
	padding-top: 120px;
}

.columnBusiness {
	width: 300px;
	float: right;
	background: url(/skins/images/Services-bus-header.jpg) no-repeat;
	margin-left: 12px;
	padding: 6px;
	padding-top: 120px;
}

.columnIndividual table tr td, .columnBusiness table tr td {
	padding: 12px;
}

#talent {
	width: 250px;
	float: right;
	margin-top: 155px;
	text-transform: uppercase;
}

#p-page-information  h1, 
#p-outplacement h1 {
	margin-left: 15px;
	padding-bottom: 20px;
	color: #003D6B;
}

#p-page-information {
	background: url(/skins/images/background-header.jpg) no-repeat ;
	padding: 80px 0 0 6px;
}

#p-oilgas {
	background: url(/skins/images/SOS-headers-o&g.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-accounting-financing {
	background: url(/skins/images/SOS-headers-acctg.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-construction {
	background: url(/skins/images/construction.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-contact-center {
	background: url(/skins/images/SOS-headers-contact-center.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-production {
	background: url(/skins/images/SOS-headers-production.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-administrative {
	background: url(/skins/images/SOS-headers-admin.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-warehouse {
	background: url(/skins/images/SOS-headers-warehouse.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-renewable {
	background:url(/skins/images/SOS-headers-RE.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-contract {
	background: no-repeat ;
	padding: 140px 0 0 6px;
}

#p-gulf {
	background:url(/skins/images/SOS-headers-gulf.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-printing {
	background: url(/skins/images/SOS-headers-printing.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-tradesmen {
	background:url(/skins/images/SOS-headers-tradesmen.jpg) no-repeat ;
	padding: 140px 0 0 6px;
}

#p-outplacement {
	background: url(/skins/images/SOS-headers-nextjob.jpg) no-repeat ;
	padding: 100px 0 0 6px;
}

#p-big_d {
	background: url(/skins/images/SOS-headers-big_d.jpg) no-repeat ;
	padding: 100px 0 0 6px;
}

#p-big_d h1 {
	color: #A6610C;
	padding: 15px 5px;
}

#p-big_d h2 {
	color: #A6610C;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

#p-big_d a {
    outline: medium none;
}

#p-big_d a:link {
    color: #A6610C;
}

#p-big_d a:visited {
    color: #A6610C;
}

#p-big_d a:hover {
    color: #6D6E71;
}

#p-big_d p {
    line-height: 14px;
    padding-bottom: 1em;
}
	

/*** Locations ***/
.list-paragraph {
	padding-bottom: 10px;
}

.location-table {
	padding-left: 5px;
	background: transparent url(/skins/images/grad_bg.gif) repeat-x scroll 0 0;
}

/****JOB SEEKERS****/
#pageContent .quad-container a {
	text-decoration: none;
}

.quad-container {
	width: 620px;
	margin: 0px auto;
	padding-top: 40px;
}

.jobseeker_link span {
	display: block;
}

.jobseeker_link {
	width: 285px;
	height: 140px;
	border: 1px solid #999999;
	float: left;
	margin: 0px 10px 20px;
	background-color: #FFFFFF;
	padding: 1px;
	color: #000000;
}

a.jobseeker_link:hover {
	cursor: pointer;
	border: 2px solid #003F69;
	padding: 0px;
}

.portalBox .headline {
	font-size: 1em;
	width: 200px;
	margin: 0px auto;
}

.portalBox .headline .icon {
	float: left;
	padding: 5px;
}

.portalBox .headline .icon img {
	border: none;
}

.portalBox .headline .text {
	float: left;
	clear: none;
	padding: 1.25em 0em 0em;
	font-size: 1.25em;
	color: #003F69;
}

.portalBox .text {
	padding: 0px 10px 10px;
	clear: both;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}
/**** Compliance Pages ****/
#reportFraudTable {
	width: 575px;
	margin: 0px auto;
}

#reportFraudTable .label {
	font-weight: bold;
	color: #003F69;
	padding-bottom: 0px;
}

#reportFraudTable .section-head {
	padding-top: 15px;
	font-size: 1.25em;
	border-bottom: 1px solid #EDEDED;
}

#reportFraudTable textarea {
	margin-bottom: 10px;
}

/*** FaceBook Link ***/
#sosFacebookLink {
	width: 190px;
	font-size: 0.9em;
	margin: 50px auto;
	color: #6D6D6D;
}

#sosFacebookLink a {
	display: block;
	height: 30px;
	margin-bottom: 5px;
}

#sosFacebookLink a:hover {
	text-decoration: none;
}

#sosFacebookLink a img {
	vertical-align: middle;
	margin-right: 5px;
}
