﻿.site-map-container
{
    padding: 20px;
}

.section-header
{
    color: #8dc1ea;
	font-weight: bold !important;
}

    .section-header a
    {
        color: #8dc1ea;
		text-decoration: none;
		font-weight: bold !important;
    }

.sitemap_col
{
    margin-top: 26px;
    width: 100%;
}

    .sitemap_col ul
    {
		margin-left: 16px;
        padding: 0;
    }

    .sitemap_col li
    {
        list-style-type: none;
        margin-top: 8px;
        padding: 0;
    }

	.sitemap_col li:before
	{
		content: "";
		color: #fff;
	}

        .sitemap_col li a, .sitemap_col li a:hover, .sitemap_col li a:visited
        {
            color: #333333;
			font-weight: normal;
			text-decoration: none;
        }
		
.root-link
{
    float: left;
    height: 27px;
    position: relative;
    top: 25px;
    width: 26%;
}

    .root-link ul
    {
        list-style: none;
        padding: 0;
    }

    .root-link a
    {
        color: #333333;
		text-decoration: none;
    }

.single-link
{
    width:100%;
}