﻿.channels li
{
    text-transform:capitalize 
}
body
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: arial,sans-serif;
    background-color: #ffffff;
}

.master_container
{
    width: 944px;
    margin: 0 auto;
}

.master_header
{  margin: 0 auto 5px auto;
    color: #676767;
    font-size: 10px;
    font-weight: bold;
    width:600px;
    float:left;
    line-height: 17px;
}

.master_header ul
{
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.master_header li
{
    float: left;
    margin-left: 3px;
}

.master_header .logo img
{
    vertical-align: middle;
    padding: 0 7px 0 10px;
}

.master_header .search_box
{
    float: right;
    width: 220px;
    position: relative;
}

.master_header .search_box input.watermark
{
    color: #999999;
    font-size: 11px;
    width: 124px;
    height: 18px;
    position: absolute;
    right: 35px;
    top: 2px;
    padding: 2px 0 0 2px;
}

.master_header .search_box input.criteria
{
    font-size: 11px;
    width: 124px;
    height: 18px;
    position: absolute;
    right: 35px;
    top: 2px;
    padding: 2px 0 0 2px;
}

.master_header .search_box input.search
{
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.master_header .search_box img.search_label
{
    width: 38px;
    height: 11px;
    position: absolute;
    right: 175px;
    top: 8px;
}


.master_footer_container
{
    background-color: #ffffff;
    clear: both;
    margin: 10px 0px;
}

.master_footer
{
    width: 970px;
    background: url('/images/global/logoBCRedOnWhiteSmall.jpg') no-repeat 10px 9px;
    padding: 5px 0;
    background-color: #e01831;
    font-size: 10px;
    line-height: 17px;
    clear: both;
}

.master_footer ul
{
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.master_footer li
{
    float: left;
    margin-left: 18px;
}

.master_footer a,  .master_footer a:visited, .master_footer a:active
{
    color: #fff;
    text-decoration: none;
}

.master_footer a:hover
{
    text-decoration: underline;
}

.master_footer li.no_image
{
    margin-top: 2px;
    color:#fff;
}

.master_footer .icon
{
    padding-right: 5px;
    vertical-align: middle;
    border: 0;
}

.clear
{
    clear: both;
    line-height: 1px;
    height: 1px;
}

.child_content
{
    min-height: 400px;
}


/* Safari Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .master_footer_container
    {
        margin-bottom:-12px;
    }
}

