article, header, footer, nav, aside, hgroup, section {
    display: block;
}

body {
    padding: 0 0 20px 0;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('../../images/layout/bg.jpg');
    background-repeat: repeat-x;
    font-size: 1em;
}


#container {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    position: relative;
}

#logo_area {
    background-image: url('../../images/layout/logo_box.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 210px;
    height: 431px;
    text-align: center;
}

#social_media {
    position: absolute;
    width: 210px;
    height: 76px;
    bottom: 0px;
    left: 0px;
}

    #social_media img {
        margin-top: 14px;
        padding: 0 8px;
    }

header.top {
    margin-left: 210px;
    height: 101px;
    width: 770px;
}

#slides {
    width: 770px;
    height: 330px;
    margin-left: 210px;
}

nav.first_row {
    position: absolute;
}

    nav.first_row ul li {
        display: inline;
    }

        nav.first_row ul li a {
            color: #fff;
            font-size: 80%;
            text-decoration: none;
            padding: 10px;
        }

            nav.first_row ul li a:hover {
                color: #000;
            }

nav.second_row {
    position: absolute;
    text-align: center;
    position: relative;
    top: 58px;
}

    nav.second_row ul {
        margin: 0;
        padding: 0;
    }

        nav.second_row ul li {
            display: inline;
        }

            nav.second_row ul li a {
                text-decoration: none;
                padding: 0px 16px;
                font-size: 1.05em;
                color: #002276;
                font-weight: 700;
            }

                nav.second_row ul li a:hover {
                    color: #af1b0f;
                }

#featured_events {
    width: 980px;
    height: 270px;
    background-color: #efece4;
    margin-top: 9px;
    position: relative;
}


    #featured_events header {
        width: 980px;
        height: 60px;
        background-image: url('../../images/layout/bg_featured_events.jpg');
        background-repeat: repeat-x;
    }

img {
    border: 0;
}

#featured_events section {
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}


    #featured_events section article {
        width: 205px;
        float: left;
        padding: 0 10px;
    }


        #featured_events section article h1, #latest_news_area .column h2 {
            color: #083a81;
            font-size: .75em;
            font-weight: 900;
            margin: 4px 0;
            padding: 0;
        }

        #featured_events section article p, #latest_news_area .column p {
            color: #333;
            font-size: .75em;
            margin: 4px 0;
            padding: 0;
        }

            #featured_events section article p.view_details a {
                color: #b40f00;
                font-size: .8em;
                font-weight: 900;
                text-transform: uppercase;
                text-decoration: none;
            }

                #featured_events section article p.view_details a:hover {
                    color: #000;
                }

.column p.view_details a {
    color: #b40f00;
    font-size: .8em;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

    .column p.view_details a:hover {
        color: #000;
    }


#featured_events header h1 {
    color: #fff;
    font-weight: 500;
    position: relative;
    top: 18px;
    left: 36px;
    font-size: 1.3em;
    letter-spacing: -1px;
}

#featured_events header h2 a {
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 22px;
    right: 36px;
    font-size: .5em;
    text-transform: uppercase;
    text-decoration: none;
}

p {
    font-size: .8em;
}

.alert_message {
    color: Red;
}

#left_footer {
    width: 49%;
    float: left;
    border-right: thin solid #cdcdcd;
    border-bottom: thin solid #cdcdcd;
}

#right_footer {
    float: right;
    height: 300px;
    width: 50%;
}

#latest_news_area {
    min-height: 500px;
    width: 980px;
    margin-top: 20px;
}

    #latest_news_area .column {
        min-height: 500px;
        width: 306.66px;
        background-color: #EBEBEB;
        float: left;
        margin: 0 10px;
        position: relative;
    }

        #latest_news_area .column h1 {
            color: white;
            background-image: url('../../images/layout/bg_featured_events.jpg');
            min-height: 22px;
            font-weight: normal;
            font-size: 110%;
            padding: 15px;
            margin: 0 0 10px 0;
        }

.latest_news_area_bottom_bg {
    background-image: url('../../images/layout/latest_news_bottom_bg.jpg');
    height: 12px;
    position: absolute;
    width: 306.66px;
    bottom: 0;
}

#latest_news_area .column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#latest_news_area .column p {
    line-height: 150%;
}

#latest_news_area .column p, #latest_news_area .column h2 {
    padding: 0 24px;
}

#left_footer_top {
    height: 101px;
    border-bottom: 1px solid #cdcdcd;
}

    #left_footer_top h1 {
        font-size: .7em;
        font-weight: bold;
        color: #073981;
    }

    #left_footer_top p, #right_footer_bottom p {
        font-size: .7em;
        vertical-align: text-top;
        color: #6B6B6B;
    }

    #left_footer_top img {
        padding: 0 20px;
        float: left;
    }

#left_footer_middle_left {
    height: 79px;
    width: 49.7%;
    float: left;
    border-right: 1px solid #cdcdcd;
}

    #left_footer_middle_left p {
        line-height: 79px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #left_footer_middle_left p img {
            vertical-align: middle;
        }





#left_footer_middle_right {
    height: 79px;
    width: 50%;
    float: right;
}

    #left_footer_middle_right p {
        line-height: 79px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #left_footer_middle_right p img {
            vertical-align: middle;
        }

#left_footer_bottom {
    height: 91px;
    border-top: 1px solid #cdcdcd;
}

    #left_footer_bottom p {
        line-height: 91px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #left_footer_bottom p img {
            vertical-align: middle;
        }

#right_footer_top {
    min-height: 77%;
}

#right_footer_bottom {
    min-height: 50%;
    text-align: center;
}

    #right_footer_bottom img {
        vertical-align: middle;
        padding: 0 20px 0 0;
    }

#right_footer_top_left {
    position: relative;
    float: left;
    width: 48%;
    text-align: center;
}

#right_footer_top_right {
    width: 52%;
    float: right;
}

    #right_footer_top_right ul {
        margin: 0;
        padding: 0 12px;
        float: left;
    }

    #right_footer_top_right li {
        list-style-type: none;
    }

        #right_footer_top_right li a {
            font-size: .65em;
            text-decoration: none;
            color: #7E7E7E;
            font-weight: 700;
        }

#logo_area input#QuickSearchTextBox, input#TextBox1 {
    background-image: url('../../images/layout/search_bg.png');
    background-color: transparent;
    background-position: top right;
    background-repeat: no-repeat;
    border: 0;
    width: 141px;
    height: 25px;
    padding: 0 30px 0 14px;
    margin: 0;
    font-size: .6em;
    color: #B50F00;
    font-weight: 700;
}

input#TextBox1 {
    background-image: url('../../images/layout/footer_search_bg.jpg');
}

#logo_area input#QuickSearchButton {
    cursor: pointer;
    position: absolute;
    top: 289px;
    right: 12px;
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 25px;
    margin: 0;
    padding: 0;
    background-image: url('../../images/layout/button_spacer.png');
}

input#Button1 {
    cursor: pointer;
    position: absolute;
    top: 43px;
    right: 25px;
    background-image: url('../../images/layout/button_spacer.png');
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 25px;
    margin: 0;
    padding: 0;
}

#logo_area p {
    text-align: left;
    padding: 0 14px;
    font-size: .7em;
    color: #B50F00;
    font-weight: bold;
    margin: 0 0 8px 0;
}

#left_footer, #right_footer {
    margin-top: 20px;
}

#right_footer_top_right li.indent {
    margin-left: 10px;
}


article ul.resources {
    float: right;
    background-color: #ddd;
    padding: 20px;
    margin: 0 10px;
    display: block;
}

    article ul.resources li a {
        text-decoration: none;
        margin: 0;
    }

    article ul.resources li.indent {
        margin-left: 10px;
        padding: 5px 0;
    }


section article h2 {
    padding: 0;
    margin: 15px 0 0 0;
}

a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url('../../images/buttons/pdf_button.png') no-repeat center right;
}

a[href $='.doc'], a[href $='.docx'] {
    padding-right: 18px;
    background: transparent url('../../images/buttons/word_button.png') no-repeat center right;
}

.event_thumb {
    float: right;
    padding: 20px;
    width: 150px;
}

/*Additional Print CSS*/
.dontPrint {
    display: none;
}

div#container:before {
    content: url('../../images/logos/teachingtechnicians.jpg');
    clear: both;
}

#ContentPlaceHolder3 {
    display: block;
}

.dontPrint {
    display: none;
}