﻿/** Title / Body **/
div#pageTitle {
    border-right: 1px solid #643564;
}
div#titleLineEndLHS {
    background-image: url(../images/headers/gr_titleBgLHS.gif);
}
div#titleLineLHS {
    background-image: url(../images/headers/gr_titleLineLHS.gif);
}
div#titleLineRHS {
    background-image: url(../images/headers/gr_titleLineRHS.gif);
}

/** Only Display Internet Special when 800x600 **/
div#pageTitle div#internetSpecialTitle
{
    position: relative;
    display:none;
    width: 120px;
    float: right;
    top: -260px; 
    z-index: 99; 
    background-color: #f4ca13;
    border-left: 1px solid #643564;
    border-bottom: 1px solid #643564;
    height: 82px;
    text-align: center;
    line-height: 20px;
}
div#pageTitle div#internetSpecialTitle:hover {
    background-color: #ffda33;
}
div#pageTitle div#internetSpecialTitle:hover a {
    text-decoration: underline;
}
div#pageTitle div#internetSpecialTitle a {
    color: #643564 !important;
    text-decoration: none;
}
div#pageTitle div#internetSpecialTitle a:hover {
    text-decoration: underline;
}
div#pageTitle div#internetSpecialTitle div#special {
    margin: 5px 0 0 5px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}