﻿#list_featuredBuildings img
{
    border: 1px solid black;
}

.features
{
    list-style-type: square;
}

.features li
{
    margin: 0 0 0 20px;
}

.special
{
    color: #3366FF;
    font-weight: bold;
}

.importantFeature
{
    border: 1px dashed #B88C4B;
    padding: 5px 10px;
    background-color: #D7FFFF;
    width: 95% !important;
    margin-top: 20px;
}

#content
{
    padding-right: 0 !important;
}

.special-box 
{
    border: 1px solid black;
    padding: 10px;
    background-color: #7CB01F;
    color: White;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.special-box h2 
{
    margin: 0 0 6px 0;
    font-family: “Gill Sans”, Calibri, “Trebuchet MS”, sans-serif;
    font-size: 150%;
}
