
#trigs-bg-container{
    background-color:#ffffff;
    /* min-height:450px; */
}

#header #trigsnav{
    position: absolute;
    top:76px;left:0px;
    width:100%;height:20px;
    background-color:#b10827;
}
#header #trigsnav #trigs-nav-pad{
    padding-left:160px;padding-top:1px;
}

#header #trigsnav #trigs-nav-pad a{
    margin-left:6px;margin-right:6px; 
    font-size:11px; font-weight:bold;
    float:left;display:block; 
    padding:4px;padding-top:2px;padding-bottom:2px;
    color:#000000;text-decoration:none;    
}
#header #trigsnav #trigs-nav-pad a:hover,
#header #trigsnav #trigs-nav-pad a.current
{
    background-color:#f1af34; color:#000000;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 2px 2px 2px #000000;
    -moz-box-shadow: 2px 2px 2px #000000;
    box-shadow: 2px 2px 2px #000000;
}

#trigs-catnav{
    height:70px;padding-left:170px;
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(top, #cfcfcf 0%, #888888 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#888888)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfcfcf 0%,#888888 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfcfcf 0%,#888888 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cfcfcf 0%,#888888 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cfcfcf 0%,#888888 100%); /* W3C */
}
#trigs-catnav #trigs-catnav-pad {
    padding-top:3px;
}

#trigs-catnav #trigs-catnav-pad  a{
    
}

#trigs-footer{
    text-align:right;font-size:11px; font-weight:bold; padding:5px; 
    background: #c8082d; /* Old browsers */
    background: -moz-linear-gradient(top, #c8082d 0%, #88061e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8082d), color-stop(100%,#88061e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c8082d 0%,#88061e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c8082d 0%,#88061e 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c8082d 0%,#88061e 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8082d', endColorstr='#88061e',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #c8082d 0%,#88061e 100%); /* W3C */
}

#join-the-conversation-social-media-buttons{
     height:1px;width:1px; 
     overflow:visible; float:right; 
     position:fixed;right:36px;
}
#join-the-conversation-social-media-buttons div{
    background-image:url(../image/sm_icons.png);
    background-position: top right;
    background-repeat:no-repeat;
    width:30px;height:118px;padding-left:2px;
}
#join-the-conversation-social-media-buttons div a{
    display:block;width:28px;height:30px;
}