body {
  z-index: 1;
  font-family: "Source Sans Pro","Open Sans",sans-serif;
  margin: 0;
  padding: 0;
}
header {
  line-height: 1;
  /*border-bottom: 1px solid black; */
}
div {
  letter-spacing: 1px;
  text-align: center;
  color: #606060;
  line-height: 1.5;
}
.container {
    width: 1170px;
    margin:auto;
/*    margin-left: auto;
    margin-right: auto;
*/
}     
h1 {
  letter-spacing: 2px;
  color: #333333;
  line-height: 1;
  font-weight: 600;
  font-size: 58px;
  text-align: left;
  margin: 10px;
  float:left;
}
#nav {
  float: right;
  margin: 50px 50px 5px 20px;
  padding: 0 0 0 0px;
}
#nav li {  
  /*float: left;*/
  display:inline;
  margin: 0 0 0 5px;
}
.menuitem {
  color: #606060;
}
.main {
  /*height:400px; */
  border-top: 1px  solid #CCCCCC;
  padding: 20px 10px 10px 20px;
}
.whatwedo {
  margin: 35px;
  padding: 100px 50px 0px 50px;
  height: 200px;
  width: 200px;
  background-color: #00BCD4;
  color: #FFFFFF;
  font-size: 30px;
  float: left;
}
.contactus {
  margin: 0px;
  clear: both;
}
.aboutus {
  margin: 35px 100px 100px 100px;
  font-size: 20px;
}
section {
  clear:both;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline
}

.emailus {
  color: #00BCD4;
}

footer {
  padding-top: 50px;
  text-align: right;
  font-size: 12px;
  clear:both;
}
