/**
 * STYLE SHEET :: HOMEPAGE
 *
 * Specifies styles specific to homepage
 */


#portals {
/*
    width: 100%;
    margin: 0 5% 0 7%;
*/
    margin: 0 auto;
    }

    #portals td {
/*
        background-color: #F7F7F7;
*/
        text-align: center;
        }

    #portals .text {
        padding: 0 2.3em;
        font-size: 14px;
/*
        font-weight: bold;
*/
        font-style: italic;
        color: #666;
        line-height: 1.3em;
        }

    #portals img {
        margin: 0 auto;
        padding: 0.5em;
/*
        border: 1px solid #EEE;
*/
        }

    #portals td p {
        margin: 0 auto;
        }

    #portals td a.button {
        display: block;
        width: 156px;
        height: 46px;
    margin: 0 auto;
        background: transparent url(/images/buttons/enter.png) left no-repeat;
        text-align: center;
        }



