/*------- =FooterPages, this styles the links that appear in the footer -------*/

#footerPage {
    padding: 6px;
    background-image: url(../images/BackgroundTile_Content.png);
    background-repeat: repeat;
    min-height: 21em;
    }

#footerPage h3 {
    margin-bottom: 6px;
    font-size: 1.1em;
    line-height: 1.6em;
    }

#footerPage ol {margin: 11px 0;}

#footerPage li {margin-left: 22px; line-height: 1.6em;}

#footerPage p {margin-bottom: 6px; line-height: 1.6em;}

#footerPage a:link,
#footerPage a:visited,
#footerPage a:hover,
#footerPage a:active {
    color: #333;
    border-bottom: 1px dotted #333;
    line-height: 1.6em;
    }
    
#footerPage a:hover {color: #BD282E; border-bottom-color: #BD282E;}

address {line-height: 1.3em;}

.addressItem1,
.addressItem2,
.addressItem3 {
    margin-bottom: 11px;
    padding: 5px;
    float: left; 
    width: 18em;
    min-height: 13em;
    background-image: url(../images/BackgroundTile_Content.png);
    background-repeat: repeat;
    /*background-color: #FFF;*/
    }

.addressItem1 {margin-left: 11px;}
.addressItem2, .addressItem3 {margin-left: 22px;}