body, span, div, p, td, th, input, textarea {
  font-family: 'Trebuchet MS', sans-serif;
  font-size:100%;
  color:#146995;
  }

*   {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}
.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

body {
  background: #28334b url('../images/i-bg-x.jpg') repeat-x;
}

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

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


/* Layout */
#logo {
  display:none;
  }
#constrain {
  width:928px;
  margin: 0 auto;
  background: transparent url('../images/i-bg-y.gif') repeat-y;
}
#lhs {
  width:199px;
  float:left;
  }
#content {
  width: 650px;
  margin-left: 240px;
  }
#footer {
  background: transparent url('../images/i-footer-bg.jpg') no-repeat;
  width: 928px;
  height: 187px;
}
#footer ul {
  float:right;
  list-style:none;
  margin: 15px 20px 0 0;
  width: 120px;
  }
#footer ul li {
  background: transparent url('../images/i-footer-nav-ul.jpg') no-repeat left bottom;
  font-size: 0.875em;
  line-height:25px;
 } 
#footer  a {
  color:#fff;
  text-decoration:none; 
  }
#footer a:hover {
  color:#333;
  }
#footer p {
  float:left;
  font-size: 0.875em;
  color:#fff;
  margin: 50px 0 0 40px;
  }  
#author {
  width:928px;
  margin: 0 auto;
  text-align:center;
  padding: 15px 0;
} 
#author a {
  color:#9cbccc;
  font-size:0.675em;
  text-decoration:none;
  } 
#author a:hover {
  color:#fff;
  }
  
  
/* Navigation */

#navigation {
  list-style:none;
  margin: 30px 0 30px 0;
  border-bottom:1px solid #ccc;
  }
#navigation li a {
  font-size: 0.875em;
  color:#016f9c;
  text-decoration:none;
  font-weight:bold;
  line-height:30px;
  }
#navigation li {
  border-top:1px solid #ccc;
  padding: 0 0 0 20px;
}  
#navigation li a:hover, #navigation li ul li a:hover {
  color:#009edf;
  }
#navigation li ul {
  padding: 0 0 10px 15px;
  position:relative;
  z-index:100;
  list-style:none;
  }
#navigation li ul li {
  border:0;
  padding:0;
  }
#navigation .nav-selected ul li a  {
  background:transparent;
  font-weight:normal;
  line-height:25px;
  font-size: 0.875em;
  display:block;
  padding:0 0 0 10px;
  color:#016f9c;
  background: transparent url('../images/g-bullet.gif') no-repeat left center;
}
#navigation .nav-selected a {
  position:relative;
  z-index:100;
  top:3px;
  }

#navigation .nav-selected  {
  background: transparent url('../images/i-nav-sub-bg.jpg') repeat-y; 
  color:#000;
}  

  
  
/* Headings */ 

h1 {
  color:#009ada;
  background: transparent url('../images/i-h1-bg.jpg') no-repeat bottom left;
  font-size:1.125em;
  line-height:43px;
  font-weight:bold;
  padding: 0 0 5px 10px;
    }
h2 {
  color:#146995;
  font-size:1em;
  font-weight:bold;
  padding: 3px 3px 3px 0;
  margin: 20px 0 10px 0;
  }
h3 {
  color:#009ada;
  font-size:0.95em;
  font-weight:normal;
}
h4 {
  color:#009edf;
  font-size:0.875em;
  font-weight:normal;
  margin: 10px 0;
  }
  
/* Content */

#content p, dl.col {
  font-size: 0.875em;
  margin: 10px 0;
  }
#content a {
  color:#009edf;
  }
#content a:hover {
  color:#333;
  }
#content p.cta {
  background: #016f9c url('../images/g-cta-btm.gif') no-repeat left bottom;
  color:#fff;
  line-height:60px;
  height:65px;
  width: 634px;
  padding: 0 0 0 20px;
  margin: 10px 0;
  font-size: 1em;
}
#content .cta a {
  color:#fff;
  text-decoration:none;
  }
#content .cta a:hover {
  color:#9cbccc;
  }

#content ul, #content ol {
  font-size: 0.875em;
  margin: 10px 5px;  
  padding: 0 15px;  
}

#content ul {
  list-style-image: url('../images/g-bullet.gif');
  }
  
.list-box {
  border-top: 1px dotted #13a5e1; 
  border-bottom: 1px dotted #13a5e1;
  margin: 1em 0;
}

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

img.left, img.right {
  border: 2px solid #ccc;
  }

  
img.left {
  margin: 12px 10px 0 0;
}

img.right {
  margin: 0 0 20px 20px;
}  

img.noborder {
  border: none;
}  

.caption {
  float: right;
  width: 148px;
  font-size: 0.75em;
  margin: 0 0 20px 20px;
}
  
#contact .submit {
  cursor: pointer;
}
  
.button {
  background: transparent url('../images/g-button-mid.gif') repeat-x;
  float:left;
  margin: 10px 0;
}
#content .button a {
  color:#fff;
  text-decoration:none;
  background: transparent url('../images/g-button-right.gif') no-repeat right;
  padding: 0 20px 0 10px;
  line-height:29px;
  font-size: 0.875em;
  display:block;
  }
#content .button a:hover {
  color:#9cbccc;
}

.map {
  float: right;
  width: 200px;
  margin: 0 0 20px 20px;
  text-align: right;
}


/* Gallery */

.gallery a {
  width: 315px;
  height: 240px;
  display: block;
  float: left;
  text-decoration: none;
  padding: 1px;
  background-color: #ccc;
  margin: 8px 4px 0 4px;
}

.gallery img {
  margin: 0 0 5px 0;
}

.gallery span {
  padding: 0 5px;
  font-size: 0.875em;
}

.gallery a:hover {
  background-color: #009ada;
}

.gallery a:hover span {
  color: #fff;
}
