/* CSS Document */

body {
	/* background-attachment:fixed; does not look good with image transparency*/
	background-image: url(../images/topfade.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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;
}
#container {
	width: 892px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#logoheader {
	padding: 5px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
 	height:166px;
 	z-index: 1001;
}
#logo {
	position:absolute;
 	top:0;
 	left:0;
 	width:157px;
 	padding: 5px 10px 5px 12px;
}
#logoheader_r {
	position:absolute;
 	top:0;
 	right:0;
 	width:735px;
 	z-index: 1001;
}
#topnavdiv {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	padding: 10px 0 0 0;
	height: auto;
}
#VMSItitle {
	padding: 50px 0 0 0;
	vertical-align: middle;
	width: 400px;
}
#VMSItitle_homesub {
	padding: 50px 0 0 0;
	vertical-align: middle;
	width: 400px;
}
#buttons {
	padding: 20px 0 7px 0;
	margin: 0 5px 0 0;
	text-align: right;
	width: 650px;
	float: right;
}
.buttonxxxxx {
	float: right;
	width: 117px;
	margin-right: 7px;
}

#banner {
	padding: 0 0 10px 0;
	z-index: 0;
	position:relative;
}
.ie #banner 
{
    padding: 6px 0 10px 0;
}
#breadcrumb {
	padding: 0 0 4px 20px;
	height: 14px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#pagetitle {
	padding: 0 0 0 20px;
	height: 28px;
	font: 20px Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color:#CC0000;
}
#homeboxes {
	padding: 15px 0 5px 0;
	position: relative;
	height: 361px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#boxhr {
	float: left;
	width: 292px;
	height: 334px;
	margin-left: 108px;
}
#boxmanagement {
	float: left;
	width: 292px;
	height: 334px;
	margin-left: 100px;
}
.boxhealthcareoff {
	background-image: url(../images/healthcare_splash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.boxhealthcareon {
	background-image: url(../images/healthcare_splash_bg_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#healthcaresplash {
	padding: 75px 0 0 8px;
	
}
.boxhroff {
	background-image: url(../images/hr_splash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.boxhron {
	background-image: url(../images/hr_splash_bg_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#hrsplash {
	padding: 75px 0 0 8px;
	
}
.boxmanagementoff {
	background-image: url(../images/manag_splash_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}.boxmanagementon {
	background-image: url(../images/manag_splash_bg_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#managesplash {
	padding: 75px 0 0 8px;
	
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}
#divhomecontent
{
    position: relative;
    height:405px;
    width:inherit;
    margin: 0 0 15px 0;
    padding: 0;
}
#divhomecontent_l 
{
    top:0; left:0;
    float: left;
    width: 560px;
    height: 405px;
    position: absolute;
}
.divservicestext
{
    font: 14px Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    color: #708090;
    padding: 35px 25px 25px 25px;  
}
.divservicestext p
{
    margin-bottom: 0;   
    margin-top: 15px;   
}
.divservicestext ul
{
    margin-bottom: 0;   
    margin-top: 0;   
}
.divservicestext ul li
{
    line-height: 16px;
}
#healthhomecontent_r
{
    top:0; right:0;
    width: 292px;
    height: 405px;
    background-image: url(../images/healthserv_box2.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0 15px 0;
    text-align: left;
    position: absolute;
}
#hrhomecontent_r
{
    top:0; right:0;
    width: 292px;
    height: 405px;
    background-image: url(../images/hrserv_box.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0 15px 0;
    text-align: left;
    position: absolute;
}
#managehomecontent_r
{
    top:0; right:0;
    width: 292px;
    height: 405px;
    background-image: url(../images/manageserv_box.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0 15px 0;
    text-align: left;
    position: absolute;
}
#divhomewelcomebox
{
    padding: 0 5px 10px 5px; 
    height: 215px;
}
#welcomeheader
{
    font: 20px Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color:#CC0000;
	padding-bottom: 15px;
}
#welcometext
{
    padding-bottom: 10px;
}
#navoba
{
     text-align: right;  
     padding-bottom: 10px;
}
#healthhomeemploybox
{
    background-image: url(../images/health_emplopp.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 20px 0 20px;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    height: 148px;
}
#hrhomeemploybox
{
    background-image: url(../images/hr_emplopp.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 20px 20px 20px;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    height: 148px;
}
#managehomeemploybox
{
    background-image: url(../images/manage_emplopp.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 50px 20px 20px 20px;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    height: 148px;
}
#textcontenttop {
	background-image: url(../images/contenttop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
	width: inherit;
	padding: 0;
}
#textcontent
{
    border-right: #201b51 1px solid;
    border-left: #201b51 1px solid;
    background-color: #ebeeff;
    padding: 5px 15px 5px 20px;
    vertical-align: top;
    min-height: 250px;
    height: auto !important;
    height: 250px;
    width: 852px;
}
.ie #textcontent
{
    width: 889px;
}
#textcontentbottom {
	background-image: url(../images/contentbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: inherit;
	padding: 0 0 15px 0;
}
.jobslink
{
    float: right;
       
}
.fastfacts 
{
    border: solid 1px #666666; 
    padding: 5px;
    background: #fff;
}
#servicebuttons 
{
    text-align: center;
    margin: 0 auto;
    width: 460px;
    height: 180px;
    padding-top: 20px;
}

#footer {
	padding: 0 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-top: 2px solid #006666;
	text-align:center;
	line-height: 18px;
	height: 28px;
	width: 892px;
	z-index:1010;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.serviceboxbullets
{
    line-height: 24px;
}

/* Links */
a:link, a:active, a:visited
{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
a:hover
{
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a.buttontext:link, a.buttontext:visited {color:#ffffff; font-size: 12px; text-decoration:none; font-weight:bold;}
a.buttontext:hover, a.buttontext:active {color:#ffffff; font-size: 12px; text-decoration:none; font-weight:bold;}
a.submenutext:link, a.submenutext:visited {color:#ffffff; font-size: 11px; text-decoration:none; font-weight:normal;}
a.submenutext:hover, a.submenutext:active {color:#ffffff; font-size: 11px; text-decoration:none; font-weight:normal;}
a.topsubmenutext:link, a.topsubmenutext:visited {color:#666666; font-size: 11px; text-decoration:none; font-weight:normal;}
a.topsubmenutext:hover, a.topsubmenutext:active {color:#666666; font-size: 11px; text-decoration:none; font-weight:normal;}
a.bodyLink:link, a.bodyLink:visited {color:#CC0000; font-size: 12px; text-decoration:none;}
a.bodyLink:hover, a.bodyLink:active {color:#CC0000; font-size: 12px; text-decoration:underline;}
a.breadcrumb:link, a.breadcrumb:visited {color:#666666; font-size: 11px; text-decoration:none;}
a.breadcrumb:hover, a.breadcrumb:active {color:#666666; font-size: 11px; text-decoration:underline;}
a.topnavlink:link, a.topnavlink:visited {color:#666666; font-size: 11px; text-decoration:none;}
a.topnavlink:hover, a.topnavlink:active {color:#666666; font-size: 11px; text-decoration:underline;}
a.footer:link, a.footer:visited {color:#666666; font-size: 11px; text-decoration:none;}
a.footer:hover, a.footer:active {color:#666666; font-size: 11px; text-decoration:underline;}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

