/* CSS Document */

/*BODY--------------------------------------------------------*/

BODY {

background: #FFFFFF;
background-attachment:fixed;
background-color: #FFFFFF;
background-image:url(../images/bg.gif);
background-position: 0px 40px;
background-repeat: repeat-x;

margin: 10px;


font-family: "Times New Roman", Times, serif;
font-size: 16px;

}

/*PAGE LAYOUT----------------------------------------------------*/

TABLE.one {
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
  }

TABLE.one TD {
  padding: 0px;
  }
  
TABLE.one TD.left, TABLE.one TD.right {
  width: 180px;
  vertical-align: top;
  text-align: center;
  }

TABLE.one TD.right {
  padding-left: 30px;
  }

TABLE.one TD.center {
  width: 100%;
  vertical-align: top;
  /*text-align: left;*/
  margin: 10px;
  }
 
TABLE.one TD.left IMG.logo {
  margin-top: 10px;
  background-image: url(../images/logo_oel.gif);
  width: 163px;
  height: 66px;
  }

TABLE.one TD.left IMG.logo:hover {
  margin-top: 10px;
  background-image: url(../images/logo_oel_old.gif);
  width: 163px;
  height: 66px;
  }

TABLE.one TD.center DIV.orourke {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3px;
  }

TABLE.one TD.top {
  height: 1px;
  }

/*CONTENT--------------------------------------------------------*/

DIV.contentwhite {
  border: 1px solid #FFFFFF;
  width:100%;
  margin: 18px;
  }
  
TABLE.content {
  border: 2px solid #007FC7;
  width: 100%;
  height: 325px;
  background-color: #FFFFFF;
  background-attachment:scroll;
  background-image: url(../images/bg_content.gif);
  background-position: top;
  background-repeat: repeat-x;
  }

TABLE.content TD {
  padding: 25px;
  text-align: justify;
  vertical-align: top;
  }

/*NAV--------------------------------------------------------*/

DIV.navwhite {
  border: 1px solid #FFFFFF;
  width: 160px;
  margin-top: 18px;
  position: center;
  margin: 10px;
  margin-top: 20px;
  padding: 0px;
  }

TABLE.nav {
  border: 2px solid #000000;
  width: 160px;
  background-color: #DE9217;
  background-attachment:scroll;
  background-image: url(../images/bg_nav.gif);
  background-position: top;
  background-repeat: repeat-x;
  height: 266px;
  }

TABLE.nav TD {
  padding-top: 4px;
  text-align: left;
  vertical-align: top;
  }

/*RIGHT-------------------------------------------------------*/
 
DIV.rightwhite {
  border: 1px solid #FFFFFF;
  width: 164px;
  margin-top: 100px;
  position: center;
  margin: 10px;

  padding: 0px;
  }

DIV.rightwhite IMG {
  border: 2px solid #000000;
  border-bottom: 1px;  
  }

DIV.rightsign {
  width: 160px;
  height: 32px;
  background-image: url(../images/rightsign.gif);
  border: 2px solid #000000;
  border-top: 0px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  } 

/*ICONS--------------------------------------------------------*/

/*--home*/

TABLE.one TD.right IMG.home {
  background-image: url(../images/icons_home.gif);
  margin-top: 8px;
  margin-bottom: 25px;
  border: none;
  }

TABLE.one TD.right IMG.home:hover {
  background-image: url(../images/icons_home_on.png);
  }

/*--info*/

TABLE.one TD.right IMG.info {
  background-image: url(../images/icons_info.gif);
  margin-top: 8px;
  margin-bottom: 25px;
  border: none;
  }

TABLE.one TD.right IMG.info:hover {
  background-image: url(../images/icons_info_on.png);
  }
  
/*--sitemap*/

TABLE.one TD.right IMG.sitemap {
  background-image: url(../images/icons_sitemap.gif);
  margin-top: 8px;
  margin-bottom: 25px;
  border: none;
  }

TABLE.one TD.right IMG.sitemap:hover {
  background-image: url(../images/icons_sitemap_on.png);
  }
  
/*--contact*/

TABLE.one TD.right IMG.contact {
  background-image: url(../images/icons_contact.gif);
  margin-top: 8px;
  margin-bottom: 25px;
  border: none;
  }

TABLE.one TD.right IMG.contact:hover {
  background-image: url(../images/icons_contact_on.png);
  }
  
/*--print*/

TABLE.one TD.right IMG.print {
  background-image: url(../images/icons_print.gif);
  margin-top: 8px;
  margin-bottom: 25px;
  border: none;
  }

TABLE.one TD.right IMG.print:hover {
  background-image: url(../images/icons_print_on.png);
  }

/*--clients--*/

TABLE.clients {
  width: 100%;
  }

TABLE.clients TD {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  padding-right: 15px;
  }
  

/*------------contact us email form----*/

FORM.contact {
  float: right;
  text-align: right;
  margin-top: -30px;
  border: 1px solid #D8EFED;
  padding: 5px;
  }

FORM.contact INPUT {
  margin: 2px;
  border: 1px solid #00958E;
  color: #00958E;
  }

FORM.contact TEXTAREA,
FORM.contact SUBMIT {
  border: 1px solid #00958E;
  color: #00958E;
  }

/*------------------home page--------------*/

TABLE.banner {
  width: 100%;
  height: 200px;
  background-image: url(../images/home_banner.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  border: 2px solid #007FC7;
  }

TABLE.banner TD {
  border: 1px solid #FFFFFF;
  background-image: url(../images/corner.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0px;
  }