/*////////////// MEYER CSS RESET ////////////////////////////////////*/

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*PQ: 2.11.12 - Fix to make ie7-js beta 4 work with no errors in ie6 START */
    /*font: inherit;*/
    /*PQ: 2.11.12 - Fix to make ie7-js beta 4 work with no errors in ie6 END */
}

table {
    width: 100%;
}

table, tbody, tfoot, thead, tr, th, td {
    vertical-align: top;
    padding: 0;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    padding: 0 0 15px 15px;
    line-height: 1.5;
}

    ol li, ul li {
        padding: 5px 0 5px 5px;
        list-style-type: disc;
    }

    ol.news-page-list, ul.news-page-list {
        margin-left: 0;
    }

p {
    line-height: 1.5;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* seld-clear floats */
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
/* ie.css */
* html .group { /* IE6 */
    height: 1%;
}

*:first-child + html .group { /* IE7 */
    min-height: 1%;
}

/*////////////// PIE CSS3 SUPPORT / PNG TRANSPARENCY ////////////////////////////////////*/

/*#name
{
    behavior: url(/Portals/0/Skins/SiteName/scripts/PIE.htc);
}*/

/*////////////// DNN & COMMON MODULE SPECIFIC ////////////////////////////////////*/

ol, ul {
    margin-left: 30px;
}

    ol li {
        list-style-type: decimal;
    }

.DNNEmptyPane {
    height: 0!important;
    width: 0!important;
    padding: 0!important;
    margin: 0!important;
}

#content .dnnFormError {
    font-size: 14px;
}

#content .dnnFormMessage {
    margin: 0.3em 1em;
}

#content .DnnModule {
    z-index: 10;
}

.C5SLLC_SubMenu /* Fixes z-index issue in Form Master menu */ {
    z-index: 905!important;
}

.SkinObject {
    font-weight: normal;
}

/*////////////// GENERAL ////////////////////////////////////*/

body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    background: #fff;
}

/*////////////// TYPE ////////////////////////////////////*/

h1, h1 .Head {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #1c1c1c;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
}

h2, h2 .Head {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #1c1c1c;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
}

h3 {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 15px;
    font-weight: 700;
    line-height: normal;
}

h4 {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: normal;
}

p, li, .Normal, .NormalBold, .NormalDisabled, .NormalDeleted, .SkinObject {
    font-size: 12px;
    color: #1c1c1c;
    line-height: normal;
}

p {
    padding: 0 0 10px 0;
}

/*////////////// LINKS ////////////////////////////////////*/

a:link {
    color: #0852ff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:visited {
    color: #0852ff;
    text-decoration: none;
}

a:hover {
    color: #0852ff;
    text-decoration: underline;
}

a:active {
    color: #0852ff;
    text-decoration: none;
}

/*////////////// STRUCTURE ////////////////////////////////////*/

#wrapper {
    margin: 0 auto;
    width: 950px;
}

#header {
    width: 950px;
}

#header-strip, #footer-strip {
    background: #C1272D;
    width: 950px;
    height: 4px;
}

.strip-1, .strip-2, .strip-3, .strip-4, .strip-5 {
    float: left;
    border-right: 1px solid #fff;
    width: 189px;
    height: 4px;
    font-size: 0; /*IE6 height hack*/
    background: url('images/bg-slices.png') repeat-x #C1272D;
}

.strip-1 {
    background-position: 0 -177px;
}

.strip-2 {
    background-position: 0 -177px;
}

.strip-3 {
    background-position: 0 -177px;
}

.strip-4 {
    background-position: 0 -181px;
    background-color: #39b54a;
}

.strip-5 {
    background-position: 0 -185px;
    background-color: #f7931e;
}

#header-top {
    width: 950px;
    background: #fff;
}

#header-top-left {
    float: left;
    width: 380px;
}

#header-top-right {
    float: right;
    padding: 30px 0 0 0;
    width: 570px;
    font-weight: bold;
}

    #header-top-right a {
        color: #fff;
        text-decoration: none;
    }

#header-twitter {
    background: url('images/icon-twitter.png') no-repeat;
}

#header-email {
    background: url('images/icon-email.png') no-repeat;
}

.header-top-right-item {
    display: block;
    float: right;
    margin: 0 12px 0 0;
    width: 20px;
    height: 20px;
}

#header-bottom {
    width: 950px;
}

#breadcrumbs {
    padding: 0 0 0 10px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
    color: #666;
}

#logo {
    float: left;
}

#nav {
    width: 950px;
}

a.breadcrumb, a:link.breadcrumb {
    color: #666;
    text-decoration: underline;
}

a:visited.breadcrumb {
    color: #666;
    text-decoration: underline;
}

a.breadcrumb:hover {
    text-decoration: none;
}

#content {
    min-height: 300px;
    width: 950px;
}

.left-pane, .right-pane {
}

    .left-pane .standard-container {
        margin: 0 15px 0 0;
        padding: 10px 0 0 10px;
        width: 180px;
        border-left: 1px solid #666;
    }

.content-pane .standard-container {
    padding: 10px 0 0 10px;
    border-left: 1px solid #666;
}

.right-pane .standard-container {
    margin: 0 0 0 15px;
    width: 185px;
    border-right: 1px solid #fff;
}

.content-pane {
    width: 100%;
}

#two-column .content-pane {
    width: 45%;
}

#two-column .content-pane-one .standard-container {
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

#two-column .content-pane-two .standard-container {
    border: none;
}

#footer {
    margin: 20px 0;
    width: 950px;
    background: #fff;
    font-size: 10px;
    color: #999;
}

    #footer p, #footer .SkinObject {
        font-size: 10px;
        color: #999;
    }

    #footer a {
        font-size: 10px;
        text-decoration: underline;
        color: #999;
    }

        #footer a:hover {
            text-decoration: none;
        }

#footer-content {
    margin: 0 auto;
    width: 950px;
    font-weight: normal;
}

#footer-content-left {
    float: left;
    margin: 10px 0 0 0;
    width: 151px;
    height: 60px;
    background: url('images/logo-WDHB.png') no-repeat;
}

#footer-content-right {
    float: right;
    margin: 0 1px 0 0;
    padding: 20px 7px 0 0;
    width: 791px;
    text-align: right;
    line-height: normal;
}

#header-buttons {
    float: right;
}

#search-container {
    float: right;
}

    #search-container input.NormalTextBox {
        padding: 0 5px;
        width: 130px;
        height: 20px;
        background: #e6e6e6;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #555;
    }

        #search-container input.NormalTextBox:focus {
            width: 200px;
            background: #fff;
            color: #111;
        }

.search-button, a.submit-button {
    display: inline-block;
    height: 20px;
    width: 50px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background: #666;
    font-size: 12px;
    color: #fff;
}

a.submit-button {
    float:right;
}

.clearBoth {
    clear: both;
}

/*////////////// FORMS ////////////////////////////////////*/

input.NormalTextBox, textarea.NormalTextBox, select {
    border: 1px solid #afa4aa;
    padding: 5px;
    font-weight: normal;
    background: #f3f3f3;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    input.NormalTextBox:focus, textarea.NormalTextBox:focus, select:focus {
        background: #fff;
        border-color: #59AEE4;
        box-shadow: 0 0 3px #59AEE4;
    }

.contact-form {
    text-align: left;
    clear: both;
    margin: 20px 0;
}

    .contact-form .SubHead {
        width: 140px;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 27px;
    }

    .contact-form .NormalTextBox {
        width: 340px;
    }

    .contact-form a.CommandButton:link {
        font-size: 13px;
        text-decoration: underline;
    }

    .contact-form td {
        padding-bottom: 10px;
    }


    .contact-form tbody tr td .normal /* "* REQUIRED" label */ {
        float: right;
        font-size: 11px;
    }

    .contact-form .green-button {
        float: right;
    }

    .contact-form .NormalRed {
        color: #c50404;
        line-height: 27px;
    }

.standard-container {
    padding-bottom: 20px;
}

.container-1 {
    padding: 14px 7px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.container-2 {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #999;
}

    .container-2 .Normal {
        font-size: 0;
    }

    .container-2 h2 {
        position: absolute;
        margin: 0;
        padding: 5px 0;
        width: 100%;
        height: 20px;
        background: #fff;
        background: rgba(255,255,255,0.7);
        text-indent: 7px;
    }

/*.container-1 h2, .container-1 .Head
{
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}*/

a.fancybox-media, a:hover.fancybox-media {
    text-decoration: none;
    cursor: pointer;
}

.image-right-align-container {
    float: right;
    margin: 0 0 20px 20px;
}

.image-right-align {
    float: right;
    margin: 0 0 20px 20px;
    border: 1px solid #999;
}

.image-right-align-caption {
    padding: 0 2px;
    font-size: 10px;
    font-family: 'Myriad Pro', 'Trebuchet MS', sans-serif;
    color: #666;
}

.border {
    border: 1px solid #999;
}

.lastWord {
    display: block;
}

#player-container
{
    display: none;
}