﻿/*
 ** Header Content Styles
 */
#pagetitle
{
    top: -10px;
    left: 450px;
    width: 400px;
    font-size: 12pt;
    text-align: right;
    position: absolute;
    color:black;
}

#title
{
    width: 660px;
    height: 50px;
    top: -215px;
    left: 214px;
    position: absolute;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 20;
}

#banner
{
    width: 875px;
    height: 232px;
    top: 15px;
    position: absolute;
    border-left: 3px solid #880D0D;
    border-right: 3px solid #880D0D;
    border-top: 3px solid #880D0D;
    background-repeat: no-repeat;
    background-image: url(../images/Banners/banner.gif);
    z-index: 0;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 660px;
    left: 214px;
    height: 150px;
    top: -165px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 0;
}

#banner h1
{
    font-size: 14px;
}
