﻿html, body
{
    height: 100%;
    text-align: center;
}
body
{
    min-width: 640px;
    background-color: #b8b7b7;        
    background-repeat: repeat;
}
#menu, #content, #sub-section, #footer
{
    overflow: hidden;
    display: inline-block;
}
#menu
{
    padding-left: 10px;
    float: left;
    width: 228px;
    text-align: left;
}
#NewsTop
{
    float: left;
    width: 100%;
    background: #ffffff url(../images/Mockup-3_08.jpg) no-repeat;
    height: 15px;
}
#NewsMiddle
{
    float: left;
    width: 100%;    
    background: #ffffff url(../images/Mockup-3_10.jpg) repeat-y;
}
#NewsBottom
{
    float: left;
    width: 100%;
    background: #ffffff url(../images/Mockup-3_12.jpg) no-repeat;
    height: 18px;
}
#menu, #content, #sub-section
{
    float: left;
}
#content
{
    width: 700px;
    text-align: left;
    padding-bottom: 10px;
}
#sub-section
{
    width: 20px;
    background-color: #ffffff;
}
#siteContainer
{
    width: 953px;
    margin: 0px auto;
    text-align: center;
}
#siteContainerBG
{
    float: left;
    width: 953px;
    text-align: center;
    background: #ffffff url(../images/Mockup-3_06.jpg) repeat-y;
}
#pageContainer
{
    width: 100%;
    float: none;
    text-align: center;
}
#header
{
    float: left;
    width: 953px;
    height: 235px;
    background: #ffffff url(../images/Mockup-3_04.jpg) no-repeat;
}
#menuNav
{
    float: left;
    width: 953px;
    height: 40px;
    background: #ffffff url(../images/Mockup-3_05.jpg) repeat-y;
}

#contentDiv
{
    width: 700px;
    float:left;
}

#footerLeft
{
	text-align: left;
    width: 323px;
    height: 71px;
    float: left;
    background: #ffffff url(../images/Mockup-3_14.jpg) no-repeat;
}

#footerMiddle
{
    width: 311px;
    height: 71px;
    float: left;
    background: #ffffff url(../images/Mockup-3_15.jpg) no-repeat;
}

#footerRight
{
	text-align: right;
    width: 319px;
    height: 71px;
    float: left;
    background: #ffffff url(../images/Mockup-3_16.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;
}

