/*===========================================================================================================================*/
/*LIGHT*/
/*===========================================================================================================================*/
body.light {
    /*background: #e1e8f5 url('../img/grad_bg.jpg') repeat-x;*/
    background: #e1e8f5;
}

    body.light a
    {
        color: #5f6273;
    }

        body.light a:hover
        {
            color: #333;
        }

    body.light #logoText
    {
        font-size: 1.4em;
        line-height: 1.1em;
        color: #fff;
    }

        body.light #logoText span
        {
            font-size: .6em !important;
        }

    body.light .controlsBox input[type=text]
    {
        padding: 8px 5px;
        border: 4px solid #eee;
        font-size: 13px;
        margin-right: 4px;
        width: 242px;
    }

    body.light div.GroupList div, body.light div.HomeGroupList div
    {
        background: #d8ccd1;
        color: #000144;
        font-weight: normal;
    }

    body.light .column2
    {
        color: #FFF;
        text-shadow: #5f6273 0px 1px 0px;
    }

.column2
{
    width: 270px;
    padding: 0px 20px;
    background: -moz-linear-gradient( top, #e2e1e9 0%, #a4abbf);
    background: -webkit-gradient( linear, left top, left bottom, from(#e2e1e9), to(#a4abbf));
    color: #5f6273;
    border: 1px solid #a4abbf;
    background: -ms-linear-gradient(top, #e2e1e9 0%,#a4abbf 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e1e9', endColorstr='#a4abbf' ); /* IE6-9 */
    background: linear-gradient(top, #e2e1e9 0%,#a4abbf 100%); /* W3C */
}

body.light .bar
{
    margin: 0 0 0 1px;
    padding: 10px 20px;
    background: #d8ccd1;
    color: #000144;
    height: 50px;
    font-weight: normal;
}

body.light header#header
{

    padding: 20px;
    background: #6D87A8;
    width: 934px;
    margin-left: 1px;
    position: relative;
    height: 160px;
}

body.light header ul#nav
{
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 974px;
    margin: 16px 0 0 0;
    padding: 0px;
    background: #D8CCD1;
}

    body.light header ul#nav li:hover
    {
        background: #A28692;
    }

    body.light header ul#nav li
    {
        list-style-type: none;
        float: left;
        margin: 0px;
        padding: 0px;
        width: 162px;
    }

        body.light header ul#nav li a
        {
            display: block;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            padding: 10px 0;
            margin: 0px;
        }

            body.light header ul#nav li a:hover
            {
                color: #FFF !important;
            }


div.light header ul#nav li a
{
    color: #000144;
    /*border-right: 1px solid #e2e1e9;*/
    border-bottom: none;
}

    div.light header ul#nav li a.regnav
    {
        border-top: 1px solid #ffffff;
    }

    div.light header ul#nav li a.special
    {
        /*font-weight:bold;*/
        border-right: none;
        border-top: 1px solid #ffffff;
    }


body.light input.blue
{
    font-size: 14px;
    color: #000144;
    padding: 10px 20px;
    background: #d8ccd1;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 4px solid #efefef;
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}

    body.light input.blue:active, input.blue:hover
    {
        background: #5f6273;
    }

body.light div.content
{
    margin-left: 1px;
    background: #FFF;
    padding: 10px 20px 30px 20px;
    -moz-box-shadow: 0px 1px 1px rgba(36,27,15,0.1), inset 0px 0px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(36,27,15,0.1), inset 0px 0px 1px rgba(255,255,255,0.1);
    border-right: 1px solid #efefef \0/;
    border-bottom: 1px solid #efefef \0/;
    border-left: 1px solid #efefef \0/;
}

body.light footer hr
{
    background: #5f6273;
    border: 0px;
    height: 4px;
    margin: 0 0 20px 0;
}

body.light .dropdown li:hover ul, .dropdown li.hover ul
{
    left: auto;
    width: 161px;
    padding: 0px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-right: 1px solid #e2e1e9;
    border-bottom: 1px solid #e2e1e9;
    border-left: 1px solid #e2e1e9;
    background: -moz-linear-gradient( top, #ffffff 0%, #efefef);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef' ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

body.light .GroupList, body.light .HomeGroupList
{
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,0.2);
    border: 1px solid #efefef \0/;
    width: 306px;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}

body.light .GroupList
{
    border: 2px solid #efefef;
}

body.light span.controls img
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

body.light span.controls span
{
    margin: 4px 14px 0 0;
}

body.light span.controls
{
    margin: -14px 0 0 48px;
    display: block;
}

    body.light span.controls span a#increase, span.controls span a#decrease
    {
        text-decoration: none;
    }


body.light h2.services
{
    padding: 22px 15px 0 15px;
    margin-right: 8px;
    width: 146px;
    max-width: 146px;
    height: 43px;
    max-height: 58px;
    /*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
    background: #a28692;
    border: 2px solid #e2e1e9;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

body.light h2.lines
{
    padding: 11px 15px 0 15px !important;
    height: 54px;
}

body.light h2.services a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


body.light h2.services:hover
{
    background: #a4abbf;
}

body.light h2.services.right
{
    margin-right: -1px;
}

body.light #catalog-button
{
    position: relative;
    margin-top: -25px;
    /* margin-right: 3px; */
    background-color: #e8e8e8;
    /* width: 150px; */
    text-align: center;
    padding: 12px;
    float: right;
    font-size: 1.2em;
    border: 1px solid #fff;
}

    body.light #catalog-button a
    {
        text-decoration: none;
    }

body.light div.ErrorMessage
{
    margin: 10px 0px;
    border: 1px solid red;
    padding: 20px;
}


/*===========================================================================================================================*/
/*DARK*/
/*===========================================================================================================================*/
body.dark
{
    background: #20252a url('../img/dark-bg.png') repeat;
    color: #fff;
}

    body.dark a
    {
        color: #ccc;
    }

        body.dark a:hover
        {
            color: #777;
        }

    body.dark #logoText
    {
        color: #fff;
        font-size: 1.4em;
        line-height: 1.1em;
    }

        body.dark #logoText span
        {
            color: #fff;
            font-size: .6em !important;
        }

    body.dark .controlsBox input[type=text]
    {
        padding: 8px 5px;
        border: 4px solid #000;
        background: #000;
        color: #fff;
        font-size: 13px;
        margin-right: 4px;
        width: 242px;
    }


    body.dark div.GroupList div, body.dark div.HomeGroupList div
    {
        border: 1px solid #4d5153;
        color: #FFF;
        background: -moz-linear-gradient( top, #3a3d40 0%, #323538);
        background: -webkit-gradient( linear, left top, left bottom, from(#3a3d40), to(#323538));
        background: -ms-linear-gradient(top, #3a3d40 0%,#323538 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3d40', endColorstr='#323538' ); /* IE6-9 */
        background: linear-gradient(top, #3a3d40 0%,#323538 100%); /* W3C */
    }

    body.dark .column2
    {
        color: #5f6273;
        text-shadow: #e2e1e9 0px 1px 0px;
    }

    body.dark .bar
    {
        color: #fff;
        margin: 0 0 25px 1px;
        padding: 10px 20px;
        border: 1px solid #4d5153;
        background: -moz-linear-gradient( top, #3a3d40 0%, #323538);
        background: -webkit-gradient( linear, left top, left bottom, from(#3a3d40), to(#323538));
        background: -ms-linear-gradient(top, #3a3d40 0%,#323538 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3d40', endColorstr='#323538' ); /* IE6-9 */
        background: linear-gradient(top, #3a3d40 0%,#323538 100%); /* W3C */
    }

    body.dark header#header
    {
        margin-top: 16px;

        padding: 20px;
        width: 934px;
        margin-left: 1px;
        position: relative;
        height: 160px;
    }


    body.dark header ul#nav
    {
        width: 975px;
        margin: 16px 0 0 -22px;
        padding: 0px;
        -moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.9);
        -webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.9);
        border: 1px solid #4d5153;
        background: -moz-linear-gradient( top, #3a3d40 0%, #323538);
        background: -webkit-gradient( linear, left top, left bottom, from(#3a3d40), to(#323538));
        background: -ms-linear-gradient(top, #3a3d40 0%,#323538 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3d40', endColorstr='#323538' ); /* IE6-9 */
        background: linear-gradient(top, #3a3d40 0%,#323538 100%); /* W3C */
    }

        body.dark header ul#nav li
        {
            list-style-type: none;
            float: left;
            margin: 0px;
            padding: 0px;
            width: 162px;
        }

            body.dark header ul#nav li a
            {
                display: block;
                cursor: pointer;
                text-decoration: none;
                text-align: center;
                padding: 10px 0;
                margin: 0px;
            }

                body.dark header ul#nav li a:hover
                {
                    color: #f20704 !important;
                }



div.dark header ul#nav li a
{
    color: #fff;
    /*border-right: 1px solid #e2e1e9;*/
    border-bottom: none;
    border-left: 1px solid #666;
    text-shadow: #000 1px 1px 1px;
}

    div.dark header ul#nav li a.regnav
    {
        border-right: 1px solid #000;
    }

    div.dark header ul#nav li a.special
    {
        /*font-weight:bold;*/
        border-right: none;
    }

body.dark input.blue
{
    font-size: 14px;
    color: #ccc;
    padding: 10px 20px;
    -moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.9);
    -webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.9);
    border: 1px solid #4d5153;
    background: -moz-linear-gradient( top, #3a3d40 0%, #323538);
    background: -webkit-gradient( linear, left top, left bottom, from(#3a3d40), to(#323538));
    background: -ms-linear-gradient(top, #3a3d40 0%,#323538 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3d40', endColorstr='#323538' ); /* IE6-9 */
    background: linear-gradient(top, #3a3d40 0%,#323538 100%); /* W3C */
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}

    body.dark input.blue:active, input.blue:hover
    {
        background: #000;
    }




body.dark div.content
{
    margin-left: 1px;
    background: -moz-linear-gradient( top, #3a3d40 0%, #323538);
    background: -webkit-gradient( linear, left top, left bottom, from(#3a3d40), to(#323538));
    background: -ms-linear-gradient(top, #3a3d40 0%,#323538 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3d40', endColorstr='#323538' ); /* IE6-9 */
    background: linear-gradient(top, #3a3d40 0%,#323538 100%); /* W3C */
    padding: 10px 20px 30px 20px;
    -moz-box-shadow: 0px 1px 1px rgba(36,27,15,0.9);
    -webkit-box-shadow: 0px 1px 1px rgba(36,27,15,0.9);
    border-right: 1px solid #000 \0/;
    border-bottom: 1px solid #000 \0/;
    border-left: 1px solid #000 \0/;
}

body.dark footer hr
{
    background: #292c2e;
    border: 0px;
    height: 4px;
    margin: 0 0 20px 0;
}

body.dark .dropdown li:hover ul, .dropdown li.hover ul
{
    left: auto;
    width: 161px;
    padding: 0px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-right: 1px solid #4d5153;
    border-bottom: 1px solid #4d5153;
    border-left: 1px solid #4d5153;
    background: -moz-linear-gradient( top, #3a3d40 0%, #323538);
    background: -webkit-gradient( linear, left top, left bottom, from(#3a3d40), to(#323538));
    background: -ms-linear-gradient(top, #3a3d40 0%,#323538 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3d40', endColorstr='#323538' ); /* IE6-9 */
    background: linear-gradient(top, #3a3d40 0%,#323538 100%); /* W3C */
}



body.dark .GroupList, body.dark .HomeGroupList
{
    float: right;
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,0.2);
    border: 1px solid #efefef \0/;
    width: 306px;
}

body.dark .GroupList
{
    border: 2px solid #efefef;
}

body.dark span.controls img
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

body.dark span.controls span
{
    margin: 4px -4px 0 0;
}

body.dark span.controls
{
    margin: -14px 0 0 48px;
    display: block;
}

    body.dark span.controls span a#increase, span.controls span a#decrease
    {
        text-decoration: none;
    }







body.dark h2.services
{
    padding: 22px 15px 0 15px;
    margin-right: 8px;
    width: 146px;
    max-width: 146px;
    height: 43px;
    max-height: 58px;
    /*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
    background: #a28692;
    border: 2px solid #e2e1e9;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: -moz-linear-gradient( top, #a0a5ab 0%, #73767a);
    background: -webkit-gradient( linear, left top, left bottom, from(#a0a5ab), to(#73767a));
    background: -ms-linear-gradient(top, #a0a5ab 0%,#73767a 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a5ab', endColorstr='#73767a' ); /* IE6-9 */
    background: linear-gradient(top, #a0a5ab 0%,#73767a 100%); /* W3C */
    border: 2px solid #e2e1e9;
    text-shadow: #e2e1e9 0px 1px 0px;
}

body.dark h2.lines
{
    padding: 11px 15px 0 15px !important;
    height: 54px;
}

body.dark h2.services a
{
    color: #35383b;
    font-weight: bold;
    text-decoration: none;
}

body.dark h2.services:hover
{
    background: #ccc;
}

body.dark h2.services.right
{
    margin-right: -1px;
}


body.dark #catalog-button
{
    position: relative;
    margin-top: -25px;
    /* margin-right: 3px; */
    background-color: #393d40;
    /* width: 150px; */
    text-align: center;
    padding: 12px;
    float: right;
    font-size: 1.2em;
    border: 1px solid #4e5153;
}

    body.dark #catalog-button a
    {
        text-decoration: none;
    }

        body.dark #catalog-button a:hover
        {
            color: red;
        }

body.dark div.ErrorMessage
{
    margin: 10px 0px;
    border: 1px solid red;
    padding: 20px;
}




/*background: rgb(17,69,122); /* Old browsers */
/* background: -moz-linear-gradient(left, rgba(228,191,52,1) 0%, rgba(210,169,16,1) 100%); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,191,52,1)), color-stop(100%,rgba(210,169,16,1))); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(left, rgba(228,191,52,1) 0%,rgba(210,169,16,1) 100%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(left, rgba(228,191,52,1) 0%,rgba(210,169,16,1) 100%); /* Opera11.10+ */
/* background: -ms-linear-gradient(left, rgba(228,191,52,1) 0%,rgba(210,169,16,1) 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4bf34', endColorstr='#d2a910',GradientType=1 ); /* IE6-9 */
/* background: linear-gradient(left, rgba(228,191,52,1) 0%,rgba(210,169,16,1) 100%); /* W3C */









/*===========================================================================================================================*/
/*DEFAULT*/
/*===========================================================================================================================*/
body.default
{
    font-size: 16px;
}

.left
{
    float: left;
}



.right
{
    float: right;
}

.clear:before, .clear:after
{
    content: "";
    display: table;
}

.clear:after
{
    clear: both;
}

.clear
{
    *zoom: 1;
}


.blurb
{
    float: right;
    margin-top: 20px;
    width: 306px;
}


#container, footer
{
    width: 975px;
    margin: 0 auto;
}

.dropdown, .dropdown ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

    .dropdown li
    {
        float: left;
        width: 10em;
    }

        .dropdown li ul
        {
            position: absolute;
            width: 10em;
            left: -999em;
            z-index: 9999;
        }

        .dropdown li:hover ul
        {
            left: auto;
        }

        .dropdown li.hover ul li, .dropdown li.hover ul li a
        {
            border: none !important;
        }

        .dropdown li ul ul
        {
            margin: -2em 0 0 10em;
        }

    .dropdown, .dropdown ul
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dropdown li:hover ul ul, .dropdown li.hover ul ul
        {
            left: -999em;
        }

            .dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li.hover ul ul, .dropdown li.hover ul ul ul
            {
                left: -999em;
            }

        .dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li.hover ul, .dropdown li li.hover ul, .dropdown li li li.hover ul
        {
            left: auto;
        }

            .dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul, .dropdown li.hover ul ul, .dropdown li.hover ul ul ul, .dropdown li.hover ul ul ul ul
            {
                left: -999em;
            }

        .dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul, .dropdown li.hover ul, .dropdown li li.hover ul, .dropdown li li li.hover ul, .dropdown li li li li.hover ul
        {
            left: auto;
        }



img.logo
{
    margin-right: 8px;
}

#ctl00_pnlHome
{
    min-height: 390px;
}

.logoBox
{
    width: 500px;
}

.controlsBox
{
    width: 400px;
    /* text-align: right; */
    margin-right: -6px;
}

.roundedCorners
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input.red
{
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient( top, #ff0000 0%, #bf0606);
    background: -webkit-gradient( linear, left top, left bottom, from(#ff0000), to(#bf0606));
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #7d0000;
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,0.2);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}

    input.red:active, input.red:hover
    {
        background: -moz-linear-gradient( top, #d40707 0%, #ab0707);
        background: -webkit-gradient( linear, left top, left bottom, from(#d40707), to(#ab0707));
    }


.HomeGroupList ul, .GroupList ul
{
    margin: 0px;
    padding: 10px 20px;
}


.GroupList div, .HomeGroupList div
{
    padding: 7px 20px;
    font-weight: bold;
}


.GroupList ul li, .HomeGroupList ul li
{
    list-style-type: none;
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-bottom: 1px dashed #e2e1e9;
    font-weight: bold;
}

    .GroupList ul li a, .HomeGroupList ul li a
    {
        text-decoration: none;
        font-weight: normal;
    }

        .GroupList ul li a:hover, .HomeGroupList ul li a:hover
        {
            color: #f20704;
        }

    .GroupList ul li:last-child, .HomeGroupList ul li:last-child
    {
        border-bottom: none;
    }

    .GroupList ul li.selected
    {
        font-weight: bold;
    }

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.1em;
}

h1, h2, h3
{
    padding: 0px;
    margin: 0px;
}


#ctl00_ContentTitle_pnlLive3
{
    max-width: 500px;
}



footer div.right
{
    text-align: right;
}

    footer div.right img
    {
        margin-top: 12px;
    }

footer
{
    margin-bottom: 25px;
}

#ctl00_pnlPreFooter .content
{
    margin-top: -25px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.HomeGroupList
{
    margin-top: 16px;
}

.go
{
    width: 77px;
    margin-left: 7px;
}



div.col3
{
    width: 72%;
}

div.col1
{
    width: 22%;
    margin: 0 20px 20px 0;
    clear: both;
}

#ctl00_ContentTitle_pnlLive3
{
    margin-bottom: 20px;
}

#fbicon
{
    /*position: absolute;
    margin-top: 20px;*/
    margin: 0 0 0 825px;
    /*z-index: 1000;*/
    list-style-type: none;
}

#fbicon li {
    display: inline;
}




/*===========================================================================================================================*/
/*YOUTH SERVICES*/
/*===========================================================================================================================*/
/* 'widths' sub menu */
#layoutdims
{
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}
/* column container */
.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft
{
    float: left;
    width: 100%;
    position: relative;
}

.col1,
.col2,
.col3
{
    float: left;
    position: relative;
    padding: 0 0 1em 0;
    overflow: hidden;
}

    .col2 p
    {
        padding-right: 10px;
        padding-left: 10px;
        text-align: left;
    }

    .col2 h2
    {
        text-align: center;
        padding-right: 5px;
    }

/* 2 Column (right menu) settings */
.rightmenu
{
    background: #eee; /* right column background colour */
}

    .rightmenu .colleft
    {
        right: 25%; /* right column width */
        background: #fff; /* left column background colour */
    }

    .rightmenu .col1
    {
        width: 71%; /* left column content width (left column width minus left and right padding) */
        left: 27%; /* (right column width) plus (left column left padding) */
    }

    .rightmenu .col2
    {
        width: 21%; /* right column content width (right column width minus left and right padding) */
        left: 31%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
    }

/* Navigation Element youth services*/
#ynav
{
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    cursor: pointer;
}

    #ynav ul
    {
        list-style: none;
        width: 800px;
        margin: 0 auto;
        padding: 0;
    }

    #ynav li
    {
        float: left;
    }

        #ynav li a
        {
            display: block;
            padding: 8px 15px;
            text-decoration: none;
            font-size: medium;
            font-family: Arial, sans-serif;
            font-weight: bold;
            color: #000;
            border: 1px solid rgb(109, 135, 168);
        }

            #ynav li a:hover {
                color: #6d87a8;
                background-color: #fff;
            }

/*chrome dev tools
body.light header#header {
    padding: 20px;
    background: #6D87A8;
    width: 934px;
    margin-left: 1px;
    position: relative;
    height: 160px;
}

.controlsBox {
    width: 400px;
    margin-right: -6px;
}

body.light span.controls {
    margin: -14px 0 0 48px;
    display: block;
}
body.light #catalog-button {
    position: relative;
    margin-top: -25px;
    background-color: #e8e8e8;
    text-align: center;
    padding: 12px;
    float: right;
    font-size: 1.2em;
    border: 1px solid #fff;
}*/