
   /* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #7c3520;
}
H1 {
	color: #7c3520;
}
H3 {
	color: #7c3520;
}

A, A:Link, A:Visited {
	color: #ad482b;
}
A:Hover {
	color: #7c3520;
}


   /* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social a{
	background-color: #ad482b;
}

   /* -------------------------- Header Style Classes Go Here -------------------------- */

.bg-header {
	background-image: none;
}
.bg-menu {
	background: #ad482b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad482b 0%, #7c3520 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ad482b 0%,#7c3520 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ad482b 0%,#7c3520 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad482b', endColorstr='#7c3520',GradientType=0 ); /* IE6-9 */
}
.box-phone {
	color: #ad482b;
}

/* -------------------------- Footer Style Classes Go Here -------------------------- */
   
.bg-footer-top {
	background-color: #ad482b;
}

/* -------------------------- Home Classes Go Here -------------------------- */

.main-banner-tagline {
	color: #ad482b;
}
.bg-home-bar {
	background-color: #7c3520;
}
.home-top-banner {
	background-image: url(../site-media/lafayette-care/lafayette-banner.jpg);
}
.main-banner-tagline {
	display: none;
}

/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn1, 
.btn1:link, 
.btn1:visited {
	color:#7c3520;
}
.btn2, 
.btn2:link, 
.btn2:visited {
	background-color: #7c3520;
	border: 1px solid #7c3520;
}
.btn2:hover {
	background-color: #ad482b;
}

   /* -------------------------- ASPxMenu Main -------------------------- */

.menu_hover {
   background-color: #ad482b;
   }

.menu_selected
{
   background-color: #ad482b;
}
 .sub_menu_item {
 	color: #ad482b;
 }
.sub_menu_item a, .sub_menu_item a:link, .sub_menu_item a:visited {
 	color: #ad482b;
 }
.sub_menu_item_hover {
	background-color: #ad482b;
 }
.sub_menu_item_selected {
	background-color: #ad482b;
 }  

   /* -------------------------- Responsive -------------------------- */
 
 @media (max-width: 800px) {
 
 	.header-right .box-phone {
		background-color: #ad482b;
	}
}
