/* CSS Document */
body
{
	margin:0px; 
	font-family:Arial,Verdana,Helvetica, sans-serif;
	font-size:11px;
	color:#5C5C5C;
	background-image: url(../images/bg-nav.gif);
}
#container
{
	width:780px;
	margin:0px auto;
	border:1px solid #000000;
	background-color:#ffffff;
	
}
#contentbody
{
	margin:15px 20px 0px 20px;
	
}

#header
{
	width:740px;
	height:271px;
}
#menubar
{
	background-image:url(../images/nav_left.jpg);
	background-repeat:repeat-x;
	height:40px;
	margin-top:2px;
}
#menubar ul
{
	margin:0px;
	padding:10px 0px 0px 20px;
}
#menubar ul li
{
	list-style-position:inside;
	list-style-type:none;
	float:left;
	width:140px;
	text-align:center;
}
#menubar ul li a
{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#menubar ul li a:hover
{
	border-bottom:2px solid #3C7190;
		
}
#content
{
	width:742px;
}	
#leftcontent
{
	width:460px;
	float:left;
}
#rgtcontent
{
	width:280px;
	float:left;
	
}
#whyus
{
	width:442px;
}
.staffing
{
	font-size:16px;
	font-weight:bold;
	padding:15px 0px 0px 0px;
}
.recruit
{
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
	font-family:Verdana;
	padding-top:5px;
}
.perma
{
	font-size:13px;
	color:#000000;
	font-weight:bold;
	font-family:Verdana;
	padding-top:5px;
}
#clients
{
	width:452px;
	height:161px;
	background-image:url(../images/client_big.jpg);
	background-repeat:no-repeat;
}
.clienthead
{
	padding:10px 0 0 15px;
	font-size:18px;
	color:#2C445C;
	font-weight:bold;
	font-family:Verdana;
}
.hotjobs
{
	font-size:18px;
	color:#CC2417;
	font-weight:bold;
	padding-top:30px;	
}
.jobs ul
{
	margin:0px;
	padding:0px;
}
.jobs ul li
{
	list-style-position:inside;
	list-style-type:none;
}
.jobs ul li a
{
	color:#2C445C;
	text-decoration:none;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 0px 0px 15px;
	line-height:20px;
}
.jobs ul li a:hover
{
	text-decoration:underline;
	color:#cc2417;
}
.link a
{
	color:#67A747;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana;
}	
.link a:hover
{
	text-decoration:underline;
	color:#FF9966;
}
#footer
{
	width:785px;
	background-color:#EBEBEB;
	height:35px;
}
/*Inner page*/
#inner_content
{
	width:740px;
	text-align:justify;
	line-height:20px;
	margin-top:5px;
}


.ft { color:#333333; text-decoration:none; font-size:12px; }

.ft:hover { color:#990000; text-decoration:underline; font-size:12px; }
		