@charset "UTF-8";
body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #RightCol {
	position:relative;
	height:-86px;
	width:700px;
	padding: 0;
	margin:0;
	float:right;
	background:url(../images/bg-rightCol.gif) repeat-y right #5d778d;
	/*padding-top:254px;*/
}
#Header {
	width:700px;
	height:340px;
	position:relative;
	top:0;
	left:0;
	z-index:10;
	}
.oneColFixCtr #LeftCol {
	width:200px;
	float:left;
	margin:0;
	padding:0;
	}
#RightCol2 {
	width:700px;
	margin:0;
	float:right;
	/*background-color:#5d778d;*/
	padding-top:250px;
	/*background:url(../images/bg-rightCol2.gif) repeat-y left;*/
	}

	/* CHANGE HEADER PHOTO */
body#about #RightCol2 {
	background:url(../images/bg-whypartner.jpg) top no-repeat #5d778d;
	}
body#whypartner #RightCol2 {
	background:url(../images/bg-whypartner.jpg) top no-repeat #5d778d;
	}
body#accountrep #RightCol2 {
	background:url(../images/bg-accountrep.jpg) top no-repeat #5d778d;
	}
body#screening #RightCol2 {
	background:url(../images/bg-screening.jpg) top no-repeat #5d778d;
	}
body#evaluation #RightCol2 {
	background:url(../images/bg-evaluation.jpg) top no-repeat #5d778d;
	}
body#working #RightCol2 {
	background:url(../images/bg-working.jpg) top no-repeat #5d778d;
	}
body#jobs #RightCol2 {
	background:url(../images/bg-jobs.jpg) top no-repeat #5d778d;
	}
body#application #RightCol2 {
	background:url(../images/bg-application.jpg) top no-repeat #5d778d;
	}
body#contact #RightCol2 {
	background:url(../images/bg-contact.jpg) top no-repeat #5d778d;
	}
body#seekers #RightCol2 {
	background:url(../images/bg-application.jpg) top no-repeat #5d778d;
	}
body#benefits #RightCol2 {
	background:url(../images/bg-application.jpg) top no-repeat #5d778d;
	}
	/* END CHANGE HEADER PHOTO */
	
	
#subContent {
	background-color:#f2f5f8;
	width:456px;
	float:left;
	margin:0;
	padding:22px;
	color:#313d43;
	line-height:140%;
	}
#subContent table {
	margin:20px 0;
	}
#subContent2 { /* content in the right column on sub pages */
	width:164px;
	margin:100px 0 0 0;
	padding:18px;
	float:right;
	color:#FFF;
	line-height:130%;
	}
#subContent2 a {
	color:#e9c82c;
	text-decoration:none;
	}
#subContent2 a:hover {
	color:#e9c82c;
	text-decoration:underline;
	}
#locations {
	background-color:#e9b22d;
	margin-right:5px;
	padding:10px 20px;
	color:343e46;
	}
#locations ul {
	list-style:none;
	padding:0;
	margin:0;
	}
#locations li {
	margin:15px 0;
	}
li.noPad {
	padding:0;
	margin:0;
	background-color:#00FF00;
	}

	
/* TEXT CLASSES */
h1 {
	text-transform:uppercase;
	color:#e9c82c;
	font-size:140%;
	font-weight:normal;
	}
h2 {
	color:#e9b22d;
	font-size:120%;
	font-weight:bold;
	}
h3 {
	color:#313d43;
	font-weight:normal;
	font-size:130%;
	margin:0;
	padding:0;
	}
h4 {
	color:#426380;
	text-transform:uppercase;
	font-size:85%;
	font-weight:bold;
	margin:0;
	padding:0;
	}
hr {
	color:#8092a2;
	background-color:#8092a2;
	height:3px;
	border:none;
	border-style:none;
	}
.hr1 {
	color:#b9c3cd;
	background-color:#b9c3cd;
	height:3px;
	border:none;
	border-style:none;
	}
.highlight1 {
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	}
.highlight2 {
	font-weight:bold;
	font-size:150%;
	color:#e9b12c;
	line-height:150%;
	}
.highlight3 {
	font-weight:bold;
	font-size:120%;
	color:#e9b12c;
	line-height:150%;
	}
.hightlight4 {
	font-size:120%;
	font-weight:bold;
	}
.hightlight5 {
	color:#5d778d;
	font-size:120%;
	font-weight:bold;
	}
.highlight6 {
	color:#a6bed3;
	font-weight:bold;
	text-transform:uppercase;
	}	
#subContent a {
	color:#01090d;
	text-decoration:none;
	background:url(../images/a-underline2.gif) bottom repeat-x;
	}
#subContent a:hover {
	background:url(../images/a-underline3.gif) bottom repeat-x;
	}
ul.List1 {
	list-style:none;
	margin:0;
	padding:0;
	}
ul.List1 li {
	background:url(../images/bullet4.gif) no-repeat left top;
	margin:10px 0 0 0;
	padding:0 0 0 20px;
	}
/* END TEXT CLASSES */


/* NAVIGATION */
#nav {
	margin:0 5px 0 0;
	padding:0;
	color:#42586c;
	background:#FFF;
	}
#nav ul {
	list-style:none;
	padding:0;
	margin:15px 15px 10px 0;
	}
#nav li {
	margin:0;
	padding:6px 0;
	}
#nav a {
	color:#42586c;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
	background:none;
	}
#nav a:hover {
	color:#081929;
	background:url(../images/bullet-nav-blue1.gif) no-repeat left top;
	}
#nav hr {
	margin:10px 0 0 0;
	height:4px;
	color:#e9eff4;
	background-color:#e9eff4;
	border-style:none;
	border:none;
	}
.divider1 {
	/*padding:10px;*/
	padding:0 0 0 20px;
	font-weight:bold;
	color:#a6bed3;
	font-size:85%;
	text-transform: uppercase;
	}
	
/* what page are we on ? */
body#whypartner #n-whypartner, body#accountrep #n-accountrep, body#screening #n-screening, body#evaluation #n-evaluation, body#working #n-working, body#jobs #n-jobs, body#application #n-application, body#about #n-about, body#contact #n-contact, body#home #n-home, body#about #n-about, body#seekers #n-seekers, body#benefits #n-benefits {
	color:#e9b22d;
	background:url(../images/bullet-nav-yellow1.gif) no-repeat left top;
	}
	
	
/* END NAVIGATION */

#homeFlash {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	}
#homeContent {
	position:relative;
	z-index:20;
	top:-86px;
	/*top:254px;
	left:350px;*/
	width:304px;
	margin:0;
	padding:15px 23px;
	background:#f2f5f8;
	color:#313d43;
	float:right;
	line-height:130%;
	}
#homeContent2 {
	position:absolute;
	z-index:20;
	left:0;
	top:340px;
	width:290px;
	margin:0;
	padding:20px 30px 260px 30px;
	float:left;
	border-top:#42586c 10px solid;
	background:url(../images/man-tractor.jpg) no-repeat bottom #5d778d;
	color:#FFF;
	}
#homeContent2 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#homeContent2 li {
	margin:15px 0;
	padding:0 0 0 20px;
	background:url(../images/bullet3.gif) no-repeat left top;
	}
#homeContent2 li.link {
	background-image:none;
	}
#homeContent2 a.link {
	color:#e9c82c;
	text-decoration:none;
	font-weight:bold;
	}
#homeContent2 a.link:hover {
	color:#a3a05c;
	}
	
/* FOOTER */
#footer {
	background:#e9b22d;
	/*position:absolute;
	z-index:30;
	bottom:0;*/
	width:860px;	
	clear:both;
	padding:20px;
	color:#FFF;
	font-size:80%;
	height:5px; /*without this height the footer doesn't act right in IE 6 */
	}
#footer a {
	color:#FFF;
	}
/* END FOOTER */

/* EMPLOYEE SCREENING FORM */
#screenTable td {
	padding:8px 0;
	}
input {
	border-bottom:#d6dee7 2px solid;
	border-top:none;
	border-right:none;
	border-left:none;
	background:#FFF;
	padding:5px;
	font: 110% Arial, Helvetica, sans-serif;
	color:#54646c;
	}
input.i1 {
	width:330px;
	}
input.noStyle {
	border:none;
	border-style:none;
	background-color:#f2f5f8;
	}
textarea {
	border-bottom:#d6dee7 2px solid;
	border-top:none;
	border-right:none;
	border-left:none;
	background:#FFF;
	padding:5px;
	font: 110% Arial, Helvetica, sans-serif;
	color:#54646c;
	width:445px;
	}
.submitBtn {
	width:140px;
	background-color:#b9c3cd;
	border:#5d778d 2px solid;
	}
.submitBtn:hover {
	cursor:pointer;
	border-color:#aebbc6;
	background-color:#dce1e6;
	}
/* END EMPLOYEE SCREENING FORM */