/**
 * @copyright Copyright 2010 Glenn Herbert
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_ezpages_footer_columns.css
 * Ezpages Footer Columns by Glenn Herbert (gjh42) 2010-12-08
 */



.ezpagesFooterCol {
    float: left;
    padding: 0;
}

.ezpagesFooterCol h4 {
    color: #963;
    text-align: center;
}

.ezpagesFooterCol ul {
    float: left;
    margin: 0;
    padding: 0;
}

#navSupp .ezpagesFooterCol li {
    display: block;
    text-align: left;
}

#navSupp .ezpagesFooterCol a {
    color: #554a4c;
    text-decoration: none;
    font-size: 12px;
    line-height: 27px;
    background: url(../images/marker1.gif) no-repeat 0;
    padding: 0 0 0 16px;
}

#navSupp .ezpagesFooterCol a:hover {
    background: url(../images/marker1-act.gif) no-repeat 0;
    color: #493a3d;
    text-decoration: underline;
}

#navSupp a.activeEZPage,
#navSupp a.activeILPage {
    color: #554a4c;
    font-weight: bold;
    background: url(../images/marker1-act.gif) no-repeat 0;
}

.ezpagesFooterCol a:hover {
    text-decoration: underline;
    color: #0a4;
}

#navSupp .col1 ul {
    border: none;
}

.ezpagesFooterColComment {
    color: #abc;
    display: block;
}

.ezpagesFooterCol {
    width: 150px !important;
    margin-right: 90px;
}

.ezpagesFooterCol.col4 {
    margin-right: 0;
}
