html { min-height: 100%; margin-bottom: 1px; } /* Force scrollbar in Firefox */

body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #FFFFFF url('/images/body_bg.png') left top repeat-x;
  font-family: arial;
  font-size: 12px;
  color: #222222;
}

h1
{
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: #3A832E;
  font-weight: normal;
  border-bottom: 1px solid #3A832E;
}

h2
{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
}

h3
{
  float: left;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  border-bottom: 1px solid #222222;
}

h3 a
{
  color: #222222;
  text-decoration: none;
  border: 0px;
}

a
{
  color: #3A832E;
  text-decoration: none;
  border-bottom: 1px dotted #3A832E;
}

a:hover
{
  color: #222222;
  text-decoration: none;
  border-bottom: 1px dotted #222222;
}

label
{
  float: left;
  display: block;
  width: 100px;
  margin-right: 10px;
  padding: 0px;
  font-weight: bold;
  text-align: right;
}

/* Layout Styles */

#container
{
  width: 881px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

#header
{
  position: relative;
  height: 213px;
  margin: 0px;
  padding: 0px;
  background: url('/images/greene_top.jpg') left top no-repeat;
  text-align: left;
}

#homelink
{
  position: relative;
  top: 0px;
  left: 70px;
  width: 325px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  outline: none;
}

#homelink a
{
  display: block;
  padding: 9px 0px;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  border: 0px;
}

#homelink a span
{
	color: #DCFFD6;
  font-size: 15px;
}

#navigation
{
  position: absolute;
  bottom: 0px !important;
  bottom: -1px;
  left: 0px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-align: center;
}

#navigation ul
{
  margin: 0px;
  padding: 0px;
}

#navigation li
{
  display: inline;
  float: left;
  width: 97px;
  margin-right: 1px;
  padding: 0px;
}

#navigation a
{
  display: block;
  padding: 9px 0px 10px 0px;
  color: #FFFFFF;
  text-decoration: none;
  behavior: url('/iepngfix.htc');
  background: url('/images/tab_inactive.png') left top no-repeat;
  border: 0px;
  outline: none;
  cursor: pointer;
}

#navigation a:hover
{
  color: #FFFF66;
}

#navigation a.active
{
  color: #222222;
  background: url('/images/tab_active.png') left top no-repeat;
}

#navigation a.active:hover
{
  color: #222222;
}

#content
{
  height: auto;
  min-height: 500px;
  padding: 20px;
  background: url('/images/content_bg.gif') left top no-repeat;
  text-align: left;
}

* html #content
{
  height: 500px;
}

/* Homepage Styles */

div.frontbox
{
  height: 200px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.frontbox img
{
  margin: 5px 0px 20px 0px;
}

div.frontbox p
{
  margin: 0px;
  padding: 20px;
  color: #222222;
  text-align: left;
}

div.frontbox h2 a
{
  color: #222222;
  border: 0px;
  outline: none;
}

div.frontbox h2 a:hover
{
  border: 0px;
}

#mainleft
{
  float: left;
  width: 548px;
  margin: 0px;
  padding: 0px;
}

#mainleft div.frontbox
{
  width: 264px;
}

#mainright
{
  float: right;
  width: 271px;
  margin: 0px;
  padding: 0px;
}

#mainright div.frontbox
{
  width: 271px;
}

.orangebg
{
  background-color: #E4C97D;
}

.bluebg
{
  background-color: #8CAAFF;
}

.peachbg
{
  background-color: #EBD2A5;
  border-bottom: 2px solid #FFFFFF;
}

/* Interior Styles */

#main
{
  float: left;
  margin: 0px;
  padding: 0px;
  width: 600px;
}

#main strong
{
  color: #3A832E;
}

#main span.rightimages
{
  float: right;
}

#main span.rightimages img
{
  margin-bottom: 5px;
}

#rightimages
{
  float: right;
  width: 200px;
}

/* Footer Styles */

#footer
{
  margin: 0 15px;
  border-top: 1px solid #CCCCCC;
}

#footer p
{
  padding: 10px 15px;
  font-size: 11px;
}

p.toplink
{
  text-align: right;
}
