#bigLogo {
 height: 58px;
 width: 531px;
 background-image: url('Logo.gif');
 background-size: cover;
}

#menu {
 background-image: url('header-Black.gif');
}

#page .titleArea 
{
   background-color: #95451d ;
}

element.style 
{
   top: 0px;
   background-color:#95451d ;
}

#content table.dataGrid th 
{
   background-color: #d5a35a ;
}

div.widgettitle 
{
   background-color: #d5a35a ;
   color: #292929  ;
}

table.alphabetBar td
{
   padding: 2px 4px 2px 4px;
   width: 3.571%;
   text-align: center;
   background-color: #d5a35a ;
}

span.selected
{
   background-color: #d5a35a ;
   border: solid 1px #d5a35a ;
   padding: 0px 2px 0px 2px;
   color:#ffffff  ;
}

#page .titleArea div.title
{
   display: inline-block;
   color: #ffffff  ;
}

#menu li a, #menu li
{
   color: #ffffff  ;
   text-decoration: none;
   transition: color 0.5s ease;
}

table.alphabetBar td.field 
{
color: #ffffff  ;
font-weight: bold;
white-space: nowrap;
}

table.alphabetBar a 
{
color: #ffffff  ;
text-decoration: none;
}

#sessionControls a
{
   color: #d5a35a ;
}

#sessionControls
{
   font-family: Verdana, arial, Sans-Serif;
   color: #FFFFFF ;
   /*font-size: 85%;
   position: absolute;
   top: 34px;
   right: 0px;
   min-width: 660px;
   height: 23px;
   text-align: right;
   padding-right: 10px;
   padding-top: 1px;
   background-color: Transparent;
   background-image: none;
   background-position: right top;
   background-repeat: no-repeat;*/
}


div.filterPanel {
    background-color: #D5A35A;
    padding: .4em .4em .4em 2.5em;
    margin-bottom: .5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    background-image: url('/Content/images/search.gif');
}

html {
   background-color: #efefef ;
}

#secondaryContent .highlight 
{
   padding: 0.2em;
   background-color: #efefef ;
}


body.mobile-site #bigLogo
{

    height: 29px;
    width: 272px;
}