﻿/*
 ** 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;
}

#banner
{
    width: 875px;
    height: 190px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/banner.jpg);
}

#pagetitle
{
    font-size:1.0em;
    font-family: Trebuchet MS, Verdana;
    text-align:right;
    color:White;
    top: 146px;
    left:590px;
    width:250px;
    position:absolute;
}

#addrphone
{
    border:none;
    left: 425px;
    top: 0px;
    position: absolute;
    text-align: center;
    font: 1.2em Trebuchet MS, Verdana;
    color: White;
    width: 433px;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position:absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index:100;
}
#homebanner
{
    width: 875px;
    height: 190px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/Banners/homebanner.jpg);
    z-index: 0;
}


#banner h1
{
    font-size: 14px;
}

