/* -- Basic Styles --*/
*	{
	padding:0;
	margin: 0 auto;
	}
	
body 	{
	color: #646464;
	font-family: Helvetica, Arial, sans-serif;
	line-height:150%;
	font-weight: 100;
}

li	{
	list-style:none;
	}
	
a {
	color:#9ad163;
	text-decoration:none;
}

/* -- Type --*/

.importanttext {
	color: #038819;
	font-weight: bold;
}

h1	{
	padding:0 0 .8em 0;
	}

section#main_banner	{
	-webkit-text-stroke: 1px black;
	-ms-text-stroke: 1px black;
	color: white;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	}
	
article#banner_text {
	width: 80%;
	padding: 5%;
	text-align:center;
	line-height: 100%;
	}
	
article#banner_text p 	{
	width: 80%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	line-height: 125%;
	text-align:center;
	}
	
article#banner_text h1	{
	font-size: 5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-outline: #5F5D5D;
	line-height: 100%;
	text-align: center;
	}	

.logo {
	font-family: 'Pacifico', cursive;
	font-size: 48px;
	vertical-align: sub;
	line-height: 2.5rem;
	text-align: justify;
}

.maintext {
	text-align: center;
	padding-top: 5%;
	font-weight: bold;
}
/* -- Layout --*/

#container {
	background-color: #fefefe;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

header	{
	width: 80%;
	background: #fefefe;
	/*position: relative;*/
	height: 10%;
	vertical-align: middle;
	margin-top: 2%;
	margin-bottom: 2%;
	}
	
header img	{
	float:left;
	}

section#main_banner	{
	background:url(images/banner-background.jpg) no-repeat center;
	width:100%;
	}
	
section#main_content	{
	background:url(images/content-background.jpg) no-repeat center;
	width:100%;
	height: 406px;
	}
	
section#subcontent	{
	background: #F2E6D1;
	width:1920px;
	height:375px;
	margin: 1% auto;
	}

#box	{
	width:80%;
	}
	
.column 	{
	width: 40%;
	display: inline-block;
	padding: 3%;
	vertical-align: top;
	}
	
.column p 	{
	padding: 3% 5%;
	text-align: left;
	}
.column a {padding: 3% 5%;}
.column a:hover	{
	text-decoration:underline;
	color:#F6AA03;
	}
		
#subcontent article	{
	width:80%;
	padding-top: 2%;
	}
	
#subcontent article img 	{
	float:left;
	border: 1px solid #5F5D5D;	
	margin: 5% 5% 5% 20%;

}

#subcontent article h2	{
	margin-top:3em;
}	

section#contact{
	background:#9ad163;
	}
	
/* -- Navigation --*/

nav		{
	width:50%;
	float:right;
	}
nav#header_nav {
	text-align: right;
}
nav#header_nav li	{
	display: inline-block;
	padding:1.2em 1em;
	}
	
nav#header_nav li a	{
	color:#808080;
	text-decoration:none;
	font-weight: 500;
	font-size: 85%;
}

nav#header_nav li a:hover	{
	color:#9ad163;
	}
	
/* -- footer --*/	

footer	{
	background:#fefefe;
	height:100px;
	padding: 1%;
	position: relative;
	margin: 1% auto;
}

footer nav	{
	font-size:90%;
	font-weight:500;
	float: none;
	width: 100%;
	text-align:center;
	margin: 0 auto;
}

footer nav li	{
	display: inline-block;
	padding:0 2em;
	}
	
footer nav li a 	{
	color:#848484;
	}
	
footer nav li a:hover	{
	text-decoration:underline;
	}
	
footer .copyright	{
	width:80%;
	text-align:center;
	font-size:80%;
	padding: 6em 0 0 0;
	}
