﻿.expandable {
    margin-bottom: 14px;
    width: 75%;
    margin-left: 100px;
}

.expandable h2 {
    display: block;
    margin: 0px;
    background-color: #fff;
    color: #6178bd;
    font-size: 1.2em;
}

.expandable h2 a {
    display: block;
    padding: 10px 10px 10px 60px;
    color: #6178bd !important;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url("../images/expandable_blue2_closed.png");
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.expandable h2 a.selected {
    background-image: url("../images/expandable_blue2_open.png");
    background-position: 17px 7px;
}

.expandable .inner {
    padding: 0px 14px;
    border-bottom: 1px solid #000000;
}

.expandable .inner .content {
    padding: 14px 0px;
}

.expandable .inner p {
    margin: 0px;
    padding-bottom: 14px;
}

.expandable .inner .content h4,
.expandable .inner .content > ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.expandable .inner h4:last-child,
.expandable .inner ul:last-child,
.expandable .inner p:last-child {
    padding-bottom: 0px;
}



