﻿/*
 ** Header Content Styles
 */
#title
{
    width: 630px;
    height: 25px;
    top: -40px;
    left: 245px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 20;
    background-color: #C28503;
    border: 1px solid black;
    
}

#banner
{
    width: 875px;
    height: 201px;
    top: 10px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/pagebanner.jpg);
}

#pagetitle
{
    top: 250px;
    left: 10px;
    width:200px;
    height:auto;
    color:#ede8c4;
    font-size:12pt;
    border-bottom: 2px solid #ede8c4;
    position: absolute;
    text-align:right;
}

#appttitle
{
    top: 280px;
    left: 10px;
    width:200px;
    height:auto;
    color:#ede8c4;
    font-size:10pt;
    position: absolute;
    text-align:right;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#logo
{
    width: 230px;
    left: 0px;
    height: 260px;
    top: -270px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 10;
    font-size: 16pt;
    font-family: Verdana;
}

#homebanner
{
    width: 630px;
    height: 215px;
    left: 245px;
    top: -268px;
    position: absolute;
    border: #000 1px solid;
    background-repeat: no-repeat;
    z-index: 20;
    font-size: 16pt;
    font-family: Verdana;
    background-image: url(../images/Banners/homebanner.gif);
}


#banner h1
{
    font-size: 14px;
}

