﻿body
{
	background-image:url('images/outsource-staff_01.jpg');
	background-repeat:repeat-x;
	background-color:black;
	margin: 0px;
	font-family:Tahoma, Verdana, Arial;
	color:white;
	font-size:8pt;
}

.bold
{
	font-weight:bold;
}

a
{
	font-family:Tahoma, Verdana, Arial;
	color:white;
	font-size:8pt;
}

textarea
{
	font-family:Tahoma, Verdana, Arial;
	color: #333333;
	font-size:8pt;
	width: 350px;
	height:56px;
}

input
{
	font-family:Tahoma, Verdana, Arial;
	color: #333333;
	font-size:8pt;
}

select
{
	font-family:Tahoma, Verdana, Arial;
	color: #333333;
	font-size:8pt;
}
#mainhandler
{
	padding: 0 0 0 0;
	border:0px none;
	border-collapse:collapse;
	width:850px;
	margin:0 auto 0 auto;
}

.clearer
{
	clear:both;
}

#menu
{
	padding: 0 0 0 0;
	border:0px none;
	border-collapse:collapse;
	margin:0 0 0 0;
	float:right;
}

#menu ul
{
	list-style:none;
	margin:0 auto 0 5px;
	padding:0 auto 0 5px;
}

#menu li
{
	 float:left;
	 margin-right: 2px;
	 background-image:url('images/menu_09.jpg');
	 font-size:15px;
	 height:30px;
	 width:80px;
	 vertical-align:bottom;
	 text-align:center;
	 border:1px solid #999999;
}

#menu li:hover
{
	 border:1px solid #333333;
}


#menu li a
{
	 font-family:Tahoma;
	 color:white;
	 font-size:8pt;
	 text-decoration:none;
	 background-position:center top;
	 padding:10px 0px;
	 display:block;
}

#menu li a:hover
{
	 text-decoration:underline;
}


#banner
{
	background-image:url('images/outsource-staff_09.jpg');
	background-repeat:repeat-x;
	background-color:#201E1F;
	margin-top:5px;
}

#bannertext
{
	background-position: 0px 0px;
	width:296px;
		height:202px;
		background-image:url('images/outsource-staff_13.jpg');
		padding-right:20px;
		padding-left:20px;
		text-align:left;
	background-attachment: scroll;
}

#bannernote
{
	border:0px none;
	border-collapse:collapse;
}

#content
{
	background-color:#201E1F;
}

#left
{
	float:left;
	width:255px;
	background-color:#201E1F;
}

#right
{
	float:right;
	width:590px;
	background-color:#201E1F;
}

#contentholder
{
	background-color:#201E1F;
	clear:both;
	height:100%;
}

.contentheaders
{
	background-color:#201E1F;
	margin-bottom:10px;
	padding-bottom:10px;
}

#maincontent
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	border-collapse:collapse;
	width:561px;
		padding:10px 10px 10px 10px;
		background-color:#3A3531;
		margin-top:32px;
}

#free
{
	margin-left:5px;
}
#free ul
{
	list-style:square;
}

#free li
{
	padding-top:6px;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;
}

#free li.head
{
	padding-bottom:10px;
	list-style:none;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px lime solid;
	margin-left:-10px
}

#footer
{
	background-image:url('images/footerimage.jpg');
	background-repeat:repeat-x;
	height:50px;
	padding-top:20px;
	text-align:center;
}

.staff
{
	margin:0 auto 0 auto;
	width:190px;
	margin-bottom:10px;
	border-collapse:collapse;
	border:1px solid #666666;
	background-color:#016062;
}

.stafftitle
{
	font-size:13pt;
	font-family:"Trebuchet MS";
	text-align:center;
}

.staffdesc
{
	padding:5px 10px 5px 10px;
	background-color:#201E1F;
}

.staff:hover
{
	border:1px solid #006666;
}

.staffdesc:hover
{
	background-color:black;
}

.staffdesc a
{
	color:orange;
	text-decoration:none;
}

.staffdesc a:hover
{
	color: white;
	text-decoration:underline;
}

h1
{
	font-size:12pt;
	font-family:"Trebuchet MS";
	font-weight:bold;
	margin:0 0 0 0;
}

h2
{
	font-size:10pt;
	font-family:"Trebuchet MS";
	font-weight:bold;
	margin:0 0 0 0;
	text-decoration:underline;
}

h3
{
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;	
	margin:0 0 0 0;
}

h4
{
	color: #0099FF;
	margin:0 0 0 0;
	font-size:8pt;
	font-family:Arial;
}

.staffdesc ul
{
	color:#CCCCCC;
}

.staffdesc li
{
	list-style:square;
	margin-left:-25px;
}

#textcontents
{
	padding: 10px 20px;
	text-align: left;
}

#textcontents2
{
	background-color:#333333;
	padding: 10px 20px;
}

#table
{
	border:1px gray solid;
	border-collapse:collapse;
	padding:5px 5px 5px 5px;
}

.logos
{
	background-color:white;
	text-align:center;
}

#staffmenu
{
	text-align:center;
}

.staffmenusingle 
{
	background-color:#494949;
	border:1px gray solid;
	padding:4px 4px 4px 4px;
}

.staffmenusingle a
{
	text-decoration:none;
}

.staffmenusingle a:hover
{
	color:black;
}

.staffmenusingle:hover
{
	background-color: green;
	border:1px #33CC33 solid;
	padding:4px 4px 4px 4px;
}

#scroller
{
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	font-size:8pt;
	font-family:"Trebuchet MS";
	font-weight:bold;
}

#datac
{
	font-family:Tahoma, Verdana, Arial;
	font-size:8pt;
	padding-bottom:4px;
	text-align:center;
}

#toll
{
	text-align:right;
	width:200px;
	margin-top:0px;
	margin-bottom:40px;
	margin-left:370px;
}

#newz {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}
	
#newz a{
	font-size:12px;
	color:#FF9933;
	text-decoration:none;
	font-weight:bold;
	}

#newz a:hover{
	color:#ffffff;
	}


div#newz ul{
	width:200px;
	text-align:justify;
	list-style:none;
	padding:0;
	margin-left:25px;
	}

div#newz li{
	text-align:justify;
	}
	




	
