﻿/* MASTER PAGE STYLES
==========================================================*/

html
{
}

body
{
    background-color: #ffffff;
    font-family: Segoe UI, Lucida Grande, Lucida Sans, Droid Sans, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #38404c;
    height: 100%;
    margin: 0;
    padding: 0px;
}

.Container
{
    width: 960px;
    margin: 0 auto;
}

.BackgroundWidthHolder
{
    min-width: 960px !important;
}


/*---------- HEADER AND NAVIGATION MENU ----------*/

#Header
{
    border-top: 8px solid #5498f5;
}

#LogoHome
{
    float: left;
    width: 260px;
    height: 42px;
    background-image: url('/Themes/SecondWind/Content/Images/logo.png');
    background-repeat: no-repeat;
    margin-top: 30px;
}

#LogoHome a:link, #LogoHome a:visited, #LogoHome a:active
{
    display: block;
    height: 100%;
    width: 100%;
}

#LogoHome a
{
    display: block;
    height: 42px;
    width: 260px;
    text-decoration: none;
}

#LogoHome:hover
{
    background-position: 0 0;
    text-decoration: none !important;
    border: 0;
}

#Tagline
{
    float: left;
    font-size: 22px;
    color: #1086f2;
    margin: 52px 0 0 2px;
}

#HeaderContact
{
    float: right;
    font-size: 12px;
    color: #202836;
    margin: 7px 0 0 0;
}

#HeaderContact a:link, #HeaderContact a:visited
{
    text-decoration: none;
    color: #202836;
}

#HeaderContact a:hover
{
    text-decoration: none;
    color: #1086f2;
}

#Navigation
{
    width: 100%;
    height: 23px;
    margin: 13px 0 0 0;
    padding: 10px 0 6px 0;
    font-size: 14px;
    border-top: 1px solid #a2aab8;
}

#Navigation a
{
    color: #202836;
    font-size: 14px;
    text-decoration: none;
}

#Navigation a:hover, #Navigation a:active
{
    color: #00cf36;
}

#Navigation ul li
{
    display: inline;
    margin: 0 75px !important;
}


/*======================================================================================================================
        CONTENT
======================================================================================================================*/

#ContentHeader
{
   width: 100%;
}

.zone-before-content
{
    width: 960px;
    margin: 0 auto;
}

#ContentHeader h1
{
    margin: 0;
}

#ContentBody
{
    background: #fff;
    padding: 20px 0 0 0;
    min-height: 200px;
}

#ContentBody p
{
    margin: 0;
}



/*======================================================================================================================
        FOOTER
======================================================================================================================*/

#Footer
{
    font-size: 12px;
    line-height: 24px;
}

#Footer .Container
{
    border-top: 1px solid #a2aab8;
}

#Footer a:link, #Footer a:visited, #Footer a:active
{
    color: #1152f8;
    text-decoration: none;
}

#Footer a:hover
{
    color: #1152f8;
    text-decoration: none;
    border-bottom: 1px dotted #1152f8
}


#Footer h3
{
    font-weight: bold;
}

.FooterColumn
{
    margin: 20px 0 20px 0;
}

.FootCol01
{
    float: left;
    margin-right: 30px;
}

.FootCol02
{
    float: left;
    margin-right: 30px;
}

.FootCol02 img
{
    margin-top: 10px;
}

.FootCol03
{
    float: left;
    margin-right: 30px;
}

.FootCol04
{
    float: right;
    text-align: right;
}



