﻿/* this contains styles that override master.css and therefore should be loaded after master.css */
body
{
    background-color: #FFFFFF;
}
#background
{
    background: url(/images/bg_header.gif) repeat-x;
    background-color: #FFF;
    background-position: left -44px;
    margin-bottom: 0;
    width: auto;
}

#background .container_12
{
    padding-bottom: 20px;
    background: url(/images/bg_header.gif) repeat-x; /* fix too small a window for background */
    background-position: left -44px;
    background-color: #FFF;
}

#home #header
{
    height: 81px;
}

#home #header #logo
{
    top: 5px;
}

#home #content 
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#green-bar {
    background: url(/images/green-bar.jpg) no-repeat top left;
    height:60px;
}

.green-bar-header {
    background: url(/images/promo_banner.jpg) no-repeat top left;
    height:121px;
}


