body  {
  font-family: arial, helvetica, verdana, geneva, sans-serif;
  font-size: small;
  color: #5F5F5F;
  margin: 5px;
  text-align: center;
}

A  {
  text-decoration : none;
  color : #6B1A27;
}

A:Hover  {
  text-decoration : underline;
  color : #384695;
}

img  {
  display: block;
}

.imglink  {
  border: 0px;
}

p  {
  margin-top: 10px;
  margin-bottom: 0px;
}

h1  {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: x-large;
  color: #14637B;
}

h2  {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: large;
  color: #14637B;
}

h3  {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: medium;
  color: #14637B;
}

input, textarea  {
  font-family: arial, helvetica, verdana, geneva, sans-serif;
  font-size: small;
  border: 1px solid #898989;
  width: 318px;
}

.checkbox{
  border: 0px;
  width: 20px;
}

.clearer  {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#sitecontainer  {
  width: 100%;
  text-align: center;
  display: block;
}

#pagecontainer  {
  width: 762px;
  margin-left: auto; 
  margin-right: auto;
}

#navblock  {
  width: 760px;
  height: 15px;
  border-color: #898989;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  margin-left: auto; 
  margin-right: auto;
  display: block;
}

  #navblock #nav, #navblock #nav ul { /* all lists */
  	padding: 0;
  	list-style: none;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 0px;
  }
  
  #navblock #nav a#home {
    width: 74px;
    height: 15px;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#home:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a#about {
    width: 105px;
    height: 15px;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#about:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a#services {
    width: 101px;
    height: 15px;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#services:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a#case {
    width: 128px;
    height: 15px;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#case:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a#research {
    width: 108px;
    height: 15px;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#research:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a#free {
    width: 135px;
    height: 15px;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#free:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a#contact {
    width: 103px;
    height: 15px;
    border-width: 0px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
    padding: 0px;
  }
  
  #navblock #nav a#contact:hover {
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  /* DEFAULT LINK STYLE */
  #navblock #nav a {
  	display: block;
    border-color: #898989;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background-color: #FFFFFF;
    color: #888888;
  	width: 150px;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
  }
  
  #navblock #nav a:hover {
  	display: block;
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav a.first {
  	display: block;
    border-color: #898989;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    color: #888888;
  	width: 150px;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
  }
  
  #navblock #nav a.first:hover {
  	display: block;
    background-color: #14637B;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #navblock #nav li { /* all list items */
  	float: left;
    position: relative;
  }
  
  #navblock #nav li ul { /* second-level lists */
  	position: absolute;
    background-color: #FFFFFF;
  	width: 150px;;
  	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  }
  
  #navblock #nav li:hover ul, #navblock #nav li.sfhover ul { /* lists nested under hovered list items */
  	left: -1px;
    top: 15px;
  }

#contentblock  {
  background: url("images/bg_dna.jpg") no-repeat;
  width: 740px;
  border-width: 1px 1px 0px 1px;
  padding: 10px 10px 0px 10px;
  border-style: solid;
  border-color: #898989;
  margin-left: auto; 
  margin-right: auto;
  display: block;
  text-align: left;
}

  #contentblock #copyblock  {
    width: 540px;
    padding-right: 10px;
    float: left;
    text-align: left;
  }

    #contentblock #copyblock ul  {
      margin: 0px 0px 0px 30px;
      list-style: disc outside;
    }

    #contentblock #copyblock .casestudyimage  {
      width: 200px;
      height: 175px;
      float: right;
      display: inline-block;
      border: 1px solid #898989;
      margin: 0px 0px 10px 20px;
      clear: right;
    }

    #contentblock #copyblock #contacttext  {
      width: 270px;
      float: left;
      padding: 0px;
    }

    #contentblock #copyblock #contactmap  {
      width: 260px;
      padding-left: 10px;
      float: left;
    }

  #contentblock #adblock  {
    width: 190px;
    float: left;
  }

.quoteheader  {
  width: 540px;
  height: 20px;
  margin-top: 10px;
}

.quotebox  {
  width: 518px;
  margin: 0px;
  padding: 5px 10px 0px 10px;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #898989;
  background-color: #E6EBEC;
}

  .quotebox .formtext  {
    width: 150px;
    float: left;
    font-weight: bold;
    margin-top: 3px;
  }

  .quotebox .formfield  {
    width: 368px;
    float: left;
    margin-bottom: 5px;
  }

    .quotebox .formfield .checkbox  {
      width: 20px;
      float: left;
    }
  
    .quotebox .formfield .checktxt  {
      width: 155px;
      padding: 1px 0px 0px 2px;
      float: left;
    }

.submitbox  {
  width: 540px;
  text-align: right;
  margin-top: 5px;
}

  .submitbox input  {
    cursor: hand;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #898989;
    width: 100px;
  }

  .submitbox input:hover  {
    background-color: #14637b;
    color: #FFFFFF;
  }

.adcontent  {
  width: 174px;
  margin: 0px;
  padding: 0px 7px 0px 7px;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #898989;
  background-color: #E5E5E5;
}

  .adcontent ul  {
    margin: 0px 0px 0px 15px;
    padding: 0px;
  }

#footerblock  {
  width: 762px;
  margin-left: auto; 
  margin-right: auto;
  background-color: #14637b;
  padding: 0px;
}

  #footerblock .imgblock  {
    width: 91px;
    height: 27px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
  }

  #footerblock .address  {
    width: 400px;
    float: right;
    font-size: x-small;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
  }

    #footerblock .address a {
      text-decoration : underline;
      color : #FFFFFF;
    }

    #footerblock .address a:hover {
      text-decoration : none;
      color : #FFFF66;
    }

#copyrightblock  {
  width: 742px;
  margin-left: auto; 
  margin-right: auto;
  padding: 10px 10px 0px 10px;
  display: block;
  text-align: center;
  font-size: x-small;
}

  #copyrightblock img  {
    padding-top: 10px;
    display: inline;
  }
