
/*START COLOR SHEET*/

body{
	background-color: #e1d5ac;
	}

.top-bar{
	background-color: #3f585c !important;
	} 

header{
	background-color: #e1d5ac;
	}

.banner-bg{
	background-color: #3f585c !important;
	}
	
.banner2-bg{
	background-color: #aeae67 !important;
	border-top:1px solid #260000;
	}
	
.tan-bg{
	background-color: #dccf9f  !important;
    }
    
.sideheader{
	background-color: #3f585c !important;
    }

/*Start Main Top Nav*/

nav li a{
	text-decoration:none;
	color:#3f585c;
	}

nav li a:hover{
	text-decoration:none;
	color:#ffff72;
	}

nav .selected a, .selected a {
    color: #3f585c !important;
}

/*END Main Top Nav*/

/*RESPONSIVE NAVIGATION COLORS*/

#menu-trigger {
	color: #FFFFFF; /* MENU HEADER TEXT COLOR */
	background-color: #aeae67; /* MENU HEADER BACKGROUND COLOR */
}

#menu {
	color: #000000; /* TEXT COLOR */
	background-color: #e1d5ac;
}

#menu a{
	color: #000000; /* TEXT COLOR */
	border-top: 1px solid #3f585c; /* DIVIDING LINES BETWEEN MENU ITEMS */
}

#menu a:hover{
	color: #ffff72; /* TEXT COLOR ON MOUSE-OVER */
	background-color: #3f585c; /* BACKGROUND COLOR ON MOUSE-OVER */
}


/*CONTACT PAGE*/

/*Contact Titles*/

.contact-title{color:#545632;}/*Dark Green*/

.maroon-tx{color:#5c190c !important}/*Maroon*/

/*------------------------------------------*/

/*MAINTENANCE PAGE*/

.maintenance-title{color:#545632;}/*Dark Green*/

/*------------------------------------------*/

/* Start Side Bar*/

ul.sidebar-list  li{
	width: 100%;
}

ul.sidebar-list-sub  li{
	width: 100%;
}

ul.sidebar-list  li a{ 
	color: #3f585c;
}

ul.sidebar-list  li a:hover{ 
	color: #dccf9f;
}

ul.recent-list li{
	float:left;
	width:90%;
}

ul.recent-list li a{
	color:#535353;
}

ul.recent-list h6{
	margin-bottom:0px;
	font-size:12px;
	font-family:Arial,sans-serif;
	font-weight:normal;
}

/* End Side Bar*/

/*START FOOTER */

/*Footer H tags... Break apart if you need different colors for each tag*/

#footer h1, #footer h2, #footer h3, #footer h4,  #footer h5, #footer h6, #footer h7{
	color: #FFFFFF;
}

#footer, #footer p {
	color: #FFFFFF;
}

.footertext{
	color: #FFFFFF;
}

/*Start Footer Nav*/

.footertext a{
	color:#e6e6e6;
}

.footertext a:hover{
	color:#ffff72;
}

/*END Footer Nav*/

/*Footer Titles*/

#footer strong{
	color: #ffff72;
}

/*Footer Divider*/

ul.footer-list li{
	border-bottom:1px solid #ffff72;
}

.fdivider{
	height: 2px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e1d5ac;	
}

.gdivider{
	height: 2px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom:1px solid #990000;	
}

/*Footer Background Color*/

#footer{
	background-color:#3f585c;
	border-top:5px solid #e1d5ac;
}

#bottom-banner{
	/*background-image:url(/core/images/footerbg.jpg);*/
	border-top:5px solid #ffff72;
	border-bottom:5px solid #ffff72;
    /*-moz-box-shadow:0 16px 16px -10px rgba(0, 0, 0, 0.5) inset, 0 -16px 16px -10px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow:0 16px 16px -10px rgba(0, 0, 0, 0.5) inset, 0 -16px 16px -10px rgba(0, 0, 0, 0.5) inset;
     box-shadow:0 16px 16px -10px rgba(0, 0, 0, 0.5) inset, 0 -16px 16px -10px rgba(0, 0, 0, 0.5) inset;*/
}

.subfooter{
	background-color: #3f585c;
}

.copyright{
	color: #FFFFFF;
}

.copyright a{
	color: #FFFFFF;
}

.copyright a:hover{
	color: #ffff72;
}

/*END FOOTER */

.members-box{
	border: 1px solid #3f585c;
	background-color: #FFFFFF;
	background-image:url(/core/images/hoa-logo-members-box.png);
	background-repeat:no-repeat;
	background-position:bottom right;
    border-radius: 10px;
}

/*END COLOR SHEET*/

.red-bg{background-color:#CC0000 !important;}

.red2-bg{background-color:#DD0000 !important;}

.orange-bg{background-color:#F67A56 !important;}

.orange2-bg{background-color:#F08C19 !important;}

.blue-bg{background-color:#003564 !important;}

.blue2-bg{background-color:#0067A4 !important;}

.white-bg{background-color:#f8f8f8 !important;}

.green-bg{background-color:#009865 !important;}

.green2-bg{background-color:#8bc141 !important;}

.green3-bg{background-color:#77a536 !important;}

.maroon-bg{background-color:#3f585c !important;}

.tx-shadow{text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}

.maroon-tx{color:#5C190C !important;}

.red-tx{color:#FF012F !important;}

.red2-tx{color:#DD0000 !important;}

.orange-tx{color:#F67A56 !important;}

.blue-tx{color:#003564 !important;}

.blue2-tx{color:#0067A4 !important;}

.white-tx{color: #FFFFFF !important;}

.white-tx a{color: #FFFFFF !important;}

.white-tx a:hover{color: #000000 !important;}

.green-tx{color:#009865 !important;}

.green-tx a{color:#0F631C !important; text-decoration:none;}

.green-tx a:hover{color:#0C4715 !important; text-decoration:none;}

.green2-tx{color:#8bc141 !important; text-decoration:none;}

.green3-tx{color:#77a536 !important; text-decoration:none;}

.brown-tx{color:#533827 !important;}