﻿
.masthead-bg {background-color: midnightblue !important;
}
.masthead {
    /*10x130px*/
    background-color:midnightblue !important;
    height: 130px;
    text-align:left;
}
    .masthead h1 {
        color:#c0d3dc !important;
        padding-left:0px !important;
        padding-bottom:0.25em;
    }
  .masthead h2 {
        color:#c0d3dc !important;
        text-align:left !important;
        padding-left:0px !important;
        padding-bottom:0.25em;
    }
.masthead-half {
    /*10x49px*/
    background-color:midnightblue !important;
    height: 49px;
}
#subheader-half h2 {
        padding-top:20px !important;
    }
.acm-bg {
     background-color:#354566 !important;
     color: white !important;
}
h1, h2, h3,
h4, h5, h6 {
    color: midnightblue;
    margin-bottom: 0;
    padding-bottom: 0;
}
 a:link, a:visited,
    a:active, a:hover {
        color: darkblue;
    }
/*body {
    background-color: white !important;
}*/
.brand-logo {
    background-image: url('Demo/logo_brand_Hilton.png');
    background-repeat: no-repeat;
         width:90px;
    height:68px;
    margin-left: 80px; 
    margin-top:-10px;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.brand-logo-short {
    /*background-image: url('Demo/logo_brand_dock_Hilton.png');*/
     background-image: url('Demo/logo_brand_Hilton.png');
    background-repeat: no-repeat;
      width:175px;
    height:200px;    
      margin-left:50px;
    margin-top:10px;
    border-style:none;
    position:absolute; 
    z-index:5;
}
.fieldset-bg {
    background-color:#79a2cf; !important;
}
.brand-favicon {
    background-image: url('favicons/favicon_Hilton.ico');
    width: 32px;
    height: 32px;
    border-image: none;
    background-repeat: no-repeat;
    position: absolute;
    margin: -18px 10px 0px 180px;
    padding-left: 40px;
    padding-top: 8px;
}