﻿/*PAGE AND IE BUGS*/
* {margin: 0px; padding: 0px;}
img, div, a, li { behavior: url(iepngfix.htc) }


/* PAGE */
body 
{
    background-image: url('../Images/Backgrounds/Site.jpg');
    background-repeat: repeat-x;
    font-family: Arial;
}

body a
{
    text-decoration: none;
}

body a:hover
{
    text-decoration: underline;
}

body img
{
    border: none;
}

/* POPUP */
#blanket {
    background-color: #111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}

#popUpDiv
{
    position: absolute;
    background-color: #eeeeee;
    width: 400px;
    height: auto;
    z-index: 9002;
    padding: 5px;
    border: solid 1px White;
    background-image: url('../Images/Backgrounds/Site.jpg');
    background-repeat: repeat-x;
}

#popUpDiv p
{
    color: White;
    font-size: 11pt;
}

#popUpDiv a
{
    margin-top: 1em;
    display: block;
    float: right;
    color: Black;
    font-size: 10pt;
}

#popUpDiv h3
{
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 5px;
}

/* ERRORS */
.errstar
{
    color: Red;
}

/* SITE */
#site
{
    width: 100%; 
}

/* HEADER */
#header
{
    width: 881px;
    height: 162px;
    margin: auto;
}

#contact
{
    float: right;
    width: 208px;
    height: 47px;
}

#livechat
{
    clear: right;
    float: right;
    width: 97px;
    height: 56px;
    margin-right: 15px;
}

#innovate
{
    position: absolute;
    float: left;
    width: 547px;
    height: 130px;
    margin-right: -100px;
}

/* MENU */
#menu
{
    width: 881px;
    height: 92px;
    background-image: url('../Images/Backgrounds/Menu-Content-Top.png');
    background-position: bottom;
    background-repeat: no-repeat;
    margin: auto;
}

#menu ul
{
    list-style: none;
    margin-left: 45px;
}

#menu ul li.btn
{
    margin-top: 18px;
    float: left;
    width: 111px;
    height: 44px;
    background-image: url('../Images/Backgrounds/Menu-Button-Down.png');
    background-position: bottom;
    background-repeat: no-repeat;
    margin-right: 2px;
}

#menu ul li.btn:hover
{
    background-image: url('../Images/Backgrounds/Menu-Button-Over.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#menu ul li.btn a
{
    text-align: center;
    font-size: 13pt;
    color: #627686;
    display: block;
    margin-top: 15px;
}

/* CONTENT */
#content
{
    padding: 10px;
    width: 861px;
    background-image: url('../Images/Backgrounds/Content.png');
    background-repeat: repeat-y;
    margin: auto;
}

#content h1
{
    margin: 0px;
    margin-left: 5px;
    color: #4DB9E6;
    font-size: 18pt;
    font-weight: normal;
}

#content h1 b
{
    color: #B4C833;
    font-weight: normal;
    font-size: 20pt;
}

#content h2
{
    margin: 0px;
    color: #626768;
    font-size: 16pt;
    font-weight: normal;
    margin-left: 5px;
}

/* FOOTER */
#footer
{
    padding-top: 70px;
    width: 100%;
    height: 110px;
    background-image: url('../Images/Backgrounds/Footer.png');
    background-repeat: repeat-x;
}

#footer #sitelinks
{
    margin: auto;
    width: 861px;
}

#footer #sitelinks ul
{
    display: block;
    width: 170px;
    height: 80px;
    float: left;
    margin: 5px;
    list-style: none;
    margin-right: 30px;
}

#footer #sitelinks ul li a
{
    font-size: 10pt;
    color: White;
}

#footer p
{
    float: left;
    clear: left;
    color: White;
    margin-left: 5px;
}

#footer #navlinks
{
    float: right;
}

#footer #navlinks ol
{
    list-style: none;
    margin-right: px;
}

#footer #navlinks ol li
{
    float: left;
    margin-right: 10px;
    margin-left: 10px;  
}

#footer #navlinks ol li a
{
    color: White;
    font-size: 11pt;
}