﻿body
{
    background: #AEC7E5;
    color: #2c4663;
	font-family: Arial;
	font-size: 11pt;
}

div#wrapper
{
    background: #BAC8CE url(/images/hpBtm.png) no-repeat 0 100%;
    border: solid 1px #FFFFFF;
    margin: auto;
    min-height: 500px;
    width: 1000px;
    position: relative;
}

div#navContainer
{
    background: url(/images/navArea.png) no-repeat 0 0;
    height: 243px;
    padding: 126px 0 0 0;
    width: 190px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
}
div#nav
{
    height: 215px;
    width: 190px;
}
div#hpNavFiller
{
    height: 30px;
}

div#nav a, #nav a:visited
{
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 2px 0;
    padding: 3px 15px 3px 0;
    text-align: right;
    text-decoration: none;
}
div#nav a:hover
{
    font-style: italic;
}
div#nav a.contactUs
{
    border-top: solid 1px #FFFFFF;
}

div#banner
{
    background: url(/images/topRight.png) no-repeat right 0;
    height: 201px;
    width: 810px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
div#curveBtm
{
    background: url(/images/curveBtm.png) no-repeat 0 0;
    height: 141px;
    width: 15px;
    position: absolute;
    left: 190px;
    top: 201px;
}
div#cannon
{
    background: url(/images/cannon.jpg) no-repeat 0 0;
    height: 289px;
    width: 148px;
    position: absolute;
    right: 0;
    top: 187px;
    z-index: 1;
}
div#homePage
{    
    height: 600px;
    padding: 200px 0 0 0;
    width: auto;
    position: relative;
    z-index: 1;
}
div#homePage img.welcome
{
    display: block;
    height: 14px;
    margin: auto;
    width: 562px;
}
div#homePage .userMsg
{
    margin: auto;
    width: 490px;
}
div#homePage .userMsg P
{
    margin: 5px 0;
    padding: 5px 0;
}
div#tc
{
    height: 235px;
    width: 192px;
    position: absolute;
    bottom: 73px;
    right: 0;
}
div#tc div#tcPhoto
{
    background: url(/images/sandraSelf.png) no-repeat 0 0;
    height: 156px;
    width: 123px;
    position: absolute;
    right: 28px;
    top: 5px;    
}
div#tc div#tcName
{
    background: url(/images/commName.jpg) no-repeat 0 0;
    height: 54px;
    width: 150px;
    position: absolute;
    right: 10px;
    top: 166px;    
}
#footer
{
    height: 40px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}


/* secondary pages */
div#wrapperSec
{
    background: #BAC8CE;
    border: solid 1px #FFFFFF;
    margin: auto;
    min-height: 500px;
    width: 1000px;
    position: relative;
}
div#nav a.home
{
    border-top: solid 1px #FFFFFF;
    border-bottom: 0;
    margin-top: 25px;
}
#content
{
    padding: 200px 10px 80px 210px;
}
#footerSec
{
    background: #FFFFFF;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}