﻿#no-bg-wrapper {
    background-color: rgb(255,255,255);
}

/* Menu bar Background */
#header {
    background: rgba(85,128,233,0.6);
}

.header-no-banner #header {
    /* header without background image */
}

/* menu item focus item */
#nav > ul > li a:hover {
    background-color: #84ceeb;
}

/* menu item highlight color for top menu */
/* color=item highlight color */
.listx:hover {
    background-color: #608de8;
}

/* submenu item */
nav#nav ul ul,
.dropotron {
    background-color: rgba(90,184,235, 0.6)
}

/* boxes on the first page */
.mid-box,
#qb .bbx {
    background-color: rgba(82,86,142, 0.7) !important;
}

    /* boxes on the first page highlight */
    .mid-box:hover {
        background-color: rgba(36,33,163,0.9) !important;
    }

/* Footer Blocks */
/* Footer Contact Us,Tenant intro text bgrnd & Contact/Company Directory bgrnd */
.wrapper.style3 {
    background-color: #504f82;
}

/* Free Management Quote,  Online Application & other forms*/
#blueform {
    background-color: #2b2b47;
}

/* form buttons */
input[type="submit"], input[type="reset"], input[type="button"], .button {
    border-color: #504f82;
    color: #504f82;
}

    /* form buttons on mouse hover */
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
        background: #504f82;
        color: white;
    }

/* footer button override for dark background */
#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer .button {
    color: white;
    border-color: white;
}

    /* footer button override for dark background on mouse hover */
    #footer input[type="submit"]:hover,
    #footer input[type="reset"]:hover,
    #footer input[type="button"]:hover,
    #footer .button:hover,
    #qb .bbx .btn:hover {
        background: white;
        color: #5580e9;
    }

/* 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: #5580e9;
}

/* Top right email, phone, login links */
#phoneanchor, #phoneanchor:visited, #phoneanchor:active, .loginanchor,
#emailanchor {
    color: #504f82;
}

    /* Top right email, phone, login links mouse over */
    /* color = main red color 950740*/
    #phoneanchor:hover,
    #emailanchor:hover,
    .loginanchor:hover {
        color: #5ab8eb;
    }

/* popup messages background */
/* background color=Upper right text*/
#popup_result {
    background-color: #504f82;
}

/*Footer Contact Us background*/
.wrapper.style8, .wrapper.style5 {
    background-color: #504f82;
}

/* Footer Background Bottom of the page */
#footer {
	background-color: #222222;
}