/****************************** GENERAL ******************************/
body {
    text-align: center;
    margin: 0;
    padding: 17px 0;
}
body, td
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
}
img
{
    border: none;
}
p
{
    margin-top: 0;
}
a
{
    color: #e57a19;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6
{
    font-family: "Times Roman", "Times New Roman", Serif;
    margin: 0 0 8px 0;
    color: #e57a19;
    font-weight: normal;
}
h1
{
    font-size: 22px;
}
h2
{
    font-size: 18px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 10px;
}

.clear
{
    clear: both;
}
/***************************** FULL AREA *****************************/
#full-area
{
    text-align: left;
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
/****************************** HEADER ******************************/
#header
{
    clear: both;
    height: 164px;
    position: relative;
}
#header .logo
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 127px;
    width: 301px;
    background: url(../images/layout/lg-main.gif) no-repeat top left;
}
#header .actions
{
    position: absolute;
    right: 0;
    top: 10px;
}
#header .actions a
{
    display: block;
    clear: both;
    height: 27px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 3px;
    float: right;
}
#header .actions .sign-up
{
    width: 91px;
    background-image: url(../images/layout/but-sign-up.gif);
}
#header .actions .client-login
{
    width: 121px;
    background-image: url(../images/layout/but-client-login.gif);
}
#header .actions .provider-login
{
    width: 141px;
    background-image: url(../images/layout/but-provider-login.gif);
}
#header .actions .contact-us
{
    width: 166px;
    background-image: url(../images/layout/but-contact-us-today.gif);
}
/**************************** NAVIGATION ****************************/
#nav
{
    position: absolute;
    bottom: 0;
    left: 0;
}
#nav ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#nav ul li
{
    padding: 0;
    margin: 0;
    float: left;
}
#nav ul li a
{
    text-decoration: none;
    font-style: italic;
    color: #003759;
    font-weight: bold;
    font-size: 14px;
}
#nav ul li a:hover
{
    text-decoration: underline;
}
#nav ul li.seperator
{
    padding: 0 12px;
}
/****************************** CONTENT ******************************/
#content
{
    clear: both;
    padding-top: 24px;
}
/***************************** USER AREA *****************************/
/****************************** FOOTER ******************************/
#footer
{
    padding-top: 10px;
    background: url(../images/layout/bg-footer.gif) repeat-x center top;
    text-align: center;
    color: #033e5e;
    line-height: 1.1em;
}
#footer a
{
    color: #033e5e;
    font-size: 11px;
}
#footer .nav a
{
    padding: 0 6px;
}
/*************************** QUICK LINKS ****************************/
.quick-links
{
    float: left;
    background: url(../images/layout/bg-quick-links-top.gif) no-repeat top right;
    width: 260px;
    padding-top: 5px;
    margin: 0 8px 5px 0;
}
.quick-links .inner
{
    background: url(../images/layout/bg-quick-links-bottom.gif) no-repeat bottom right;
    padding: 0 11px 5px;
}
.quick-links .title
{
    color: #033e5e;
    font-family: "Times Roman", "Times New Roman", Serif;
    font-size:  22px;
    text-align: center;
    padding: 0 0 4px 0;
}
.quick-links a
{
    color: White;
    display: block;
    clear: both;
    padding: 0 0 6px 9px;
    font-size: 14px;
    text-indent: -9px;
    line-height: 15px;
}
/*************************** BLOCKS ****************************/
.blocks hr
{
    width: 265px;
    border: none;
    border-top: solid 1px #819eae;
}
.block
{
    width: 231px;
    padding: 0 17px;
    margin: 0 38px;
}
.block .title
{
    text-align: center;
    clear: both;
    font-size: 33px;
    color: #033e5e;
    font-family: "Times Roman", "Times New Roman", Serif;
}
.block .subtitle
{
    text-align: center;
    clear: both;
    font-size: 18px;
    color: #033e5e;
    font-weight: bold;
    padding-bottom: 5px;
}
/*************************** BUTTONS ****************************/
.buttons
{
}
.buttons a
{
	display: block;
	height: 108px;
	width: 347px;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-bottom: 8px;
}
.buttons a:hover
{
	text-decoration: none;
}
.buttons .background-checks
{
	background-image: url(../images/layout/but-background-checks.gif);
}
.buttons .dna-services
{
	background-image: url(../images/layout/but-dna-services.gif.gif);
}
.buttons .dot-certification
{
	background-image: url(../images/layout/but-dot-certification.gif);
}
.buttons .drug-testing
{
	background-image: url(../images/layout/but-drug-testing.gif);
}
.buttons .physical-agility-testing
{
	background-image: url(../images/layout/but-physical-agility-testing.gif);
}