@charset "utf-8";

/*------------ CSS RESET ------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/*------------------------------*/


body{
text-align:center;
margin:auto;
margin-top:15px;
background-color:#bbd5ef;}


#Wrapper{
margin:auto auto 20px auto;
text-align:left;
width:955px;
height:955px;
background-image:url(../images/background2.jpg);
background-repeat:no-repeat;
position:relative;}

#NavPanel{
position:absolute;
left:780px;
top:142px;}

#NavPanel li{
text-align:right;
margin-bottom:12px;
height:35px;
width:160px;}

#NavPanel li a:link, #NavPanel li a:visited{
color:#FFFFFF;
text-decoration:none;
font-size:14px;}

#NavPanel li a:hover{
text-decoration:underline;}

#HeaderLogo{
position:absolute;
top:10px;
left:0px;}

#HeaderInner{
position:absolute;
top:30px;
left:150px;
}

	#HeaderInner h1{
	font-size:24px;
	font-weight:bold;
	color:#007bc2;
	}
	
#GreenWorker{
position:absolute;
top:340px;
left:20px;}

#BlueWorker{
position:absolute;
top:330px;
left:150px;
}

#BlackWorker{
position:absolute;
top:360px;
left:300px;
}

#RedWorker{
position:absolute;
top:360px;
left:450px;
}

#BlackWorker2{
position:absolute;
top:380px;
left:680px;
}


#GreenWorker-content-1, #BlueWorker-content-1, #BlackWorker-content-1, #RedWorker-content-1, #BlackWorker2-content-1 {
	display: none;        /* required */
	position: absolute;   /* required */
}

.hoverback{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff100;
	width:200px;
	font-size:13px;
	text-align:left;
	padding: 10px;
	line-height:150%;
	font-style:italic;
	margin-top:3px;
	margin-left:20px;
}

.hoverbackbottom{
background-image:url(images/bottomhover.gif);
background-position:right;
background-repeat:no-repeat;
width:220px;
height:10px;
margin-left:20px;}

.hoverbackheader{ 
background-repeat:no-repeat; 
height:30px; 
width:144px;
color:#FFFFFF;
font-size:12px;
text-align:left;
padding-left:5px;
padding-top:3px;
}

.workerhover:hover{
cursor:help;}

#Links{
position:absolute;
top:80px;
left:20px;
color:#FFFFFF;
}

#Links a:link, #Links a:visited{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
font-size:14px;
margin-right:10px;}

#Links a:hover{
text-decoration:underline;}

.linkcontact{
display:block;
height:32px;
width:70px;
background-image:url(../Images/contract.gif);
background-repeat:no-repeat;
background-position:left;
padding:17px 0px 0px 35px;
float:left;}


.linkreader{
display:block;
height:32px;
width:130px;
background-image:url(../Images/diskdrive.gif);
background-repeat:no-repeat;
background-position:left;
padding:17px 0px 0px 35px;
float:left;}

.linkdownload{
display:block;
height:32px;
width:180px;
background-image:url(../Images/disk_blue.gif);
background-repeat:no-repeat;
background-position:left;
padding:17px 0px 0px 35px;
float:left;}

