/**********************************************
*
*   File: SDI Global Stylesheet 
*   Author: Craig Nelson - Classic Labs
*/

  * {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 30px 0;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    background: #2F2F2F;
  }
  a:link,
  a:hover,
  a:visited,
  a:active {
    color: #000;
    text-decoration: none;
  }
  a:hover { color: #777; }
  img { border: 1px solid #000; }
  p { 
    margin: 0 0 15px 0;
    text-transform: none;
  }
  h2 { font-size: 25px; }
  h3 { font-size: 24px; }
  ul { list-style: none; }
  acronym { text-transform: uppercase; }
  .no-click { cursor: default; }
  #container {
    margin: 0 auto;
    width: 1050px;
    height: auto;
    overflow: hidden;
    background: #fff;
  }
    #header {
      position: relative;
      height: 100px;
      background: #AFB6B6;
      z-index: 199;
    }
      #logo {
        position: relative;
        float: left;
        height: 62px;
        width: 62px;
        margin: 19px 0 0 19px;
        background: #fff;
      }
        #logo h2 {
          position: absolute;
          bottom: -7px;
          font-size: 36px;
          font-weight: bold;
          left: 5px;
        }
      #address {
        float: right;
        padding: 10px 100px 0 0;
      }
        #address span {
          color: #fff;
          padding: 0 2px;
        }
      
        /* main navigation */
        #nav {
          position: absolute;
          top: 88px;
          left: 100px;
          padding-top: 3px;
          width: 850px;
          background: #000;
        }
        #nav li {
        	float: left;
        	width: 170px;
        }
        #nav a { display: block; }
        #nav li a {
          padding-bottom: 6px;
          color: #fff;
          text-align: center;
        }
        #nav li a:hover { color: #A4AFAF; }
        #nav li ul, /* second and third level lists */
        #nav li ul li ul {
        	position: absolute;
        	width: 170px;
        	visibility: hidden;
        	background: #eee;
        }
        #nav li ul { left: auto; } /* second level lists */
        #nav li ul li ul { /* third level lists */
          left: 170px;
          margin-top: -20px;
          border-left: 2px solid #eee;
        }
        #nav li:hover ul.second, /* second level lists */
        #nav li.hov ul.second, /* second level lists */
        #nav li ul li:hover ul.third, /* third level lists */
        #nav li ul li.hov ul.third { /* third level lists */
        	visibility: visible;
        }
        #nav li ul li { 
          margin: 1px 0;
          background: #A4AFAF;
        }
        #nav li ul li a:hover { color: #fff; }
        #nav li ul li a {
          margin: 2px 5px;
          padding: 0;
          color: #000;
          font-size: 13px;
          text-align: left;
        }
        /* --main navigation */
      
      #content {
        position: relative;
        margin: 28px 0 14px 0;
        padding: 0 100px;
        height: auto;
        overflow: hidden;
      }
        #content h2.title {
          margin: 0 0 15px 0;
          color: #bbb;
          font-weight: bold;
        }
        #content-left {
          float: left;
          width: 368px;
          height: 492px;
        }
          #content-left dt,
          #content-left dd {
            float: left;
            margin: 0 16px 0 0;
            width: 140px;
            height: 166px;
          }
          #content-left dt.vertical-full {
            height: 328px;
          }
          #content-left dt.horizontal-full {
            margin: 0;
            width: auto;
          }
          #content-left dd {
            margin-right: 0;
            width: 186px;
          }
          #content-left dd.offset {
            padding-top: 166px;
          }
          #content-left dd.hide {
            display: none;
          }
          #content h3.heading {
            text-align: right;
            /*line-height: 17px;*/
          }
          .caption {
            display: block;
            margin: 0;
            font-size: 11px;
            line-height: 12px;
            text-transform: none;
          }
        #content-right {
          float: left;
          width: 480px;
        }
          #content-right-content-container { /* so we can position our document buttons underneath our right content in a fixed position without using pos abs */
            margin-bottom: 20px;
            height: 428px;
            overflow: hidden;
            text-transform: none;
          }
          #content-right-content-container h4,
          #content-right-content-container ul {
            margin-bottom: 15px;
          }
          #content-right h3 {
            margin: 0 0 10px 0;
            font-size: 25px;
            font-weight: bold;
          }
          #document-buttons li {
            float: left;
            margin-right: 10px;
          }
            .button {
              display: block;
              padding: 5px 0;
              width: 140px;
              color: #000;
              text-align: center;
              text-decoration: none;
              background: #94A6A6;
            }
            .button:hover { color: #fff !important; }
    #footer {
      clear: both;
      height: 100px;
      background: #AFB6B6;
    }
      #copyright {
        padding-top: 40px;
        text-align: center;
      }
      