﻿

#PageSurround
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    height: 100%;
}


#Page_Surround_Outter
{
    height: 100%;
}

#Page_Background
{
    background-position: center top;
    width: 100%; /* height: 220px; */
    height: 435px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-image: url('/images/website/Header_Backdrop.png' );
    position: absolute;
}
#Page_Background_Home
{
    background-position: center top;
    width: 100%; /* height: 220px; */
    height: 470px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-image: url('/images/websitehome/Header_Backdrop.png' );
    position: absolute;
}

#Header_TV
{
    background-image: url('/images/website/Header_Screen.png' );
    background-position: center top;
    width: 980px;
    height: 480px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-repeat: no-repeat;
    position: absolute;
}

#Header_TV_Home
{
    background-image: url('/images/websitehome/Header_Screen.png' );
    background-position: center top;
    width: 980px;
    height: 510px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-repeat: no-repeat;
    position: absolute;
}

#Header_Screen, #Header_Screen_NoSL
{
    position: absolute;
    height: 370px;
    top: 15px;
    right: 0px;
    left: 25px;
    width: 930px;
}

#Header_Screen_Home, #Header_Screen_NoSL_Home
{
    position: absolute;
    height: 370px;
    top: 50px;
    right: 0px;
    left: 365px;
    width: 590px;
}

#Header_Menu_Text
{
    position: absolute;
    height: 40px;
    top: 435px;
    right: 10px;
    left: 10px;
    width: 960px;
    bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}

#Header_Menu_Text_Home
{
    position: absolute;
    height: 40px;
    top: 470px;
    right: 10px;
    left: 10px;
    width: 960px;
    bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}

#Header_Menu_Text a
{
    line-height: 40px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: medium;
}

#Header_Menu_Text_Home a
{
    line-height: 40px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: medium;
}

#Body_Main
{
    position: absolute;
    top: 475px;
    width: 655px;
    left: 0px;
    padding: 15px 15px 0px 10px;
    background-image: url('/images/website/Body_Background.png' );
    background-repeat: no-repeat;
    min-height: 500px;
}

#Body_Main_Home
{
    position: absolute;
    top: 500px;
    width: 655px;
    left: 0px;
    padding: 15px 15px 0px 10px;
    min-height: 430px;
}

#Body_Text
{
    min-height: 405px;
}

#Body_Menu
{
    position: absolute;
    top: 475px;
    width: 300px;
    left: 680px;
    padding-top: 0px;
    padding-left: 0px;
    background-image: url('/images/website/Menu_Background.png' );
    background-repeat: no-repeat;
    background-color: #577B00;
}
#Body_Menu_News
{
    margin: 10px 5px 5px 5px;
}
#Body_Menu_Inner
{
    margin: 0px 5px 5px 5px;
    min-height: 626px;
}

#Body_Menu_End
{
    background-image: url('/images/website/Menu_End.png' );
    height: 25px;
    width: 300px;
}

#Body_Footer
{
    background-position: center center;
    width: 670px;
    height: 210px;
    background-image: url('/images/website/Footer_Background.png' );
    padding: 5px;
    color: #FFFFFF;
    margin-left: -10px;
    font-size: small;
    background-repeat: no-repeat;
}

#Body_Menu_Copy
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    color: #FFFFFF;
}

#Body_Footer_Text
{
    width: 670px;
    height: 210px;
    padding: 5px;
    margin-left: -10px;
    font-size: small;
    background-repeat: no-repeat;
}

#Body_Menu_Copy h1
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
}

#Body_Menu_Copy h2
{
    color: #FFFFFF;
    font-weight: normal;
    font-size: medium;
}

#Body_Menu_Copy a, #Body_Menu_Copy p
{
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-weight: normal;
}

#Body_Footer_Logo
{
    float: right;
    margin: 5px;
}

#Footer_Home
{
    z-index: -5;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    color: Black;
    background-image: url('/images/websitehome/FooterHome.png' );
    text-align: left;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 400px;
}

#PageSurround_Home
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    height: 100%;
}

