@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('Chunkfive.ttf') format('truetype');
}

*{font-weight:100;}

p.warning{width:100%;background:#fbf4ce;border:2px solid #eebe10;padding:20px;box-sizing:border-box;border-radius: 4px;text-align: center;font-family:trebuchet ms, verdana, sans-serif;}

p.alert{width:100%;background:#dffacc;border:2px solid #57bb0f;padding:20px;box-sizing:border-box;border-radius: 4px;text-align: center;font-family:trebuchet ms, verdana, sans-serif;}

.SubHeader h3 {
	font-family: 'ChunkFiveRegular',trebuchet ms, verdana;
	font-size: 1.8em;
	line-height: 0.5em;
	font-weight: 100;
	color: #002b50;
	text-shadow: 1px 1px 1px #ccc;
}

.Content h1 {
	font-family: 'ChunkFiveRegular',trebuchet ms, verdana;
	font-size: 3.5em;
	line-height: 1em;
	font-weight: 100;
	color: #77a733;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Content h3 {
	font-family: 'ChunkFiveRegular',trebuchet ms, verdana;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 100;
	color: #77a733;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Content p, li, table {
	font-family: trebuchet ms, verdana;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #2c4b00;
}

.Content strong{font-weight:700;}

.Navigation ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.Navigation li {
	list-style-type: none;
	text-align: center;
	display: block;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #77a733;
	border-left: 3px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	line-height:36px;
}

.Navigation li:hover {
	background-color: #ffffff;
	border-left: 3px solid #77a733;
}

.Navigation A {
	font-family: 'ChunkFiveRegular',trebuchet ms, verdana;
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.Navigation A:hover{
	color: #77a733;
	text-decoration: none;
}

.Navigation {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
}

.Footer p {
	font-family: trebuchet ms, verdana;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: normal;
	color: #2c4b00;
}

.Footer A {
	TEXT-DECORATION: underline;
	color: #1b2e00;
}

.Footer A:hover {
	TEXT-DECORATION: underline;
	color: #6fbd00;
}

.Content A:link {
	TEXT-DECORATION: underline;
	color: #1b2e00;
}
.Content A:visited {
	TEXT-DECORATION: underline;
	color: #1b2e00;
}
.Content A:active {
	TEXT-DECORATION: underline;
	color: #1b2e00;
}
.Content A:hover {
	TEXT-DECORATION: underline;
	color: #6fbd00;
}

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/grass.jpg');
}

img {
	border: 0 none;
}

.Wrapper {
	position: relative;
	float: left;
	width: 760px;
	background-image: url('images/trans.png');
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Tall {
	min-height: 400px;
	height: 600px;
}

.centered {
	margin:0 auto;
	position: relative;  
	display:block;width:800px;
	margin-top:30px;
}

.LeftColumn {
	float: left;
	width: 49%;margin-right:2%;
	position: relative;
	top: 0px;
}

.RightColumn {
	float: right;
	width: 49%;margin:0%;
	position: relative;
	top: 0px;
}

.Content {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 96%;padding:2%;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.HeaderText {
	position: relative;
	top: 20px;
	width: 390px;
	float: right;
	background-color: #eee;
}

input[type=text] {
	border: 0 none;
	border: 2px solid #cccccc;
	background-color: #fff;
	font-family: Sans-Serif; 
	color: #333; 
	font-weight: normal;
	margin-bottom: 3px;
}

input[type=text]:focus {
	border: 2px solid #1b2e00;
}

textarea {
	border: 0 none;
	border: 2px solid #cccccc;
	background-color: #fff;
	font-family: Sans-Serif; 
	color: #333; 
	font-weight: normal;
	margin-bottom: 3px;
}

textarea:focus {
	border: 2px solid #1b2e00;
}

input[type=submit] {
	border: 2px solid #1b2e00;
	background-color: #ccc;
	font-family: Sans-Serif;  
	color: #333; 
	font-weight: normal;
	margin-bottom: 3px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #f5f5f5;
	border: 2px solid #6fbd00;
}

.FloatRight {
	float: right;
}

.Gallery {
	position: relative;
	top: 10px;
	width: 100%;
	height: 350px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

.PhotoWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	height: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
}

.Photo {
	float: left;
	width: 100%;;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

iframe{width:100%;}

img{max-width:100%;height:auto;}

@media handheld, only screen and (max-width: 800px) {

.Content h1{font-size:2em;}

	.Wrapper{width:96%;margin:1%;padding:1%;}
	.centered{width:100%;margin-top:0.5%;}
	.LeftColumn {
		width:98%;
		margin:1%;
}

.Gallery{height:300px;}
.PhotoWrapper{height:300px;}

.RightColumn {
	width:98%;
		margin:1%;
}

.Content {
	width:96%;padding:2%;
}

.Content p{font-size:1em;}

}