/** Site map */

.Terra-sitemap {
    background-color: White;
    width: 970px;
    border: 1px solid #ccc;
    padding: 2px;
}

.Terra-sitemap .toc-layout-main td {
    width: 20%;
    text-align: left;
    border-right: 1px dotted #90B975;
    font-family: Arial, Verdana, Helvetica, Sans-Serif !important;
    font-size: 12px !important;
}

.Terra-sitemap .sitemap-level-1 .level-header {
    font-weight: bold;
    background-color: #EBE9EA;
    padding: 8px 29px 9px 9px;
    text-transform: uppercase;
}

.sitemap-level-2 {
    padding-left: 10px;
}

.sitemap-level-3 {
    margin-left: 30px;
}

.level-section {    /** really sitemap-level-4 */
    margin:0;
    padding-left: 37px;
}

.headertitle-small a:link, 
.headertitle-small a:visited, 
#header a:link, #header a:visited {
    color: #006633;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: underline;
}

.sitemap-level-1 .headertitle-small a {
    text-decoration: none;
}

.sitemap-level-3 .headertitle-small a, #header a {
    display: list-item;
    list-style: square;
    margin-left: 0px;
    padding: 0;
    font-weight: normal;
}

#header a {
    display: block;
}

.Terra-sitemap .ms-standardheader, 
.Terra-sitemap .ms-WPTitle, #WebPartCaptionWPQ2 {
    border-bottom: 0;
    border: 0;
    display: none;
}

.groupheader {
    display:none;
}