#sitemap_header, #sitemap_content {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    clear: both;
}

#sitemap_footer {
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
}

#sitemap_content {
    display: block;
    width: 100%;
    margin: 0 20px 0 0;
}


#sitemap_content div.buttons {
    float: left; 
    width: 27%;
    margin-right: 6%;
    margin-bottom: 20px; 
    display: inline-block;
}

#sitemap_content ul.sbuttons {
    float:left; 
    color: #888;
}

#sitemap_content h3 {
    margin: 20px 0 0 0;
}

#sitemap_content a {
    border: none;
    text-decoration: none !important;
}
#sitemap_content a:hover {
    text-decoration: none !important;
}

#sitemap_content a.active:after {
    padding-left: 10px;
    font-family: 'heydings';
    content: 'P';
    font-size: 1.6em;
    font-weight: normal;
}
