ul.inside-bullet {
    margin: 0;
    padding: 0 0 5px 0;
    list-style-type: none;
}

ul.inside-bullet li {
    background: url(../img/inside-bullet.gif) no-repeat left 12px;
    padding: 8px 0 8px 13px;
    color: #7F7F7F;
    //border-bottom: 1px solid #e0e0e5;
}

ul.inside-bullet li.last {
    border-bottom: none;
}

ul.inside-bullet li a {
    text-decoration: underline;
    color: #7F7F7F;
}

ul.inside-bullet li ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul.inside-bullet li ul li {
    background: url(../img/bullet2.gif) no-repeat left 14px;
    padding: 5px 0 0 5px;
    color: #7F7F7F;
    border-bottom: none;
}

.left-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left
}

.left-panel ul li {
    width: 100%;
    float: left
}

.left-panel ul li a {
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 92%;
    background: url(../img/bullet.png) no-repeat 0 11px;
    text-decoration: none;
    color: #000;
    line-height: 18px;
    padding: 7px 0 7px 8%
}

.left-panel ul li a:hover {
    color: #E2001A
}

.left-panel ul li a.active {
    color: #E2001A
}

.left-panel ul li a.last {
    border: 0
}

.left-panel ul li li a {
    font-size: 12px;
    border-bottom: 0;
    float: left;
    width: 85%;
    background: url(../img/bullet2.gif) no-repeat 15px 11px;
    text-decoration: none;
    color: #7F7F7F;
    line-height: 17px;
    padding: 5px 0 5px 15%
}



.content-header{
    margin: 0 0 15px 0;
    padding: 8px 0 6px 0;
    font-family: 'Merriweather Sans', sans-serif;
    /* font-size: 14px; */
    color: #474747;
    background: #f6f6f8;
    border-bottom: 2px solid #e0e0e5;
    width: 98%;
    text-transform: uppercase;
    font-weight: 700
}


.heading1 {
    color: #e2001a;
}