/* 
  --------------------------------------------------------------
  File:    styles.css
  Purpose: www.codejock.com style sheet
  Author:  Codejock Software

  Copyright (c) 2006 Codejock Software, All Rights Reserved.
  --------------------------------------------------------------
*/
  @import url('menu.css') ;
  @import url('sidemenu.css') ;
  @import url('breadcrumbs.css') ;
  @import url('footer.css') ;

  html, body {
    margin            : 0;
    padding-top       : 10px;
    text-align        : center;
    background        : #ffffff url(../images/pbk.gif) repeat-x 0px 0px;
    color             : #595959;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  img {
    border            : 0px;
    }
  ul {
    margin            : 0px;
    padding-left      : 25px;
    }
  td {
    color             : #595959;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  input, select {
    color             : #595959;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  h3 {
    margin            : 0 0 5px 0;
    font              : bold 18px/24px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  h4 {
    margin            : 10px 0 10px 0;
    font              : bold 11px Tahoma, Arial, Helvetica, Sans-Serif;
    color             : #595959;
    }
  p {
    margin-top        : 15px;
    margin-bottom     : 15px;
    }
  hr {
    border            : 0;
    width             : 90%;
    color             : #b8b8b8;
    background-color  : #b8b8b8;
    height            : 1px;
    }
  label {
    cursor          : hand;
    cursor          : pointer;
    }  a,
  a:visited {
    color             : #ff9900;
    text-decoration   : none;
    }
  a:hover,
  a:active {
    color             : #3a73a8;
    text-decoration   : none;
    }
  a.black,
  a.black:visited {
    color             : #444;
    text-decoration   : none;
    cursor            : hand;
    cursor            : pointer;
    }
  a.black:hover,
  a.black:active {
    color             : #b0974a;
    text-decoration   : none;
    cursor            : hand;
    cursor            : pointer;
    }
  span.large {
    font-size         : 14px;
    font-weight       : bold;
    }
  span.gray-text {
    color             : #999;
    }
  ul.bullet {
    margin-top        : 10px;
    margin-left       : 10px;
    list-style-image  : url('../images/list_arrow.gif')
  }
  ul.sitemap {
    margin-top        : 10px;
    margin-left       : 10px;
    list-style-image  : url('../images/document.gif');
    font              : normal 11px/16px Tahoma, Arial, Helvetica, Sans-Serif;
  }

  /* -- login -- */

  #login {
    margin            : 0 auto;
    width             : 900px;
    height            : 15px;
    margin-bottom     : 5px;
    color             : #e1e1e1;
    }
  #login a,
  #login a:visited {
    color             : #e1e1e1;
    text-decoration   : none;
    }
  #login a:hover,
  #login a:active {
    color             : #ffcc33;
    text-decoration   : none;
    }
  #container {
    margin            : 0 auto;
    width             : 890px;
    text-align        : left;
    background-color  : #FFF;
    }
  #content {
    width             : 100%;
    margin            : 0px;
    margin-left       : 25px;
    margin-right      : 25px;
    width             : 874px;
    }
  #columns {
    width             : 100%;
    padding           : 0px;
    margin            : 0px;
    }
