﻿/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

html, form, body
{
    height: 100%;
    background-image: url('../Images/grid.png');
    background-repeat: no-repeat;
    background-position:center bottom;
    background-attachment:fixed;
}

div#wrapper
{
    background-image: url('../Images/bodyBG.png');
    background-repeat: repeat-y;
    width: 1050px;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -23px; /* the bottom margin is the negative value of the footer's height */
}

div#push
{
    height: 23px;
}

#container
{
    width: 1000px;
    margin: auto;
    background-image: url('../Images/containerBackgroundImage.jpg');
     background-repeat: repeat-y;
     z-index:0;
}

#left, #header-menu-left
{
    width: 222px;
    float: left;
}

#header-menu
{
    margin-left: 222px;
    z-index:10;
}

#right
{
    width: 268px;
    float: left;
}

#content-container
{
    width: 510px;
    float: left;
}

#footer-container
{
    width: 1050px;
    height: 23px;
    margin: auto;
}

#footer
{
    clear: both;
    width: 1000px;
    margin: auto;
}

.sIFR-flash
{
    visibility: visible !important;
    margin: 0;
}

.sIFR-hasFlash h1
{
    background-color: #0064B5;
}

.sIFR-replaced
{
    visibility: visible !important;
    background-color: #0064B5;
    position: absolute;
    top: 12px;
}

span.sIFR-alternate
{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true]
{
    display: none !important;
}

