﻿/* Styles for the site layout. */

html, body
{
    height: 100%; /* Footer fix */
}

body
{
    background-color: #EFEFEF;
    font-size: 1em;
    color: #121F59;
}

#Page
{
    position: relative; /* Footer fix */
    min-height: 100%; /* Footer fix */
    height: auto !important; /* Footer fix */
    height: 100%; /* Footer fix */
}

#MemberConsole
{
    height: 20px;
    background-color: #F2F2F2;
    color: #6C6D71;
    font-size: 0.6em;
    padding: 10px 10px 10px 10px;
    text-align: right;
}

#MemberConsole a
{
    margin-left: 5px;
}

header
{
    background-image: url(/Content/Images/HeaderBackground.png);
    background-position: center top;
    background-repeat: repeat-x;
}

header.SubMenu
{
    background-image: url(/Content/Images/HeaderSubMenuBackground.png);
}

header > #Header
{
    background-image: url(/Content/Images/Header.png);
    background-position: center top;
    background-repeat: no-repeat;
}

header.SubMenu > #Header
{
    background-image: url(/Content/Images/HeaderSubMenu.png);    
}

header nav#Main
{
    padding: 78px 0px 20px 0px;
}

header.SubMenu nav#Main
{
    padding: 78px 0px 0px 0px;
}

nav#Main
{
    width: 1000px;
    margin: 0px auto 0px auto;
    height: 45px;
    position: relative;
}

nav#Main > a
{
    display: block;
    float: left;
    width: 154px;
    text-align: center;
    height: 27px;
    padding-top: 13px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

nav#Main > a:hover
{
    background-color: #CCCCCC;
    height: 32px;
    color: #203175;
}

nav#Main > a.Active
{
    background-color: #F2F2F2;
    height: 32px;
    color: #203175;
}

nav#Main .Small.Last
{
    width: 140px;
}

nav#Main .Small
{
    width: 140px;
}

nav#Main .Large
{
    width: 240px;
}

nav#Main > ul
{
    position: absolute;
    right: 0px;
    top: 30px;
    list-style-image: url(/Content/Images/ListItemWhite.png);
    list-style-position: outside;
}

nav#Main > ul > li > a
{
    color: #FFFFFF;
    font-size: 0.9em;
    text-decoration: none;
}

nav#Main > ul > li:hover,
nav#Main > ul > li.Active
{
    list-style-image: url(/Content/Images/ListItemOrange.png);
}

nav#Main > ul > li:hover > a,
nav#Main > ul > li.Active > a
{
    color: #F19300;
}

nav#Sub
{
    display: none;
    padding: 0px 0px 20px 0px;
    width: 1000px;
    margin: 0px auto 0px auto;
    height: 40px;
}

nav#Sub a.AdministrationButton {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 0.6em !important;
}

nav#Sub a.EditSubPageButton {
    margin-left: -10px;
    margin-top: 10px;
    font-size: 0.6em !important;
}

nav#Sub a.DeleteSubPageButton {
    margin-left: 1px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 0.6em !important;
}

nav#Sub a.NavigationLink
{
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
    height: 30px;
    padding: 10px 20px 0px 20px;
    color: #203175;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

nav#Sub a.NavigationLink:hover,
nav#Sub a.NavigationLink.Active
{
    color: #F19300;
}

nav#Sub.Over
{
    display: block;
}

.RequestSubMenu,
.ServicesSubMenu,
.NewsSubMenu,
.AboutUsSubMenu
{
    display:none;
}

.RequestSubMenu.Over,
.ServicesSubMenu.Over,
.NewsSubMenu.Over,
.AboutUsSubMenu.Over
{
    display:block;
}

section
{
    width: 1000px;
    margin: 20px auto 20px auto;
}

footer
{
    bottom:0px !important; /* Footer fix */
    bottom: -1px;
    position: absolute; /* Footer fix */
    width: 100%; /* Footer fix */
}

#FooterSpace
{
    height: 380px; /* Footer fix */
}

footer
{
    background-image: url(/Content/Images/FooterBackground.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

#Footer
{
    background-image: url(/Content/Images/Footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#FooterContent
{
    height: 208px;
    padding-top: 44px;
    width: 1000px;
    margin: 0px auto 0px auto;
}

.FooterContent
{
    float: left;
    color: #6C6D71;
    width: 260px;
    padding: 0px 20px 0px 20px;
}

.FooterContent img
{
    vertical-align: middle;
    padding-right: 10px;
}

.FooterContent li
{
    padding-bottom: 5px;
}

.FooterContent.Last li
{
    padding-bottom: 2px;
}

.FooterContent a
{
    color: #6C6D71;
    text-decoration: none;   
}

.FooterContent a:hover
{
    text-decoration: underline;
}

.FooterContent.First
{
    width: 400px;
    height: 180px;
    padding: 0px 20px 0px 0px;
}

.FooterContent.Last
{
    width: 310px;
    padding: 0px 0px 0px 20px;
}

.FooterContent.Middle ul {
    list-style-position: outside;
    list-style-image: url(/Content/Images/ListItemGrey.png);
}

.FooterContent.Last ul
{
    list-style-position: outside;
    list-style-image: url(/Content/Images/ListItemGrey.png);
}

.FooterContent > h1
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    color: #121F59;
}

#LegalNotices
{
    width: 1000px;
    margin: 0px auto 0px auto;
    height: 20px;
    padding: 20px 0px 20px 0px;
    color: #FFFFFF;
    font-size: 0.9em;
}

#LegalNotices .Left
{
    float: left;
}

#LegalNotices .Left a
{
    text-decoration: none;
    color: #FFFFFF;
}

#LegalNotices .Left a:hover
{
    text-decoration: underline;
}

#LegalNotices .Right
{
    float: right;
}