/* 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;
}

/* Client landing page - client list with logos*/

#client_group {
     clear: both;
     position: relative;
     height: 1%;
     overflow: auto;
     margin-bottom: 12px;
   }

div .clientbox {
width: 130px;
height: 210px;
	border:1px solid #989AA7;
	margin-right: 9px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

div .clientbox p {
	margin: 5px;
font-size: 1.0em;
}

div .clientbox ul {
   margin: 0;
   padding: 0;
   margin-left: 1.8em;
}

div .clientbox ul li {
   font-size: 1.0em;
   margin: 0;
   padding: 0;
}

div .clientbox img {
	clear: both;
	border: 0;
                padding-bottom: 15px;
}

div .spacer {
clear: both;
   line-height: 1px;
}

img .nopad {
   padding-bottom: 0px;
}