﻿/* Menu bar Background */
#no-bg-wrapper {
    background-color: rgb(255,255,255);
}

#header {
    background: rgba(0, 0, 0,0.8);
}

.header-no-banner #header {
    /* header without background image */
}

/* menu item focus item */
#nav > ul > li a:hover {
    background-color: #940941;
}

/* menu item highlight color for top menu */
/* color=item highlight color */
.listx:hover {
    background-color: #c20840;
}

/* submenu item */
nav#nav ul ul, .dropotron {
    background-color: rgba(149,7,64, 0.9)
}

/* boxes on the first page */
.mid-box,
#gb .bbx {
    background-color: rgba(148,9,65, 0.80) !important;
}

/* boxes on the first page highlight */
.mid-box:hover {
    background-color: rgba(110,34,50,0.90) !important;
}

/* Footer Blocks */
/* Footer Contact Us,Tenant intro text bgrnd & Contact/Company Directory bgrnd */
.wrapper.style3 {
    background-color: #525252;
}

/* Free Management Quote,  Online Application & other forms*/
#blueform {
    background-color: #940940;
}

/* form buttons */
input[type="submit"], input[type="reset"], input[type="button"], .button {
    border-color: #6a6a6a;
    color: #6a6a6a;
}

/* form buttons on mouse hover */
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    background: #950740;
    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,
#gb .bbx .btn:hover {
    background: #950740;
    color: white;
}

/* 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: #950740;
    color: white;
}

/* Top right email, phone, login links */
#phoneanchor, #phoneanchor:visited, #phoneanchor:active, .loginanchor,
#emailanchor {
    color: #434343;
}

/* Top right email, phone, login links mouse over */
/* color = main red color 950740*/
#phoneanchor:hover,
#emailanchor:hover,
.loginanchor:hover {
    color: #950740;
}

/* popup messages background */
/* background color=Upper right text*/
#popup_result {
    background-color: #434343;
}

/*Footer Contact Us background*/
.wrapper.style8, .wrapper.style5 {
    background-color: #686868;
}

/* Footer Background Bottom of the page */
#footer {
	background-color: #222222;
}
