/* 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:#023370; 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;
}

/* END OVERRIDE SHINYBUTTONS */


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