/* CSS Document */

p {
   font-size: medium;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   }
   

#container {
   width: 1000px;
   margin: 0;
   background: #FFFFFF;
   }

#header {
   width: 950px;
   }
 
#nav {
  float: left;
  width: 22%;
  height: 300px;
  margin: 2% 0 0 1%;
  padding: 0;
  font-size: 95%;
  font-weight: bold;
  border-right: 2px solid #007A9F;
  }
  
#nav li {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  }

#nav a {
  color: #666;
  text-align: right;
  padding: 5% 7% 5% 0;
  display: block;
  border-bottom: #666666 dashed 1px;
  text-decoration: none;
  background: url(images/nav_bg.gif) left bottom no-repeat;
  }

#nav a:hover, body#about #t-about a, body#services #t-services a, body#projects #t-projects a,
  body#resources #t-resources a, body#contact #t-contact a
  {
  color: #000;
  background: url(images/nav_bg_alt.gif) left bottom no-repeat;
  }
  
#contact_block {
  float: left;
  color: #000;
  font-size: 87%;
  text-align: right;
  width: 18%;
  margin: 0 0 0 50px;
  padding: 0;
  }

#content {
  float: right;
  margin: 2% 0 0 0;
  width: 72%;
  }

.contact {
  padding: 10% 0 0 0;
  margin: 0;
  font-size: 95%;
  }

.c-header {
  color:#8EC222;
  text-transform:uppercase;
  font-weight: bold;
  }

.highlight {
  color:#007A9F;
  }

.rightimage {
  float: right;
  }
