@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('Chunkfive.ttf') format('truetype');
}

.SubHeader h3 {
	font-family: 'ChunkFiveRegular',trebuchet ms, verdana;
	font-size: 1.8em;
	line-height: 0.5em;
	font-weight: normal;
	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: normal;
	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: normal;
	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;
}

.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;	
}

.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: 100%;
	margin-bottom: 30px;
	background-image: url('images/trans.png');
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Tall {
	min-height: 400px;
	height: 600px;
}

.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%;
	height: 50%;  
	BOTTOM: 0px; 
	POSITION: absolute; 
	TOP: 30px;  
}

.LeftColumn {
	float: left;
	width: 400px;
	position: relative;
	top: 0px;
}

.RightColumn {
	float: right;
	width: 390px;
	position: relative;
	top: 0px;
	padding-left: 10px;
}

.Content {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 370px;
	padding: 10px;
	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: 370px;
	height: 370px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

.PhotoWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	height: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
}

.Photo {
	float: left;
	width: 370px;
	height: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}