
   /* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #034433;
}
H1 {
	color: #8b764b;
}
H3 {
	color: #034433;
}

A, A:Link, A:Visited {
	color: #046b50;
}
A:Hover {
	color: #034433;
}


   /* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social a{
	background-color: #8b764b;
}

   /* -------------------------- Header Style Classes Go Here -------------------------- */

.bg-header {
	background-image: none;
}
.bg-menu {
	background: #046b50; /* Old browsers */
	background: -moz-linear-gradient(top,  #046b50 0%, #034433 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #046b50 0%,#034433 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #046b50 0%,#034433 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046b50', endColorstr='#034433',GradientType=0 ); /* IE6-9 */
}
.box-phone {
	color: #046b50;
}

/* -------------------------- Footer Style Classes Go Here -------------------------- */
   
.bg-footer-top {
	background-color: #046b50;
}

/* -------------------------- Home Classes Go Here -------------------------- */

.main-banner-tagline {
	color: #046b50;
}
.bg-home-bar {
	background-color: #034433;
}
.home-top-banner { 

}
.main-banner-tagline {
	display: none;
}

/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn1, 
.btn1:link, 
.btn1:visited {
	color:#046b50;
}
.btn2, 
.btn2:link, 
.btn2:visited {
	background-color: #034433;
	border: 1px solid #034433;
}
.btn2:hover {
	background-color: #046b50;
}

   /* -------------------------- ASPxMenu Main -------------------------- */

.menu_hover {
   background-color: #046b50;
   }

.menu_selected
{
   background-color: #046b50;
}
 .sub_menu_item {
 	color: #046b50;
 }
.sub_menu_item a, .sub_menu_item a:link, .sub_menu_item a:visited {
 	color: #046b50;
 }
.sub_menu_item_hover {
	background-color: #046b50;
	color: white;
 }
.sub_menu_item_selected {
	background-color: #046b50;
	color: white;
 }  
  .sub_menu_item_hover a, .sub_menu_item_hover a:link, .sub_menu_item_hover a:visited {
  	color: white;
  	cursor: pointer;
 }

 
	/* -------------------------- Banner -------------------------- */
	
.banner_content_top {
	left: 25%;
	font-size: 42px;
	padding: 20px;
	width: 350px;
	top: 15%;
	color: #046b50;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	font-style: italic;
}	
 
   /* -------------------------- Responsive -------------------------- */
 
 
 @media (max-width: 1600px) {
 	.banner_content_top {
		left: 5%;
	}	    
}  
 @media (max-width: 1080px) {
 	.banner_content_top {
		width: 250px;
	}	    
}  
 @media (max-width: 800px) {
 
 	.header-right .box-phone {
		background-color: #046b50;
	}
	 .banner_content_top {
		width: 100%;
		left: auto;
		top: auto;
		bottom: 25%;
		background-color: rgba(255,255,255,0.8);
		text-align: center;
		font-size: 32px;
		line-height: 38px;
	}	 
}
