﻿#header-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 82px;
    background: url(Images/Page_HeaderBG_Left.jpg) repeat-x;
}

#header-right {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 82px;
    background: url(Images/Page_HeaderBG_Right.jpg) repeat-x;
}

#wrapper {
    margin: 0 auto 0 auto;
    width: 1024px;
    overflow: hidden;
}

/* #page-headerphoto-2col img { float: left; width: 747px; height: 200px; } */

#page-headerphoto-3col img { float: left; width: 526px; height: 168px; }

#page-branding {
    float: left;
    width: 443px;
    height: 82px;
    /* background: url(Images/Page_Logo_SVACPA.jpg) no-repeat; */
}

#page-micromenu {
    float: left;
    width: 336px;
    height: 75px;
    padding: 7px 0 0 0;
    background: url(Images/Page_MicroMenu_Background.jpg) no-repeat;
    text-align: center;
}

#page-micromenu a {
    margin: 0 20px 0 0;
    padding: 10px 0 0 0;
    color: #fff;
    text-decoration: none;
    }
    
#page-micromenu a:hover {
    color: #FF7D26;
}

#page-searchbox {
    float: right;
    width: 245px;
    height: 82px;
    background: url(Images/Page_Searchbox_Background.jpg) no-repeat;
}

#page-searchbox-container {
    margin: 42px 0 0 25px;
    padding-top: 2px;
    float: left;
    width: 150px;
    height: 25px;
}

*html #page-searchbox-container {
    margin: 44px 0 0 15px;
}

#page-searchbox>#page-searchbox-container {
    /* margin: 43px 0 0 25px; */
}

#page-searchbox-container input { outline: none; }

#search-button { float: right; margin: 49px 40px 0 0; }

#page-searchbox > #search-button { float: right; margin: 50px 40px 0 0; }

#page-menu-top {
    clear: both;
    width: 1024px;
    height: 31px;
    padding: 0 0 0 50px;
}

#page-menu-top a {
    color: White;
    cursor: hand;
    text-decoration: none;
    font-size: 10pt;
 }

#page-border-left, #page-border-right {
    width: 40px;
    height: 615px;
    background: url(Images/Page_Border.png) repeat-x;
}

#page-border-left {
    float: left;
}

#page-column-left {
    float: left;
    width: 195px;
}

#page-column-left-bottom {
    clear: both;
    width: 195px;
    height: 30px;
    background: url(Images/Page_LeftColumnNav_Bottom.jpg) no-repeat;
}

#page-column-center {
    float: left;
    width: 747px;
    overflow: hidden;
}

#page-column-center-body {
    clear: both;
    float: left;
    margin: 0 5px 5px 5px;
    width: 500px;
    overflow: hidden;
}

#page-column-center-rightcol {
    float: right;
    margin: 10px 5px 5px 5px;
    width: 215px;
    overflow: hidden;
}
   

#page-border-right {
    float: right;
}

#page-calltoaction {
    float: right;
    width: 221px;
    overflow: hidden;
}

#page-calltoaction img {
    width: 221px;
    height: 55px;
    margin-bottom: 1px;
}
    
.footer {
    clear: both;
    margin: 50px 0 0 0;
    width: 100%;
    height: 140px;
    /* background: #7E98BB url(Images/Page.Footer.Background.png) repeat-x; */
}

.footer-content {
    margin: 0 auto 0 auto;
    width: 960px;
    height: 120px;
    padding-top: 20px;
}

.footer-leftcol
{
    float: left;
    padding: 10px;
    width: 460px;
    height: 100px;
    color: #000;
    font-size: .8em;
}

.footer-rightcol
{
    float: right;
    padding: 10px;
    width: 460px;
    height: 120px;
    color: #000;
    font-size: .8em;
    text-align: right;
}