/* Site Section specific styles defining Section colour coded items */
/* Company */
body{
	/*background:#fff url(/media/company/subnav_company.gif) repeat-y top right;*/
}
#contentwrapper {
    border-color: #E5E7F0;
}


#related .relatedheading {
   color: #001169;
}


#who {
   background-color: #001169;
	color: #fff;
 }

#who a {
     text-decoration: underline;
     color: #fff;
}

#who a:hover {
    text-decoration: underline;
}
 

#survey_client_logos {
      clear: both;
       border-top: solid 2px;
       border-bottom: solid 8px;
       border-color: #bec5c9;
       padding: 8px;
       background-color: #fff;
       /*height: 60px; */
       height:1%;
       margin-right: 12px;
       margin-bottom: 10px;
       position:relative;
       overflow:auto;
}

#survey_client_logos img {
   float: left;
   display: block;
   border: 0;
   margin-left: 20px;
   margin-right: 20px;
}