/*
** Links styles
*/

.category-header {
    margin-bottom: 22px;
}

.category-item {
    border-bottom: 1px solid #F8F6DF;
    margin-bottom: 27px;
}

.category-item div {
    line-height: 14px;
}

.category-title {
    color: #2C355E;
    font-weight: bold;
}

.category-description {
}


.category-list ul {
    list-style: none;
    padding-left: 37px;
}

.category-list li {
    margin-bottom: 25px;
}

.link-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.link-description {
    margin-bottom: 5px;
}

.link-address-line {
}


/* Site Map Styles *****************************************************/
.text-dark-blue {
    color: #2C355E;
    font-size: 1.3em;
    font-weight: bold;
}

.text-dark-blue:hover {
    background-color: white;
    color: #2C355E;
    text-decoration: underline;
}
