@charset "UTF-8";
/* CSS Document */

* { margin:0px; padding:0px; }

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:100%;
	color:#283d4e;
	font-size:80%;
}
a:link, a:active, a:visited {
	/*color:#283d4e;*/
	color:#3d6196;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#ff9a21;
	text-decoration:none;
	font-weight:normal;
}
li {
	list-style:none;
	padding:5px 0px;
}
p {
	padding:5px 0px;
}
h1 {
	text-align:center;
	font-size:2.3em;
	padding: 72px 10px 10px 10px;
}
h2 {
	text-align:center;
	font-size:1.1em;
	padding:15px;
	text-transform:uppercase;
}
h3 {
	font-size:1.2em;
	text-align:left;
	padding:30px 0px 5px 0px;
}
h4 {
	
}
h5 {
	
}
.back {
	background-image:url(../../_assets/img/back.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	/*background-color:#fdfdfe;*/
}
#top {
	margin:0 auto;
	max-width:1180px;
	position:relative;
	padding-top:16px;
}

.logoicon {
	background-image:url(../../_assets/img/logo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	border:none;
	height:84px;
	width:475px;
	/*margin-top:16px;*/
	margin-left:37px;
}
.logoicon img {
	border:none;
}
a.logoicon:link, a.logoicon:visited, a.logoicon:active{
	background-position:0 0px;
}
a.logoicon:hover{
	/*background-position: 0 -94px;*/
}
#topright {
	position:absolute;
	right:25px;
	top:16px;
	text-align:center;
	width:250px;
}
#topright img {
	border:none;
}
#tagline {
	/*position:absolute;
	top:52px;
	right:30px;*/
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
	color:#8998a2;
	padding: 3px 0 0 12px;
	text-align:center;
	clear: both;
}
.sm {
	font-size: .7em;
	vertical-align: top;
}
input#s {
    background: url(../../_assets/img/searchbox.png) no-repeat scroll 0px 0px transparent;
    border-radius: 2px 2px 2px 2px;
    font-size: 1.2em;
    height: 25px;
	width:180px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
	position:relative;
	float:left;
}
input[type="text"], input[type="password"], textarea {
	color: #888888;
	border:none;
    /*background: none repeat scroll 0 0 #FAFAFA;
    border: 1px dashed #858585;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #888888;*/
}
#searchform {
	/*position:absolute;
	top:20px;
	right:113px;*/	
}
#searchsubmit {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.09) inset;
    color: #888888;
    font-size: 1.3em;
    line-height: 25px;
    position: relative;
    top: -2px;
}
input#searchsubmit {
    display: none;
}
.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.login {
	position:relative;
	float:right;
	background-image:url(../../_assets/img/loginbutton.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	border:none;
	height:35px;
	width:88px;
}
.logoicon img {
	border:none;
}
a.login:link, a.login:visited, a.login:active{
	background-position:0 0px;
}
a.login:hover{
	background-position: 0 -39px;
}

#topnavbox {
	margin: 0 auto;
    position: relative;
    max-width: 1180px;
	/*margin-top:22px;*/
	clear:both;
	z-index:100;
}
#topnav {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	margin-left: 28px;
	font-size:1.2em;
}
#topnav li {
	display:inline;
}
#topnav li a{
	padding:8px 15px 10px 15px;
	text-transform:uppercase;
	text-decoration:none;
}
#topnav li a:link, #topnav li a:active, #topnav li a:visited {
	color:#fff;
}
#topnav li a:hover{
	background-image:url(../../_assets/img/nav-rollover.png);
	background-position:0px 0px;
	background-repeat:none;
	color:#fff;
}
.social-icons {
	position:absolute;
	top:10px;
	*top:19px;
	right:18px;
}
.social-icons li{
	list-style:none;
	display:inline;
}
.social-icons a {
	background-image:url(../../_assets/img/top-icons.png);
	background-repeat:no-repeat;
	/*display:block;*/
	border:none;
	height:26px;
	width:26px;
	position:relative;
	margin-right:4px;
}
.social-icons a img {
	border:none;
}
a.social-icons-fb:link, a.social-icons-fb:visited, a.social-icons-fb:active{
	background-position:0px 0px;
	float:left;
}
a.social-icons-fb:hover{
	background-position: 0px -26px;
	float:left;
}
a.social-icons-tw:link, a.social-icons-tw:visited, a.social-icons-tw:active{
	background-position:-30px 0px;
	float:left;
}
a.social-icons-tw:hover{
	background-position:-30px -26px;
	float:left;
}
a.social-icons-li:link, a.social-icons-li:visited, a.social-icons-li:active{
	background-position:-60px 0px;
	float:left;
}
a.social-icons-li:hover{
	background-position:-60px -26px;
	float:left;
}
a.social-icons-e:link, a.social-icons-e:visited, a.social-icons-e:active{
	background-position:-120px 0px;
	float:left;
}
a.social-icons-e:hover{
	background-position:-120px -26px;
	float:left;
}
a.social-icons-rss:link, a.social-icons-rss:visited, a.social-icons-rss:active{
	background-position:-150px 0px;
	float:left;
}
a.social-icons-rss:hover{
	background-position:-150px -26px;
	float:left;
}
a.social-icons-gp:link, a.social-icons-e:visited, a.social-icons-e:active{
	background-position:-90px 0px;
	float:left;
}
a.social-icons-gp:hover{
	background-position:-90px -26px;
	float:left;
}
#maindetailpage {
	margin:35px 310px 0px 10px;
}
#mainindexpage {
	margin:35px 310px 0px 10px;
}
#maindetailpage2 {
	margin:35px 310px 0px 10px;
}
#maindetailbox {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	width:100%;
	display:block;
	margin-top:40px;
	clear:both;
	margin:0 auto;
	max-width:1180px;
	position:relative;
}
.maindetailtxt {
	background-image: url(../../_assets/img/line.png);
    background-position: center top;
    background-repeat: no-repeat;
	padding:15px 10px 15px 55px;
}
#mainhomebox {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:3.8em;
	width:100%;
	background-image:url(../../_assets/img/homepage-back.png);
	background-position:center 0px;
	*background-position:center -49px;
	background-repeat:repeat-x;
	display:block;
	/*position:absolute;
	top:152px;
	*margin-top:0px;
	*top:43px;
	position:relative;margin-top:-5px\9;*/
	margin-top:0px;
	top:43px;
	position:relative;
	/*margin-top:52px;*/
	/*min-width: 1210px;*/
}
#sidebardetail {
	float:right;
	position:relative;
	width:300px;
	
	background-position: 40px 0px;
	background-repeat:no-repeat;
	padding-top:255px;
	margin-top:50px;
}
#sidebardetail2 {
	float:right;
	position:relative;
	width:300px;
	background-position: 40px 0px;
	background-repeat:no-repeat;
	padding-top:20px;
	margin-top:0px;
}
#homepageboxlinks h1 {
	color:#3d6196;
}
#homepageboxlinks h2 {
	color:#3d6196;
}
#homepageboxlinks h3 {
	color:#3d6196;
	font-size:1em;
	text-align:center;
	padding:0px 0px 5px 0px;
}
#homepageboxlinks h4 {
	color:#3d6196;
}
#homepageboxlinks h5 {
	color:#3d6196;
}
.mainhomepage {
	margin:0 auto;
	max-width:1180px;
	position:relative;
}
.maintxt {
    text-align: center;
	color:#fff;
	line-height:1em;
	margin: 0 130px 0 495px;
	clear:both;
}
.homepageicon {
	position: absolute;
    right: 0;
    top: 90px;
}
.pgonephoto {
	background-image: url(../../_assets/img/photo-backgroundchecks.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 500px;
}
.pgtwophoto {
	background-image: url(../../_assets/img/photo-legal.png);
    background-position: 140px 0px;
    background-repeat: no-repeat;
    height: 500px;
}
.pgthreephoto {
	background-image: url(../../_assets/img/photo-nafbpsnew.png);
    background-position: 140px 0px;
    background-repeat: no-repeat;
    height: 500px;
}
.pgfourphoto {
	background-image: url(../../_assets/img/photo-lesswork.png);
    background-position: 100px 0px;
    background-repeat: no-repeat;
    height: 500px;
}
.pgfivephoto {
	background-image: url(../../_assets/img/photo-results.png);
    background-position: 90px 0px;
    background-repeat: no-repeat;
    height: 500px;
}
.pgsixphoto {
	background-image: url(../../_assets/img/photo-migration.png);
    background-position: 50px 0px;
    background-repeat: no-repeat;
    height: 500px;
}
.pgonetxta {
	font-size:.9em;
	line-height:1em;
	padding-top:80px;
}
.pgonetxtb {
	font-size:.8em;
	line-height:1em;
}
.pgtwotxta {
	font-size:.8em;
	line-height:1em;
	padding-top:48px;
}
.pgtwotxtb {
	font-size:.6em;
	line-height:1em;
}
.pgthreetxta {
	font-size:1.0em;
	line-height:1em;
	padding-top:52px;
}
.pgthreetxtb {
	font-size:.7em;
	line-height:1em;
	padding-top:5px;
}
.pgfourtxta {
	font-size:.9em;
	line-height:1em;
	padding-top:70px;
}
.pgfourtxtb {
	font-size:.57em;
	line-height:1em;
	padding-top:5px;
}
.pgfivetxta {
	font-size:.95em;
	line-height:1em;
	padding-top:62px;
}
.pgfivetxtb {
	font-size:.65em;
	line-height:1em;
	padding-top:5px;
}
.pgsixtxta {
	font-size:.95em;
	line-height:1em;
	padding-top:53px;
}
.pgsixtxtb {
	font-size:.8em;
	line-height:1em;
	padding-top:5px;
}
a.findoutmore {
	font-size:.45em;
	float: left;
	position:relative;
	padding-left:210px;
	text-decoration:none;
}
a.findoutmore:link, a.findoutmore:active, a.findoutmore:visited{
	color:#ff9a21;
}
a.findoutmore:hover{
	color:#aeb3b9;
}
a.scheduleademo {
	font-size:.35em;
	float:right;
	position:relative;
	padding-right:130px;
	text-decoration:none;
}
a.scheduleademo:link, a.scheduleademo:active, a.scheduleademo:visited{
	color:#aeb3b9;
}
a.scheduleademo:hover{
	color:#ff9a21;
}
a.getstarted {
	background-image: url(../../_assets/img/get-started-btn.png);
    clear: both;
    color: #203747;
    display: block;
    font-size: 0.5em;
    height: 41px;
    left: 610px;
    padding: 17px 27px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 236px;
    width: 270px;
	z-index:100;
}
a.getstarted:link, a.getstarted:active, a.getstarted:visited {
	background-position:0px 0px;
}
a.getstarted:hover {
	background-position:0px -75px;
}

#fivefeatures {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.5em;
    line-height: 0.9em;
    margin-top: 117px;
	margin-left:40px;
    text-align: center;
    text-transform: uppercase;
	clear:both;
	position: absolute;
	top: 166px;
}
#fivefeatures img {
	border:none;
}
.features {
	width: 130px;
	float: left; 
	padding:43px 15px 30px 15px;
	margin-left:12px;
	margin-right:12px;
}
a.features {
	font-weight:normal;
	text-decoration:none;
	color:#283D4E;
}
a.features:hover {
	/*background-image:url(../../_assets/img/features-rollover.png);*/
	background-position:0px 33px;
	background-repeat:no-repeat;
}
.featuresselected {
	width: 130px;
	float: left;
    padding: 0 40px;
    position: relative;
	padding:43px 15px 20px 15px;
	margin-left:12px;
	margin-right:12px;
}
a.featuresselected {
	font-weight:normal;
	text-decoration:none;
	color:#283D4E;
	background-image:url(../../_assets/img/features-selected.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-bottom:30px;
}
a.featuresselected:hover {
	background-image:url(../../_assets/img/features-selected.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.features-icon {
	padding-bottom:10px;
}
#maindetailpage li {
	background-image: url(../../_assets/img/check.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	margin-left:40px;
	line-height: 1.7em;
}	
.featuredlist li {
	background-image: url(../../_assets/img/check.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	margin-left:40px;
	line-height: 1.7em;
}
#mainindexpage li {
	background-image: url(../../_assets/img/check-big.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    font-size: 1.5em;
    line-height: 1.5em;
    list-style: none outside none;
    margin-left: 40px;
    padding: 7px 0 15px 55px;
}
.featuredpagelist li {
	background-image: url(../../_assets/img/check-big.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    font-size: 1.5em;
    line-height: 1.5em;
    list-style: none outside none;
    margin-left: 40px;
    padding: 7px 0 15px 55px;
}

#homepageboxlinks {
	margin: 0 auto;
    position: relative;
    max-width: 1180px;
	clear:both;
	padding-top:15px;
}
.homelinksbox {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:300px;
	margin-left:35px;
	margin-right:0px;
	margin-top: 0px;
	padding:20px 25px;
	float:left;
	position:relative;
	min-height:220px;
	background-color:#fff;
}
.homelinksbox h3 {
	font-size: 1.15em;
	color: #3D6196;
	padding:0px;
	text-align:center;
}
.homelinksbox a:link, .homelinksbox a:active, .homelinksbox a:visited {
	color:#283d4e;
}
.homelinksbox a:hover {
	color:#ff9a21;
}

.detailslinksbox {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:250px;
	margin-left:35px;
	margin-right:0px;
	padding:20px 25px;
	float:left;
	position:relative;
	background-color:#fff;
	margin-bottom:20px;
}
.detailslinksbox h3 {
	font-size: 1.15em;
	color: #3D6196;
	padding:0px;
	text-align:center;
}
.detailslinksbox2 {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:250px;
	margin-left:35px;
	margin-right:0px;
	padding:20px 25px;
	float:left;
	position:relative;
	background-color:#fff;
	margin-bottom:20px;
}
.detailslinksbox2 h3 {
	font-size: 1.15em;
	color: #3D6196;
	padding:0px;
	text-align:center;
}
.detailslinksbox2 a:link, a:active, a:visited {
	text-decoration: none;
}
.detailslinksbox2 a:hover {
	text-decoration: underline;
}
.detailslinksbox2 p {
	font-size:.86em;
}
.detailslinksbox2 li {
	background-image: url(../../_assets/img/check-li.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 0.9em;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	font-size:.86em;
}
.detailslinksbox3 {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:250px;
	margin-left:35px;
	margin-right:0px;
	padding:20px 25px;
	float:left;
	position:relative;
	background-color:#fff;
	margin-bottom:20px;
}
.detailslinksbox3 h3 {
	font-size: .9em;
	color: #3D6196;
	padding:0px;
	padding-bottom:5px;
	text-align:center;
}
.detailslinksbox3 li {
	background-image: url(../../_assets/img/check.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 0.9em;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	font-size:.86em;
}
.detailslinksbox3 a:link, a:active, a:visited {
	text-decoration: none;
}
.detailslinksbox3 a:hover {
	text-decoration: underline;
}
.detailslinksbox3 p {
	font-size:.86em;
}
.detailslinksbox4 {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:250px;
	margin-left:35px;
	margin-right:0px;
	padding:20px 25px;
	float:left;
	position:relative;
	background-color:#fff;
	margin-bottom:20px;
	font-size: .85em;
}
.detailslinksbox4 h3 {
	font-size: 1.2em;
	color: #3D6196;
	padding:0px;
	padding-bottom:5px;
	text-align:center;
}
.detailslinksbox4 li {
	background-image: url(../../_assets/img/check.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 0.9em;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	font-size:.86em;
}
.detailslinksbox4 a:link, a:active, a:visited {
	text-decoration: none;
}
.detailslinksbox4 a:hover {
	text-decoration: underline;
}
.detailslinksbox4 p {
	font-size:.86em;
}
.detailslinksbox5 {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:250px;
	margin-left:35px;
	margin-right:0px;
	padding:20px 25px;
	float:left;
	position:relative;
	background-color:#fff;
	margin-bottom:20px;
	font-size: .85em;
}
.detailslinksbox5 h3 {
	font-size: 1.2em;
	color: #3D6196;
	padding:0px;
	padding-bottom:5px;
	text-align:center;
}
.detailslinksbox5 li {
    font-size: 0.9em;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	font-size:.86em;
	float:left;
	width:30px;
}
.hiringmanualtitle {
	font-size: 1.5em;
	text-align:center;
	padding-top:10px;
}
.safehiringmanual {
	float:right;
	position:relative;
	margin-left:20px;
}
.safehiringmanual2 {
	float: right;
    margin-left: 15px;
    position: relative;
    width: 75px;
}
.hiringmanualtxt {
	clear:both;
}
.stayupdatedlinksbox {
	background-image:url(../../_assets/img/featured-back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #c8ccd3;
	width:100px;
	margin-left:30px;
	margin-top:0px;
	padding:35px 8px 0px 8px;
	float:left;
	position:relative;
	text-align:center;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.1em;
	color:#3d6196;
	min-height:220px;
	background-color:#fff;
}
.stayupdatedlinksbox li {
	list-style:none;
	padding:12px 4px 17px 4px;
}
.stayupdatedlinksbox li.last {
	padding-bottom: 8px;
}
.stayupdatedlinksbox li.first {
	padding-top: 5px;
}
.stayupdatedlinksbox a {
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	padding:29px 10px 0px 10px;
	font-weight:bold;
}
.stayupdatedlinksbox a:link, .stayupdatedlinksbox a:active, .stayupdatedlinksbox a:visited {
	color:#3d6196;
	text-decoration:none;
}
.stayupdatedlinksbox a:hover {
	color:#ff9a21;
}
a.stayupdatedfb:link, a.stayupdatedfb:active, a.stayupdatedfb:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:24px 0px;
}
a.stayupdatedfb:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-64px 0px;
}
a.stayupdatedtw:link, a.stayupdatedtw:active, a.stayupdatedtw:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:15px -51px;
}
a.stayupdatedtw:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-73px -51px;
}
a.stayupdatedli:link, a.stayupdatedli:active, a.stayupdatedli:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:19px -102px;
}
a.stayupdatedli:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-69px -102px;
}
a.stayupdatedns:link, a.stayupdatedns:active, a.stayupdatedns:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:29px -153px;
}
a.stayupdatedns:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-59px -153px;
}
a.stayupdatedbl:link, a.stayupdatedbl:active, a.stayupdatedbl:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:7px -204px;
}
a.stayupdatedbl:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-81px -204px;
}

#pageawards {
	margin: 0 auto;
    position: relative;
    max-width: 1180px;
	text-align:center;
	padding:20px 0px 10px 0px;
	clear:both;
}
#pageawards a{
	padding:0px 5px;
}
#pageawards a:hover{
	
}
#pagedetailslinks {
	margin: 0 auto;
    position: relative;
    max-width: 1180px;
	clear:both;
	background-image:url(../../_assets/img/line2.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
}
#pageawardsdetails {
	text-align:center;
	padding:20px 0px 10px 0px;
    margin: 0;
	/*margin: 0 0 0 370px;*/
}
#pageawardsdetails a{
	padding:0px 5px;
}
#pageawardsdetails a:hover{
	
}
#updatedetails {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
	color:#3d6196;
	float: left;
	position: relative;
	padding: 20px;
	text-align: center;
	margin-left:20px;
    display: none;
}
#updatedetails h3 {
	 color: #3D6196;
    font-size: 1.2em;
    padding: 0 0 5px;
    text-align: center;
}
#updatedetails li {
	
}
#updatedetails a {
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	padding:29px 10px 0px 10px;
	float:left;
	position:relative;
}
a.updatefb:link, a.updatefb:active, a.updatefb:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:22px 0px;
}
a.updatefb:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-66px 0px;
}
a.updatetw:link, a.updatetw:active, a.updatetw:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:14px -51px;
}
a.updatetw:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-74px -51px;
}
a.updateli:link, a.updateli:active, a.updateli:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:17px -102px;
}
a.updateli:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-71px -102px;
}
a.updatens:link, a.updatens:active, a.updatens:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:26px -153px;
}
a.updatens:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-62px -153px;
}
a.updatebl:link, a.updatebl:active, a.updatebl:visited {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:7px -204px;
}
a.updatebl:hover {
	background-image:url(../../_assets/img/update-icons-home.png);
	background-position:-81px -204px;
}
#homepagelinks {
	margin: 0 auto;
    position: relative;
    max-width: 1180px;
	background-image:url(../../_assets/img/line.png);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px;
}
#homepagelinks h3 {
	color:#3d6196;
	font-size:1em;
	text-align:center;
	padding:0px 0px 5px 0px;
}
#homepagelinks a:link, #homepagelinks a:active, #homepagelinks a:visited {
	color:#283d4e;
}
#homepagelinks a:hover {
	color:#ff9a21;
}

.quickscreen {
	clear: both;
    float: left;
    margin-left: 100px;
    width: 615px;
}
.quickscreen li{
	line-height: 1.6em;
}
.quickscreenli {
	float:left;
	position:relative;
	padding-right:20px;
}
.specialpurpose {
	margin: 0 120px 0 770px;
}
.specialpurpose li{
	  line-height: 1.4em;
}
.specialpurposeli {
	
}
#browse-industry {
	margin-bottom:10px;
	/*border:1px solid #aaafb6;*/
}
#homepagelinks li {
	/*list-style-image:url(../../_assets/img/check.png);
	list-style-position:outside;
	margin: 3px 0 3px 0;
	line-height: 1.5em;
	*/
	background-image: url(../../_assets/img/check.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 0.9em;
    list-style: none outside none;
    padding: 2px 0 2px 25px;
	
}
#homepagelinks a {
	font-weight:normal;
	text-decoration:none;
}

#footer {
	background-image:url(../../_assets/img/footer-back.png);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#fdfdfe;
	font-size:1.0em;
	padding-top:10px;
	padding-bottom:38px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	color:#767b8b;
	clear:both;
	height:25px;
	margin-top:20px;
	/*min-width:1210px;*/
}
#footerbox {
	margin: 0 auto;
    position: relative;
    max-width: 1180px;
}
#footer ul li{
	display:inline;
}
.pilicense {
	font-size:1.2em;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	/*color:#767b8b;*/
	color:#3D6196;
}
.attnfooter a:link, .attnfooter a:active, .attnfooter a:visited {
	text-transform:uppercase;
	padding-left:10px;	
	padding-right:10px;
	color:#d47d20;
	font-weight:normal;
	text-decoration:none;
}
.attnfooter a:hover {
	color:#767b8b;
	text-transform:uppercase;
	padding-left:10px;	
	padding-right:10px;
	font-weight:normal;	
}
.leftfooter {
	float:left;
	position:relative;
	padding-left:50px;
	padding-top:12px;
}
.footernav {
	float:right;
	position:relative;
	padding-right:20px;
	padding-top:12px;
}
.footernav li {
	padding:3px;
}
.footernav a:link, .footernav a:active, .footernav a:visited {
	color:#767b8b;
	font-weight:normal;
	text-decoration:none;
}
.footernav a:hover {
	color:#d47d20;
	font-weight:normal;
	text-decoration:underline;
}
.bar {
	/*border-right:2px solid #767b8b;*/
	background-image:url(../../_assets/img/footerline.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:9px;
}
.clear {
	clear:both;
}

#homeimgwrapper{              
	max-width: 1180px;
	margin: 0 auto;
	-webkit-user-select: none;
	position:relative;	
	/* IE7 and below */
}

#banner{
	position: absolute;
	clear:both;
}

.oneByOne1{
	margin-top: 0px;
	max-width: 1180px;
	height: 490px;   
	/* top: -5px; position: relative;display:block;*/ 
	position: relative; 
	overflow: hidden;  
	clear:both;	
	top: -48px;
}   

#banner .oneByOne_item{
	position: absolute;
	max-width: 1180px;
	height: 490px;  
	overflow: hidden;  
	display: none;
}         


#nav {padding:0; margin:9px 0px 0px 27px; list-style:none;  position:relative; z-index:10000; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:500; font-size:1.2em;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:38px; line-height:33px; color:#fff; text-decoration:none; /*padding:0 0 0 12px;*/padding:0px; cursor:pointer;}
#nav li a.top_link span {float:left; display:block; padding:0 15px 0 15px; height:38px; }
#nav li a.top_link span.down {float:left; display:block; padding:0 15px 0 15px; height:38px;}

#nav li:hover a.top_link {color:#fff; }
#nav li:hover a.top_link span {background:url(../../_assets/img/nav-rollover.png) no-repeat -2px 0px; color:#fff;}
#nav li:hover a.top_link span.down {background:url(../../_assets/img/nav-rollover.png) no-repeat -2px 0px; color:#fff;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:0px; top:38px; padding:3px;/* border:1px solid #fa7d1d;*/ white-space:nowrap; width:215px; height:auto; z-index:300;background:url(../../_assets/img/nav-dropdown.png) repeat-x bottom #fd9b26; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:500; }
#nav li:hover ul.sub li
{display:block; height:20px;  width:215px; font-weight:normal;padding: 1px 0;}
#nav li:hover ul.sub li a
{display:block; font-size:.9em; height:18px; line-height:18px; text-indent:5px; color:#fff; text-decoration:none;/*border:1px solid #fd9b26;*/}
#nav li ul.sub li a.fly
{background:/*#fd9b26*/ url(../../_assets/img/arrow_over.gif) 205px 6px no-repeat;  }
#nav li ul.sub li a.fly ul
{background:url(../../_assets/img/nav-dropdown.png) repeat 0px 0px; }
#nav li:hover ul.sub li a:hover 
{background:#f3791c; color:#fff; }
#nav li:hover ul.sub li a.fly:hover
{background:#f3791c url(../../_assets/img/arrow_over.gif) 205px 6px no-repeat; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:215px; top:-4px; background:url(../../_assets/img/nav-dropdown.png) repeat-x bottom #fd9b26; padding:3px; /*border:1px solid #fa7d1d;*/ white-space:nowrap; width:215px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;
    min-width: 275px;
    min-height: 275px;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#f3791c url(../../_assets/img/arrow_over.gif) 205px 6px no-repeat; color:#fff; } 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:/*#fd9b26*/ url(../../_assets/img/arrow_over.gif) 205px 6px no-repeat; color:#fff; /*border-color:#fd9b26;*/} 

#nav li:hover ul.sub2 {
	left: 220px;
}
.title1 {
	font-size: 2.5em;
    padding: 10px 10px 5px 10px;
    text-align: center;
	color: #283D4E;
	font-weight:bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.title1 a {
	text-decoration:none;
	color: #283D4E;
	font-weight:bold;
}
.title1 a:hover {
	text-decoration:underline;
	color: #3D6196; /* #ff9a21*/
}
.title2 {
	font-size: 1.1em;
    padding: 3px 10px 10px 10px; 
    text-align: center;
	color: #283D4E;
	font-weight:bold;
	text-transform: uppercase;
}
.navigation {
    height: 25px;
	font-size:.85em;
}
.navigation a {
	text-decoration:none;
}
.navigation a:hover {
	text-decoration:underline;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.date_author {
	font-size:.8em;
	text-align: center;
}
#content h1 {
	font-size:1.45em;
	/*background-image: url("../../_assets/img/line2.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	text-align:left;*/
	background-image: url("../../_assets/img/line.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.post {
	padding:15px;
	/*border: 1px solid #C8CCD3;*/
	margin-bottom:20px;
	background-image: url("../../_assets/img/line2.png");
    background-position: center bottom;
    background-repeat: no-repeat;	
}
.more-link {
	padding-top:10px;
	float: right;
	font-weight:bold;
	color:#ff9a21;
}
a.more-link {
	color:#ff9a21;
	text-decoration: none;
}
a.more-link:hover {
	color: #3D6196;
	text-decoration: underline;
}
.checknews {
	float: left;
	padding: 3px 14px 5px 0;
}
.linksubscribe a{
	background-image:url(../../_assets/img/nav-back.png);
	background-position:5px;
	background-repeat:repeat-x;
	color:#C8CCD3;
	border:2px solid #C8CCD3;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width:250px;
	margin-left:35px;
	margin-right:0px;
	padding:7px 23px 4px 23px;
	float:left;
	position:relative;
	background-color:#fff;
	margin-bottom:18px;
	text-align:center;
	text-decoration:none;
	background-color:#223747;
}
.linksubscribe a:hover{
	background-image:url(../../_assets/img/nav-rollover.png);
	background-position:-5px -1px;
	background-repeat:repeat-x;
	border:2px solid #f3791c;
	color:#fdf7f0;
	background-color:#fd9b26;
}
.rssfeed {
	background-position: -136px 0;
	/* background-position: -138px -4px; */
	background-image: url(../../_assets/img/top-icons.png);
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 26px;
    position: relative;
    width: 26px;
	float:left;
}

.third_level_menus a {
	padding-left: 10px;
	font-size: 12px !important;
}

.third_level_menus {
	height: 20px !important;
}

#calendar th { text-align: center; padding: 10px 0; font-size: 14px; color: #FFF; font-weight: normal; border: 1px solid #FFF; background-color: #369; border: 1px solid #369; }
#calendar th.month { text-align: center; font-size: 14px; font-weight: bold; color: #FFF; }
#calendar th.month a { color: #FFF; }
#calendar td { padding: 5px; vertical-align: top; font-size: 10px; }
#calendar td a { color: #333; }
#calendar table.cal_main td.days { border: 1px solid #EEE; text-align: left; height: 100px; }
#calendar table.cal_main td.actived { background-color: #600; color: #FFF; }
#calendar table.cal_main td.event { background-color: #CCC; color: #333; font-weight: bold; }
#calendar table.cal_main td.event div { border-top: 1px solid #333; padding: 5px 0; }
#calendar table.cal_main td.event a { color: #333; }
#calendar table.cal_main td.activedevent { border: 1px solid #333; background-color: #600; color: #FFF; font-weight: bold; }
#calendar table.cal_main td.activedevent div { border-top: 1px solid #FFF; padding: 5px 0; }
#calendar table.cal_main td.activedevent a { color: #FFF; }
#calendar table.cal_main td.lastmonthday { border: 1px solid #EEE; color: #CCC; background-color: #EEE; }

.table-resources tr td {
	border: 1px dotted #CCC;
	padding: 12px;
	width: 220px;
	background-color: #FFF;
}

.blogSubNav {
	margin-right:10px;
	width:165px;
	float:left;
	margin-top:32px;
}
.blogSubNav div {
	margin-bottom:15px;
}
#intContent .blogSubNav div h2 {
	color:#283D4E;
	font-size:14px;
	text-align: left; 
	padding-left: 10px;
}
#intContent .blogSubNav div p {
	margin:0;
	margin-left:10px;
	margin-right:0px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:3px;
	line-height:14px;
	padding-top:3px;
}
#intContent .blogSubNav div p a {
	color:#000;
	font-size:13px;
	margin:3px 0;
	font-weight:normal;
	line-height:15px;
	text-decoration: none;
}
.rssLink img {
	margin-bottom: -3px;
	margin-right: 5px;
}
#intContent p.rssLink {
	font-size: 12px;
	margin-left: 14px;
}
.blog h2, .blogContent h2 {
	font-size: 1.2em;
	line-height: 16px;
	margin: 0;
	padding: 30px 0px 5px 0px;
	text-align: left;
	text-transform: none; 
	border-top: 1px dotted #CCC;
}
.blog #intContent p.authordetail, .about-us #intContent p.authordetail {
	color: #666666;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.blog .blogPost h1, .blog h1 a, .about-us .blogPost h1, .about-us h1 a {
	color: #999999;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.blogContent h1 {
	margin:12px 0;
}
.blog h1 a, .about-us h1 a {
	color:#990000;
}
.blogPost p, .blogContent p {
	margin: 5px 0;
	line-height:150%;
	font-size: 1em;
}
.blogPost {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 12px;
}
.blogContent {
	margin-left:187px;
	margin-top:0;
	width:685px;
}

.form-default {
	font-size:14px;
	line-height:20px;
}

.form-default .controls {
	padding: 5px 0;
}

.form-default .control-label {
	display: block;
}

.form-default input,
.form-default textarea,
.form-default select
{
	border: 1px solid #333;
	padding:4px 6px;
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
	color:#555;
	vertical-align:middle;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.form-default select option {
	padding: 0 5px;
}

.form-default input[type='text'],
.form-default input[type='email'],
.form-default textarea 
{
	width: 400px;
}

.form-default .controls-float {
	float: left;
	padding-right: 10px;
}

.form-default .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-default .btn:hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.form-default .checkbox {
	display: inline-block;
	padding-top: 4px;
}

.form-default .checkbox input[type='checkbox'] {
	margin-top: 2px;
	margin-right: 5px;
}

.form-default .error-message {
	padding: 5px 0;
	color: #900;
}

.LearnMore a {
	background-image: url(../../_assets/img/LearnMore.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	border: none;
	height: 40px;
	width: 140px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #009;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
}

.LearnMore a:hover {
	background-image: url(../../_assets/img/LearnMoreOver.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.search {
	position: relative;
	float: left;
	background-image: url(../../_assets/img/SiteSearch.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	border: none;
	height: 35px;
	width: 148px;
	margin-left: 12px;
}

a.search:link, a.search:visited, a.search:active{
	background-position:0 0px;
}
a.search:hover{
	background-position: 0 -39px;
}








/* Update Home Banner Slide 11/8/2013 */
#bannerWrapper {
	position: relative;
	height: 540px;
}
#banner {
	position: absolute;
	height: 490px;
	max-width: 1180px;
}
a.banner-connect-esr {
	position: absolute;
	background-image: URL("../../_assets/img/get-started-btn.png");
    background-repeat: no-repeat;
	background-position: 0 0;
	width: 323px;
	height: 55px;
	padding-top: 20px;
	left: 600px;
	top: 236px;
	text-align: center;
	font-size: 0.5em;
	color: #203747;
	text-decoration: none;
	z-index: 99;
}
a.banner-connect-esr:hover {
	text-decoration: none;
	background-position: 0 -75px;
}
.banner-buttons > ul {
	padding-left: 160px;
}
.banner-buttons > ul > li {
	float: left;
	padding: 40px 3px 0 0;
	margin: 0 15px 0 0;
    background-image: url("../../_assets/img/features-selected.png");
    background-repeat: no-repeat;
    background-position: 0 -999px;
    width: 157px;
	height: 140px;
	display: block;
	cursor: pointer;
}
.banner-buttons > ul > li:hover  {
    background-position: 0 0;
}
.banner-buttons > ul > li > a {
    color: #283D4E;
    font-weight: normal;
    text-decoration: none;
	display: block;
	text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.4em;
    line-height: 0.9em;
    text-transform: uppercase;
}
.banner-buttons > ul > li > a > img {
	margin-bottom: 10px;
}
.banner-body {
	height: 283px;
	overflow: hidden;
}
.banner-body > ul > li {
	display: block;
	float: left;
	height: 283px;
	width: 100%;
}
