


header #topHeader {
	
	background-color: #008562;
	
	
	color: #ffffff;
	
}

header #topHeader a, header #topHeader a:active {
	
	color: #ffffff;
	
}


header {
	background-color: #00b486;
}



nav ul li a {
	color: #000000;
}


body {
	background: #008562 !important;
}


nav ul li.active a {
	color: #ffffff;
}

nav ul li.active a:after {
	background-image: none;
}

header {
	border-bottom: 2px solid #ffffff !important;
}



button, .button {
	background-color:#00b486;
}

button.inverse,.button.inverse {
	color:#00b486;
}

.btn.btn-primary, .btn.btn-info, .btn.btn-success {
	background-color:#00b486;
	border-color:#00b486;
}


button, .button {
	color:#000000;
}

button.inverse,.button.inverse {
	background-color:#000000;
}

.btn.btn-primary, .btn.btn-info, .btn.btn-success {
	color:#000000;
}



button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus {
	color:#ffffff;
}

button.inverse:hover,.button.inverse:hover,button.inverse:active,.button.inverse:active,button.inverse:focus,.button.inverse:focus {
	background-color:#ffffff;
}

.btn.btn-primary:hover, .btn.btn-info:hover, .btn.btn-success:hover, .btn.btn-primary:active, .btn.btn-info:active, .btn.btn-success:active, .btn.btn-primary:focus, .btn.btn-info:focus, .btn.btn-success:focus {
	color:#ffffff;
}





button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus {
	background-color:#00b486;
}

button.inverse:hover,.button.inverse:hover, button.inverse:active,.button.inverse:active, button.inverse:focus,.button.inverse:focus {
	color:#00b486;
}

.btn.btn-primary:hover, .btn.btn-info:hover, .btn.btn-success:hover, .btn.btn-primary:active, .btn.btn-info:active, .btn.btn-success:active, .btn.btn-primary:focus, .btn.btn-info:focus, .btn.btn-success:focus {
	background-color:#00b486;
	border-color:#00b486;
}


.security-banner {
    background-color: #f0f0f0; /* Light grey background */
    color: #333; /* Dark grey text for contrast */
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #ccc; /* Slightly darker grey for border */
    width: 80%; /* Adjust width to fit the page better */
    margin: 20px auto; /* Center the banner with margin */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Improved shadow effect */
    border-radius: 8px; /* Rounded corners for a softer look */
    font-family: 'Nunito', sans-serif;
    position: relative;
}
