@charset "UTF-8";
/* CSS Document */

body  {
	font-size: 62.5% /* 1px = 0.1em */;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Myriad Pro", "Segoe UI", "Segoe UI", "Trebuchet MS", Tahoma, Geneva, Arial;
	background-color: #FFFFFF;
	background-image: url(../images/structure/blog-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	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 */
}


*{margin:0;padding:0}

#nav {
	width:546px;
	height:23px;
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	left: 403px;
	top: 0px;
	position: absolute;
	padding: 0px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
#nav li {
	list-style-type:none;
	float:left;
	width:78px;
	height:23px;
  }
#nav a {
  display:block;
  width:78px;
  height:23px;
  text-indent:-9999em;
  }
  

  
  
  
 .nav_home a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px -23px;
  }
   .nav_services a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: -78px -23px;
  }
   .nav_faq a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: -156px -23px;
  }
   .nav_about a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: -234px -23px;
  }
   .nav_blog a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: -312px -23px;
  }
   .nav_press a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: -390px -23px;
  }
   .nav_contact a:hover {
	background-image: url(../navigation/navigation.gif);
	background-repeat: no-repeat;
	background-position: -468px -23px;
  }
  
  
  
  
#bd-home .nav_home {
  background: url(../navigation/navigation.gif) no-repeat 0px -23px;
  }
#bd-team .nav_services {
  background: url(../navigation/navigation.gif) no-repeat -78px -23px;
  }
#bd-recruitment .nav_services {
  background: url(../navigation/navigation.gif) no-repeat -78px -23px;
  }
#bd-diligence .nav_services {
  background: url(../navigation/navigation.gif) no-repeat -78px -23px;
  }
#bd-career .nav_services {
  background: url(../navigation/navigation.gif) no-repeat -78px -23px;
  }
#bd-skills .nav_services {
  background: url(../navigation/navigation.gif) no-repeat -78px -23px;
  }
 #bd-faq .nav_faq {
  background: url(../navigation/navigation.gif) no-repeat -156px -23px;
  }
 #bd-about .nav_about {
  background: url(../navigation/navigation.gif) no-repeat -234px -23px;
  }
 #bd-blog .nav_blog {
  background: url(../navigation/navigation.gif) no-repeat -312px -23px;
  }
 #bd-press .nav_press {
  background: url(../navigation/navigation.gif) no-repeat -390px -23px;
  }
 #bd-contact .nav_contact {
  background: url(../navigation/navigation.gif) no-repeat -468px -23px;
  }
  
  
#bd-home .nav_home a,
#bd-team .nav_services a, 
#bd-recruitment .nav_services a, 
#bd-diligence .nav_services a,
#bd-career .nav_services a,
#bd-skills .nav_services a, 
#bd-faq .nav_faq a, 
#bd-about .nav_about a,
#bd-blog .nav_blog a,
#bd-press .nav_press a,
#bd-contact .nav_contact a 


{
  background:none;
}


#sub1 {
	width:145px;
	height:90px;
	margin:0 auto;
	background-image: url(../navigation/subnav3.png);
	background-repeat: no-repeat;
  }
  
#sub1 li {
	list-style-type:none;
	float:left;
	width:145px;
	height:18px;
  }
#sub1 a {
  display:block;
  width:145px;
  height:18px;
  text-indent:-9999em;
  }
  

  
  
   .sub_team a:hover {
	background-image: url(../navigation/subnav3.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
  }
   .sub_recruitment a:hover {
	background-image: url(../navigation/subnav3.png);
	background-repeat: no-repeat;
	background-position: 0px -108px;
  }
   .sub_diligence a:hover {
	background-image: url(../navigation/subnav3.png);
	background-repeat: no-repeat;
	background-position: 0px -126px;
  }
   .sub_career a:hover {
	background-image: url(../navigation/subnav3.png);
	background-repeat: no-repeat;
	background-position: 0px -144px;
  }
   .sub_skills a:hover {
	background-image: url(../navigation/subnav3.png);
	background-repeat: no-repeat;
	background-position: 0px -162px;
  }
   
