@import 'contact-us.css';
#fma-content {
    width: 100%;
    height: 130px;
    background: #fff url('_images/bg-fma-site-map.jpg') top left no-repeat;
}
#sitemap-right {
    margin-left: 25px;
}
#sitemap-left h2,
#sitemap-right h2 {
    margin-bottom: 15px;
    padding-left: 15px;
}
#sitemap-left,
#sitemap-right {
    /*margin-left: 100px;*/
    float: left;
    display: block;
    width: 210px;
    height: 100%;
}
#sitemap-left ul,
#sitemap-right ul {
    list-style: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#sitemap-left ul li,
#sitemap-right ul li {
    list-style: none;
}
#sitemap-left ul ul,
#sitemap-right ul ul {
    margin-bottom: 0px;
}
.heading,
.toggler {
    font-weight: bold;
    font-size: 12px;
}
.acc-collapse,
.acc-expand {
    margin-right: 10px;
}
.sublist {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 1px solid white;
}

