/*Custom CSS*/
.rs_body_bgcolor {
    background-color: #000 !important;
}
.rs_footer_bgcolor {
    background-color: #000 !important;
}

.rs_select_navigation {
    background-color: #000 !important;
}

.rs_header_spacer {
    background-color: #000 !important;
}

.pathway{
    background-color:#000 !important;
}

ul.gobtn {
list-style: none;
margin:16px 0px 0px 6px;
padding:4px;
}

ul.gobtn li {padding:10px 0px 10px 6px;}

ul.gobtn a {
outline: none;
background: #661400;
border-radius: 6px;
padding:5px;
color: #fff;
}

ul.gobtn a:hover {
-webkit-box-shadow: 0px 0px 5px 4px #964400;
-moz-box-shadow: 0px 0px 5px 4px #964400;
box-shadow: 0px 0px 5px 4px #964400;
background:#964400 !important;
}

a.langbtn {margin-left:6px;}

div.txtblk {
text-align:left;
display:none;
}

img.txtuc {
vertical-align:middle;
}