@CHARSET "UTF-8";

BODY {
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    background: rgba(35,27,1,1);
    background: -moz-linear-gradient(top, rgba(35,27,1,1) 0%, rgba(80,52,9,1) 100%);
    background: -webkit-linear-gradient(top, rgba(35,27,1,1) 0%, rgba(80,52,9,1) 100%);
    background: -o-linear-gradient(top, rgba(35,27,1,1) 0%, rgba(80,52,9,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,27,1,1) 0%, rgba(80,52,9,1) 100%);
    background: linear-gradient(to bottom, rgba(35,27,1,1) 0%, rgba(80,52,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231b01', endColorstr='#503409', GradientType=0 );
}

A {
    color: #D5C078;
}
#page_header {background-color: transparent; width: 100%; text-align: center}
#header_image {margin: auto auto}

#breadcrumbs {background-image: url(/i/breadcrumb_background.png);  height: 35px; background-color: green; margin-bottom: 0px}
#breadcrumbs .bar {background-image: url(/i/breadcrumb_background2.png); width: 100%; height: 35px; margin: auto auto; text-align: left}
#breadcrumbs .text {color: white; padding: 8px 0 0 20px;}

#body_container {background-image : url(/i/body_background.png); width: 100%;  background-repeat: repeat-x; background-color: #4F3812;  text-align: center}
#body_container .subbody {background-color: #d5c078; width: 100%; margin: auto auto;  border-bottom: solid 1px transparent;}
#body_container .subbody_bottom {width: 100%; margin: auto auto}
#body_container .text_top {background-image: url(/i/content_top.png); width: 100%; height: 51px; background-color: white; text-align: left}
#body_container .text_area {background-image: url(/i/content_center.png); width: 100%; background-color: white; border-top: dotted 1px transparent; border-bottom: dotted 1px transparent}
#body_container .text_middle {padding: 0 15px 0 10px; text-align: left}
#body_container .text_bottom {width: 100%;}
#body_container .top_ad {}
#body_container .left_ad {text-align: center; width: 100%; margin: 10px auto 0px auto}
#body_container .left_menu_top {background-image: url(/i/menu_top.png); width: 100%; height: 31px; margin-top: 20px; text-align: left; color: #d5c078; padding: 16px 0 0 20px; margin-left: 20px; margin-right: 10px}
#body_container .left_menu_content {background-image: url(/i/menu_content.png); width: 100%; height: 150px; background-color: #4F3812; background-repeat: no-repeat; margin-left: 20px; text-align: left; padding-left: 25px}
#body_container .left_menu_bottom {width: 100%; margin-left: 20px}
#body_container A:LINK, #body_container A:VISITED {color: #d5c078}
#body_container A:HOVER {color: lime}

#body_container .subbody_table {width: 100%}

#disclaimer {font-size: 12px; margin: 0 30px 0 10px}
#seo {text-align: center; padding: 10px;}
#seo A:LINK, #seo A:VISITED {color: white; text-decoration: none}

.navPanel {
    background-color: #D5C078;
    padding: 10px 0 10px 10px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginTop10 {
    margin-top: 10px
}

/* Bootstrap */

.panel-default {
    border-color: #ddd;
    background: rgba(36,28,2,1);
    background: -moz-linear-gradient(top, rgba(36,28,2,1) 0%, rgba(80,52,8,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,28,2,1)), color-stop(100%, rgba(80,52,8,1)));
    background: -webkit-linear-gradient(top, rgba(36,28,2,1) 0%, rgba(80,52,8,1) 100%);
    background: -o-linear-gradient(top, rgba(36,28,2,1) 0%, rgba(80,52,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,28,2,1) 0%, rgba(80,52,8,1) 100%);
    background: linear-gradient(to bottom, rgba(36,28,2,1) 0%, rgba(80,52,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241c02', endColorstr='#503408', GradientType=0 );
}

.panel-default>.panel-heading {
    background: rgba(100,81,16,1);
    background: -moz-linear-gradient(top, rgba(100,81,16,1) 0%, rgba(151,126,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100,81,16,1)), color-stop(100%, rgba(151,126,39,1)));
    background: -webkit-linear-gradient(top, rgba(100,81,16,1) 0%, rgba(151,126,39,1) 100%);
    background: -o-linear-gradient(top, rgba(100,81,16,1) 0%, rgba(151,126,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(100,81,16,1) 0%, rgba(151,126,39,1) 100%);
    background: linear-gradient(to bottom, rgba(100,81,16,1) 0%, rgba(151,126,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#645110', endColorstr='#977e27', GradientType=0 );
    color: #fff;
}

.panel-green {
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.panel-green>.panel-heading {
    border-color: #ddd;
    background: rgba(22,143,16,1);
    background: -moz-linear-gradient(top, rgba(22,143,16,1) 0%, rgba(45,200,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,143,16,1)), color-stop(100%, rgba(45,200,34,1)));
    background: -webkit-linear-gradient(top, rgba(22,143,16,1) 0%, rgba(45,200,34,1) 100%);
    background: -o-linear-gradient(top, rgba(22,143,16,1) 0%, rgba(45,200,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(22,143,16,1) 0%, rgba(45,200,34,1) 100%);
    background: linear-gradient(to bottom, rgba(22,143,16,1) 0%, rgba(45,200,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168f10', endColorstr='#2dc822', GradientType=0 );
    color: #fff;
    font-weight: bold !important;
}


#pageMenu {
    display: none;
}

@media (min-width: 768px) {

    #pageMenu {
        display: block;
    }
}