<!------------------------------------------------------------------------------
  header.css

  The style sheet for the header of the pages in Solid Logic's web site.

  Change history (most recent first):
    <1>  01/15/2003  Thomas C. Eaton  Created.

  Copyright (c) 2003 Solid Logic.  All rights reserved.
------------------------------------------------------------------------------->

<!--

/* Header Row 1: Logo and Business Focus */

table.header-row-1 {
  width: 100%;
}

table.header-row-1 tr {
  background-color: white;
  height: 79px;
}

table.header-row-1 tr td.left {
  width: 212px;
}

table.header-row-1 tr td.right {
  width: 215px;
}

table.header-row-1 a:link {
  text-decoration: none;
}

table.header-row-1 a:visited {
  text-decoration: none;
}

table.header-row-1 a:hover {
  text-decoration: none;
}

table.header-row-1 img {
  border-width: 0;
}

/* Header Row 2: Navigation Bar */

table.header-row-2 {
  background-color: white;
  width: 100%;
}

table.header-row-2 a:link {
  color: white;
  text-decoration: none;
}

table.header-row-2 a:visited {
  color: white;
  text-decoration: none;
}

table.header-row-2 a:hover {
  color: white;
  text-decoration: none;
}

/* Header Row 2: Navigation Bar Row 1 */

table.header-row-2 tr.row-1 {
  height: 23px;
}

table.header-row-2 tr.row-1 td {
  background-color: rgb(204, 153, 153);
  border-color: white;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 0;
}

table.header-row-2 tr.row-1 td.company-button {
  width: 55px;
}

table.header-row-2 tr.row-1 td.contact-button {
  padding-right: 22px;
  width: 49px;
}

table.header-row-2 tr.row-1 td.clients-button {
  border-right-color: rgb(255, 204, 204);
  border-right-width: 1px;
  width: 43px;
}

table.header-row-2 tr.row-1 td.resources-button {
  border-right-color: rgb(255, 204, 204);
  border-right-width: 1px;
  width: 63px;
}

table.header-row-2 tr.row-1 td.services-button {
  border-right-color: rgb(255, 204, 204);
  border-right-width: 1px;
  padding-left: 13px;
  width: 56px;
}

table.header-row-2 tr.row-1 td.solutions-button {
  border-right-color: rgb(255, 204, 204);
  border-right-width: 1px;
  padding-left: 13px;
  width: 60px;
}

/* Header Row 2: Navigation Bar Row 2 */

table.header-row-2 tr.row-2 {
  height: 5px;
}

table.header-row-2 tr.row-2 td {
  background-color: rgb(153, 153, 153);
  border-color: white;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

table.header-row-2 tr.row-2 td.company-button {
}

table.header-row-2 tr.row-2 td.contact-button {
}

table.header-row-2 tr.row-2 td.clients-button {
  border-right-width: 1px;
}

table.header-row-2 tr.row-2 td.resources-button {
  border-right-width: 1px;
}

table.header-row-2 tr.row-2 td.services-button {
  border-right-width: 1px;
}

table.header-row-2 tr.row-2 td.solutions-button {
  border-right-width: 1px;
}

//-->
