/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #4C8248; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }





<style type="text/css">
* {margin: 0; padding: 0;}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-image:url('../img/water_background.jpg');
  background-repeat: no-repeat;
  background-position: 0 63px;
  line-height: 20px;
}

h1, h2, h3 {
  font-weight: 400;
  margin: 10px 0;
  line-height: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  color: #999;
  font-size: 16px;
}



/*------------------------------------------------------LOGO  -------------- */

#logo {
  position: fixed;
  left: 0;
  z-index: 100;
  top: 2px;
  overflow: hidden;
  margin-top: 5px;
}

#logo img {
  height: 82px;
}

#logo_border {
  position: fixed;
  width: 100%;
  border-bottom: 2px solid #2A32AB;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
  height: 5px;
  top: 61px;
  z-index: 500;
}

/*------------------------------------------------------NAV  -------------- */
#nav {
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
border-top: 2px solid #2A32AB;
font-family: "Myriad Pro", 'open sans', sans-serif;
text-transform: uppercase;
z-index: 10;
}


.menu > li a {
  color: #000;
  text-decoration: none;
  font-size: 13pt;
  display: block;
  width: 100%;
  padding: 21px 0;

}

#nav li:last-child a{ 
    border-right: 0;
}


#nav ul li:hover {
}

#nav ul li a:hover {
  background-color: #2A32AB;
  color: #fff;
}

.menu {
  text-align: center;
  width: 985px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 390px;
  height: 64px;
}

@media only screen and (min-width: 1285px) {
  .menu {
    margin-left: 33%;
  }
}

.menu > li {
  width: 140px;
  display: block;
  float: left;
  position: relative;
  z-index: 10;
  margin: 1px 0 1px 0;
}
 

/*=====================================================CONTENT============================= */

#content {
  width: 960px;
  min-height: 600px;
  margin: auto;
}

#content h2 {
  font-size: 17px;
  border-bottom: 1px dashed #C7C7C7;
}

#about {
  padding-top: 90px;
}

#services, #sectors, #projects, #contact {
position: relative;
top: -68px;
}

.left {
  display: block;
  float: left;
}

.clear_left {
  display: block;
  clear: left;
}

.right {
  display: block;
  float: right;
}

.clear_right {
  display: block;
  clear: right;
}

.clear_both {
  clear: both;
}

.bold {
  font-weight: 700;
}

.no_border {
  border: none !important;
  box-shadow: none !important;
}

div.last {
  border-bottom: none !important;
  margin-bottom: 50px;
}

.padding_top {
  padding-top: 20px;
}

.space {
  margin-top: 10px;
}
.sub_content {
  border-bottom: 2px solid #D8D8D8;
  overflow: hidden;
  padding-bottom: 25px;
}

.sub_content p {
  width: 675px;
  line-height: 24px;
}

.services_text {
  width: 545px;
  margin-left: 30px;
}

.services_text p {
  width: 100%;
}

.margin_left {
  margin-left: 20px;
}

.highlight {
  color: #2A32AB;
  font-weight: 700;
  font-style: italic;
}

.sectors_info {
  overflow: hidden;
  margin-top : 30px;
}

.sectors_info p {
  width: 45%;
  margin-left: 25px;
}

/*----------------------Light Box ------------------------------ */

#light_box {
  background-color: #000;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.light_box_contents {
  position: fixed;
  margin-left: 30%;
  margin-top: -90px;
  z-index: 1001;
  display: none;
  color: #fff;
}

.light_box_contents img {
  border: 10px solid #fff;
}

.lb_title {
  position: relative;
  height: 21px;
  background-color: #000;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
  margin: -35px 10px 0 10px;
  padding: 2px 0;
}

.lb_title p {
  margin: 0;
  margin-left: 8px;
}

.close {
  position: relative;
  top: 15px;
  left: 98%;
  width: 25px;
  height: 25px;
  background-image:url('http://www.fourfive.net/portfolio/middour/img/close.png');
  cursor: pointer;
  z-index: 11;
}
/*----------------------Slider--------------------------------- */

#slideshow {
    width: 600px;
    height: 275px;
    margin: auto;
    margin-top: 115px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background-color:rgba(255, 255, 255, .5);
    border: 15px solid rgba(255, 255, 255, .5);
}

html.lt-ie9 #slideshow {
    background-color: #fff;
    border: 15px solid #fff;
}


/*----------PICTURE SLIDER-------------------*/


.slides {
    width: 600px;
    float: left;
    background-color: #E8E8E8;
    height: 350px;
    overflow: hidden;
}

.slides p {
    width: 220px;
    margin-left: 15px;
}

.slides h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-left: 15px;
    width: 215px;
}

.slides a {
    display: block;
    padding: 5px 15px;
    background-color: #2a32ab;
    width: 80px;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
    margin-top: 35px;
    margin-left: 40px;
}

#content img {
  padding: 5px;
  border: 1px solid #E8E8E8;
  webkit-box-shadow:0 1px 5px #888;
  moz-box-shadow:0 1px 5px #888;
  box-shadow: 0 1px 5px #888;
}


/*----------PROJECTS-------------------*/

.about .clear_both {
  padding-top: 45px;
  word-spacing: 4px;
  width: 558px;
  margin: auto;
}
.project_slide {
  height: 610px;
}

.project_slide p {
  width: 433px;
  display: block;
  float: left;
  margin-right: 20px;
  text-align: justify;
}

.project_slide h3 a {
  font-size: 16px;
}

.project_slide a img{
  height: 198px;
  margin-top: 20px
}

.quote {
  width: 260px;
  height: 180px;
  background-image:url('../img/quote.png');
  background-repeat: no-repeat;
  float: right;
  margin-top: 35px;
}

.quote p {
  margin-top: 28px;
  margin-left: 55px;
  margin-right: 5px;
  width: 150px;
  text-align: left;
  color: #999;
}

#project_control {
  margin-top: 17px;
  padding-top: 7px;
  width: 210px;
  margin-right: 20px;
}

#project_control h3 {
  text-align: center;
  background-image: url('../img/foot_border.png');
  background-repeat: repeat-x;
  background-position: bottom;
  display: inline-block;
  color: #2B33AB;
  font-weight: 700;
  text-shadow: 0 1px 2px #999;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#project_control ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 15px;
}

#project_control ul li{
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 2px;
  cursor: pointer;
  list-style: none;
}

#project_control ul li:hover{
  background-color: #2A32AB;
  color: #fff;
  font-weight: 700;

}

#project_container {
  overflow: hidden;
  padding: 0;
  height: 610px;
  margin-top: 30px;
}

#project_slider {
  width: 730px;
  margin-top: 0;
}

.groundwater_control p {
  width: 100% !important;
}

.contact {
  width: 345px;
  margin-left: 50px;
}
/*-----------------------contact form --------------------------------- */
.content_form {
  float: left;
  width: 470px;
  margin-left: 26px;
}

.content_form h3 {
  margin: 9px 0;
}

#contactform input {
  float: left;
  width: 203px;
  margin-right: 10px;
}

form {margin-bottom: 0px; }
fieldset {margin-bottom: 20px; }
label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;  
}

input[type="checkbox"] {display: inline; } label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; 
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #ddd !important;
  padding: 10px 10px;
  outline: none;
  overflow: hidden;
  font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 198px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #eee; 
}

select {padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,

textarea:focus {
  border: 1px solid #bbb;
  color: #555;
}

textarea {
  min-height: 100px; 
  width: 438px;
}

select {width: 220px; }


/*--------------Button --------------- */

#contactform input[type="submit"] {
  background: #2A32AB; 
  border: 0;
  padding: 5px 13px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
  margin-left: 335px;
  font-weight: 700;
  width: 125px;
  margin-top: 70px;
}

#contactform input[type="submit"]:hover {
  text-decoration: underline;
}

/*=====================================================FOOTER============================= */

#footer {
  background-image:url('../img/foot_border.png');
  background-repeat:repeat-x;
  width: 100%;
  padding: 20px 15px;
  background-color: #D8D8D8;
  padding-top: 15px;
  overflow: hidden;
  min-width: 1024px;
}

#footer ul {
  padding: 0;
  float: left;
  margin: 0;
}

#footer ul li {
  list-style: none;
}

#footer div div {
  float: left;
  margin-left: 50px;
}

#footer h4 {
  margin: 10px 0;
}

.footer_affiliations {
  margin: 0 20px;
  border-right: 2px dotted #9BA1F5;
  border-left: 2px dotted #9BA1F5;
  padding: 0 20px;
  width: 25%;
  min-width: 340px;
}

.footer_affiliations img {
  margin-left: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 1px 1px #999;
  border: 1px solid #999;
}

.footer_about {
  width: 25%;
  min-width: 350px;
}

.footer_about span a {
  font-family: 'sofia';
}

#footer > div {
  width: 1024px;
  margin: auto;
}

/*=====================================================LINKS============================= */

a:link {
  color: #2A32AB;
  text-decoration: none;
  font-size: 13px;
}
a:visited {color: #2A32AB;}
a:hover {
  color: #92B529;
  text-decoration: underline;
}




@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
