#pageFooterWrapper {
background-color: #333333;
width: 100%;
-moz-border-radius: 10px;
-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
-webkit-border-radius: 10px;
-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
margin-top: 40px;
}

#footercolumns {
padding:2em 0 0 5%
}

#footercolumns .block {
float:left;
width:14%;
margin:0 0 0 2%;
margin-top: 10px
}

#footercolumns .first, * html #footercolumns .first{
clear:both;
margin-top: 10px
}

#footercolumns {
font-size: 10px;
line-height: 1.6em;
text-align: left
}

#footercolumns ul {
padding-bottom: 20px; 
}

#footercolumns ul li {
border-bottom: 1px solid #2e2e2e;
list-style: none;
padding-bottom: 5px;
}

#footercolumns ul li a {
color: grey;
}

#footercolumns ul li a:hover {
color: white;
text-decoration: none;
}


#breadcrumbs {
color: white;
font-size: 11px;
padding-left: 20px;
text-align: left;
border-bottom: 1px solid black;
border-top: 1px solid black;
background-color: grey;
font-family: Arial;
}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #333333;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}


#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #83a6d7;
text-decoration: none;
border-right: 1px solid black;
}

#navcontainer ul li a:hover
{
color: #ee4799;
}

#navcontainer #active {
border-left: 1px solid black;
}
