@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;
}
body#home2011 {
	background:url(../images/bg-home.jpg) top center no-repeat;
}
.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 #containerHome {
	width: 900px;
	overflow: hidden;
	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, body#drugtest-testing #RightCol2, body#drugtest-workplace #RightCol2, body#drugtest-specimen #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, 
body#drugtest-testing a#n-dt-testing, 
body#drugtest-workplace a#n-dt-workplace, 
body#drugtest-specimen a#n-dt-specimen {
		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%;
	}
#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#drugtest-testing #n-drugtest, body#drugtest-workplace #n-drugtest, body#drugtest-specimen #n-drugtest, body#investigation #n-investigation, body#staffing #n-staffing {
	color:#78cfe1;
	background:url(../images/bullet-nav-blue2.gif) no-repeat left top;
	}
#n-appcheck {
	margin-bottom:10px;
}
	
	
/* END NAVIGATION */

#leftCol2 {
	margin:0;
	padding:15px 20px;
	background:url(../images/bg-links.jpg) top left no-repeat;
	height:201px; /*231*/
	width:160px; /*200*/
	}
body#home2011 #leftCol2 {
	float: left;
	}
#thefoot {
	width: 100%;
	overflow: hidden;
	clear: both;
	}




#leftCol2 h2 {
	color:#78cfe1;
	font-size:12px;
	}
#leftCol2 ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#leftCol2 ul li {
	margin:2px 0;
	padding:0;
	}
#leftCol2 a {
	color: #FFF;
	font-size:10px;
	}

#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%;
	}
#homeIntro {
	position:relative;
	z-index:20;
	top:-86px;
	/*top:254px;
	left:350px;*/
	width:217px; /*263*/
	height:482px; /*512*/
	margin:0 0 -86px;
	padding:5px 23px 15px 23px;
	background:#f2f5f8;
	color:#313d43;
	float:right;
	line-height:130%;
	overflow:hidden;
	font-size:11px;
	}
#homeIntro highlight2 {
	font-size:16px;
	line-height:normal;
	}
#homeContent2 {
	position:absolute;
	z-index:20;
	left:0;
	top:339px;
	width:437px;
	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;
	}
#box2 {
	position:absolute;
	z-index:100;
	left:0;
	top:736px;
	height:236px;
	width:700px;
	margin:0;
	padding:0;
	}
#memberBox {
	margin:0;
	padding:0;
	float:left;
	width:437px;
	height:231px;
	}
#testimonialBox {
	position: relative;
	width:263px; /*263*/
	height:231px; /*231*/
	background:url(../images/bg-testimonials.jpg) top left no-repeat;
	float:right;
	font-size:12px;
	margin:0;
	overflow:hidden;
	}
.testimonialQuote {
    position:absolute;
	width:193px; /*263*/
    top:20px;
    left:20px;
    z-index:8;
    font-size: 11px;
    line-height:15px;
    opacity:0.0;
	padding:6px 15px 0 31px;
	background: url(../images/quote.png) no-repeat 0 0;
	}
#testimonialBox div.active {
    z-index:10;
    opacity:1.0;
	}
#testimonialBox div.last-active {
    z-index:9;
	}
#testimonialBox p {
	padding:0px 0 10px;
	margin:0;
	color:#FFF;
	}
#testimonialBox p.author {
	color:#77cddf;
	font-weight: bold;
	}


table {
	text-align: center;
	}
table th {
	font-size:11px;
	line-height: 12px;
	vertical-align: middle;
	padding: 4px;
	background: #DFE7F0;
	}
table td {
	font-size:11px;
	line-height: 12px;
	}
table#panels th.rw-drug {
	width:33%;
	}
table#panels th.rw-approx {
	width:20%;
	}
table#tb-guidlines td,
table#tb-conversation td,
table#tb-barriers td {
	text-align: left;
	padding: 5px 0;
	}



/* FOOTER */
#footer {
	background:url(../images/bg-footer.jpg) top left no-repeat #5d778d;
	/*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:155px; /*174*/
	height:335px;
	margin:0;
	padding:0 0 0 19px;
	float:left;
	background: url(../images/bg-login.jpg) top no-repeat;
	}
#loginForm {
	margin:0;
	margin-top:60px;
	padding:0;
	width:134px;
	}
#login label {
	font-size:12px;
	}
#loginForm input {
	background-color:#bcc8d3;
	width:124px;
	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:70%;
	height:10px;
	}
#loginForm input#Loginbtn {
	background-color:#75cadd;
	color:#FFF;
	border:#65acc6 solid 2px;
	width:85px;
	padding:3px 0 3px 0;
	margin-left:49px;
	cursor:pointer;
	height:20px;
	}
#screenLogin {
	width:263px;;/*263*/
	height:334px;
	margin:0;
	padding:0;
	float:right;
	background:url(../images/bg-screenlogin.jpg) top left no-repeat;
	}
#screenLogin ul{
	margin:75px 0 0 11px;
	padding:0;
	list-style:none;
	}
#screenLogin ul li{
	margin:0;
	padding:0;
	}
#screenLogin ul li a{
	margin:0 0 11px 0;
	padding:0;
	text-indent:-999em;
	display:block;
	width:240px;
	height:96px;
	}
#screenLogin ul li a#questA{
	background:url(../images/quest-login-btn.jpg) top left no-repeat;
	}
#screenLogin ul li a#labA{
	background:url(../images/labcorp-login-btn.jpg) top left no-repeat;
	}
#signUp {
	width:417px;/*437*/
	height:37px;/*82*/
	margin:0;
	padding:48px 0 0 20px;
	clear:both;
	background:url(../images/bg-signup.jpg) no-repeat 0 0px;
	font-size:11px;
	}
#signUp a {
	color:#172a40;
	}
#signUp a:hover {
	color:#384d65;
	text-decoration:underline;
	}
a.ForgotLink {
	}
/* end LOGIN AND SIGNUP */

