/* NCC about us global cascading style sheet - applies to all about us pages */

/* Global Classes */

ul {
    margin-top: 0px;
}

/* Class Styles */

 .floatleft {
    float: left;
    border: none;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.heading-pad {
    margin-bottom: 0px;
}

.line-buffer {
    padding-bottom: 5px;
}

.text-change {
    font-weight: bold;
}


