/* CSS Document */

BODY {

  margin: 0px;
  background-image: url(../images/bg.gif);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #94B564;
   
  }

HR {
  width: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #94B564;
  }

TABLE.bigwhite {
  width: 970px;
  padding: 3px;
  background-color: #FFFFFF;
  border: 0px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
 
  }


P, UL, OL, H1, H2, H3, H4, H5, A {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  }
P, UL, OL {
  font-size: 13px;
  }

H1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #65932B;
  margin-top: 10px;
  
  }

H2 {
  font-size: 15px;
  font-weight: bold;
  }
 
H3 {
  font-size: 12px;
  font-weight: bold;
  }

TABLE.content A {
  color: #426313;
  text-decoration: none;
  border-bottom: 1px solid #D9F7AD;
  }
  
TABLE.content A:hover {
  color: #94B564;
  text-decoration: none;
  border-bottom: 1px solid #426313;
  }

TABLE.content A:active {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  }
  
 
TABLE.pagecolumns {
  background-color: #FFFFFF;
  }
  
TABLE.pagecolumns TD.left {
  width: 140px;
  vertical-align: top;
  text-align: left;
  }
  
TABLE.pagecolumns TD.right {
  width: 830px;
  vertical-align: top;
  text-align: left;
  }
  
TABLE.nav {
  width: 828px;
  height: 24px;
  border: 1px solid #000000;
  background-image: url(../images/bg_nav.gif);
  background-repeat: repeat;
  margin-bottom: 3px;

  }

TABLE.nav A {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding-right: 10px;

  padding-left: 5px;
  }

TABLE.nav A:hover {
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding-right: 10px;

  padding-left: 5px;
  }

TABLE.toprows {
  margin-left: 3px;
  }
  
TABLE.banner IMG{
  border: 2px solid #000000;
  width: 824px;
  }
  
TABLE.content {
  width: 826px;
  border: 1px solid #94B564;
  background-color: #FFFFFF;
  background-image: url(../images/bg_content.gif);
  background-attachment: scroll;
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 3px;
  margin-left: 1px;
  margin-right: 2px;
  padding: 10px;
  }

TABLE.content TD.left {
  width: 100%;
  text-align: justify;
  vertical-align: top;
  padding: 20px;
  }

TABLE.content TD.right {
  width: 180px;
  text-align: center;
  vertical-align: top;
  }

TABLE.content TD.right IMG {
  width: 173px;
  height: 352px;
  border: none;
  border-right: 2px solid #94B564;
  }

P.leftcolumn, P.leftcolumn A, P.leftcolumn A:active {
  font-size: 11px;
  color: #B5D184;
  text-decoration: none;

  }

P.leftcolumn:hover, P.leftcolumn A:hover {
  color: #000000;
  }

P.leftcolumn:first-line {
  text-transform: uppercase;
  font-weight: normal;
  }

TABLE.footer P, TABLE.footer A {
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 12px;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  }
TABLE.footer A:hover, TABLE.footer A:active {
  color: #000000;
  text-decoration: underline;
  background-color: #94B564;
  }

P.subnav {
  font-size: 10px;
  color: #426313;
  line-height: 11px;
  margin: 0px;
  padding: 0px;
  margin-top: -15px;
  margin-left: -15px;
  }

P.subnav A {
  font-size: 10px;
  color: #426313;
  text-decoration: none;
  border-bottom: 1px dashed #D9F7AD;
  }
  
P.subnav A:hover {
  color: #94B564;
  text-decoration: none;
  border-bottom: 1px solid #94B564;
  }

P.subnav A:active {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  }

TABLE.nav IMG.icons {
  width: 106px;
  height: 24px;
  border: none;
  text-decoration: none;
  }

TABLE.portfolio {
  width:400px;
  text-align: left;
  border: 1px solid #D9F7AD;
  padding: 1px;
  }

TABLE.portfolio TD.client {
  width: 400px;
  font-size: 13px;
  padding-left: 10px;
  }

TABLE.portfolio TD.porticon {
  width:14px;
  vertical-align: middle;
  text-align: center;
  }

DIV.flash {
  border: 1px solid #D9F7AD;
  padding: 4px;
  width: 576px;
  /*background-color: #96A200;*/
  background-image: url(../images/bg_content.gif);
  background-attachment: scroll;
  background-position: top;
  background-repeat: repeat-x;
  }

IMG.floatright {
  float: right;
  margin-left: 15px;
  border: none;
  }

IMG.floatleft {
  float: left;
  margin-right: 15px;
  border: none;
  }