/* Common */
body,table,input,select,textarea { 
  font-family: 'Trebuchet MS', Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #000;
  background-color: #b8b7b6;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #1e5fac;
  background: #b8b7b6 url('../images/i-h1.gif') no-repeat top right;
  line-height: 22px;
  padding: 0 40px 0 10px;
  width: 258px;
}

h2 {
  margin: 1em 0;
  font-size: 1em;
}

p { 
  margin: 1em 0;
  font-size: 0.75em;
}

#content ul {
  margin: 1em 20px;
  font-size: 0.75em;
}

#content li {
  margin: 0.5em 0;
}

#content a {
  color: #1e5fac;
}

#content a:hover {
  color: #696969;
}

dl.col {
  font-size: 0.75em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* Layout */

.frame {
  text-align: center;
  background-color: #231f20;
  height: 14px;
  border: #fff solid 2px;
  border-left: none;
  border-right: none;
}

.frame img {
  display: block;
}

#wrapper {
  background: #b8b7b6 url('../images/i-body.gif') repeat-x;
}

#constrain {
  width: 658px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2px;
}

  /* Header */

  #header {
    height: 90px;
  }

  #header .nav-top {
    float: right;
    width: 250px;
    padding: 40px 0 0 0;
  }

  #header .nav-top li {
    list-style: none;
    display: inline;
  }
  
  #header .nav-top a {
    color: #939598;
    text-decoration: none;
    font-size: 0.675em;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #header .nav-top a:hover {
    color: #000;
  }
  
#hero {
  height: 149px;
  background-color: #1e5fac;
}

  /* Main Navigation */
  
  #nav-main {
    margin: 10px 20px 0 20px;    
  }
  
  #nav-main li {
    list-style: none;
    display: inline;
  }
  
  #nav-main a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.675em;
    line-height: 1em;
    text-align: center;
    color: #fff;
    background-color: #b8b7b6;
    border-right: #fff solid 1px;
    width: 102px;
    height: 111px;
    display: block;
    float: left;
  }
  
  #nav-main img {
    border-bottom: #fff solid 1px;
    margin: 0 0 4px 0;
  }
  
  #nav-main a:hover {
    background-color: #696969;
  }
  
#content {
  padding: 20px;
}

#footer {
  text-align: center;
  padding: 0 0 20px 0;
}

#footer .contact li {
  display: inline;
  list-style: none;
  font-size: 0.75em;
  color: #fff;
  margin: 0 20px 0 0;
}

#footer .contact a {
  color: #fff;
}

#footer .contact a:hover {
  color: #696969;
}

/* Content Styling */

.column {
  width: 308px;
  float: left;
}

.link-list li {
  list-style: none;
  background: transparent url('../images/g-arrow.gif') no-repeat 0 5px;  
  padding: 0 0 0 12px;
}

.side-column {
  width: 308px;
}

.side-column img {
  border: #b8b7b6 solid 2px;
  margin: 0 0 20px 20px;
}

.side-column .map {
  margin: 0 0 20px 20px;
  border: #b8b7b6 solid 2px;
}

  /* Buttons */
  
  #content a.button {
    background-color: #b8b7b6;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 0.675em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    display: block;
    float: right;
  }
  
  #content a:hover.button {
    background-color: #696969;
  }