div#page-content div#subpage-header {
  /*background: transparent url(/img/subpage-header-clients-bg.png) no-repeat bottom left !important;*/
  color: #343d44;
}

.full-client-list .panel {
  display:inline-block;
}

.full-client-list .panel {
  display:block;
  background: #ffffff url(/images/sub-header-grey-shade-001.gif) no-repeat top left;
  padding: 10px 0px 3px 0px;
  margin: 5px 0 0 0;  
  overflow: hidden;
}
.full-client-list .panel h2 {
  float: left;
  font-size: 1.2em;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 10px;
}
.full-client-list .panel .view-more {
  font-size: 1em;
  font-weight: bold;
  display: block;
  float: right;
  text-decoration: none;
  margin-top: 1px;
  padding: 0px 10px 0px 0px;
}
.full-client-list .panel ul {
  list-style: none;
  margin: 0;
  padding: 0px 0 0 10px;
}
div#page-content div#centre-column div.full-client-list div.panel ul li {
  background: none !important;
  background: #ffffff;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0;
  width: 240px;
}
.full-client-list .panel ul li div {
  height: 100px;
}
.full-client-list .panel ul li.last {
  margin-right: 0;
}
.full-client-list .panel ul li img {
  display: block;
  margin: 0 auto 0 auto;
}
.full-client-list .panel ul li ul {  
  width: auto;
  margin: 0;
  background: #8c8c8c;
  padding: 3px 0 3px 3px !important;
  height: 20px;
  
}
div#page-content div#centre-column div.full-client-list div.panel ul li ul li {
  float:left;
  width: auto;
  height: auto;
  margin: 0;
  background: #ffffff;
  padding: 0px 0px 0px 0px;
}
.full-client-list .panel ul li ul li img {
  display: block;
  padding: 0 0 50px 0;  
  margin: 0 5px 0 0;
}

/* Testimonials */
#testimonial table {
  margin: 10px 0px 10px 0px;
  padding: 0;
}

#testimonial table td {
  vertical-align: top;
  background: #E1E1E3;
  border-right: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  padding: 15px;
}
#testimonial table td.banner-cell {
  border-left: 1px solid #B0B0B0;
  margin: 0;
  padding: 0;
}
#testimonial table td.banner-cell img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
#testimonial table td.left-panel-top {
  background: #B9B9BB url(/images/case-study-table-curve-tl.gif) no-repeat top left;
  font-weight: bold;
  text-align: right;
}
#testimonial table td.right-panel-top {
  background: #fff url(/images/case-study-table-curve-tr-001.gif) no-repeat top right;
  color: #004765;
  font-weight: bold;
  border-right: none;
}


#testimonial table td.left-panel {
  font-weight: bold;
  text-align: right;
  border-left: 1px solid #B0B0B0;
  width: 20%;
}
#testimonial table td.right-panel {
  background: #FFFFFF;
  width: 80%;
}
#testimonial table td.right-panel div.testimonial-text {
  font-size: 1.2em;
}
#testimonial table td.right-panel strong {
  font-size: 0.8em;
  color: #004361;
}



/* Full Client List */
/* Full Client List */
#full-client-list {
  padding: 5px 0px 0px 0px;
}
#full-client-list h2 {
  background: #ffffff url(/images/sub-header-grey-shade-001.gif) no-repeat top left;
  font-size: 1.3em;
  border: 0;
  margin: 0;
  padding: 20px 24px 25px 24px;
}
#full-client-list ul {
  list-style: none;
  background: #E1E1E3;
  border-bottom: 1px solid #E1E1E3;
  margin: 0px 0px 10px 0px;
  padding: 0px 24px 5px 24px;
  height: 100%;
}
#full-client-list ul li {
  list-style: none;
  background: #F8F8F8 url(/images/client-list-bullet.gif) no-repeat top left;
  border-bottom: 1px solid #E1E1E3;
  padding: 6px 0px 5px 20px;
}
#full-client-list ul li a {
  color: #014363;
  font-weight: bold;
  text-decoration: none;
}
#full-client-list ul li a:hover {
  color: #848484;
}
#full-client-list ul li div.client-name-blue {
font-size: 1.2em;
  color: #343d44;
  font-weight: bold;
  float: left;
  width: 462px;
  padding-top: 5px;
  padding-bottom: 15px;
}
#full-client-list ul li div.client-name-grey {
font-size: 1.2em;
  color: #646464;
  font-weight: bold;
  float: left;
  padding-top: 5px;
  padding-bottom: 15px;
}
#full-client-list ul li div.case-study {
  float: left;
  width: 70px;
}
#full-client-list ul li div.testimonial {
  float: left;
  width: 70px;
}
#full-client-list ul li div.launch-site {
  float: left;
  width: 70px;
}

