﻿/***************************************/
/*** Main structure components below ***/
/***************************************/
html
{
    background-color: #d5e1ea;
    background-image: url('../Images/BackgroundGradient.png');
    background-repeat: repeat-x;
}
#OuterContainer
{
    width: 960px;
    position: relative;
    margin: 50px auto 20px auto;
}
#InnerContainer
{
    background-color: #f3e7e2;
}
#Banner
{
    position: relative;
}
#Badge
{
    position: absolute;
    top: 20px;
    left: 280px;
}
#Logo
{
    margin: 0 0 0 10px;
}
#Logo a
{
    border-bottom: none;
}
#Logo a img
{
    margin: -5px 0 0 0;
}
#Navigation
{
    position: absolute;
    top: 0;
    right: 0;
}
#Navigation ul
{
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    background-image: none !important;
    font-size: 1em;
}
#Navigation ul li
{
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    background-image: none !important;
    float: left;
    font-size: 1em;
}
#Navigation ul li a
{
    display: block;
    background-color: #fbf4ef;
    height: 25px;
    line-height: 25px;
    color: #a71e23;
    padding: 0;
    text-decoration: none;
    font-size: 1.1em;
    margin-left: 1px;
    border-bottom: none;
    width: 110px;
    text-align: center;
}
#Navigation ul li.Active a
{
    background-color: #e6bebc;
}
#Navigation ul li a:hover
{
    background-color: #a71e23;
    color: #fbf4ef;
}
#Navigation ul li.Active a:hover
{
    background-color: #e6bebc;
    color: #a71e23;
}
#SubNavigation
{
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}
#SubNavigation h3
{
    color: #DE8E8C;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.1em;
}
#SubNavigation ul
{
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    background-image: none;
}
#SubNavigation ul li
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    background-image: none;
}
#SubNavigation ul li a
{
    font-size: .85em;
    border: none;
    display: inline-block;
    background-color: #fbf4ef;
    height: 25px;
    line-height: 25px;
    color: #a71e23;
    padding: 0 5px;
    margin: 0 0 0 -5px;
}
#SubNavigation ul li.Active a
{
    border: solid 1px #a82125;
}
#SubNavigation ul li a:hover
{
    background-color: #a71e23;
    color: #fbf4ef;
}
#Window
{
    margin: 15px auto;
    display: block;    
    width: 895px;
    position: relative;
}
#TopCorners
{
    background-image: url('../Images/WindowCorners.png');
    background-repeat: no-repeat;
    height: 7px;
    background-position: 0 top;
}
#Canvas
{
    background-image: url('../Images/WindowMiddle.png');
    background-repeat: repeat-y;
    min-height: 580px;
}
#BottomCorners
{
    background-image: url('../Images/WindowCorners.png');
    background-repeat: no-repeat;
    height: 7px;
    background-position: 0 bottom;
}
#Tag
{
    height: 30px;
    position: relative;
    background-color: #0288ac;
}
#Tag img
{
    position: absolute;
    bottom: 0;
    right: 15px;
}
#Footer
{
    position: relative;
    margin: 10px 35px 0 0;
    padding-bottom: 30px;
}

#Twitter
{
    float: left;
    margin-left: 30px;
}
#Twitter a
{
    border: none;
    height: 36px;
    width: 87px;
    background-image: url('../Images/Twitter.gif');
    background-repeat: no-repeat;
    background-position: 0 -36px;
    display: block;
}
#Twitter a:hover
{
    background-position: 0 0;
}
#Facebook
{
    float: left;
    margin-left: 30px;
}
#Facebook a
{
    border: none;
    height: 36px;
    width: 106px;
    background-image: url('../Images/Facebook.gif');
    background-repeat: no-repeat;
    background-position: 0 -36px;
    display: block;
}
#Facebook a:hover
{
    background-position: 0 0;
}
#MailingList
{
    float: right;
    margin-right: 30px;
    margin-top: 0px;
}
#MailingList a
{
    border: none;
    height: 39px;
    width: 93px;
    background-image: url('../Images/MailingList.gif');
    background-repeat: no-repeat;
    background-position: 0 -39px;
    display: block;
}
#MailingList a:hover
{
    background-position: 0 0;
}
#Contact
{
    float: right;
    margin-right: 30px;
}
#Contact a
{
    border: none;
    height: 36px;
    width: 89px;
    background-image: url('../Images/Contact.gif');
    background-repeat: no-repeat;
    background-position: 0 -36px;
    display: block;
}
#Contact a:hover
{
    background-position: 0 0;
}
#TellFriend
{
    float: right;
}
#TellFriend a
{
    border: none;
    height: 36px;
    width: 96px;
    background-image: url('../Images/TellAFriend.gif');
    background-repeat: no-repeat;
    background-position: 0 -36px;
    display: block;
}
#TellFriend a:hover
{
    background-position: 0 0;
}
ul#ErrorLinks
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#ErrorLinks li
{
    margin: 0 40px 0 0;
    padding: 0;
    list-style-type: none;
    background-image: none;
    float: left;
}
ul#ErrorLinks li a
{
    margin: 0;
    padding: 0;
    border: none;
}
ul#ErrorLinks li a:hover
{
    margin: 0;
    padding: 0;
}

/*****************************************/
/*** Inner structural components below ***/
/*****************************************/
#Sidebar
{
    width: 153px;
    margin-right: 742px;
}
#SidebarContent
{
    padding: 15px 15px 75px 15px;
}
.SideImage
{
    padding-bottom: 15px;
}
#Content
{
    float: right;
    width: 742px;
}
#ContentContent
{
    margin: 25px 25px 0 0;
}
.BlueBox
{
    background-color: #0288ac;
    padding: 10px 5px;
    margin-bottom: 15px;
}
.BlueBox p
{
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 0;
}
