@charset "UTF-8";

div#left {
  float: left;
  width: 181px;
  padding: 0 20px 0 0;
  border-right: 1px solid #E9E9E9;
  color: #353636;
}


/**
 * Right Hand Side
**/
div#right {
  float: left;
  width: 688px;
  padding: 0 0 0 30px;
}
div#right h1 {
  font-weight: normal;
}

div#right h2 {
  margin: 25px 0 10px 0;
  font-size: 1.636em;
  font-weight: normal;
  color: #353636;
}

div#right span.sector {
  font-weight: bold;
}

/**
 * Search boxes
**/

div#search-box {
  background-color: #F4F4F4;
  height: 35px;
  width: 688px;
  margin: 0 0 12px 0;
  padding: 15px 0 0 0;
}

div#search-box label {
  font-size: 12px;
  float: left;
  width: 68px;
  padding: 4px 0 0 8px;
}

div#search-box fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

div#search-box div#input-container {
  float: right;
  background-image: url('/img/general/long-search-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 591px;
  height: 21px;
  margin: 0 19px 0 0;
}

div#search-box div#input-container input {
  float: left;
}

div#search-box div#input-container input[type=text] {
  background: transparent;
  border: 0;
  width: 565px;
  height: 21px;
  padding: 0 2px;
  font-size: 12px;
}

div#search-box div#input-container input[type=submit] {
  background: transparent;
  border: 0;
  width: 22px;
  height: 21px;
}


div.sector-project div.search-project-details {
  float: left;
  background-color: #F4F4F4;
  margin:  0 10px 0 0;
  padding: 5px;
  width: 140px;
  height: 130px;
  overflow: hidden;
}

div.sector-project div.search-project-details a img {
  float: left;
  margin: 0 10px 0 0;
}

div.sector-project div.search-project-details p {
  float: left;
  width: 450px;
  font-size:	0.909em;
  margin: 0 0 4px 0;
}

div.sector-project div.search-project-details h4 {
  float: left;
  width: 140px;
  margin: 8px 0 0 0;
}

/**
 * Content
**/

div.sector-project {
  width: 630px;
}
h3.title {
  background-image: url('/img/general/sectors/sector-background.jpg');
  width: 620px;
  height: 23px;
  color: #353636;
  font-weight: bold;
  padding: 3px 0 0 10px;
  font-size: 	1.091em;
  float: left;
}
h3.long-title {
  background-image: url('/img/general/sectors/sector-background.jpg');
  background-position: right top;
  background-color: #FFD300;
  background-repeat: no-repeat;
  width: 678px;
  height: 23px;
  color: #353636;
  font-weight: bold;
  padding: 3px 0 0 10px;
  font-size: 	1.091em;
  float: left;
}
div.sector-project ul {
  float: left;
  list-style: none;
  width: 630px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E9E9E9;
}

div.sector-project ul li {
  float: left;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px;
  background-color: #EEEEEE;
  width: 140px;
  height: 130px;
}

div.sector-project ul li.end-row {
  margin-right: 0;
}

div.sector-project h4.project-title {
  font-weight: normal;
  font-size: 	1.091em;
  margin: 8px 0 0 0;
}

div.sector-project h4.project-title a,
div.sector-project h4.project-title a:link {
  color: #028FC4;
  text-decoration: none;
}

div.sector-project h4.project-title a:hover,
div.sector-project h4.project-title a:active {
  text-decoration: underline;
}

/**
 * Project landing page, no search query
**/
ul#sector-project-landing {
  list-style: none;
  float: left;
  width: 688px;
  margin: 0;
  padding: 0;
}

ul#sector-project-landing li {
  float: left;
  width: 220px;
  margin: 0 10px 10px 0;
}

ul#sector-project-landing p.sector-name a {
  text-decoration: none;
  color: #0090C3;
}

ul#sector-project-landing p.sector-name a:hover {
  text-decoration: underline;
  color: #0090C3;
}

ul#sector-project-landing li.no-margin { 
  margin-right: 0;
}

ul#sector-project-landing li div.image {
  border: 5px solid #F4F4F4;
}

ul#sector-project-landing li div.image img {
  border: 5px solid #FFF;
}


/*
 * Project Specific Details
 */
div#slideshow {
  width: 450px;
  height: 225px;
  float: left;
  position: relative;
}

div#slideshow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

div#slideshow div#pager {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 500;
}

div#slideshow div#pager a {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  padding: 0;
  background-image: url('/img/general/slideshow-ss.png');
}

div#slideshow div#pager a:hover {
  background-position: 30px 0;
}

div#slideshow div#pager a.activeSlide {
  background-position: 15px 0;
}

div#slideshow.wide-slideshow {
  width: 688px;
}

div#stats {
  background-color: #231F20;
  width: 197px;
  margin: 0 0 0 1px;
  height: 185px;
  float: right;
  padding: 20px;
}

div#stats p {
  margin: 0 0 10px 0;
  font-size: 1.273em;
  color: #FFF;
}

div#stats p.bold {
  font-weight: bold;
  font-size: 	1.091em;
  margin: 0 0 4px 0;
}


div#summary {
  float: left;
  padding: 23px 0;
  border-bottom: 1px solid #E9E9E9;
}

div#summary p {
  margin: 0;
  color: #353636;
  font-size: 1.273em;
}

div#wrap {
  float: left;
  width: 688px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #E9E9E9;
  margin: 0 0 14px 0;
}

div#gallery-container {
  float: left;
  width: 658px !important;
  padding: 2px 0 0 0;
}

a.next {
  float: left;
  width: 10px;
  height: 52px;
  margin: 0 0 0 3px;
  padding: 46px 0 0 0;
  text-align: right;
}

a.next:hover {
}

a.prev {
  float: left;
  width: 10px;
  height: 52px;
  margin: 0 3px 0 0;
  padding: 46px 0 0 0;
}

a.prev:hover {
}

ul#gallery {
  padding: 30px 0;
  list-style: none;
  float: left;
  padding: 9px 0 9px 0 !important;
  margin: 0;
  width: 688px;
  height: 92px;
  background-image: url('/img/general/more-images-header.png');
  background-repeat: no-repeat;
  background-position: 0 9px;
}

ul#gallery li {
  float: left;
  width: 150px;
  height: 80px;
  padding: 5px;
  background-color: #E4E4E4;
  margin: 0 6px 0px 0;
}

ul#gallery li.last {
  /* margin: 0 0 16px 0; */
}

div#overview-and-related {
  float: left;
  width: 412px;
  padding: 0 28px 0 0;
}

div#project-overview {
  width: 412px;
  /* padding: 35px 0 0 0; */
  /* background-image: url('/img/general/project-overview-header.png'); */
  background-repeat: no-repeat;
  background-position: 0 9px;
}

div#related-projects {
  background-color: #F4F4F4;
}

div#project-misc {
  width: 248px;
  float: right;
}

div#project-misc div#key-contacts,
div#project-misc div#ebook,
div#project-misc div#related-news,
div#project-misc div#other-material {
  float: left;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}

div#project-misc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 248px;
}

div#ebook ul {
  /* padding: 40px 0 0 0; */
}

div#ebook ul li {
  background-image: url(/img/general/ebook_icon.jpg);
  background-repeat: no-repeat;
  padding: 0 0 0 50px;
  height: 42px;
  margin: 0 0 12px 0;
}


div#project-misc > div:first-of-type {
  margin: 0 !important;
}

div#project-misc > div:last-of-type {
  border: 0 !important;
}


div#project-misc div#key-contacts {
  background-image: url('/img/general/key-contact-header.png');
  background-repeat: no-repeat;
  padding: 31px 0 0 0;
}

div#project-misc div#key-contacts ul li {
  width: 230px;
  float: left;
  background: #F4F4F4;
  padding: 10px;
}

div#project-misc div#key-contacts ul li img {
  float: left;
  padding: 5px;
  background: #FFF;
  border: 1px solid #CCC;
  margin: 0 10px 0 0;
}

div#project-misc div#key-contacts ul li div.contact-details {
  float: left;
  display: block;
  width: 128px;
  padding: 10px 0 0 0px;
  height: 102px;
}

div#project-misc div#key-contacts ul li div.contact-details p.name {
  color: #353636;
  font-size:	1.091em;
  margin: 0 0 4px 0;
}

div#project-misc div#key-contacts ul li div.contact-details p.role {
  font-size:	0.909em;
}

div#project-misc div#key-contacts ul li div.contact-details a.linked-in {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/img/general/linked-in.png');
  background-repeat: no-repeat;
  float: left;
}

div#project-misc div#key-contacts ul li div.contact-details a.more-info {
  display: inline-block;
  width: 90px;
  height: 25px;
  background-image: url('/img/general/more-info.png');
  background-repeat: no-repeat;
  float: right;
}

div#ebook {
  padding-top: 32px;
  background-image: url('/img/general/ebook-bg.png');
  background-repeat: no-repeat;
}

div#other-material {
  padding-top: 33px;
  background-image: url('/img/general/other-related-material-bg.png');
  background-repeat: no-repeat;
}

div#other-material ul li {
  float: left;
  background-color: #F4F4F4;
  padding: 10px;
}

div#other-material ul li img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

div#other-material ul li a {
  float: right;
  color: #343535;
  text-decoration: none;
  width: 186px;
}

div#other-material ul li span.filesize {
  width: 186px;
  float: right;
  color: #676868;
}

div#related-news {
  padding-top: 34px !important;
  background-image: url('/img/general/related-news-bg.png');
  background-repeat: no-repeat;
}

div#related-news ul li {
  float: left;
  margin: 0 0 10px 0;
}

div#related-news p a {
  color: #0090C3;
  text-decoration: none;
}

div#related-news p a:hover,
div#related-news p a:active {
  text-decoration: underline;
}


div#related-projects { 
  background-color: #F4F4F4;
  float: left;
  padding: 10px;
  width: 392px;
  padding: 30px 10px 0 10px;
  background-image: url('/img/general/related-projects.png');
  background-position: left top;
  background-repeat: no-repeat;
}

div#related-projects ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 392px;
}

div#related-projects ul li {
  float: left;
  width: 392px;
  margin: 0 0 11px 0;
}

div#related-projects ul li h4 {
  font-weight: normal;
}

div#related-projects ul li img {
  float: left;
  border: 1px solid #D3D2D2;
  padding: 4px;
  background-color: #DDDDDD;
  margin: 0 10px 0 0;
}
  
ul#gallery li a {
  float: left;
  width: 150px;
  height: 80px;
  position: relative;
}
ul#gallery li a img {
  float: left;
}
ul#gallery li a img.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
}

span.align-left {
  text-align: left;
  float: left;
}

span.align-right {
  float: right;
  text-align: right;
  font-weight: normal;
  font-size: 0.909em;
  text-transform: lowercase;
}

