﻿

.footerBlueBar {
    background-color: #11437b;
    color: #11437b;
    height: 4px;
}

.footerTitle {
    font-size: large;
    color: #2a6c94;
}

.footerLinksList {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
}

ul.footerLinksListDouble, ul.footerLinksListSingle {
    width: 220px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0px;
    margin-top: 0px;
    *margin-left:0px;
}

li.footerListItem {
    line-height: 1.3em;
    float: left;
    display: inline;
}

.footerLinksListDouble li {
    width: 50%;
}

.footerLinksListSingle li {
    width: 100%;
}

/* 2 col */

