@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-suits.jpg) bottom left #5d778d;
	/*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#whypartner #RightCol2 {
	background:url(../images/bg-whypartnerX.jpg) top no-repeat #5d778d;
	}
body#criminalrecords #RightCol2 {
	background:url(../images/bg-criminalrecords.jpg) top no-repeat #5d778d;
	}
body#instantservices #RightCol2 {
	background: url(../images/bg-instant.jpg) top no-repeat #5d778d;
	}
body#driversrecords #RightCol2 {
	background: url(../images/bg-drivers-records.jpg) top no-repeat #5d778d;
	}
body#employment #RightCol2 {
	background: url(../images/bg-employment-verify.jpg) top no-repeat #5d778d;
	}
body#medcheck #RightCol2 {
	background: url(../images/bg-medcheck.jpg) top no-repeat #5d778d;
	}
body#employee #RightCol2 {
	background: url(../images/bg-employeemonitoring.jpg) top no-repeat #5d778d;
	}
body#HR #RightCol2 {
	background: url(../images/bg-hr-consulting.jpg) top no-repeat #5d778d;
	}
body#drugtest #RightCol2 {
	background: url(../images/bg-drugtest.jpg) top no-repeat #5d778d;
	}
body#investigation #RightCol2 {
	background: url(../images/bg-investigation.jpg) top no-repeat #5d778d;
	}
body#staffing #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#about #RightCol2 {
	background:url(../images/bg-about.jpg) top no-repeat #5d778d;
	}
body#contact #RightCol2 {
	background:url(../images/bg-contact.jpg) top no-repeat #5d778d;
	}
	/* END CHANGE HEADER PHOTO */
	
	
/* SUB NAVIGATION - primarily used on the services section */
#subNav {
	background-color:#5d778d;
	width:456px;
	float:left;
	margin:0;
	padding:22px;
	color:#9cb1c1;
	text-align:center;
	}
#subNav ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	}
#subNav li{
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	}
#subNav a{
	font-size:90%;
	/*display:block;*/
	display:inline;
	padding:3px 10px;
	color:#192d40;
	}
#subNav a#n-employment{
	margin-left:25px;
	}
body#criminalrecords a#n-criminal,
body#instantservices a#n-instant,
body#driversrecords a#n-drivers,
body#employment a#n-employment,
body#employee a#n-employee,
body#medcheck a#n-medcheck {
		color:#FFF;
		}
/* END SUB NAVIGATION */


#subContent {
	background-color:#f2f5f8;
	width:456px;
	float:left;
	margin:0;
	padding:22px;
	color:#313d43;
	line-height:140%;
	text-align: left;
	}
#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%;
	border-top:#FFF solid 4px;
	}
#subContent2 a {
	color:#e9c82c;
	text-decoration:none;
	}
#subContent2 a:hover {
	color:#e9c82c;
	text-decoration:underline;
	}
#subContent2 ul {
	margin:0;
	padding:0;
	}
#subContent2 li {
	margin:0;
	padding:7px 0;
	}

/* used in services section where there is a sub menu pusing the sub content down too far. */
#subContent2b { /* content in the right column on sub pages */
	width:164px;
	background:#5d778d;
	margin:0 0 0 0;
	padding:18px;
	float:right;
	color:#FFF;
	line-height:130%;
	border-top:#FFF solid 4px;
	}
#subContent2b a {
	color:#FFF;
	text-decoration:none;
	}
#subContent2b a:hover {
	color:#FFF;
	text-decoration:underline;
	}
#subContent2b ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#subContent2b li {
	margin:0;
	padding:7px 0;
	}	

#logo {
	background-color:#65acc6;
	margin-right:5px;
	width:195px;
	height:250px;
	}

	
/* TEXT CLASSES */
a {
	color:#78cfe1;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1 {
	text-transform:uppercase;
	color:#78cfe1;
	font-size:140%;
	font-weight:normal;
	}
h2 {
	color:#5d778d;
	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;
	}
.small {
	font-size:80%;
	}
.big {
	font-size:150%;
}
.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:#78cfe1;
	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;
	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;
	font-size:85%;
	}
#nav ul {
	list-style:none;
	padding:0;
	margin:15px 15px 10px 0;
	}
#nav ul li {
	margin:0;
	padding:6px 0;
	font-weight:bold;
	}
#nav ul li ul{
	list-style:none;
	padding:0;
	margin:6px 15px 0 0;
	}
#nav ul li ul li {
	margin:0 0 0 10px;
	padding:6px 0;
	font-weight:normal;
	}
#navList a {
	color:#42586c;
	text-decoration:none;
	display:block;
	padding:0 0 0 20px;
	background:none;
	}
#navList 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:#ddf3f7;
	background-color:#ddf3f7;
	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#criminalrecords #n-screening, body#instantservices #n-screening, body#driversrecords #n-screening, body#employmentverify #n-screening ,body#medcheck #n-screening, body#monitoring #n-screening, body#instant, body#driver #n-screening, body#employment #n-screening, body#employee #n-screening, body#employment #n-screening, #n-screening, 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#HR #n-HR, body#drugtest #n-drugtest, body#investigation #n-investigation, body#staffing #n-staffing {
	color:#78cfe1;
	background:url(../images/bullet-nav-blue2.gif) no-repeat left top;
	}
	
	
/* END NAVIGATION */

#leftCol2 {
	margin:15px;
	padding:0;
	}
#leftCol2 ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#leftCol2 ul li {
	margin:5px 0;
	padding:0;
	}
#leftCol2 a {
	color: #7a92a7;
	font-size:80%;
	}

#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:350px;
	margin:0;
	padding:0;
	float:left;
	border-top:#42586c 10px solid;
	/*background-color:#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:#78cfe1;
	text-decoration:none;
	font-weight:bold;
	}
#homeContent2 a.link:hover {
	color:#42586c;
	}
	
/* FOOTER */
#footer {
	background:#78cfe1;
	/*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;
	}
.footer-logo {
	margin-left:35px;
}
/* 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 */


/* LOGIN AND SIGNUP */
#login {
	width:160px;
	margin:0 0 0 19px;
	padding:0;
	float:left;
	background:url(../images/client-login.jpg) top no-repeat;
	}
#loginForm {
	margin:0;
	margin-top:45px;
	padding:0;
	}
#loginForm input {
	background-color:#bcc8d3;
	width:150px;
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
	padding:5px;
	font: 100% Arial, Helvetica, sans-serif;
	color:#54646c;
	margin:0 0 10px 0;
	font-size:80%;
	}
#loginForm input#Loginbtn {
	background-color:#75cadd;
	color:#FFF;
	border:#65acc6 solid 2px;
	width:85px;
	padding:3px 0 3px 0;
	margin-left:75px;
	}
#signUp {
	width:109px;
	height:260px;
	margin:0 20px 0 0;
	padding:40px 0 0 20px;
	float:right;
	background:url(../images/sign-up.gif) top left no-repeat;
	font-size:85%;
	}
#signUp a {
	color:#FFF;
	}
#signUp a:hover {
	color:#FFF;
	text-decoration:underline;
	}
/* end LOGIN AND SIGNUP */
