strong {
  font-weight: bold;
}

label {
  cursor: pointer;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.pagination {
  padding: 20px 0 0;
  text-align: right;
}

p {
    margin-bottom: 1em;
}

div.left {
    float: left;
    margin-right: 15px;
}

#footer p{
  float: left;
  padding-left: 8px;
  /*width: 160px;*/
  /*margin: 0px 45px;*/
  border-left: 1px solid #ccc;
}
#footer p.small_print{
  border-left: 0px;
  width: 595px;
  text-align: center;
  margin-top: 25px;
  padding-bottom: 8px;
}
#footer p.london{
  float: left;
  margin: 0px 130px;

}


h2 {
    background: url(/img/site/sprite.png) no-repeat 0 0;
    display: block;
    height: 34px;
    margin-bottom: 20px;
    margin-top: 9px;
    overflow: hidden;
    text-indent: -5000px;
    width: 251px;
}

a {
    color: #3399cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.replacement{
    background: url(/img/site/sprite.png) no-repeat;
    overflow: hidden;
    text-indent: -5000px;
    display:block;
    overflow:hidden;
}

hr {
  background-color: #CDE6F1;
  border:0;
  color: #CDE6F1;
  height: 1px;
  margin: 2em 0;
  padding: 0;
  width: 100%;
}

/* Layout
=========*/

body {
    background: #fff url(/img/site/body.jpg) repeat-x 0 0;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1.25;
    text-align: center;
}

#wrapper {
      font-size: 1.1em;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  width: 994px;
}

#subwrapper {
    background: url(/img/site/content.jpg) no-repeat 0 0;
    font-size: 1.1em;
    min-height: 625px;
    padding: 175px 95px 20px 332px;
    zoom:1;
}

#content {
    border-bottom: 1px solid #cde6f1;
    padding-bottom: 40px;
}

#footer {
  /*background: url(/img/site/carbon-neutral.gif) bottom right no-repeat;*/
    text-align: left;
    clear:both;
    width: 640px; /* 994 - 84 */
    margin: 0 auto;
}

#popup {
    background: url(/img/site/popup.png) no-repeat 0 0;
    height: 197px;
    left: 0;
    position: absolute;
    top: 160px;
    width: 187px;
    z-index: 100;
}

#current {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 110;
}

#next {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 105;
}

/* Header
=========*/

#header {
    left: 0;
    position: absolute;
    top: 0;
}

#header h1 a {
    background: url(/img/site/sprite.png) no-repeat -23px -330px;
    display: block;
    height: 66px;
    left: 39px;
    overflow: hidden;
    position: absolute;
    top: 37px;
    text-indent: -5000px;
    width: 226px;
}

#header p {
    background: url(/img/site/sprite.png) no-repeat -249px -330px;
    display: block;
    height: 130px;
    left: 332px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -5000px;
    top: 0;
    width: 564px;
}

/* Navigation
=============*/

#navigation {
    left: 50px;
    padding-top: 29px;
    position: absolute;
    top: 191px;
}

#navigation li a {
    background: url(/img/site/sprite.png) no-repeat 0 0;
    display: block;
    height: 38px;
    overflow: hidden;
    text-indent: -5000px;
    width: 213px;
}

#navigation li.our_agencies a {
    background-position: 0 0;
    height:29px;
}

#navigation li.our_clients a {
    background-position: 0 -29px;
    height:36px;
}

#navigation li.our_values a {
    background-position: 0 -65px;
    height:40px;
}

#navigation li.our_ethics a {
    background-position: 0 -105px;
    height:38px;
}

#navigation li.news a {
    background-position: 0 -143px;
    height:38px;
}

#navigation li.careers a {
    background-position: 0 -181px;
    height:38px;
}

#navigation li.our_associations a {
    background-position: 0 -219px;
    height:38px;
}

body.our_agencies #navigation li.our_agencies a,
#navigation li.our_agencies a:hover {
    background-position: -213px 0;
}

body.our_clients #navigation li.our_clients a,
#navigation li.our_clients a:hover {
    background-position: -213px -29px;
}

body.our_values #navigation li.our_values a,
#navigation li.our_values a:hover {
    background-position: -213px -65px;
}

body.our_ethics #navigation li.our_ethics a,
#navigation li.our_ethics a:hover {
  background-position: -213px -105px;
}

body.news #navigation li.news a,
#navigation li.news a:hover {
    background-position: -213px -143px;
}

body.careers #navigation li.careers a,
#navigation li.careers a:hover {
    background-position: -213px -181px;
}

body.our_associations #navigation li.our_associations a,
#navigation li.our_associations a:hover {
    background-position: -213px -219px;
}

/* Our agencies carousel
========================*/

.carousel {
    background: url(/img/site/carousel.jpg) no-repeat 50% 0;
    padding: 10px 38px;
    position: relative;
    margin-bottom:4em;
}

.carousel .clip {
    height: 126px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 915px;
}

.carousel .clip ul {
  padding-left: 40px;
  padding-top: 30px;
}

.carousel .clip li {
  float: left;
  margin-left: 40px;
  margin-right: 40px;
}

.carousel .clip img {
  display: block;
}

.carousel .previous {
    background: url(/img/site/sprite.png) no-repeat -677px 0;
    height: 36px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -5000px;
    top: 52px;
    width: 33px;
}

.carousel .next {
    background: url(/img/site/sprite.png) no-repeat -710px 0;
    height: 36px;
    right: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -5000px;
    top: 52px;
    width: 33px;
}

/* Home
=======*/

body.home #subwrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 179px;
    min-height:0;
    background: url(/img/site/content_home.jpg) no-repeat 0 0;
}

body.home #content {
  border-bottom:0;
  padding-bottom:40px;
}

body.home #news{
  width:407px;
  float:left;
  padding:0 0px 0em 95px;
  height:200px;
  border-right:1px solid #cccccc;
}

body.home #vacanices{
  float:right;
  height:225px;
  padding:0 88px 0pt 0pt;
  width:375px;
}

body.home #values{
  width:982px;
  height: 142px;
  clear:both;
  position:relative;
  background: url(/img/site/home/footer_bg.jpg) no-repeat 0 0;
  margin:0 0 0 33px;
}

body.home #news h3 a.news{
  width:90px;
  height:30px;
  background-position:0 -697px;
}

body.home #vacanices a,
body.home #news a{
  color:#000;
  text-decoration:underline;
}

body.home #vacanices ul,
body.home #news ul {
  margin:1em 0 0 15px;
  height:146px;
}

body.home #vacanices ul li,
body.home #news ul li{
  margin-bottom:1.5em;
}

body.home #news a.more_news{
  width:85px;
  height:14px;
  background-position:0 -758px;
  margin-left:15px;
}

body.home #vacanices h3 a.current_opportunities{
  width:104px;
  height:30px;
  background-position:0 -727px;
}

body.home #vacanices a.more_opp{
  width:111px;
  height:12px;
  background-position:0 -772px;
  margin-left:15px;
}

body.home #vacanices a.more_opp{
  width:111px;
  height:12px;
  background-position:0 -772px;
  margin-left:15px;
}

body.home #values .image{
  left:28px;
  position:absolute;
  top:27px;
}

body.home #values p{
  left:124px;
  position:absolute;
  top:60px;
  text-align:center;
  width:700px;
}

body.home #values ul{
  position:absolute;
  top:18px;
  left:138px;
}

body.home #values ul li{
  float:left;
}

body.home #values ul li a.trust{
  width:173px;
  height:33px;
  background-position: 0 -836px;
}

body.home #values ul li a.security{
  width:97px;
  height:33px;
  background-position: -173px -836px;
}

body.home #values ul li a.confidence{
  width:126px;
  height:33px;
  background-position: -270px -836px;
}

body.home #values ul li a.family{
  width:84px;
  height:33px;
  background-position: -396px -836px;
}

body.home #values ul li a.fun{
  width:186px;
  height:33px;
  background-position: -480px -836px;
}

body.home h3 a.our_age{
  background-position:0pt -784px;
  height:30px;
  position:absolute;
  right:-1px;
  top:-35px;
  width:163px;
}

body.home h3 a.ourclients{
  background-position:0pt -888px;
  height:29px;
  left:332px;
  position:absolute;
  top:-67px;
  width:118px;
}


body.home h3 a.what_we_value{
  background-position:0pt -814px;
  height:19px;
  position:absolute;
  right:68px;
  top:-23px;
  width:110px;
}


body.home a.more_values{
  background-position:0pt -869px;
  height:19px;
  position:absolute;
  left:286px;
  bottom:16px;
  width:162px;
}

body.home a.ethics{
  background-position:-173px -869px;
  height:19px;
  position:absolute;
  left:505px;
  bottom:17px;
  width:72px;
}




/* Our agencies
===============*/

body.our_agencies #subwrapper {
    padding-right: 77px;
}

body.our_agencies #content {
  width: 500px;
}

body.our_agencies h2 {
    background-position: -426px -204px;
    width:148px;
    height:33px;
}

body.our_ethics h2 {
    background-position: -426px -237px;
    width:152px;
    height:27px;
}



.agency {
    border: 1px solid #e1f0f7;
    float: left;
    margin-bottom: 10px;
    margin-right: 18px;
    position: relative;
}

.agency a {
    background: url(/img/site/visit_us.png) no-repeat 0 100%;
    display: block;
    padding-bottom: 19px;
}

.agency img {
    display: block;
}

.agency p {
    bottom: 19px;
    margin: 0;
    padding: 0 10px 10px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    width: 155px;
}

.agency p span {
    display: block;
}

.agency html\:abbr,
.agency abbr {
    text-transform: uppercase;
}

/* Our values
=============*/

body.our_values #content {
    padding-right: 77px;
}

body.our_values #content .clearfix {
    background: url(/img/site/line.png) no-repeat 0 0;
    padding: 20px 0;
}

body.our_values #content .clearfix p {
    float: left;
    margin: 0;
    width: 325px;
}

body.our_values h2 {
    background-position: -426px -68px;
}

/* Our clients
==============*/

body.our_clients h2 {
    background-position: -426px -102px;
}

body.our_clients div.left h3,
body.our_clients div.right h3{
  width:165px;
  height:30px;

}

body.our_clients h3.automotive{
  background-position: 0 -460px;
}

body.our_clients h3.education{
  background-position: 0 -490px;
}

body.our_clients h3.environment{
  background-position: 0 -520px;
}

body.our_clients h3.financial_services{
  background-position: 0 -550px;
}

body.our_clients h3.healthcare{
  background-position: 0 -580px;
}

body.our_clients h3.charity{
  background-position: 0 -610px;
}

body.our_clients h3.entertainment{
  background-position: 0 -640px;
}

body.our_clients h3.fmcg,
body.our_clients div.left h3.fmcg,
body.our_clients div.right h3.fmcg {
  background-position: 0 -670px;
  height:27px;
}


body.our_clients #wrapper #content h3.professional_services{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 -20px;
  width:188px;
  height:19px;
}

body.our_clients #wrapper #content h3.retail{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 -58px;
  width:50px;
  height:16px;
}

body.our_clients #wrapper #content h3.travel{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 -110px;
  width:50px;
  height:16px;
}

body.our_clients #wrapper #content h3.manufacturing{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 0;
  width:130px;
  height:20px;
}

body.our_clients #wrapper #content h3.public_sector{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 -39px;
  width:132px;
  height:19px;
}

body.our_clients #wrapper #content h3.technology{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 -90px;
  width:108px;
  height:20px;
}

body.our_clients #wrapper #content h3.utilities{
  background: url(/img/site/clients_sprite.jpg) no-repeat 0 -126px;
  width:69px;
  height:16px;
}

body.our_clients #wrapper #content h3.utilities,
body.our_clients #wrapper #content h3.technology,
body.our_clients #wrapper #content h3.public_sector,
body.our_clients #wrapper #content h3.manufacturing,
body.our_clients #wrapper #content h3.travel,
body.our_clients #wrapper #content h3.retail,
body.our_clients #wrapper #content h3.professional_services{
  margin:0 0 0.7em 3px;
}

body.our_clients #content div.left{
  width:270px;
}

body.our_clients #content div.right{
  width:212px;
  float:right;
  margin-right:70px;
}

body.our_clients #content div.left ul,
body.our_clients #content div.right ul{
  margin-bottom:2em;
}

body.our_clients #content div.left ul li,
body.our_clients #content div.right ul li{
  list-style:none;
  margin-left:0;
  color:#333333;
  width:220px;
}


body.our_clients #content {
padding-bottom:60px;
}

/* News
=======*/

body.news h2 {
    background-position: -426px -136px;
}

body.news h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

body.news h3 a {
  color: #000;
}

body.news h4 {
  color: #333;
  font-weight: normal;
  margin-bottom: 1em;
}

body.news p.more-link {
  margin-top: 1em;
}

body.news .pagination {
    padding-bottom: 1em;
}

body.news .bottom,
body.news .pagination .pagination,
body.news .bottom .pagination {
    padding-bottom: 0;
}

body.news .pagination ul{
  float:right;
  height:19px;
}

body.news .pagination ul li{
  float:left;
}

body.news .pagination ul li{
  float:left;
  color:#fff;
}

body.news .bottom ul li {
    color: #CDE6F1;
}

body.news .pagination ul li a{
  color:#000;
  margin:0 5px;
}

body.careers .news_container,
body.news .news_container{
  clear:both;
  padding:0;
  margin-top:18px;
}


body.careers .news_container .left,
body.news .news_container .left{
  width:95px;
  clear:both;
  margin-right:0;

}

body.news .news_container .left img,
body.careers .news_container .left img {
    display: block;
    border: 1px solid #b4dbea;
}

body.careers .news_container .right,
body.news .news_container .right{
  float:left;
  width:455px;
  padding-bottom: 1em;
  background:url(/img/site/news/brake.jpg) no-repeat 0 100%;
}

body.careers .news_container a.title {
  color: #000;
}

body.careers .news_container a.title:hover {
  text-decoration: none;
}

body.careers .description {
  padding-bottom: 1em;
  /*background:url(/img/site/news/brake.jpg) no-repeat 0 100%;*/
}

body.careers .description img {
  display: block;
  border: 1px solid #b4dbea;
  float: right;
  margin: 0 0 10px 20px;
}

body.careers .contact {
  padding-bottom: 1em;
  background:url(/img/site/news/brake.jpg) no-repeat 0 100%;
}

/* Careers
==========*/

body.careers h2 {
    background-position: -426px -170px;
}

body.careers .news_container ul li{
  margin-bottom:1em;
}

body.news .last,
body.careers .last{
  background:none;
}

body.careers ul li.title {
  font-size: 1.4em;
  margin-bottom: 0;
}

body.careers h3 {
  font-size: 1.4em;
  margin-bottom: 0;
}

/* Our associations
===================*/

body.our_associations h2 {
    background-position: -426px 0;
}

body.our_associations #content{
  width:510px;
}

body.our_associations .container{
    width:505px;
    margin:30px 0 0 0;
    padding:0;
    border:1px solid #bfdfec;
}

body.our_associations .container img{
  display:block;
  border:0;
}

body.our_associations .container li{
  list-style:none;
  float:left;
}

.dialogue {
  position: absolute;
}
