﻿html, body
{
    height: 100%;
    text-align: center;
}
body
{
    min-width: 640px;
    background-color: #ffffff;    
    background-image: url(../images/bgsq.jpg);
    background-repeat: repeat;
}
#menu, #content, #sub-section, #footer
{
    overflow: hidden;
    display: inline-block;
}
#menu
{
    padding-left: 10px;
    float: left;
    width: 250px;
    text-align: left;
}
#NewsTop
{
    float: left;
    width: 100%;
    background: #ffffff url(../images/NewsBG_01.jpg) repeat-y;
    height: 13px;
}
#NewsMiddle
{
    float: left;
    width: 100%;    
    background: #ffffff url(../images/NewsBG_02.jpg) repeat-y;
}
#NewsBottom
{
    float: left;
    width: 100%;
    background: #ffffff url(../images/NewsBG_04.jpg) repeat-y;
    height: 14px;
}
#menu, #content, #sub-section
{
    float: left;
}
#content
{
    width: 685px;
    text-align: left;
}
#sub-section
{
    width: 20px;
    background-color: #ffffff;
}
#siteContainer
{
    width: 945px;
    margin: 0px auto;
    text-align: center;
}
#siteContainerBG
{
    float: left;
    width: 945px;
    text-align: center;
    background: #ffffff url(../images/Mockup-2_06.jpg) repeat-y;
}
#pageContainer
{
    width: 100%;
    float: none;
    text-align: center;
}
#header
{
    float: left;
    width: 945px;
    height: 252px;
    background: #ffffff url(../images/Mockup-2_04.jpg) no-repeat;
}
#menuNav
{
    float: left;
    width: 945px;
    height: 43px;
    background: #ffffff url(../images/Mockup-2_05.jpg) no-repeat;
}

#contentDiv
{
    width: 685px;
    float:left;
}

#footer
{
    width: 945px;
    height: 65px;
    float: left;
    background: #ffffff url(../images/Mockup-2_08.jpg) no-repeat;
}
/* ----------------------------
    Administration Layout
   ---------------------------- */
#adm-header, #adm-menu, #adm-content, #adm-footer
{
    overflow: hidden;
    display: inline-block;
}
/* safari and opera need this */#adm-header, #adm-footer
{
    width: 100%;
}
#adm-menu, #adm-content
{
    float: left;
}
#adm-header
{
    background: #282F39;
    padding-top: 5px;
}
#adm-menu
{
    width: 20%;
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-content
{
    width: 75%;
    padding: 15px;
    background: #fff;
    min-height: 500px;
}
#adm-menu-content 
{
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-footer
{
    clear: left;
    background: #d7350f;
    padding: 5px 0px;
}
#adm-siteContainer
{
    height: 100%;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
#adm-pageContainer
{
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: relative;
}
