﻿/* **************  Framework  ************** */

body 
{
    background          : #ffffff url(./images/assets/bgpattern.jpg) no-repeat top right;
    margin              : 0px 0px 0px 0px;
    font-family         : Segoe UI Arial;
}

.borderLeftIE6
{
    top                 : 0px;
    left                : -356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1000;
    filter              : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/assets/borderLeft.png', sizingMethod='crop');
}

.borderRightIE6
{
    top                 : -500px;
    left                : 356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1100;
    filter              : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/assets/borderRight.png', sizingMethod='crop');
}

.borderLeftIE7FF
{
    top                 : 0px;
    left                : -356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1000;
    background-image    : url(./images/assets/borderLeft.png);
}

.borderRightIE7FF
{
    top                 : -500px;
    left                : 356px;
    width               : 12px;
    height              : 500px;
    position            : relative;
    margin              : auto;
    z-index             : 1100;
    background-image    : url(./images/assets/borderRight.png);
}

#sitePlaceholder
{
    width               : 700px;
    height              : 700px;
    z-index             : 2000;
    margin              : auto;
}

#sitebody
{
    width               : 700px;
    height              : 500px;
    background-color    : White;
    z-index             : 3000;
    top                 : 0px;
    color               : black;
    position            : absolute;
    font-family         : Segoe UI Arial;
    font-size           : 10pt;
    text-align          : left;
    margin              : auto;
}

/* **************  Page Contents  ************** */

.brandingIE6
{
    top                 : 30px;
    left                : 0px;
    position            : absolute;
    width               : 160px;
    height              : 62px;
    z-index             : 4000;
    filter              : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/assets/epicDesigns.png', sizingMethod='crop');
}

.brandingIE7FF
{
    background          : #ffffff url(./images/assets/epicDesigns.png) no-repeat top left;
    top                 : 30px;
    left                : 0px;
    position            : absolute;
    width               : 160px;
    height              : 62px;
    z-index             : 4000;
}

#underConstruction
{
    background          : #ffffff url(./images/assets/underConstruction.jpg) no-repeat top left;
    top                 : 200px;
    left                : 208px;
    width               : 284px;
    height              : 208px;
    position            : absolute;
    z-index             : 4100;
}

#underConstructionPrompt
{
    top                 : 170px;
    left                : 208px;
    width               : 284px;
    position            : absolute;
    z-index             : 4200;
    text-align          : center;
    font-family         : Segoe UI Arial;
    font-size           : 8pt;
    font-style          : normal;
    font-variant        : normal;
    font-weight         : normal;
    text-align          : center;
    color               : #7e7e7e;
}

/* **************  Footer  ************** */

#legal
{
    width               : 100%;
    position            : absolute;
    bottom              : 0;
    text-align          : center;
    font-family         : inherit;
    font-size           : 8pt;
    font-style          : normal;
    font-variant        : normal;
    font-weight         : normal;
    color               : #7e7e7e;
}