﻿@charset "utf-8";
/* SITE LAYOUT */

img {
    -ms-interpolation-mode: bicubic;
}

body {
    background: #dad7d4 url(../Images/background.png) repeat-x;
    font-family: Calibri, Trebuchet MS, Arial;
    font-size: 13px;
    color: #0b0a0a;
}

#container {
    position: relative;
    width: 945px;
    margin: 0 auto;
    padding: 20px;
    background: #eeedeb url(../Images/content-background.png) repeat-x;
}

#container1 {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    background: #eeedeb url(../Images/content-background.png) repeat-x;
}

#header {
    position: relative;
    width: 945px;
    height: 100px;
}

    #header .left {
        float: left;
        width: 275px;
        text-align: left;
    }

    #header .center {
        float: left;
        width: 395px;
        text-align: center;
    }

    #header .right {
        float: right;
        width: 275px;
        text-align: right;
        font-size: 12px;
        color: #bd8c2f;
    }

#nav {
    display: inline-block;
    /* padding: 0 2px 2px 2px; */
    /* background: #f2f0ed; */
    /* height: 32px; */
    /* width: 100%; */
}

#breadcrumbs {
    position: relative;
    padding: 0;
    font-size: 11px;
    color: #8a8b8c;
}

    #breadcrumbs a {
        color: #bb892d;
        text-decoration: none;
    }

.sfNoBreadcrumbNavigation a {
    color: black;
}

#footer {
    position: relative;
    padding: 0 35px 0 35px;
    margin: 20px 10px 20px 10px;
    background: url(../Images/arrow-gold.png) center left no-repeat;
}

    #footer .content {
        position: relative;
        padding: 15px 20px 15px 20px;
        background: #ffffff;
        font-size: 10px;
    }

    #footer a {
        color: #bb892d;
        text-decoration: underline;
        font-weight: bold;
    }

/* Breadcrums control for ver 6.5 and greater*/
.RadSiteMap_hcp_sm {
    font: 12px;
    color: white;
}

    .RadSiteMap_hcp_sm .li {
        color: #8a8b8c;
    }

    .RadSiteMap_hcp_sm .rsmLink,
    .RadSiteMap_hcp_sm .rsmTemplate {
        font: 12px;
    }

        .RadSiteMap_hcp_sm .rsmLink:hover {
            color: #888;
        }

    .RadSiteMap_hcp_sm .rsmLevel2 .rsmLink:hover,
    .RadSiteMap_hcp_sm .rsmThreeLevels .rsmLevel1 .rsmLink:hover,
    .RadSiteMap_hcp_sm .rsmTwoLevels .rsmLevel1 .rsmLink:hover,
    .RadSiteMap_hcp_sm .rsmOneLevel .rsmItem .rsmLink:hover {
        color: #0b0a0a;
    }
/* End Breadcrumb */

/* SITE LAYOUT */

/* SITEFINTIY CRAP TO FIX */
#maincontent_C005_Col01, #maincontent_C005_Col01 .sf_2cols_2in_33 {
    margin-left: 15px !important;
}

.imagerotator ul, .imagerotator li {
    margin: 0;
    padding: 0;
}
/* END SITEFINITY CRAP TO FIX */

/* Elements */

a {
    color: #bb892d;
    text-decoration: underline;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0 0 15px 0;
}

hr {
    height: 2px;
    border: 0;
    margin: 15px 0 15px 0;
}

.hr-rust {
    color: #bb892d;
    background: #bb892d;
}

.hr-baby-blue {
    color: #b8e0dd;
    background: #b8e0dd;
}

/*li {
    padding: 0;
    margin: 0 0 5px 20px;
    font-size: 12px;
}*/

li .li-blue {
    list-style-image: url(../Images/bullet-blue.png);
}

div .bar-blue {
    position: relative;
    width: 100%;
    height: 25px;
    background: url(../Images/bar-blue.png) top left no-repeat;
}

div .bar-gold {
    position: relative;
    width: 100%;
    height: 25px;
    background: url(../Images/bar-gold.png) top left no-repeat;
}

a img {
    border: none;
}

.img-right {
    float: right;
    border: #ffffff 5px solid;
    margin: 0 0 20px 20px;
}

.img-left {
    float: left;
    border: #ffffff 5px solid;
    margin: 0 20px 20px 0;
}

.clear {
    clear: both;
}
/* End Elements */

/* Text styles */
h1 {
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
    font-weight: normal;
    color: #413d3e;
    text-transform: uppercase;
}

.teal {
    color: #18a096;
}

.blue {
    color: #2eaadc;
}

.aqua {
    color: #35837e;
}

.green {
    color: #076324;
}

.rust {
    color: #bb892d;
}

.provider_header {
    font-size: 16px;
    font-weight: bold;
    color: #bb892d;
}

.provider_norm {
    font-size: 12px;
}

.provider_bold {
    font-size: 12px;
    font-weight: bold;
}

.provider_italic {
    font-size: 12 px;
    font-style: italic;
}

.provider_bold_italic {
    font-size: 12 px;
    font-weight: bold;
    font-style: italic;
}

/* END Text Styles */

.panel-heading a {
    vertical-align: bottom;
    text-decoration: none;
    color: black;
    text-overflow: ellipsis;
}

.nounderline {
    text-decoration: none;
}

.expandicon a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e082";
    float: left;
    padding-right: 5px;
    color: green;
}

.expandicon a.collapsed:after {
    content: "\e081";
}

.dropshadow {
    -webkit-box-shadow: 4px 4px 4px 0px #777;
    -moz-box-shadow: 4px 4px 4px 0px #777;
    box-shadow: 4px 4px 4px 0px #777;
}

.clickable {
    cursor: pointer;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.padbottom {
    bottom: 3px;
    margin-bottom: 3px;
}

.RadComboBox .rcbInput {
    margin: 0;
}

h3 {
    font-size: 1.17em;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.two-col-layout {
    display: table;
    width: 100%;
    border-spacing: 10px;
}

    .two-col-layout .columns-container {
        display: table-row;
    }

        .two-col-layout .columns-container .column {
            border-left: 1px solid #BB892D;
            border-right: 1px solid #BB892D;
            border-top: 1px solid #BB892D;
            border-bottom: 1px solid #BB892D;
            background-color: White;
            border-spacing: 10px;
            display: table-cell;
            width: 50%;
            vertical-align: top;
        }