﻿body
{
    background: #ebebeb url(./Images/pageback.gif) repeat-x top left;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana, Georgia, Sans-Serif;
    font-size: 12px;
    text-align: left;
}

table
{
  border-collapse: collapse;
  border: 0px solid transparent;
}

table td
{
  vertical-align: top;
}

h1, h2
{
  color: #030;
  font-weight: bold;
  padding: 0px; 
  margin: 0px;
  text-align: left;
}

h1
{
  font-size: 16px;
}

.twocolumns h1
{
  font-size: 18px;
}

h2
{
  font-size: 13px;
}

.twocolumns h2
{
  font-size: 15px;
}
  
   .headshot
   {
     margin: 0px 7px 0px 7px;
     float: right;
     border: 2px solid #333;
   }

   .title
   {
     color: #389064;
     text-decoration: none;
     font-size: 16px;
     display: block; 
     border-bottom: 2px solid #333;
     margin-bottom: 5px;
   }
   
   .moreinfo
   {
     color: #999;
     font-size: 10px;
   }


.esg
{
  color: #030;
  font-weight: bold;
}

a
{
    color: #389064;
    text-decoration: none;
}

a img
{
  border: 0px solid transparent;
}

a:hover
{
    color: #389064;
    text-decoration: underline;
}

#page
{
    width: 954px;
    margin: auto;
    padding-bottom: 20px;
}

#page #header
{
  width: 954px;
  padding: 0px;
}

#page #header td
{
  vertical-align: bottom;
  padding: 0px; 
  padding-bottom: 10px;
}

#page #main
{
    background: transparent url("./Images/MainGraphicTopBorder.gif") no-repeat top left;
    width: 954px;
    padding: 0px;
    padding-top: 2px;
}

#page #main #content #body
{
  background: transparent url(./Images/titles.gif) no-repeat top left;
}

#page #main #content.twocolumns #body
{
  background-image: url(./Images/twocolumntitles.gif);
}

#page #main #content #graphiccontainer
{
    background: transparent url("./images/graphiccontainerback.gif") repeat-y top left;
}

#page #main #content #graphiccontainer #graphic
{
	background: transparent url("./Images/MainGraphicSideBorders.gif") repeat-y top left;
	display: block;
}

#page #main #content.twocolumns .threecolumn
{
  display: none;
}

#page #main #content #body,
#page #main #content #bodytext
{
  border-collapse: collapse;
  color: #333;
  padding: 0px;
  border-width: 0px;
  width: 100%;
}

#page #main #content #body
{
  padding-top: 30px;
}

#page #main #content #body td
{
	border-width: 0px;
}

#page #main #content #body #headers
{
  height: 96px;
}

#page #main #content #body #headers td.content
{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: bottom;
  padding: 0px 10px 0px 10px;
}

#page #main #content #bodytext td.content
{
  padding: 7px 10px 7px 10px;
  background-color: #fff;
  vertical-align: top;
  border: 2px solid #d2d2d2;
}

#page #main #content #bodytext .internaltable
{
  width: 100%;
}

#page #main #content.twocolumns #bodytext .internaltable #internalcontent
{
  padding-right: 7px;
}

#page #main #content .spacer
{
  width: 4px;
}

#page #main #content .one
{
  width: 181px;
}

#page #main #content.twocolumns #bodytext .one
{
  text-align: right;
}

#page #main #content #bodytext #diggs
{
  vertical-align: top;
  padding: 0px 7px 0px 7px;
}

#page #main #content.threecolumns #bodytext #diggs
{
  display: none;
}

#page #main #content #bodytext #diggs a
{
  color: #999;
}

#page #main #content #bodytext #diggs a img
{
  border: 0px solid transparent;
}

#page #main #content.twocolumns #bodytext #diggs
{
  border-left: 1px solid #eee;
  width: 100px;
}

#page #main #content .two
{
  width: 204px;
}

#page #main #content.twocolumns .two
{
  width: 719px;
}

#page #main #content .three
{
  width: 485px;
}

#footer
{
    width: 100%;
    color: #999;
    font-size: 10px
}

#footer td
{
  text-align: center;
}

#footer a
{
  color: #999;
}

/* menu */
#topmenu ul.menu
{
  display: block;
  width: 954px;
  background: transparent url(./Images/navbar.gif) repeat-x top left;
  height: 43px;
  padding: 0px;
  margin: 0px;
  position: relative;
}

#topmenu ul.menu li.menuitem a
{
  background: transparent url(./Images/navbar.gif) repeat-x top left;
  padding: 14px 30px 13px 30px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

#topmenu ul.menu li.menuitem a:hover
{
  background-position: 0px -43px;
}

#topmenu ul.menu li.menuitem
{
    float: left;
    list-style:none;
    padding: 0px;
    margin: 0px;
}

#topmenu div.subnav
{
	background-color: #fff;
	border: 2px solid #ccc;
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 999;
}

#topmenu div.subnav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#topmenu div.subnav ul li
{
    margin: 0px;
    padding: 3px 3px 0px 14px;
    border-bottom: 1px solid #fff;
}
    
#topmenu div.subnav ul li a
{
    display: block;
}

#topmenu div.subnav a
{
	background-image: none;
	color: #389064;
	font-weight: normal;
}

#topmenu div.subnav h1
{
    font-size: 16px;
    color: #396490;
}

#topmenu div.subnav div.footer
{
    background-color: #ddd;
    border-top: 1px solid #aaa;
    padding: 10px;
}

#topmenu div.subnav a:hover
{
	text-decoration: underline;
}

#topmenu div.subnav table tr td,
#topmenu div.subnav table tr th
{
    padding: 7px;
}

#bottommenu
{
  padding: 10px 0px 12px 0px;
}

#bottommenu ul.menu
{
  display: inline;
  text-align: center;
  margin: 0px;
  padding: 0px 30px 7px 30px;
  border-bottom: 1px solid #ccc;
}

#bottommenu ul.menu li.menuitem
{
  display: inline;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#bottommenu ul.menu li.menuitem a
{
  text-decoration: none;
  padding: 2px 7px 2px 7px;
  color: #389064;
  font-size: 13px; 
}

#bottommenu ul.menu li.menuitem a:hover
{
  text-decoration: underline;
}

div.calendar
{
  text-align: center;
  padding-top: 0px;
  background: #2d8a5c url(./Images/calendar.gif) no-repeat top left;
  width: 45px;
  height: 46px;
  font-weight: bold;
  font-family: Georgia;
  float: left;
  margin: 3px 5px 3px 0px;
}

div.altcalendar
{
  text-align: center;
  padding-top: 0px;
  background: #2d8a5c url(./Images/calendar.gif) no-repeat top left;
  width: 45px;
  height: 46px;
  font-weight: bold;
  font-family: Georgia;
  float: right;
  margin: 3px 5px 3px 0px;
}

div.calendar .month
{
}

div.calendar .day
{
  padding-top: 4px;
  font-size: 16px;
}

p
{
  text-indent: 30px;
  margin: 0px;
  margin-bottom: 16px;
  padding: 0px;
}

.featurelist
{
  border: 2px solid #389064;
  border-collapse: collapse;
}

.featurelist td
{
  border: 1px solid #389064;
  padding: 3px 7px 3px 7px;
}

.featurelist th
{
  color: #fff;
  font-weight: bold;
  background-color: #389064;
  vertical-align: middle;
  padding: 3px 7px 3px 7px;
  font-size: 15px;
}

   #tabgrid div.tabsection
   {
        border: 2px solid #389064;
        padding: 7px;

        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        
        margin-bottom: 10px;
   }
   
   #tabgrid div.tabsection div.moreinfo
   {
     text-align: right;
   }

   #tabgrid h1
   {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 6px 7px 3px 7px;
    background: transparent url(./Images/tab.gif) no-repeat top left;
    margin: 0px;
    margin-left: 10px;
   }
   
   #tabgrid h1 a
   {
     color: #fff;
   }

ul.hierarchy
{
  padding: 0px;
  margin: 0px;
  text-align: left;
  list-style-type: none;
}

ul.hierarchy li
{
   background: transparent url('./Images/hierarchytoplisticon.gif') no-repeat top left;
   margin: 0px;
   padding-left: 15px;
}

ul.hierarchy ul
{
  margin-left: 3px;
  padding: 0px;
  list-style-type: none;
}

ul.hierarchy ul li
{
  background: transparent url('./Images/hierarchylisticon.gif') no-repeat top left;
  margin: 0px;
  padding-left: 15px;
}