/* Menu bar Background */
#no-bg-wrapper {
    background-color: rgb(255,255,255);
}

#header {
    background: rgba(78,143,143,0.6);
}

.header-no-banner #header {
    /* header without background image */
}

/* menu item highlight color for top menu */
/* color=item highlight color */
.listx:hover {
    background-color: #119d9a;
}

/* menu item focus item */
#nav > ul > li a:hover {
    background-color: #367c7c;
}

/* submenu item */
nav#nav ul ul,
.dropotron {
    background-color: rgba(26,199,177, 0.6)
}

/* boxes on the first page */
.mid-box,
#gb .bbx {
    background-color: rgba(74,181,192, 0.8) !important;
}

    /* boxes on the first page highlight */
    .mid-box:hover {
        background-color: rgba(46,164,176,0.95) !important;
    }

/* Footer Blocks */
/* Footer Contact Us,Tenant intro text bgrnd & Contact/Company Directory bgrnd */
.wrapper.style3 {
    background-color: #23939d;
}

/* Free Management Quote,  Online Application & other forms*/
#blueform {
    background-color: #264e58;
}

/* form buttons */
/* color: Footer Contact Us bgrnd*/
input[type="submit"], input[type="reset"], input[type="button"], .button {
    border-color: #4f7782;
    color: #4f7782;
}

    /* form buttons on mouse hover */
    /* background:Footer Contact Us bgrnd*/
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
        background: #4f7782;
        color: white;
    }

/* footer button override for dark background */
#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer .button {
    color: 4c4c4c;
    border-color: 4c4c4c;
}

    /* footer button override for dark background on mouse hover */
    /* color: Menu bar color*/
    #footer input[type="submit"]:hover,
    #footer input[type="reset"]:hover,
    #footer input[type="button"]:hover,
    #footer .button:hover,
    #gb .bbx .btn:hover {
        background: white;
        color: #367c7c;
    }

/* footr button override on dark backround on mouse move*/
/* background color=color of main page boxes */
input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, .button.alt:hover {
    background: white;
    color: #94c4c4;
}

/* Top right email, phone, login links */
#phoneanchor, #phoneanchor:visited, #phoneanchor:active, .loginanchor,
#emailanchor {
    color: #356d6e;
}

    /* Top right email, phone, login links mouse over */
    /* color = menu bar color*/
    #phoneanchor:hover,
    #emailanchor:hover,
    .loginanchor:hover {
        color: #94c4c4;
    }

/* popup messages background */
/* background color=Upper right text*/
#popup_result {
    background-color: #23939d;
}

/*Footer Contact Us background*/
.wrapper.style8, .wrapper.style5 {
    background-color: #4f7782;
}

/* Footer Background Bottom of the page */
#footer {
	background-color: #222222;
}