/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  }
  
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  }
  
/* Remove list style from lists */
ol, ul {
  list-style: none;
  }
  
/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
  }
  
/* Removes border from tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  
/* Remoce border from fieldset and img */
fieldset, img {
  border: 0;
  }
  
/* left aligns text in caption and th */
caption, th {
  text-align: left;
  }
  
/* removes quotation marks from q */
q:before, q:after {
  content: '';
  }
  
strong {
  font-weight: bold;
  }
  
html {
  height: 100%;
  }

body {
  font-family: Arial, sans-serif;
  width: 100%;
  font-size: 11px;
  background: #000913;
  color: #333;
  height: 100%;
  }
  
a:link, a:link {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  }
  
a:hover, a:focus {
  text-decoration: underline;
  }
  
p#back_button a:link, p#back_button a:visited {
  margin: 8px;
  color: #333;
  display: block;
  text-decoration: none;
  }

p#back_button a:hover {
  color: #FDC600;
  }
  
div#body-wrapper {
  position: relative;
  min-height: 100%;
  }
  
* html div#body-wrapper {
  height: 100%;
  }

/*div#header {
  background: #000913;
  width: 100%;
  float: left;
  color: #fff;
  }*/
  
div#header-wrapper {
 width: 960px;
  margin: 0 auto;
  position: relative;
  }
  
/*div.quote {
  background: url(../img/quote-top.gif) no-repeat top left;
  margin: 60px 0 0 150px;
  height: 110px;
  }
  
div#header div.quote blockquote {
  width: 632px;
  }
  
div#header div.quote blockquote p {
  padding: 10px 20px 5px 30px;
  font-size: 10px;
  }
  
div#header div.quote blockquote p strong {
  font-size: 12px;
  color: #E9AB00;
  }
  
  
div#header div.quote blockquote cite {
  width: 617px;
  float: right;
  text-align: right;
  padding: 0 15px 27px 0;
  font-size: 9px;
  background: url(../img/quote-bottom.gif) no-repeat bottom left;
  }
  
div#header div#nhs-quote blockquote cite {
   background: url(../img/quote-bottom-1.gif) no-repeat bottom left;
  }
  
div#header div#random1-quote blockquote cite {
   background: url(../img/quote-bottom-2.gif) no-repeat bottom left;
  }*/
  
img#global-logo {
  float: left;
  margin: 76px 50px 20px 0;
  }
  
img#top-speech {
  margin: 60px 0 21px 0;
  }






/* ----------------- navigation -------------------- */
ul#global-nav {
  position: relative;
  float: left;
  width: 810px;
  height: 30px;
  margin-top: 5px;
  border-top: 1px dashed #26252a;
  text-indent: -99999px;
  }
  
ul#global-nav li {
  float: left;
  font-size: 70%;
  }
  
ul#global-nav li a span {
  background: url(../img/nav.gif) no-repeat;
  }
  
ul#global-nav li a:link, ul#global-nav li a:visited {
  color: #fff;
  text-decoration: none;
  }


/* --- the tabs for the global navigation - swapping the images --*/
  
ul#global-nav li#nav-who-is-mc2 a:link, ul#global-nav li#nav-who-is-mc2 a:visited {
  display: block;
  width: 110px;
  height: 30px;
  background: url(../img/nav/who-is.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-who-is-mc2 a:hover, ul#global-nav li#nav-who-is-mc2 a:focus {
  background-position: 0 -30px;
  }
  
  

  

ul#global-nav li#nav-what-we-do a:link, ul#global-nav li#nav-what-we-do a:visited {
  display: block;
  height: 30px;
  width: 109px;
  background: url(../img/nav/what-we-do.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-what-we-do a:hover, ul#global-nav li#nav-what-we-do a:focus {
  background-position: 0 -30px;
  }
  
  
  
  
  
  
  
  
  
ul#global-nav li#nav-who-we-work-for a:link, ul#global-nav li#nav-who-we-work-for a:visited {
  display: block;
  height: 30px;
  width: 138px;
  background: url(../img/nav/who-we-work-for.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-who-we-work-for a:hover, ul#global-nav li#nav-who-we-work-for a:focus {
  background-position: 0 -30px;
  }
  
  
  
  
  
  
ul#global-nav li#nav-sector-experience a:link, ul#global-nav li#nav-sector-experience a:visited {
  display: block;
  height: 30px;
  width: 149px;
  background: url(../img/nav/sector-exp.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-sector-experience a:hover, ul#global-nav li#nav-sector-experience a:focus {
  background-position: 0 -30px;
  }
  
  
  
  
  
ul#global-nav li#nav-contact-us a:link, ul#global-nav li#nav-contact-us a:visited {
  display: block;
  height: 30px;
  width: 101px;
  background: url(../img/nav/contact-us.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-contact-us a:hover, ul#global-nav li#nav-contact-us a:focus {
  background-position: 0 -30px;
  }  
  
 
ul#global-nav li#nav-news a:link, ul#global-nav li#nav-news a:visited {
  display: block;
  height: 30px;
  width: 71px;
  background: url(../img/nav/news.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-news a:hover, ul#global-nav li#nav-news a:focus {
  background-position: 0 -30px;
  }
  
ul#global-nav li.here a:link, ul#global-nav li.here a:visited {
  background-position: 0 -30px;
  }
  
  



ul#global-nav li#nav-industry-blog a:link, ul#global-nav li#nav-industry-blog a:visited {
  display: block;
  height: 30px;
  width: 125px;
  background: url(../img/nav/industry-blog.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-industry-blog a:hover, ul#global-nav li#nav-industry-blog a:focus {
  background-position: 0 -30px;
  }
  
ul#global-nav li#nav-client-login a:link, ul#global-nav li#nav-client-login a:visited {
  position: absolute;
  top: -26px;
  right: 3px;
  display: block;
  height: 25px;
  width: 99px;
  background: url(../img/nav/client-login.gif) no-repeat top left;
  background-position: 0 0;
  }
  
ul#global-nav li#nav-client-login a:hover, ul#global-nav li#nav-client-login a:focus {
  background-position: 0 -25px;
  }



/*----------- secondary navigation ------------------ */

ul#global-nav li ul.secondary-nav {
  font-size: 16px;
  }
  
ul#global-nav li ul.secondary-nav li {
  margin: 8px 2px 8px 10px;
  float: none;
  }
  
ul#global-nav li ul.secondary-nav li a:link, ul#global-nav li ul.secondary-nav li a:visited {
  font-weight: normal;
  width: 100%;
  }
  
ul#global-nav li ul.secondary-nav li a:hover, ul#global-nav li ul.secondary-nav li a:focus {
  text-decoration: underline;
  }
  
ul#global-nav li ul li.secondary-first-item {
  margin: 4px 10px 0px 10px;
  }
  
ul#global-nav li ul li.secondary-last-item {
  margin: 4px 10px 10px 10px;
  }
  


/** ---- getting rid of the images on all the secondary menus - comment one out to see what i mean --- */
  
ul#global-nav li#nav-sector-experience ul.secondary-nav a:link, ul#global-nav li#nav-sector-experience ul.secondary-nav a:visited {
  text-indent: 0px;
  background: none;
  height: 100%;
  width: 90px;
  }
  
ul#global-nav li#nav-who-is-mc2 ul.secondary-nav a:link, ul#global-nav li#nav-who-is-mc2 ul.secondary-nav a:visited {
  text-indent: 0px;
  background: none;
  width: 65px;
  height: 100%;
  }
  
  
ul#global-nav li#nav-what-we-do ul.secondary-nav a:link, ul#global-nav li#nav-what-we-do ul.secondary-nav a:visited {
  text-indent: 0px;
  background: none;
  width: 100%;
  height: 100%;
  }
  


ul#global-nav li#nav-who-we-work-for ul.secondary-nav a:link, ul#global-nav li#nav-who-we-work-for ul.secondary-nav a:visited {
  text-indent: 0px;
  background: none;
  width: 100%;
  height: 100%;
  }  
  

  
  
 
ul#global-nav li {
  position: relative;
  }

ul#global-nav li ul.secondary-nav {  
  position: absolute;
  top: 30px;
  display: none;
  }
  
ul#global-nav li#nav-who-is-mc2 ul.secondary-nav{  
  top: 30px;
  left: 16px;
  background: url(../img/secondary-nav-bottom-who-is.png) no-repeat bottom left;
  }
  
ul#global-nav li#nav-what-we-do ul {
  left: 13px;
  width: 85px;
   background: url(../img/secondary-nav-bottom-what.png) no-repeat bottom left;
  }
  
/*ul#global-nav li#nav-what-we-do ul {
  top: 30px;
  left: 15px;
  width: 75px;
  background: url(../img/secondary-nav-bottom-what.png) no-repeat bottom left;
  }*/
  
ul#global-nav li#nav-sector-experience ul.secondary-nav {
  top : 30px;
  left: 21px;
  background: url(../img/secondary-nav-bottom-sector.png) no-repeat bottom left;
  }
  
ul#global-nav li#nav-who-we-work-for ul.secondary-nav {  
  top: 30px;
  left: 20px;
  width: 98px;
  background: url(../img/secondary-nav-bottom-who-we-work.png) no-repeat bottom left;
  }
  
ul#global-nav li > ul {
  top: auto;
  left: auto;
  }
  
ul#global-nav li:hover ul { 
  display: block; 
  }


img#telephone-tab {
  position: absolute;
  top: 100px;
  left: 760px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* ------- new nav left --------------- */
div#content div#left-col ul#news-nav li {
  padding: 2px;
  }
  
div#content div#left-col ul#news-nav ul {
  margin: 2px 0;
  padding-left: 10px;
  }

div#content div#left-col ul#news-nav ul li {
  margin: 2px 0;
  padding-left: 10px;
  }
  
  
  
  
  
  
  
  /*--------------- content ------------------- */
  
div#content {
  width: 100%;
  background: #fff url(../img/main-content-bg.gif) repeat-y center center;
  float: left;
  }
  
body#body_testimonials div#content {
  background: #fff url(../img/body-testimonials-bg.gif) repeat top left;
  }
  
body#body_testimonials div#content div#main-content {
  background: #fff;
  }
  

body#body_case_studies div#content {
  background: #fff url(../img/body-testimonials-bg.gif) repeat top left;
  }
  
body#body_case_studies div#content div#main-content {
  background: #fff;
  }


  
div#main-content p {
line-height: 15px;
margin: 20px 20px 5px 20px;
}
  
div#content div#content-wrapper {
  margin: 0 auto;
  width: 960px;
  }
  
div#content div#left-col {
  width: 149px;
  float: left;
  }
  
div#content div#left-col img#news-title {
  padding: 45px 0 5px 0;
  }
  
div#content div#left-col img#news-image {
  border: 4px solid #e1e1e1;
  }
  
div#content div#left-col ul {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-right: 15px;
  }
  
div#content div#left-col ul#news {
  margin-right: 0px;
  border-bottom: none;
  width: 142px;
  }
  
div#content div#left-col ul li {
  padding: 6px 8px;
  }
  
div#content div#left-col ul li.alt {
  background: #e1e1e1;
  }
  
div#content div#left-col ul li#last-news-item {
  font-size: 9px;
  }

div#content div#left-col ul li#last-news-item a:link, div#content div#left-col ul li#last-news-item a:visited {
  font-size: 9px;
  }
  
div#content div#left-col ul li a:link, div#content div#left-col ul li a:visited {
  color: #525252;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  }
  
div#content div#left-col ul li a:hover, div#content div#left-col ul li a:focus {
  color: #FDC600;
  }
  
  
div#content div#left-col ul li ul li {
  background: url(../img/news-bullet.gif) no-repeat center left;
  }


  
div#content #main-content {
  float: left;
  width: 597px;
 /* background: #000913;*/
  color: #fff;
  }
  
object#main-content {
  float: left;
  width: 597px;
  }
  
  
div#content div.flash-content {
  float: left;
  width: 617px;
  height: 489px;
  }
  
  
/* --------- styles for the details ---------------- */
div#main-content div.details-item {
  background: #f1f1f1 url(../img/news-item-bg.gif) repeat-x top left;
  float: left;
  width: 100%;
  color: #333;
  }
  
div#main-content div.alt {
  background: #ffffff;
  float: left;
  width: 100%;
  color: #333;
  }
  
div#main-content div.details-item h1 {
  padding: 15px 0 0 20px;
  color: #525252;
  font-weight: normal;
  font-size: 16px;
  min-height: 28px;
  }
  
div#main-content div.details-item p {
  margin: 5px 20px 10px 20px;
  line-height: 15px;
  }
  
div#main-content div.details-item p.author {
  font-weight: bold;
  text-align: right;
  padding: 5px 20px 10px 10px;
  }
  
div#main-content div.details-item div.alt {
  background: #fff;
  }
  
div#main-content div.details-item img.details-img-left {
  float: left;
  margin: 5px 10px 10px 20px;
  }
  
  
/**---------- details page ---things on the left ------*/
div#content div#content-wrapper div#left-col h1.title {
  margin: 20px 15px 10px 0;
  padding: 10px 2px;
  font-size: 14px;
  color: #FDC600;
  border: 1px dashed #ccc;
  border-left: none;
  border-right: none;
  }
  
div#content div#content-wrapper div#left-col h2  {
  margin: 20px 15px 10px 0;
  }
  
  
div#content div#content-wrapper div.details-left p {
  padding: 2px 7px 15px 0;
  }
  
#news-items-nav {
  width: 100%;
  background: #fff;
  float: left;
  border-top: 1px dashed #ccc;
  }
  
#news-items-nav p {
  float: left;
  padding: 10px 0 0 15px;
  }
  
#news-items-nav p a:link, #news-items-nav p a:visited {
  color: #333;
  text-decoration: none;
  }
  
#news-items-nav p a:hover, #news-items-nav p a:focus {
  text-decoration: underline;
  }
  
#news-items-nav ul {
  float: right;
  padding: 10px;
  }
  
#news-items-nav ul li {
  float: left;
  padding: 0px 1px;
  color:#333;
  }
  
#news-items-nav ul li a:link, #news-items-nav ul li a:visited {
  color: #FDC600;
  text-decoration: none;
  font-weight: bold;
  }
  
#news-items-nav ul li a:hover, #news-items-nav ul li a:focus {
  }
  

body#body_detail_technology div#content div#main-content {
  background: #000913 url(../img/technology_header.png) no-repeat top left;
  }


#details-sec-content {
  background: transparent;
  float: left;
  margin: 0 15px;
  color: #fff;
  border-top: 1px dashed #26252A;
  margin-top: 314px;
  }
  
#details-sec-content h1 {
  padding: 10px 0 3px 10px;
  margin-right: 20px;
  font-size: 20px;
  font-family: Georgia;
  font-weight: normal;
  border-bottom: 1px dashed #26252A;
  }
  
#details-sec-content .extras {
  margin: 15px 20px 0 0px;
  padding: 10px 0 5px 15px;
  border-top: 1px dashed #26252A;
  }
  
#details-sec-content .extras .feed-link {
  padding-right: 14px;
  background: url(../img/feed.png) no-repeat 100% 60%;
  }
  
#details-sec-content .extras a:link, #details-sec-content .extras a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  }
  
#details-sec-content .extras a:hover, #details-sec-content .extras a:focus {
  color: #FDC600;
  }
  
  
  
  
#details-sec-content #sec-content-team-news {
  float: left;
  width: 189px;
  }
  
#details-sec-content #sec-content-team-news ul {
  margin: 0px 20px 0 0;
  padding: 10px 0 0 10px;
  }
  
#details-sec-content #sec-content-team-news ul li {
  padding: 6px 8px;
  }
  
#details-sec-content #sec-content-team-news ul li.alt {
  background: #e1e1e1;
  }
  
#details-sec-content #sec-content-team-news ul li#last-news-item {
  font-size: 9px;
  }

#details-sec-content #sec-content-team-news ul li#last-news-item a:link, #details-sec-content #sec-content-team-news ul li#last-news-item a:visited {
  font-size: 9px;
  }
    
#details-sec-content #sec-content-team-news ul li a:link, #details-sec-content #sec-content-team-news ul li a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  }
  
#details-sec-content #sec-content-team-news ul li.alt a:link, #details-sec-content #sec-content-team-news ul li.alt a:visited {
  color: #101211;
  }
  
#details-sec-content #sec-content-team-news ul li a:hover, #details-sec-content #sec-content-team-news ul li a:focus {
  text-decoration: underline;
  }
  
  
  
  
  
 
  
#details-sec-content #sec-content-case-studies {
  float: left;
  width: 189px;
  }

#details-sec-content #sec-content-case-studies img {
  margin: 0px 20px 0 0;
  padding: 10px 0 0 10px;
  }
  
#details-sec-content #sec-content-case-studies h2 {
  margin: 0px 20px 0 0;
  padding: 10px 0 0 10px;
  font-size: 14px;
  color: #FDC600;
  }
  
#details-sec-content #sec-content-case-studies p {
  margin: 0px 20px 0 0;
  padding: 3px 0 0 10px;
  }
  
#details-sec-content #sec-content-case-studies p.extras {
  margin: 15px 20px 0 0px;
  padding: 10px 0 5px 0px;
  text-indent: -9999px;
  }
  
#details-sec-content #sec-content-case-studies p.extras a:link, #details-sec-content #sec-content-case-studies p.extras a:visited {
  display: block;
  height: 24px;
  width: 175px;
  background: url(../img/read-our-case-studies.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#details-sec-content #sec-content-case-studies p.extras a:hover, #details-sec-content #sec-content-case-studies p.extras a:focus {
  background-position: 0 -24px;
  }
  
  
  
#details-sec-content #sec-content-testimonials {
  float: left;
  width: 189px;
  }
  
#details-sec-content #sec-content-testimonials blockquote {
  padding: 10px 10px 0 35px;
  background: url(../img/quotes-open.gif) no-repeat 10px 6px;
  }
  
#details-sec-content #sec-content-testimonials blockquote p {
  margin: 0 0 10px 0;
  background: url(../img/quotes-close.gif) no-repeat bottom right;
  }
  
#details-sec-content #sec-content-testimonials p.extras {
  margin: 15px 20px 0 0px;
  padding: 10px 0 5px 0px;
  text-indent: -9999px;
  }
  
#details-sec-content #sec-content-testimonials p.extras a:link, #details-sec-content #sec-content-testimonials p.extras a:visited {
  display: block;
  height: 24px;
  width: 175px;
  background: url(../img/more-testimonials.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#details-sec-content #sec-content-testimonials p.extras a:hover, #details-sec-content #sec-content-testimonials p.extras a:focus {
  background-position: 0 -24px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/**************** Sectore navigation ***********************/

#left-col ul.left-nav {
  margin: 5px 20px 0 0px;
  padding: 0px 0 5px 0px;
  text-indent: -9999px;
  }
  
  
/************ news left nav -cos it has a subnav **************/

#left-col ul#news-nav {
  margin: 5px 20px 0 0px;
  padding: 0px 0 5px 0px;
  text-indent: 0px;
  }
  
div#content div#left-col ul.left-nav li {
  padding: 7px 0px;
  }
  
#left-col ul.left-nav li#sector-nav-corporate a:link, #left-col ul.left-nav li#sector-nav-corporate a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/sector-nav/corporate.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-corporate a:hover, #left-col ul.left-nav li#sector-nav-corporate a:focus {
  background-position: -150px 0;
  }
  
  


#left-col ul.left-nav li#sector-nav-investor a:link, #left-col ul.left-nav li#sector-nav-investor a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/sector-nav/investor-relations.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-investor a:hover, #left-col ul.left-nav li#sector-nav-investor a:focus {
  background-position: -152px 0;
  }
  
  
  
#left-col ul.left-nav li#sector-nav-property a:link, #left-col ul.left-nav li#sector-nav-property a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/sector-nav/property.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-property a:hover, #left-col ul.left-nav li#sector-nav-property a:focus {
  background-position: -150px 0;
  }
  
  
#left-col ul.left-nav li#sector-nav-technology a:link, #left-col ul.left-nav li#sector-nav-technology a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/sector-nav/technology.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-technology a:hover, #left-col ul.left-nav li#sector-nav-technology a:focus {
  background-position: -151px 0;
  }
  
  
  
  
  
#left-col ul.left-nav li#sector-nav-brand a:link, #left-col ul.left-nav li#sector-nav-brand a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/sector-nav/brand.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav  li#sector-nav-brand a:hover, #left-col ul.left-nav li#sector-nav-brand a:focus {
  background-position: -150px 0;
  }
  
  
  
  
  
  
  
  
  
  #left-col ul.left-nav li#sector-nav-healthcare a:link, #left-col ul.left-nav li#sector-nav-healthcare a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/sector-nav/healthcare.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-healthcare a:hover, #left-col ul.left-nav li#sector-nav-healthcare a:focus {
  background-position: -150px 0;
  }
  
  
  
  
  
  
  
  
  
  
  #left-col ul.left-nav li#sector-nav-financial a:link, #left-col ul.left-nav li#sector-nav-financial a:visited {
  display: block;
  height: 27px;
  width: 149px;
  background: url(../img/sector-nav/financial.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-financial a:hover, #left-col ul.left-nav li#sector-nav-financial a:focus {
  background-position: -150px 0;
  }
  
  
  
  
  
  
  
  
  
  
  #left-col ul.left-nav li#sector-nav-public a:link, #left-col ul.left-nav li#sector-nav-public a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/sector-nav/public.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-public a:hover, #left-col ul.left-nav li#sector-nav-public a:focus {
  background-position: -151px 0;
  }
  
  
  
  
  
  
  
  
  
  
  #left-col ul.left-nav li#sector-nav-education a:link, #left-col ul.left-nav li#sector-nav-education a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/sector-nav/education.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-education a:hover, #left-col ul.left-nav li#sector-nav-education a:focus {
  background-position: -150px 0;
  }
  


#left-col ul.left-nav li#sector-nav-crisis a:link, #left-col ul.left-nav li#sector-nav-crisis a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/sector-nav/crisis.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-crisis a:hover, #left-col ul.left-nav li#sector-nav-crisis a:focus {
  background-position: -150px 0;
  }
  
  
#left-col ul.left-nav li#sector-nav-design a:link, #left-col ul.left-nav li#sector-nav-design a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/sector-nav/design.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#sector-nav-design a:hover, #left-col ul.left-nav li#sector-nav-design a:focus {
  background-position: -150px 0;
  }
  
  
/************** left nav - what we do *********************************/
#left-col ul.left-nav li#what-nav-design a:link, #left-col ul.left-nav li#what-nav-design a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/what-we-do-nav/design.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#what-nav-design a:hover, #left-col ul.left-nav li#what-nav-design a:focus {
  background-position: -150px 0;
  }
  
  
  
  
#left-col ul.left-nav li#what-nav-pr a:link, #left-col ul.left-nav li#what-nav-pr a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/what-we-do-nav/pr.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#what-nav-pr a:hover, #left-col ul.left-nav li#what-nav-pr a:focus {
  background-position: -150px 0;
  }
  
  
  
  
  
#left-col ul.left-nav li#what-nav-financial-pr a:link, #left-col ul.left-nav li#what-nav-financial-pr a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/what-we-do-nav/financial-pr.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#what-nav-financial-pr a:hover, #left-col ul.left-nav li#what-nav-financial-pr a:focus {
  background-position: -150px 0;
  }
  
  
#left-col ul.left-nav li#what-nav-advertising a:link, #left-col ul.left-nav li#what-nav-advertising a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/what-we-do-nav/advertising.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#what-nav-advertising a:hover, #left-col ul.left-nav li#what-nav-advertising a:focus {
  background-position: -150px 0;
  }
  
  
#left-col ul.left-nav li#what-nav-new-media a:link, #left-col ul.left-nav li#what-nav-new-media a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/what-we-do-nav/new-media.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#what-nav-new-media a:hover, #left-col ul.left-nav li#what-nav-new-media a:focus {
  background-position: -150px 0;
  }
  
  
  
  #left-col ul.left-nav li#what-nav-marketing a:link, #left-col ul.left-nav li#what-nav-marketing a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/what-we-do-nav/marketing.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#what-nav-marketing a:hover, #left-col ul.left-nav li#what-nav-marketing a:focus {
  background-position: -150px 0;
  }
  
  
  
  
  
  
  #left-col ul.left-nav li#who-is-intro a:link, #left-col ul.left-nav li#who-is-intro a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/who-we-are-nav/intro.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#who-is-intro a:hover, #left-col ul.left-nav li#who-is-intro a:focus {
  background-position: -150px 0;
  }
  
  
  
  
#left-col ul.left-nav li#who-is-intro a:link, #left-col ul.left-nav li#who-is-intro a:visited {
  display: block;
  height: 10px;
  width: 149px;
  background: url(../img/who-we-are-nav/intro.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#who-is-intro a:hover, #left-col ul.left-nav li#who-is-intro a:focus {
  background-position: -150px 0;
  }
  
  
  
#left-col ul.left-nav li#who-is-without-compromise a:link, #left-col ul.left-nav li#who-is-without-compromise a:visited {
  display: block;
  height: 12px;
  width: 149px;
  background: url(../img/who-we-are-nav/without-compromise.gif) no-repeat top left;
  background-position: 0 0;
  }
  
#left-col ul.left-nav li#who-is-without-compromise a:hover, #left-col ul.left-nav li#who-is-without-compromise a:focus {
  background-position: -151px 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
 
p.download-link-pdf a:link, p.download-link-pdf a:visited {
  padding: 5px 20px 1px 0;
  background: url(../img/pdf-icon.png) no-repeat bottom right;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  }
  
p.download-link-pdf a:hover, p.download-link-pdf a:active, p.download-link-pdf a:focus {
  text-decoration: underline;
  }
  
  
  
  

/********************* Testimonials **********************/

div.testimonial {
  width: 95%;
  margin: 20px auto;
  padding: 0 0 25px 0;
  background: #000913 url(../img/testimonial-bottom.gif) no-repeat bottom left;
  color: #fff;
  }
  
body#body_testimonials div.alt {
  width: 95%;
  margin: 20px auto;
  padding: 0 0 25px 0;
  background: #000913 url(../img/testimonial-alt-bottom.gif) no-repeat bottom right;
  float: none;
  color: #fff;
  }
  

  
div.testimonial blockquote p.the_quote {
  padding: 0 0 15px 0;
  }
  
div.testimonial blockquote {
  padding: 15px;
  }
  

  
  
  
/********************* Contact Us **********************/

#map {
  margin: 0 0 20px 20px;
  }

form#form {
  margin: 20px;
  }

form#form label {
  display: block;
  font-size: 12px;
  }
  
form#form p {
  margin: 10px 0;
  }
  
form#form p span {
  color: red;
  }
  
div#content div#left-col ul li {
  padding: 4px 8px;
  }
  

div#content div#left-col ul#addr li#tel {
  padding-top: 18px;
  }
  
  
/*************** Clients page ******************************/ 

ul#clients-list {
  width: 100%;
  margin: 0 auto;
  background: red;
  }
  
ul#clients-list p {
  margin: 0;
  }
  
ul#clients-list li {
  border-top: 1px dashed #26252A;
  border-bottom: 1px dashed #26252A;
  margin: 20px 10px 0 10px;
  padding: 10px 0 10px 0;
  float: left;
  width: 179px;
  min-height: 75px;
  }

ul#clients-list li h1 {
  margin: 0 10px;
  font-family: Georgia;
  font-size: 12px;
  }

ul#clients-list p {
  margin: 0 10px 0 10px;
  }
  
ul#clients-list p.industry-type {
  color: #FDC600; 
  }
  
ul#clients-list li p a:link, ul#clients-list li p a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  }

ul#clients-list li p a:hover, ul#clients-list li p a:focus {
  color: #FDC600;
  }
  
  
ul#clients-list li p.visit-site {
  margin-left: 5px;
  }
  
  
  
ul#clients-list li p.visit-site a:link, ul#clients-list li p.visit-site a:visited {
  margin-top: 5px;
  display: block;
  height: 24px;
  width: 126px;
  background: url(../img/buttons/website.gif) no-repeat top left;
  background-position: 0 0;
  text-indent: -9999px;
  }
  
ul#clients-list li p.visit-site a:hover, ul#clients-list li p.visit-site a:focus {
  background-position: 0 -24px;
  } 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
div#content div#right-col {
  /*float: left;*/
  float: right;
  width: 213px;
  }
  
div#content div#right-col img#calendar-title {
  margin: 20px 0 0 20px;
  }
  
div#content div#right-col img#calendar-placeholder {
  margin: 30px 0 0 20px;
  }
  
div#content div#right-col ul#calendar-links {
  margin: 20px 0 0 20px;
  text-indent: -9999px;
  }
  
div#content div#right-col ul#calendar-links li {
  margin-bottom: 5px;
  }
  
div#content div#right-col ul#calendar-links li#calendar-subscribe a:link, div#content div#right-col ul#calendar-links li#calendar-subscribe a:visited {
  display: block;
  width: 180px;
  height: 22px;
  background: url(../img/subscribe.gif) no-repeat top left;
  }
  
div#content div#right-col ul#calendar-links li#calendar-subscribe a:hover, div#content div#right-col ul#calendar-links li#calendar-subscribe a:focus {
  background-position: 0 -23px;
  }
  
  
  
  
  
  
div#content div#right-col ul#calendar-links li#calendar-download a:link, div#content div#right-col ul#calendar-links li#calendar-download a:visited {
  display: block;
  width: 180px;
  height: 22px;
  background: url(../img/download.gif) no-repeat top left;
  margin: 0 0 20px 0;	
  }
  
div#content div#right-col ul#calendar-links li#calendar-download a:hover, div#content div#right-col ul#calendar-links li#calendar-download a:focus {
  background-position: 0 -22px;
  }
  
  
  
div#footer {
  clear: both;
  background: #000913;
  color: #fff;
  text-align: right;
  width: 100%;
  float: left;
  padding-bottom: 20px;
  }
  
div#footer div#footer-wrapper {
  width: 960px;
  margin: 0 auto;
  }
  
div#footer div#footer-wrapper img {
  margin: 20px 0;
  }
  
  
  


  
/*---- the thing that sits right at the bottom of the page --*/
  
div#browser-footer {
  float: left;
  background: #fff;
  width: 100%;
  position: relative;
  margin-top: -23px;
  }
  
div#browser-footer-wrapper {
  width: 960px;
  margin: 0 auto;
  }
  
div#browser-footer-wrapper ul {
  float: left;
  }
  
div#browser-footer-wrapper ul li {
  float: left;
  font-size: 9px;
  }

div#browser-footer-wrapper ul li a {
  margin: 6px 0;
  padding: 0px 5px;
  float: left;
  background: url(../img/divider.gif) no-repeat top left;
  }
  
div#browser-footer-wrapper ul li#first-item a {
  padding: 0 5px 0 0;
  background: none;
  }
  
div#browser-footer-wrapper ul li a:link, div#browser-footer-wrapper ul li a:visited {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  }
  
div#browser-footer-wrapper ul li a:hover, div#browser-footer-wrapper ul li a:focus {
  text-decoration: underline;
  }
  
  
  
  
/**************** Social links **********************/
ul#social-links {
  width: 180px;
  margin: 20px 0 20px 20px;
  padding: 10px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  }  
  
ul#social-links li {
  padding: 7px 0;
  }
  
ul#social-links li a:link, ul#social-links li a:visited {
  padding: 0 0 0 30px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  }
  
ul#social-links li a:hover, ul#social-links li a:focus {
  color: #FDC600;
  text-decoration: none;
  }
  
ul#social-links li#social-rss {
  background: url(../img/social-links/feed.gif) no-repeat 0 50%;
  }
  
ul#social-links li#social-twitter {
  background: url(../img/social-links/twitter.gif) no-repeat 0 50%;
  }
  
 ul#social-links li#social-facebook {
  background: url(../img/social-links/facebook.gif) no-repeat 0 50%;
  }
  
 ul#social-links li#social-youtube {
  background: url(../img/social-links/youtube.gif) no-repeat 0 50%;
  }
  
  
/*********** Calendar - big **********************/

body#body-calendar div#content {
  background: #fff;
  }
  
body#body-calendar div#main-content {
  background: #fff;
  }
  
  
div#right-col div#calendar  {
  margin: 20px 0 20px 20px;
  /*padding: 35px 0;*/
  width: 185px;
  color: #333;
  /*background: url(../img/calendar-bg.gif) no-repeat top right;*/
  /*border: 1px solid #ccc;*/
  }
  
div#main-content div#calendar-wrapper  {
  margin: 10px 0 0 20px;
  width: 577px;
  height: 605px;
  background: url(../img/calendar-bg.gif) no-repeat top left;
  }
  
div#main-content div#calendar-wrapper div#calendar {
  padding: 100px 0 0 15px;
  width: 520px;
  color: #333;
  }
  
div#main-content div#calendar div.calendarInternal {
  width: 500px;
  }
  
div#main-content div.calendarBox {
  /*width: 500px;*/
  }
  
div#right-col div#calendar div.calendarFloat {
  width: 21px;
  height: 24px;
  float: left;
  border-bottom: 1px dashed #ccc;
  padding: 2px 0 0 3px;
  }
  
div#main-content div#calendar  div.calendarFloat {
  width: 71px;
  height: 66px;
  float: left;
  border-bottom: 1px dashed #ccc;
  padding: 2px 0 0 3px;
  }
  
div#main-content div#calendar  div.calendarFloat span {
  float: left;
  padding: 5px;
  width: 61px;
  display: block;
  }
  
div#main-content div#calendar  div.calendarFloat div.title {
  clear: both;
  margin: 5px 0;
  padding-left: 3px;
  }
  
div#right-col div#calendar div.days {
  color: #000;
  background: #f1f1f1;
  }
  
div#main-content div#calendar  div.days  {
  color: #000;
  background: #f1f1f1;
  height: 35px;
  margin-top: 10px;
  }
  
div#main-content div#calendar  div.days span {
  padding: 10px 25px;
  font-weight: bold;
  }
  
div#right-col div#calendar div.emptyDay, iv#main-content div#calendar div.emptyDay {
  }
  
div#right-col div#eventList {
  margin: 20px 0 0 20px;
  }
  
div#eventList form {
  clear: both;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  }
  
div#eventList form p {
  /*margin-top: 10px;*/
  }
  
div#right-col div#eventList div.title {
  /*margin-top: 10px;
  padding-top: 5px;*/
  }
  
div#right-col div#eventList label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  }
  
 div#right-col div#eventList input#email {
   width: 100%;
   }
   
  div#right-col div#eventList input#event-email {
	margin-top: 5px;
	font-size: 11px;
	width: 185px;
	height: 24px;
	background: #000 url(../img/events-email.gif) no-repeat top left;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	}
	
div#right-col div#eventList input#event-email:hover {
  background-position: -185px 0;
  }
	
	
div#right-col div#eventList b {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  color:#FDC600;
  font-size:14px;
  margin:0px 15px 10px 0;
  padding:10px 2px;
  display: block;
  }
  
div#right-col div#eventList div.title {
  font-size: 12px;
  font-weight: bold;
  }
  
div#right-col div#eventList div.location p{
  margin-top: 10px;
  }
  
div#right-col div#eventList div.location span {
  font-size: 12px;
  font-weight: bold;
  }
  
div#right-col div#eventList div.eventType {
  display: none;
  }
  
/*div#calendar {
  margin: 20px 0;
  padding: 35px 0;
  background: url(../img/calendar-bg.gif) no-repeat top right;
  }

div#calendar-nav {
  width: 535px;
  font-size: 13px;
  margin-top: 40px;
  margin-left: 35px;
  text-align: center;
  color: #333;
  float: left;
  }
  
div#calendar-nav a:link, div#calendar-nav a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  background: #101e27;
  padding: 12px 0;
  }
  
div#calendar-nav a:hover, div#calendar-nav a:focus {
  background: #FDC600;
  color: #fff;
  }
  
div#calendar-nav div.calendar-prev {
  float: left;
  padding: 0 2px;
  width: 97px;
  }
  
div#calendar-nav div.calendar-heading h3 {
  float: left;
  font-size: 18px;
  font-family: Georgia;
  font-weight: normal;
  width: 333px;
  padding: 12px 0 0 0;
  }
  
div#calendar-nav div.calendar-next {
  float: left;
  padding: 0 2px;
  width: 97px;
  }
  
 div#calendar table {
  clear: both;
  margin: 20px 0;
  margin-left: 37px;
  width: 530px;
  }

 div#calendar table div.number {
  color: #333;
  font-weight: bold;
  padding: 5px 0 0 5px;
  } 
  
 div#calendar table tbody tr td div.inner {
  height: 75px;
  width: 75px;
  }
  
 div#calendar table tbody tr td {
   border: 1px dashed #ccc;
   }
   
  div#calendar table tbody tr td.notThisMonth {
    background: #f1f1f1;
	}
  
 div#calendar table thead tr th.days {
  font-weight: bold;
  color: #000;
  border-top: 1px dashed #ccc;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  }
  
 div#calendar table tbody tr td div.calendar-event {
   margin-top: 2px;
   margin-left: 2px;
   }
  
 div#calendar table tbody tr td div.calendar-event a:link, div#calendar table tbody tr td div.calendar-event a:visited {
   color: #fff;
   text-decoration: none;
   display: block;
   padding: 2px;
   width: 66px;
   background: #FDC600;
   }
   
  div#calendar table tbody tr td div.calendar-event a:hover, div#calendar table tbody tr td div.calendar-event a:focus {
    background: #333;
	}
  */
  

/************* RHS links ****************/
ul#links {
  margin-left: 20px;
  text-indent: -9999px;
  }
  
ul#links li {
  margin: 0 0 5px 0;
  }
  
ul#links li#links-events a:link, ul#links li#links-events a:visited {
  display: block;
  width: 185px;
  height: 24px;
  background: url(../img/buttons/events.gif) no-repeat top left;
  }
  
ul#links li#links-events a:hover, ul#links li#links-events a:active {
  background-position: 0 -24px;
  }
  
  

ul#links li#links-subCalendar a:link, ul#links li#links-subCalendar a:visited {
  display: block;
  width: 185px;
  height: 24px;
  background: url(../img/subscribeToCal.gif) no-repeat top left;
  }
  
ul#links li#links-subCalendar a:hover, ul#links li#links-subCalendar a:active {
  background-position: -186px 0px;
  }




  
  
  
  
ul#links li#links-blog a:link, ul#links li#links-blog a:visited {
  display: block;
  width: 185px;
  height: 24px;
  background: url(../img/buttons/blog.gif) no-repeat top left;
  }
  
ul#links li#links-blog a:hover, ul#links li#links-blog a:active {
  background-position: 0 -24px;
  }
  
ul#links li#links-contact a:link, ul#links li#links-contact a:visited {
  display: block;
  width: 185px;
  height: 24px;
  background: url(../img/buttons/contact.gif) no-repeat top left;
  }
  
ul#links li#links-contact a:hover, ul#links li#links-contact a:active {
  background-position: 0 -24px;
  }

table.case-studies-links {
  clear: both;
  width: 100%;
  }

  
div#content div#left-col ul li#here a:link, div#content div#left-col ul li#here a:visited {
  color: #FDC600;
  }
  
  
body#body-terms h2 {
  margin: 20px 20px 5px 20px;
  }
  
body#body-terms div#main-content ol {
  margin-left: 37px;
  list-style-type: decimal;
  }
  
body#body-terms div#main-content ol li {
  margin: 0 20px 10px 0;
  }
  
body#body-terms div#main-content div#design-terms h2 {
  margin-bottom: 0px;
  }
  
body#body-terms div#main-content div#design-terms p {
  margin-top: 1px;
  }
  
body#body-terms div#main-content a:link, body#body-terms div#main-content a:visited {
  color: #FDC600;
  text-decoration: none;
  font-weight: bold;
  }
  
body#body-terms div#main-content a:hover, body#body-terms div#main-content a:focus {
  text-decoration: underline;
  }
  
  
div#content #main-content img#big_image {
  margin: 0 auto;
  margin: 10px 0 0 20px;
  }
  
div#content #main-content ul#thumbs {
  margin: 10px 0 0 20px;
  }
  
div#content #main-content ul#thumbs li {
  float: left;
  width: 100px;
  margin: 10px 10px 0 0;
  }
  
  
  
  
  /** twitter feed styling **/
  
  
  #twitterfeed_div {
  	background-color: #000; /*#828282;*/
  	color: #fff;
  	padding: 10px;
  	margin-left: 20px;
  	margin-bottom: 20px;
  	clear:both;
  	font-family: Georgia;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	position: relative;
  }
  
  #twitter-link {
  	color: #33CCFF;
  	text-decoration: none;
  	font-size: 12px;
  }
  
  #speech {
  	font-size: 25px;
  	color: orange;
  	font-family: Arial;
  }
  
  #twitterbird {
  	position: absolute;
  	top: -42px;
  	left: 120px;
  }
  
  
  .header2 {
	font-size: 16px;
	color: #FDC70C;
  }
  
  
  /* additional recruitment styles */
  
  ul#recruit li { padding-left: 40px; padding-top: 10px; }
  
  h2#second { border-top: 1px dashed #fff; padding-top: 25px; }
