/* 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:#83c7ff; url(interface/shiny_buttons/background.png) repeat-x scroll right center;
}

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

hlist ul li.active {
  background:#f88222;
}

/* END OVERRIDE SHINYBUTTONS */


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