﻿#WelcomeBanner
{
    min-width: 900px;
}
@media (min-width: 320px) and (max-width: 1280px) {
    #WelcomeBanner {
        min-width: auto;
    }
}
#BannerBackgroundLeft
{
    height:190px;
    position:absolute;
    width:100%;
    left:0px;
    background-color:#ffffff;
}

#BannerBackgroundRight
{
    background-color:#0a469c;
    position:absolute;
    height:190px;
    top:0px;
    right:0px;
    width:40%;
}

#BannerCentre
{
    height:160px;
    position:relative;
    background:transparent;
}

#BannerLogoBackground
{
    height:190px;
    position:absolute;
    left:0px;
    width:510px;
    background-color:#ffffff;
}

#BannerSloganBackground
{
    position:absolute;
    height:190px;
    top:0px;
    left:465px;
    width:450px;
    background-color:#0a469c;
}

#BannerLogoIcon
{
    /*
    height:140px;
    top:15px;
    left:35px;
    */
    display:none;
}

#BannerCurve
{
    top:-120px;
    left:460px;
    height:318px;
    width:62px;
    /*background-image: url(../Images/Banner/DSBN/dsbn-curve.png);*/
    background-repeat:no-repeat;
    background-position:left top;
}

#BannerOneListWording {
    width: 322px;
    height: 120px;
    left: 90px;
    top: 25px;
    position: absolute;
    /*background-image: url(../Images/Banner/WRDSB/wrdsb-logo-2.png);
    background-repeat: no-repeat;
    background-position: left top;*/
}

#BannerWordingFamily
{
    width:126px;
    height:120px;
    left:800px;
    top:30px;
    position: absolute;
    /*background-image: url(../Images/Banner/WRDSB/wrdsb-one.png);
    background-repeat:no-repeat;
    background-position:left top;*/
}

#BannerSlogan
{
    height:120px;
    top:115px;
    left:505px;
    font-family:'Gill Sans MT',Times,serif;
    color:#fff;
    font-size:25px;
    text-align:left;
    line-height:20px;
}