﻿body
{
  background: #000000 url("/images/bodyBkgd.jpg") center top no-repeat;
  text-align: center;  
}

#container
{
  margin: 0 auto;
  padding: 116px 0 20px 0;
  width: 960px;
  text-align: left;
  background: #03161a url("/images/homeBkgd.jpg") 0 0 no-repeat;
  position: relative;
}

#logo
{
  position: absolute;
  width: 335px;
  height: 84px;
  top: 151px;
  left: 567px;
  text-indent: -99999px;
  background: url("/images/logo2.png") 0 0 no-repeat;
  z-index: 2;
}

#topnav
{
  background: url("/images/topnavBkgd.png") 0 0 no-repeat;
  width: 865px;
  height: 34px;
  margin: 0;
  padding: 0;
}

#topnav li
{
  display: block;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0px 0 0 0;
}

#topnav li a
{
  padding: 8px 12px 8px 12px;
  font-size: 12px;
  display: block;
  position: relative;
}

#topnav a:link, #topnav a:visited
{
  color: #ffffff;
  text-decoration: none;
}

#topnav a:hover, #topnav a.current
{
  background-color: #504930;
  text-decoration: none;
}

#subnav
{
  background-color: #504930;
  width: 700px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 42px;
}

#subnav li
{
  display: block;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 4px 0 0 0;
  color: #000000;
  font-size: 15px;
}

#subnav li a
{
  padding: 8px 4px 8px 8px;
  font-size: 11px;
}

#subnav a:link, #subnav a:visited
{
  color: #bdb38f;
  text-decoration: none;
}

#subnav a:hover, #subnav a.current
{
  color: #ffffff;
  text-decoration: none;
}

#researchNav
{
  
  position: absolute;
  top: 67px;
  left: 78px;
  width: 600px;
  margin: 0;
  padding: 0;
}

#researchNav li
{
  display: block;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 34px;
}

#researchNav li a
{
  padding: 6px 6px 8px 6px;
  font-size: 11px;
  font-weight: bold;
}

#researchNav a:link, #researchNav a:visited
{
  color: #000000;
  text-decoration: none;
}

#researchNav a:hover, #researchNav a.current
{
  color: #ffffff;
  text-decoration: none;
}

#content
{
  width: 888px;
  padding: 86px 10px 0 62px;
  background: url("/images/contentBkgd.png") 0 0 repeat-y;
  position: relative;
}

#topography
{
  background: #bdb38f url("/images/topography.jpg") 0 0 no-repeat;
  width: 778px;
}

#contentBkgd
{
  background: url("/images/contentBottomBkgd.jpg") center bottom no-repeat;
  width: 738px;
  padding: 10px 0 30px 40px;  
}

#topRight
{
  position: absolute;
  width: 254px;
  height: 200px;
  top: 86px;
  left: 513px;
  z-index: 2;
}

.columnNarrow
{
  width: 370px;
}

.columnWide
{
  width: 640px;
}

#sectionLinks
{
  margin-top: 20px;
}

#sectionLinks ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sectionLinks li
{
  margin-left: 0px;
  padding-left: 10px;
  padding-top: 6px;
}

#sectionLinks li a:link, #sectionLinks li a:visited
{
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  padding-left: 7px;
}

#sectionLinks li a:hover, #sectionLinks li a.current
{
  color: #1b5200;
  background: url("/images/arrowGreen.gif") 0 6px no-repeat;
  padding-left: 7px;
}

#sections
{
  padding-top: 24px;
}

#sections img
{
  float: right;
  margin: 12px 0 20px 20px;
}

.greenButton
{
  width: 300px;
}

.greenButton a
{
  display: block;
  color: #ffffff;
  background-color: #1f772d;
  font-weight: bold;
  padding: 2px 8px;
  text-align: center;  
}

.greenButton a:link, .greenButton a:visited
{
  color: #ffffff;
  background-color: #1f772d;
  text-decoration: none;
  border-top: 1px solid #7bbf34;
  border-left: 1px solid #7bbf34;
  border-bottom: 1px solid #084411;
  border-right: 1px solid #084411;  
}

.greenButton a:hover
{
  color: #ffffff;
  background-color: #084411;
  text-decoration: none;
  border-top: 1px solid #084411;
  border-left: 1px solid #084411;
  border-bottom: 1px solid #1f772d;
  border-right: 1px solid #1f772d;  
}

#sfi
{
  float: left;
  width: 137px;
  height: 70px;
  margin: 20px 0 0 110px;
  /*text-indent: -99999px;
  background: url("/images/sfi.png") 0 0 no-repeat;*/
}

#fsc
{
  float: right;
  width: 168px;
  height: 80px;
  margin: 20px 124px 0 0;
 /* text-indent: -99999px;
  background: url("/images/fsc.png") 0 0 no-repeat;*/
}

#copyright
{
  float: none;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  margin-top: 10px;
}