html, body {
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px;
  color: #000000;
  height: 100%;
 }

 a, a:active
 {
  color:  #330000 ;
  outline: none;
 }


 h3
 {
  font:bold 14px arial; color: #996600;
  text-align: left;
  text-decoration: underline;
 }

 h2 img
 {
  float: left; padding : 0px 0px 0px 0px;
 }

 p
 {
/*  padding: 10px;*/
  text-align: left;
 }

 img
 {/* border style for all images */
  border: 0;
 }

.menu1
{
 color: #003300;
 text-decoration: none;
 display: block;
 font:bold 14px arial;
 background-image: url('../images/bullet.gif');
 background-repeat: no-repeat;
 background-position: 3em 1em;
 padding-top: 1em;
 padding-left: 4.5em;
 border: 0px;
}

a:active
{
  color: #660000;
}

.submenu a
{
  color: #003300;
  text-decoration: none;
  outline: none;
}

.submenu a:hover
{
 color: #660000;
}


div#wrapper
{
  margin:0px auto;
  min-height: 60%;
  width: 100%;
  padding: 0px 0px 0px 0px;
  
}

div.sec
{
 margin-top: 100px;
 padding-left: 4em;
 }

div .sec a
{
 color: #003300;
 text-decoration: none;
 outline: none;
 display: block;
 font:bold 1em arial;
 border: 0px;
 line-height: 25px;
}


 div#header
 {
  background-color: #FFFFFF;
  margin: 0px 0px  0px 0px;
  padding:0px 0px 0px 0px;
 }


 #toplinks
 {
  text-align: right;
  margin: 0px;
  padding-right: 20px;
  background: #000000;
 }

 #navcontainer
 {
  width: 100%;
  float: left;
  background-color: #1c262c;
 }

 div#contentwrapper
 {
  padding: 0px;
  margin-top: 1px;
  line-height: 1.4em;
  text-align: left;
 
 }

div#leftcontent
{
 width: 200px;
 float: left;
 margin: 0px 0px  0px 0px;
 padding: 0px 0px 0px 0px;
 text-align: left;
}


div#maincontent
{
 margin-right: 0px;
 margin-left:  200px;
 margin-top: 0px;
 margin-bottom: 0px;
 font:1em Arial, Helvetica, sans-serif; color: #FFFFFF;
 padding: 0px 5px 0px 5px;
 height:150px;

}

div#logo
{
 text-align: center;
}

div.cons {
    position: relative;
    width: 31%;
    height: 400px;
    padding: 0px;
    float:left;
    background-color: #794400;
    text-align: left;

 }

 div.cons div.text1 {
    position: absolute;
    bottom: 2px;
    right:2px;
 }

 div.cons div.text1 a {
    color:#FFFFFF;
    text-decoration: underline;
 }

div.env {
    position: relative;
    width: 31%;
    height: 400px;
    padding-left:0px;
    float:left;
    background-color: #004812;
    text-align: left;
 }

div.env div.text2 {
    position: absolute;
    bottom: 2px;
    right:2px;
 }

 div.env div.text2 a {
    color:#FFFFFF;
    text-decoration: underline;
 }

div.serv {
    position: relative;
    width: 31%;
    height: 400px;
    padding-left:0px;
    float:left;
    background-color: #5b1400;
    text-align: left;
 }

 div.serv div.text3 {
    position: absolute;
    bottom: 2px;
    right:2px;
 }

 div.serv div.text3 a {
   color:#FFFFFF;
   text-decoration: underline;
 }

.pad {
    width: 10px;
    margin: 0px;
    padding:0px;
    float:left;
    background-color: #ffffff;
 }

 #about {
 
    width: 70%;
    margin-left: 200px;
    margin-top: 3px;
    color: #000000;
    text-align: left;
    clear: both;
  }

  #emp {
 
    float: left;
    color: #000000;
    text-align: left;
    clear: both;
  }


 ul#bak
 {
   list-style-type: none;
   padding: 0;
   margin: 0;
 }

 li#first
 {
   background-image: url('../images/client_const.jpg');
   background-repeat: no-repeat;
   background-position: 0 .4em;
   padding-left: .6em;
   height: 75px;
 }

 li#mlinks
 {

 }

 li#sec
 {
   background-image: url('../images/client_environ.jpg');
   background-repeat: no-repeat;
   background-position: 0 .4em;
   padding-left: .6em;
   height: 75px;
 }

 li#third
 {
   background-image: url('../images/client_service.jpg');
   background-repeat: no-repeat;
   background-position: 0 .4em;
   padding-left: .6em;
   height: 75px;
 }


 div#footer
 {
   font-family: Arial, Helvetica, sans-serif;
   width: 95%;
	 vertical-align:bottom;
   color: #777777;
   text-align: right;
   padding-right: 30px; 
   clear: both;

 }

