/*TEMPLATE STYLE*/

div#background{
	background-color: #9fdfbf;
}
	
div#header-image{
	background-image: url("/media/images/desktop_header-3.png");
}
			
nav ul li, section#page-navbar ul li{
	background-color: #39ac73;
}

nav ul li:hover, section#page-navbar ul li:hover{
	background-color: #339966;
}
			
nav ul li.selected, section#page-navbar ul li.selected{
	background-color: #2d8659;
}	
			
nav ul li.selected:hover, section#page-navbar ul li.selected:hover{
	background-color: #2d8659;
}

main section#content{
	background-color: #d9f2e6;
}
		
a{
	color: #143927;
}
		
a:hover {
	color: #215e41;
}

button.quick-link{
	border: 2px solid #2d8659;
}

button.quick-link, footer div{
	background: #40bf80; /* Old browsers */
	background: -moz-linear-gradient(top,  #40bf80 0%, #2d8659 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #40bf80 0%,#2d8659 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #40bf80 0%,#2d8659 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40bf80', endColorstr='#2d8659',GradientType=0 ); /* IE6-9 */
}

button.quick-link:active{
	background: #2d8659; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d8659 0%, #40bf80 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2d8659 0%,#40bf80 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2d8659 0%,#40bf80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d8659', endColorstr='#40bf80',GradientType=0 ); /* IE6-9 */
}
	
/*Mobile devices*/
@media only screen and (max-width: 767px) {

	header{
		background: #40bf80; /* Old browsers */
		background: -moz-linear-gradient(top,  #40bf80 0%, #2d8659 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #40bf80 0%,#2d8659 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #40bf80 0%,#2d8659 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40bf80', endColorstr='#2d8659',GradientType=0 ); /* IE6-9 */
	}
	
}