html,
body {
    font-family: Tahoma;
}

/*-----------------------------------------------------------------------*/
/* PAGE HEADER */
#header {
    /*background-color: #d3d3d3;
    border-bottom: 1px solid #CCCCCC;*/
        padding-right: 37px;
    padding-left: 29px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.logo-right{
  margin-left:43px;
  margin-right: 93px;
  margin-top: 16px;
}
/*.logo-img,
.logo-text {
    float: left;
}*/

.logo-img {
    padding-top: 0px;
}

.logo-text {
    color: #000000;    
    font-family:Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
  /*  text-transform: case;*/
     /* color: #d03434;*/
     color:#0c2996;
      font-weight:bold;
  /*  padding: 25px 0px 0px 28px;*/
}

li.top-nav {
    padding-top: 17px;
}

div.top-nav {
    padding-top: 14px;
}

a.top-nav:link,
a.top-nav:active,
a.top-nav:visited,
a.top-nav:hover {
    font-weight: bold;
}

a.top-nav:link,
a.top-nav:active,
a.top-nav:visited {
    color: #000000;
}

a.top-nav:hover {
    color: #22AAE9; 
    background-color: #0085C3;    
}

/*-----------------------------------------------------------------------*/
/* PAGE FOOTER */
#footer {
/*    background-color: #d3d3d3; */ 
background-color: #c00c0c;
}

/*-----------------------------------------------------------------------*/
/* PAGE CONTENT */

.section-banner {
    background-color: #c00c0c;    
    border: 1px solid #d3d3d3;    
}
.hasDatepicker{ z-index: 10000 !important;position:absolute }