@charset "UTF-8";
/* CSS Document */

/*
THE NAVIGATOR
*/
.TheNavigator{
width: 245px; /*width of menu*/
margin-top: 20px;
}
.TheNavigator .headerbar, .TheNavigator .headerbarlink{
color: white;
background: #fff;
text-transform: uppercase;
padding: 2px;
border-top: 4px solid #fcfeff;
margin-bottom: 2px;
}
.TheNavigator .headerbar a, .TheNavigator .headerbarlink a{
color:#000000;
display:block;
font-size:85%;
padding:3px 2px 0 3px;
text-decoration:none;
}
.TheNavigator .headerbarlink a em{
font-size:85%;
font-weight:normal;
font-style:normal;
text-transform:lowercase;
}
.TheNavigator ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}
.TheNavigator ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.TheNavigator ul li a{
/*font: normal 12px Arial;*/
color: black;
background: #ccc;
display: block;
padding: 3px 0 2px 15px;
text-decoration: none;
}
.TheNavigator ul li a:visited{
color: black;
}
.TheNavigator ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
#footer, #designedby, #acreditation
{
border-top: 1px solid #999;
padding: 40px 0;
font-size:10px;
color:#999;
}
#acreditation
{
margin-top: 0px;
text-align:center;
}
#designedby a
{
color:#666;
text-decoration: none;
}
#designedby a:hover, #designedby a:focus
{
color:#333;
text-decoration: underline;
}
ul.CookieMunch
{
float: right;
list-style: none;
color: #000;
text-transform:lowercase;
font-weight: bold;
}
ul.CookieMunch li
{
display: inline;
}
ul.CookieMunch li a
{
padding-right: 5px;
margin-right: 5px;
border-right: 1px solid #000;
color: #fff;
text-decoration: none;
font-weight: normal;
}
ul.CookieMunch li a:hover, ul.CookieMunch li a:focus
{
color: #000;
}
div#latestposts
{
visibility:collapse;
display:none;
}
body#PageIdHome div#latestposts
{
visibility:visible !important;;
display:block !important;
background-color: #fff;
padding:20px;
font-size: 10px;
}
div#latestposts a
{
color: #AD3040;
text-decoration: none;
}
div#latestposts a:hover, div#latestposts a:focus
{
color: #000;
}
h3.headerbarlink span
{
display:none;
}
body#PageIdHome h3.headerbarlink span
{
display:inline;
}