/* CSS Document */
html, body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body
{
  background: white url(../images/background.png) repeat;
  font-family: trebuchet ms, arial;
}
#outerShell
{
  width: 779px;
}
#shell
{
  border-right: 1px solid #666666;
  background-color: white;
  float: left;
  display: inline;
  padding-bottom: 10px;
  border-bottom: 15px solid #336633;
}
h1
{
  margin: 0px;
  padding: 0px;
  padding-top: 18px;
  padding-left: 22px;
}
h1 a
{
  text-decoration: none;
}
h1 img
{
  border: 0px;
}
#header p
{
  float: right;
  display: inline;
  font-size: 10px;
  position: relative;
  top: -80px;
  left: -15px;
}
#header
{
  height: 100px;
  overflow: hidden;
  background: white url(../images/header_bkg.png) repeat-x left bottom;
}
#header div
{
  height: 100px;
  position: relative;
}
#header a
{
  color: black;
  text-decoration: none;
}
#header a:hover
{
  text-decoration: underline;
}
#nav ul, #nav li
{
  margin: 0px;
  padding: 0px;
}
#nav ul
{
  height: 29px;
  border-bottom: 1px solid #ffc423;
}
#nav li
{
  float: left;
  display: inline;
  width: 125px;
  text-align: center;
  padding: 0px;
  border-right: 1px solid #ffc423;
  height: 29px;
}
#nav a
{
  text-decoration: none;
  color: #008752;
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  display: block;
}
#content
{
  background: url(../images/content_bkg.png) repeat-y;
  margin-top: 40px;
  float: left;
  display:inline;
  width: 776px;
  height: 600px;
}
input.text
{
  background-color: white !important; 
}
#contentOuter
{
  float: left;
  display: inline;
}
#content h3, #content h2
{
  margin: 0px;
  padding: 0px;
}
#leftContent
{
  color: #018556;
  width: 140px;
  float: left;
  display:inline;
}
#leftContent h3
{
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
}
#leftContent p
{
  margin-left: 14px;
  font-size: 11px;
}
#middleContent
{
  float: left;
  display: inline;
  width: 375px;
}
#middleContent h2
{
  font-weight: normal;
  color: #018556;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
  margin-left: 40px;
}
#middleContent h3
{
  margin: 0px;
  padding: 0px;
  margin-left: 40px;
  font-size: 14px;
}
#middleContent p
{
  margin-left: 40px;
  font-size: 14px;
  margin-top: 0px;
  padding-top: 0px;
}
#rightContent
{
  border-top: 1px solid #0f8e61;
  float: right;
  display: inline;
  width: 235px;
  margin-top: 278px;
}
#rightContent ul
{
  float: right;
  display: inline;
  width: 220px;
  border-top: 1px solid #0f8e61;
  overflow: hidden;
}
#rightContent ul, #rightContent li
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#rightContent li
{
  border-bottom: 1px solid #0f8e61;
  float: left;
  display: inline;
  width: 250px;
}
#rightContent ul a
{
  color: #0f8e61;
  text-decoration: none;
  font-size: 12px;
  width: 200px;
  padding: 5px 0px;
  float: left;
  display: inline;
}
#rightContent ul a:hover
{
  text-decoration: underline;
}
#rightContent p
{
  margin-top: 0px;
  padding-top: 20px;
}
#rightContent p a
{
  text-align: underline;
  margin-left: 16px;
}
#rightContent p a img
{
  border: 0px;
}
#footer
{
  float: left;
  display: inline;
  width: 779px;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
}
#footer ul, #footer li
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer ul
{
  width: 339px;
  margin: 0px auto;
}
#footer li
{
  float: left;
  display: inline;
}
#footer a
{
  text-decoration: none;
  color: black;
  padding: 0px 5px;
  margin: 0px;
  background: url(../images/footer_nav_bkg.png) no-repeat right center;
  
}
#footer a.lastLink
{
  background: url(.);
  cursor: pointer;
}
#footer a:hover
{
  text-decoration: underline;
}
#footer a.lastLink:hover
{
  text-decoration: underline;
}
#footer p
{
  float: left;
  display: inline;
  width: 779px;
  margin: 5px 0px;
}

.hidden, div.hidden, img.hidden
{
  visibility: collapse;
  display: none;
}

