﻿/************************************************************************************
 * Header styles
 ************************************************************************************/
#ws_header { position: relative; /* for the screenshot to position absolutely too */
  width: 960px; height: 64px; margin: 0 auto; text-align: left; 
  z-index: 1000; }  /* to solve z-index bug with relative-absolute positioning in IE */

  #ws_header #logo { float: left; display: inline; width: 174px; height: 64px; } /*margin-left: -174px; } */
  #ws_header #navigation { float: right; display: inline; padding-top: 44px; font-size: 15px; }
  #ws_header #navigation a { color: #3b6cc5; text-decoration: none; margin-left: 20px; 
    font-family: Verdana, Myriad, Arial, Sans-Serif; }
    
  #ws_header #navigation .bold_link a { font-weight: bold; 
    font-family: Verdana, Myriad, Arial, Sans-Serif; }
    
  #ws_header #screenshot { position: absolute; left: 555px; top: 80px; z-index: 1000; }
    

.bigBlueRule { width: 100%; height: 8px; line-height: 8px; font-size: 5px;
  background-color: #608cdd; border-top: solid 1px #1a52b6; }
.bigYellowRule { width: 100%; height: 8px; line-height: 8px; font-size: 5px;
  background-color: #c0c76c; }


/************************************************************************************
 * Footer styles
 ************************************************************************************/
.push { height: 316px; }
#ws_footer { width: 100%; height: 316px; background-image: url("/Images/web/footer_right.png");
  background-repeat: repeat-x; font: Verdana, Myrial, Arial, Sans-Serif; color: #b3dae5; 
  padding: 0; margin: 0; }

  #ws_footer h3 { color: White; font-size: 15px; margin: 0; font-weight: bold; border-bottom: none; }
  #ws_footer p { color: #b3dae5; font-size: 11px; }
  #ws_footer tr td { margin: 0; vertical-align: top; }
  #ws_footer #left { height: 316px; background-image: 
    url("/Images/web/footer_left.png"); background-repeat: repeat-x; }

  #ws_footer #center { height: 266px; width: 960px; padding: 40px 15px 10px 15px;
    background-image: url("/Images/web/footer_mid.png");
    background-repeat: no-repeat; }

    #ws_footer #center #left_col { display: inline; float: left; margin: 0 auto 0 0;
      width: 280px; text-align: left; }

      #ws_footer #center #left_col a { display: block; color: #b3dae5; font-weight: bold;
        font-size: 15px; text-decoration: none; margin: 15px 0; }

    #ws_footer #center #mid_col { display: inline; float: left; margin: 0 auto 0 0;
      padding-right: 70px; width: 270px; text-align: left; }

    #ws_footer #center #right_col { display: inline; float: right; margin: 0 0 0 auto;
      width: 340px; text-align: left; }

      #ws_footer #center #right_col #copyright { text-align: right; margin-top: 30px; font-size: 11px; line-height: 14px; }
      #ws_footer #center #right_col #copyright #terms { color: #ced8e4; margin-bottom: 30px; font-size: 12px; }
      #ws_footer #center #right_col #copyright #terms a { color: #ced8e4; text-decoration: none; }
      #ws_footer #center #right_col #copyright #copyrightCopy { color: White; }


