/* CSS Document - Bunbury Engineering Network */

#wrapper {
  text-align:left; /* reset text alignment */
  width: 980px; /* or a percentage, or whatever */
  margin: 0 auto; /* for the rest */
  background-color: #FFFFFF;
  margin-top: 0px;
  overflow: hidden;
  /* background: url("images/white_bkgrnd_tile.gif") top left repeat-x; */
  } 

#row1 { 
  position: relative;
  left: 0px;
  top: 0px;
  width: 980px;
  height: 62px;
  }

#row2 { 
  position: relative;
  left: 0px;
  top: 0px;
  height: 185px;
  width: 980px;
  }
  
#row3 { 
  position: relative;
  left: 0px;
  top: 0px;
  width: 980px;
  }

#topNav {
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  width: 964px;
  }

#navColumn {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 58px;
  width: 212px;
  }
  
#caseStudyNav { 
  float: right;
  width: 400px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: url("images/subNav-bkgrnd.gif") no-repeat;
  }

#caseStudyNav a {
  padding: 5px;
  width: 30px;
  color: #333;
  font-size: 9px;
  }
  
#caseStudyNav a:link, #navColumn ul a:visited {
  color: #000;
  text-decoration: none;
  }
  
#caseStudyNav a:hover {
  background-color: #7f95d9;
  color: #000;
  text-decoration: none;
  }
  
#isoQuality {
  left: 0px;
  margin-top: 40px;
  margin-left: 6px;
  width: 200px;
  height: 100px;
  /* background: url(images/Quality-ISO-9001-PMS302.gif) center no-repeat; */
  }

#headerImage { 
  position: relative;
  left: 200px;
  top: 114px;
  height: 168px;
  width: 600px;
  background-color: #666666;
  }

#mainContent { 
  float: left;
  margin-top: 16px;
  margin-left: 18px;
  left: 10px;
  width: 725px;
  }
  
#mainContentText { 
  float: left;
  width: 525px;
  padding-right: 10px;
  }
  
#caseContent { 
  float: left;
  width: 712px;
  }
  
#projectContent { 
  float: left;
  width: 712px;
  /* height: 160px; */
  margin-bottom: 10px;
  }

.projectPhoto {
  float: left;
  }
  
.projectLegend {
  float: left;
  margin-right: 10px;
  width: 200px;
  height: 70px;
  }
  
.projectLegend2 {
  float: left;
  width: 240px;
  height: 70px;
  }
  
#projectContentText {
  float: left;
  width: 490px;
  margin-left: 10px;
  }
  
#imageDisplay {
  text-align: center; 
  width: 540px;
  border: 1px solid #666;
  margin: 15px;
  }
  
#imageDisplay img {
  padding: 10px;
  }

#featureContent { 
  top: 0px;
  display: inline;
  float: right;
  height: 320px;
  width: 170px; 
  margin-right: 10px;
  margin-top: 40px;
  }

#footer { 
  float: left;
  height: 20px;
  width: 712px;
  clear: both;
  border-top: 2px solid #122d80;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 10px
  }

#newsBox {
  position: relative;
  border: 1px solid #D7D7D7;
  background-color:#E9E9E9;
  width: 158px;
  }

.clear {
  clear: both;
  height: 0;
  }
  
#bottomborder {
	background: url(images/white_bkgrnd_tile.gif) bottom left no-repeat;
	top: 7px;
	background-image: url(images/white_bkgrnd_tile.gif);
  }
  