@charset "UTF-8";

/* import from gj main */
@import url(../global/core.css);

  #page_margins { 
	background: url(../../images/wt/bg_pagemargins.png) repeat-y top center;
  }
  a {color: #036;}/* main link color (#4D87C7-alt) */
  a:focus,
  a:hover,
  a:active {color:#036;}
  
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color:#EFD000;}


  /*------------------------------------------------------------------------------------------------------/
 /  HEADER ITEMS / 
/============= */

  #header {
    background: url(../../images/wt/bg_header.png) no-repeat top center;
  }
  body#ads #header {
    background: url(../../images/wt/bg_header2.png) no-repeat top center;
  }
  /*  Hides H1 text off-screen edge */
  #header h1 {
	background:url(../../images/wt/logo.png) no-repeat;
  }

  /* Main search form in header */
  form#search label {
	color:#036;
  }
  form#search span#search-bg {
	background:url(../../images/wt/search_field.png) no-repeat;
  }


  /*------------------------------------------------------------------------------------------------------/
 /  CENTER COLUMN / 
/======================= */

  div.subcl p a {color:#036;}


  /*------------------------------------------------------------------------------------------------------/
 /  CENTER-RIGHT COLUMN /  (sub-column of center)
/=============================================== */

  .round-white-br ul li a {color:#003366;}

  
  /*------------------------------------------------------------------------------------------------------/
 /  LEFT COLUMN / 
/===================== */

  div#col2-sub ul {
  	background:#FFF url(../../images/bg_col2-sub_footer.png) no-repeat bottom;
  }
  div#col2-sub ul li a {
  	color:#036;
  }


  /*------------------------------------------------------------------------------------------------------/
 /  FOOTER ITEMS / 
/============= */

  #footer {
    background: url(../../images/wt/bg_footer.png) no-repeat top center;
  }
