@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #D9E8F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	line-height:1.35em;
	margin-bottom: 15px;
	}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: #418ED8 solid 1px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	color: #333333;
	font-weight:normal;
	height:73px;
}

h4 {
	font-size: 16px;
	color: #333333;
	font-weight:normal;
	margin-bottom: 10px;
}

h5 {
	font-size: 26px;
	color: #333333;
	font-weight:normal;
	margin-bottom: 10px;
}

/*hr {
  border: 0;
  width: 100%;
  float:left;
  clear:right;
  color: #BD320D;
  background-color: #BD320D;
  height: 3px;
  margin-bottom: 20px;
}*/

blockquote {
  margin: 0 20px 20px 20px;
}

/*Container*/
#container {
	width: 970px;
	height: 100%;
	background-color: #FFF;
	margin: 0px auto;
	overflow: auto;
	}

/*Navigation*/
#nav {
	width:950px;
	height: 65px; 
	background-color: #FFFFFF;
	padding: 0px 10px;
	vertical-align:middle;
	}

#nav img {
	margin:10px 15px 0px 0px;
	float:left;
	vertical-align:middle;	
	}

#nav ul {
	width: 630px;
	color:#000000;
	font-size:12px;
	}

#nav ul, #nav li {
	text-decoration: none;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	}

#nav li {
	margin:20px 20px;
	line-height: 110%;
	}

#nav p{
	float:left;
	vertical-align:middle;
	color: #000000;
	font-size:14px;
	font-style:normal;
	margin:20px;
	height:25px;
	}
	
#nav a:link {
	color: #439539;
	text-decoration: none;
}
#nav a:visited {
	color: #439539;
	text-decoration: none;
}
#nav a:hover {
	color: #439539;
	text-decoration: underline;
}
#nav a:active {
	color: #439539;
	text-decoration: none;
}

/*Login*/
#loginDiv {
	background-color:#fff;
	display: none;
	width:950px;
	height: 55px;
	float:left;
	clear: both;
	text-align:right;
	margin: 10px 5px;
	font-family: Verdana;
	font-size:10px;
	font-style:normal;
	line-height: 110%;
	}
	
#login {
	margin-bottom: 8px;
	font-family: Verdana;
	font-size:10px;
	font-style:normal;
	line-height: 110%;
}

#login p {
	margin-bottom: 8px;
	font-family: Verdana;
	font-size:10px;
	font-style:normal;
		line-height: 110%;
}

#login .theInput {
	font-family: Verdana;
	font-size: 11px;
	width: 110px;
	margin-right: 5px;
}

#login .theSubmit {
	font-family: Verdana;
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
}

/*Home Pane*/

#homeContent {
	background-image: url(/images/main/homeImg1.jpg);
	width: 970px;
	height: 382px;
	clear: right;
}

#homeContent h1{
	border: none;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	padding: 0;
	margin: 30px 0 0 20px;
}

#homeBoxes {
	background-image: url(/images/main/trans_bg.gif);
	background-repeat: repeat;
	margin: 70px 0 0 10px;
	padding: 15px;
	width:200px;
	height:130px;
	float:left;
	}
	
#homeBoxes li{
	line-height: 18px;
	list-style: disc;
	margin-left: 20px;
}

#homeBoxes img{
	float: right;
	margin: 0px 0px 100px 10px;
	padding: 0px;
}

#homeBoxes p{
	color: #000000;
}

/*#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}

#content{
	overflow: hidden;
	width:970px;
	height:382px;
	position:relative;
	float:left;
}

#navigation a.scrolling{
	color:#933;
		}

.section{
	width:3880px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		width:970px;
		height:382px;
	}*/

/*Body*/
#body {
	width:600px;
	height: 100%;
	color:#000000;
	background-color: #FFF;
	margin: 10px;
	padding:10px;
	line-height:1.5em;
	float: left;
	text-align: left;
	}

#bodyy {
	height: 100%;
	color:#000000;
	background-color: #FFF;
	padding:10px;
	line-height:1.5em;
	float: left;
	text-align: left;
	}	

/*SideBar*/
#sideBar {
	width:270px;
	height: 100%;
	background-color: #FFF;
	margin-top: 20px;
	text-align: left;	float: left;
	}

#sideBarContent {
	width:270px;
	height: 100%;
	color:#000000;
	background-color: #D9E8F7;
	margin-bottom: 10px;
	padding:10px;
	text-align: left;
	line-height:1.5em;
	float: left;
	}

#sideBarContent img{
	float: left;
	}

#sideBar p{
	margin-left: 10px;
	}
	
#theDiv1,#theDiv2,#theDiv3,#theDiv4,#theDiv5,#theDiv6,#theDiv7,#theDiv8 {
	background-color:#FFF;
	border:thin #999 solid;
	padding: 5px;
	margin-bottom: 10px;
	}

#loginForm1 {
	/*width:190px;
	height: 100%;*/
	background-color: #FFF;
	margin: 14px 10px 0px 0px;
	text-align: left;
	float: right;	
}

#loginForm2 {
	/*width:190px;
	height: 100%;*/
	background-color: #FFF;
	margin: 14px 10px 0px 0px;
	text-align: left;
	float: left;	
}

#loginForm td {
	font-family: Verdana,Arial;
	color: #333;
	font-size: 10pt;
}

/*Employment Screening News*/
#screening {
	width:190px;
	height: 100%;
	background-color: #FFF;
	margin: 20px 10px 0px 0px;
	text-align: left;
	float: right;	
	}

#screening h1 {
	border: none;
	margin: 0;
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #D9E8F7;
	}

#screeningContent {
	width:185px;
	height: 301px;
	padding: 3px 2px;
	background-color: #EBF7EA;
	text-align: left;
	overflow: auto;	
	margin: 0px 10px 0px 0px;	
	}


/*Sample Report*/
#sampleReport {
	margin-bottom: 40px;
	clear: right;
	}

.sampleReport{
	float: left;
	margin-right: 20px;
	}

.submit {
background: #be2313;
height: 32px;
color:#FFFFFF;
font: 14px/1.3 "Verdana, Arial, Helvetica", sans-serif;
border:none;
}

.news_item, .news_item a:link, .news_item a:visited {
  font-size:8pt;
  line-height:1.3em;
	color: #990000;
	text-decoration: none;
}
.news_item a:hover {
	color: #990000;
	text-decoration: underline;
}
.news_item a:active {
	color: #990000;
	text-decoration: none;
}

.text_input8PT { 
  BORDER-RIGHT: #7F9DB9 1px solid; 
  BORDER-TOP: #7F9DB9 1px solid; 
  BORDER-LEFT: #7F9DB9 1px solid;	
  BORDER-BOTTOM: #7F9DB9 1px solid;	
  FONT-FAMILY: Verdana,Arial; 
  FONT-SIZE: 8pt; 
  COLOR: #000000; 
  WIDTH: 80px;
}

.text_input10PT { 
  BORDER-RIGHT: #7F9DB9 1px solid; 
  BORDER-TOP: #7F9DB9 1px solid; 
  BORDER-LEFT: #7F9DB9 1px solid;	
  BORDER-BOTTOM: #7F9DB9 1px solid;	
  FONT-FAMILY: Verdana,Arial; 
  FONT-SIZE: 10pt; 
  COLOR: #000000; 
  WIDTH: 210px;
}

.login_button10PX { 
  FONT-FAMILY: Verdana,Arial; 
  FONT-SIZE: 10px; 
  WIDTH: 52px;
}

.login_button8PT { 
  FONT-FAMILY: Verdana,Arial; 
  FONT-SIZE: 8pt; 
  WIDTH: 76px;
}
 
