﻿/* For pages with the general information box */
#thirdTierDescription {
    float: left;
    width: 711px;
}

        #thirdTierImage img {
            width: 270px;
            border: 2px solid #545454;
            border-radius: 12px;
        }
/**/
    #thirdTierHeader {
        text-align: center;
    }

/* For pages without the general information box */
#thirdTierDescriptionNoGeneralInfo {
    float: left;
    width: 711px;
}

    #thirdTierDescriptionNoGeneralInfo h2:first-of-type {
        margin-top: 0;
    }

    #thirdTierDescriptionNoGeneralInfo #thirdTierImage img {
        width: 270px;
        border: 2px solid #545454;
        border-radius: 12px;
    }

    #thirdTierDescriptionNoGeneralInfo #thirdTierRight {
        float: left;
        width: 400px;
    }

    #thirdTierDescriptionNoGeneralInfo #thirdTierText p {
        margin-bottom: 12px;
    }

.H1match {
    float: left;
    color: #FFF;
    font-size: 24pt;
    text-transform: uppercase;
}

/* For third tier pages with side-by-side icons and descriptions */
.ThirdTierIconText {
    position: relative;
    overflow: hidden;
    clear: both;
}

    .ThirdTierIconText img {
        max-height: 130px;
        max-width: 130px;
        float: left;
        margin: 0 24px 24px 0;
        border: 2px solid #545454;
        border-radius: 12px;
    }

    .ThirdTierIconText p {
        margin: 24px 24px 24px 0;
    }

/* Third tier nav - left side of subpages */
#thirdNav {
    float: left;
    width: 200px;
    height: 400px;
    margin: 0 24px 24px 0;
}

#thirdNavTop {
    height: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#545454);
    background-image: linear-gradient(#000, #545454);
}

#thirdNavBottom {
    height: 380px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#545454, endColorstr=#000000);
    background-image: linear-gradient(#545454, #000);
}

#thirdNavItems {
    position: absolute;
    padding: 4px;
}

    #thirdNavItems ul li:first-of-type {
        margin-left: 12px;
    }

    #thirdNavItemsInformation ul li:first-of-type {
        margin-left: 20px;
    }

    #thirdNavItems ul li {
        min-height: 20px;
        line-height: 20px;
        margin-left: 20px;
        list-style-type: none;
        font-family: 'QuestrialRegular';
        font-size: 8pt;
        text-indent: 0;
        text-transform: uppercase;
    }

        #thirdNavItems ul li.TwoLineHack {
            line-height: normal;
            margin-top: 3px;
            margin-bottom: 3px;
        }

        #thirdNavItems ul li a {
            display: block;
            position: relative;
            width: 168px;
            text-decoration: none !important;
        }

/* Common third tier items */
#thirdTierImage {
    float: left;
    width: 274px;
    margin: 0 24px 24px 0;
    border-radius: 12px;
}

#thirdTierContent {
    float: left;
    width: 407px;
    margin-left: 6px;
}

.thirdTierContent {
    float: left;
}
.thirdTierGeneralInfoBox {
    float: right;
    width: 408px;
}
