﻿/*
 ** Header Content Styles
 */
#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;
}

#logo
{
    width: 150px;
    left: 0px;
    height: 150px;
    top: -170px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 30;
    font-size: 16pt;
    font-family: Verdana;
    background-image: url(../images/Banners/circlevws.gif);
}

#banner
{
    width: 700px;
    height: 150px;
    left: 175px;
    top: -170px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 20;
    font-size: 16pt;
    font-family: Verdana;
    background-image: url(../images/Banners/vwsbanner.gif);
}

#pagetitle
{
    left: 420px;
    width: 420px;
    top: -60px;
    height: auto;
    font-family: 'Lucida Calligraphy', 'Lucida Handwriting' , Verdana;
    position: absolute;
    z-index: 30;
    text-align: right;
    border-top:1px solid #fdb741;
    color: #fdb741;
    font-weight: bold;
    font-size: 14pt;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 875px;
    left: 0px;
    height: 125px;
    top: 0px;
    position: absolute;
    border: 1px solid #000;
    background-image: url(../images/Banners/circlevws.gif);
    background-repeat: no-repeat;
    z-index: 0;
}

#banner h1
{
    font-size: 14px;
}
