@charset "utf-8";
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #dbdbdb;
	margin: 8px 0 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: 890px;
	background: #ffffff;
	border: 5px solid #9c1444;
	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. */

}

 #containernoborder {
	width: 890px;
	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. */

}





 #header {
	background: #ffffff url(images/top_branding.gif) no-repeat;
	width: 890px;
	height: 71px;

} 

 #menu {

	width: 680px;
	height: 30px;
	padding-top: 41px;
	padding-left: 225px;
}









#datearea {

	background: #FFFFFF;
	width: 890px;
	height: 26px;
	padding-top: 10px;
	text-align: right;

}



#left { 
	
	width: 235px;
	float: left;
} 


#right { 
	
	width: 600px;
	float: left;

} 


#subholder { 
	
	background: #ffffff url(images/sub_menu_back.gif) no-repeat;
	width: 230px;


} 

#subholderbottom { 
	
	background: #ffffff url(images/sub_menu_bottom.gif) no-repeat;
	width: 230px;
	height: 20px;


} 


#subholderinside { 
	
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width: 190px;
	height: 300px;

} 


#subholderinsideshort { 
	
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width: 190px;
	height: 100px;

} 




#subitem { 
	
	padding-bottom: 2px;
}  


#newsholder { 
	
	background: #ffffff url(images/news_panel.gif) no-repeat;
	width: 230px;
	height: 160px;

} 

#newstextholder { 
	
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width: 190px;
	height: 115px;

}


#newstext { 
	
	padding-bottom: 10px;
}  



#testimonialholder { 
	
	padding-top: 10px;
	padding-left: 40px;
	width: 190px;
	height: 203px;

} 

#testimonialback { 
	
	background: #ffffff url(images/testimonials_back.gif) no-repeat;
	width: 193px;
	height: 179px;

}

#testimonialtext { 
	
	padding-top: 45px;
	padding-left: 15px;
	width: 160px;
	height: 140px;

} 

#textarea { 
	
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	width: 520px;


}   


#titlearea { 
	
	background: url(images/subhead_back.gif) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

} 


#titleareaabout { 
	
	background: url(images/subhead_backs_about.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

} 

#titleareaclients{ 
	
	background: url(images/subhead_backs_clients.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

} 

#titleareacontact{ 
	
	background: url(images/subhead_backs_contact.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

} 

#titleareaprojects{ 
	
	background: url(images/subhead_backs_projects.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

}

#titlearearecruitment{ 
	
	background: url(images/subhead_backs_recruitment.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

}

#titleareasectors{ 
	
	background: url(images/subhead_backs_sectors.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

}


#titleareaservices{ 
	
	background: url(images/subhead_backs_sectors.jpg) no-repeat;
	padding-top: 24px;
	padding-left: 50px;
	width: 650px;
	height: 40px;

}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#footer { 
	
	width: 618px;
	padding-top: 60px;
	padding-left: 282px;
	text-align: left; 
	clear: both;

} 







/* menustuff */










#tabmenu {
		color: #000;
		border-bottom: 0px solid white;
		margin: 0px 0px 0px 0px;
		padding: 6px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #ffffff;
	background: #ffffff url(images/tab_back.gif) repeat;
		font: normal 15px Arial, sans-serif;

		padding: 6px 8px 5px 13px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		color: #9c1444;
		background: #ffffff;
		border-bottom: 3px solid #ffffff; }

	#tabmenu a:hover {
		color: #9c1444;
		background: #ffffff; }



	#tabmenu a.active:hover {
		background: #ffffff;
		color: #9c1444; }






















/* link style default */

a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c1444;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
a:hover {
	color: #ff002f;
	text-decoration: underline;
}
a:active {
	color: #ff002f;
	text-decoration: underline;

}














/* other link styles */




a.text{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3112f;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
a:hover.text {


	text-decoration: underline;
}
a:active.text{


	text-decoration: underline;

}



a.sub{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3112f;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
a:hover.sub {


	text-decoration: underline;
}


a:active.sub{


	text-decoration: underline;

}



a.subhighlight{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
a:hover.subhighlight {


	text-decoration: none;
}


a:active.subhighlight{


	text-decoration: none;

}




a.footer{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9c1444;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
a:hover.footer {


	text-decoration: underline;
}
a:active.footer{


	text-decoration: underline;

}




/* text styles */









.text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;

}

.testimonial {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;

}


.testimonialname {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c1444;
	font-weight: bold;
	line-height: 13px;
}


.subhead {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #9c1444;
	font-weight: normal;
	line-height: 22px;
}

.mainhead {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	line-height: 50px;
}


.newsdate {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c1444;
	font-weight: normal;
	line-height: 13px;

}

.newstext{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	font-weight: normal;
	line-height: 13px;

}

.textboldred {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3112f;
	font-weight: bold;
	line-height: 18px;

}


.textbold {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	font-weight: bold;
	line-height: 14px;

}




.textgreybottom {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7f7f7f;
	font-weight: normal;
	line-height: 13px;

}














select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7e6c5b;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #beb57f;
}


input {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7e6c5b;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #beb57f;
}

input.button {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ccc59b;
	border: 0px solid #ccc59b;
}


textarea {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7e6c5b;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #beb57f;
}
