﻿
.masthead {
    /*10x130px*/
    background-color:white !important;
    height: 130px;
}
.masthead-half {
    /*10x49px*/
    background-color:white !important;
    height: 49px;
}
  .masthead h1{
        color:green !important;
        padding-left:0px !important;
        padding-bottom:0.25em;
    }
 .masthead h2 {
        color:green !important;
        padding-left:0px !important;
        padding-bottom:0.25em;
    }

 #subheader-half h2 {
        padding-top:20px !important;
    }
 .acm-bg {
    background-color: #3E8463 !important;
    color: forestgreen !important;
}
 h1, h2, h3,
h4, h5, h6 {
    color: forestgreen;
    margin-bottom: 0;
    padding-bottom: 0;
}
 a:link, a:visited,
    a:active, a:hover {
        color: green;
    }
/*body {
    background-color: white !important; 
}*/
.brand-logo {
    background-image: url('Demo/HolidayInnLogo.png');
    background-repeat: no-repeat;
    width: 330px;
    height: 59px;
    margin-left: 30px; 
    margin-top:10px;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.brand-logo-short {
    /*background-image: url('Demo/HolidayInnLogo-60pct.png');*/ 
    background-image: url('Demo/HolidayInnLogo.png');
    background-repeat: no-repeat;
      width:330px;
    height:59px;
    margin-left:50px;
    margin-top:10px;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.fieldset-bg {
    background-color:mintcream; !important;
}
.brand-favicon {
    background-image: url('favicons/favicon-holidayInn.ico');
    width: 16px;
    height: 16px;
    border-image: none;
    background-repeat: no-repeat;
    position: absolute;
    margin: -12px 10px 0px 180px;
    padding-left: 25px;
    padding-top: 0px;
}