body {
    background: url("/usa/interface/2012/usa-bigbg.jpg") no-repeat fixed center top #214f9d;
    padding: 0;
}

/* take out the list disc on the left nav menu  */
ul li { list-style-type: none; }
ul ul li { list-style-type: none; }

li {
line-height:1.5em;
margin-left:0em;
}

a { color: #5c4a96; background:transparent; text-decoration:none; }
a:visited  { color: #036; }

a:focus,
a:hover,
a:active { color:#182E7A; text-decoration:underline; }

/* Make the unordered list have a disc on the content pages. */
#col3_content ul li {
  margin-left: 2em;
  list-style-type: disc; 
}

/* OVERRIDE SHINYBUTTONS
+++++++++++++++++++++++
*/
.hlist {
  background:#214f9d; url(interface/shiny_buttons/background.png) repeat-x scroll right center;
}

.hlist ul li a, .hlist ul li strong {
  color:#ffffff;
}

hlist ul li.active {
  /* background:#4c4c4c; url(interface/shiny_buttons/background.png) repeat-x scroll right center; */
  background:#FF0000;
}
.hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active {
  background: #0066cc; 
  color: #fff;
}

/* END OVERRIDE SHINYBUTTONS */


/* OVERRIDE FOOTER
+++++++++++++++++++++++
*/
#footer {
/*
  background:#032994 none repeat scroll 0 0;
*/
border-top:0;
color:#FFFFFF;
padding: 0 0 0 0;
}
