body, p, h1, h2, h3, h4 ,h6{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}


.container  header {
	width: 100%;

	}
header #topbanner {
	margin-bottom: 10px;
	border-radius: 8px;
	width: 100%;
	height: 65px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(215,215,215,1.00) 100%);
	padding-top: 0px;
}
#topbanner #textleft  {
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	font-size: x-small;
	font-weight: bolder;
}

#topbanner #logo img {
	float: right;
	position: relative;
	margin-right: 23px;
	margin-top: 11px;
}


/* Mobile*/


@media screen and (max-width: 482px)
{
#topbanner #logo img {
	margin-top: 20px;
}

.container .menu ul {
}
  ul.topnav li:not(:first-child) {
	display: none;
}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }


/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin-right: -3px;
	margin-left: -3px;
	margin-bottom: -3px;
	padding: 0;
	overflow: hidden;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
}


/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

	

	
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
#topbanner #logo img {
	float: right;
	margin-right: 15px;
	width: 46%;
	height: 50%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 12px;


}
.container .menu .bigmenu {
	margin-top: -9999px;
	margin-left: -9999px;
	position: absolute;
}
.container #maincontent {
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	padding-bottom: 91px;
	opacity: 1;
	margin-top: 15px;
	overflow-y: auto;
}
.container #maincontent #content1 {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}


.button3 {
	width: 74px;
	display: inline-block;
}

.button3 a:link {
	text-decoration: none;
	width: 70px;
	background-image: -webkit-linear-gradient(270deg,rgba(20,128,0,1.00) 0%,rgba(4,27,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,128,0,1.00) 0%,rgba(4,27,0,1.00) 100%);
	color: #FFFFFF;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.button3 a:visited {
	color: #FFFFFF;
	border-radius: 5px;
}
.button3 a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(166,166,166,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(166,166,166,1.00) 0%,rgba(34,34,34,1.00) 100%);
}

	
	
	
}
/*end phone*/

/*Tablet*/

@media screen and (max-width:768px) and (min-width:483px){
	
	.container .menu ul {
}
  ul.topnav li:not(:first-child) {
	display: none;
}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }


/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin-right: -3px;
	margin-left: -3px;
	margin-bottom: -3px;
	padding: 0;
	overflow: hidden;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,156,73,1.00) 0%,rgba(36,59,32,1.00) 100%);
}


/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

	

	
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
#topbanner #logo img {
	float: right;
	margin-right: 15px;
	width: 46%;
	height: 50%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 7px;


}
.container .menu .bigmenu {
	margin-top: -9999px;
	margin-left: -9999px;
	position: absolute;
}
.container #maincontent {
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	padding-bottom: 27px;
	opacity: 1;
	padding-top: 0px;
	margin-top: 12px;
}

.container #maincontent #content1 {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	overflow-y: auto;
}
.button3 {
	width: 74px;
	display: inline-block;
}
.button3 a:link {
	text-decoration: none;
	width: 70px;
	background-image: -webkit-linear-gradient(270deg,rgba(20,128,0,1.00) 0%,rgba(4,27,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,128,0,1.00) 0%,rgba(4,27,0,1.00) 100%);
	color: #FFFFFF;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.button3 a:visited {
	color: #FFFFFF;
	border-radius: 5px;
}
.button3 a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(166,166,166,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(166,166,166,1.00) 0%,rgba(34,34,34,1.00) 100%);
}







}

/* End Tablet*/



/*Desktop*/

@media (min-width : 769px ){
.container .menu ul.topnav   {
	visibility: hidden;
	width: 1px;
	height: 1px;
	}


header #topbanner #textleft {
	margin-left: 27px;
	font-weight: bolder;
	position: absolute;
	margin-top: 3px;
	font-size: medium;
}
.container header #topbanner {
	width: 100%;
	height: 73px;
}
.container #maincontent {
	width: 100%;
	border-radius: 8px;
	margin-top: 11px;
	padding-bottom: 22px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.72) 36.79%,rgba(255,255,255,0.72) 68.91%,rgba(255,255,255,1.00) 100%);
	overflow-y: auto;
}


.menu  ul.bigmenu #largemenu {
	width: 100%;
	height: auto;
}


ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	border-radius: 8px;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #569C49;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
}

.dropdown-content a {
	color: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #464846;
}
.container #maincontent #content1 {
	width: 90%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.dropdown:hover .dropdown-content {
	display: block;
	z-index: 8;
	width: auto;
}
.button3 {
	width: 74px;
	display: inline-block;
}
.button3 a:link {
	text-decoration: none;
	width: 70px;
	background-image: -webkit-linear-gradient(270deg,rgba(20,128,0,1.00) 0%,rgba(4,27,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,128,0,1.00) 0%,rgba(4,27,0,1.00) 100%);
	color: #FFFFFF;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.button3 a:visited {
	color: #FFFFFF;
	border-radius: 5px;
}
.button3 a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(166,166,166,1.00) 0%,rgba(34,34,34,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(166,166,166,1.00) 0%,rgba(34,34,34,1.00) 100%);
}








}
/* End desktop*/
