/* 
  --------------------------------------------------------------
  File:    footer.css
  Purpose: Footer style sheet
  Author:  SaxIISoftware

  Copyright (c) 2006 SaxIISoftware, All Rights Reserved.
  --------------------------------------------------------------
*/
  #footer {
    position         : relative;
	  margin-top       : 6px;
    width            : 100%;
    height           : 65px;
    }
  #footer div.fbl {
    position         : absolute;
    top              : 0px;
    left             : 0px;
    width            : 16px;
    height           : 65px;
    background       : #cccccc url(../images/fbl.gif) no-repeat center;
  }
  #footer div.fbc {
    position         : absolute;
    top              : 7px;
    left             : 16px;
    width            : 892px;
    height           : 51px;
    background       : #818181;
    text-align       : center;
    color            : #fafafa;
    }
  #footer a,
  #footer a:visited {
    color            : #fafafa;
    text-decoration  : none;
    }
  #footer a:hover,
  #footer a:active {
    color            : #ffcc33;
    text-decoration  : none;
    }
  #footer div.fbr {
    position         : absolute;
    top              : 0px;
    right            : 0px;
    width            : 16px;
    height           : 65px;
    background       : #cccccc url(../images/fbr.gif) no-repeat center;
  }
  #disclaimer {
    margin           : 0 auto;
    width            : 824px;
    height           : 35px;
    padding-top      : 10px;
    padding-bottom   : 10px;
    color            : #ffffff;
    }