@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
}
a:link,
a:visited {
	text-decoration: none;
	color: #8DBA47;
}
a:hover {
	color: #626365;
	text-decoration: underline;
}
h1 {
	font-style: italic;
	color: #6C9D31;
	font-weight: bold;
	font-size: 24px;
	font-variant: normal;
	text-transform: capitalize;
	font-family: "Comic Sans MS", cursive;
	text-shadow: 2px 2px 1px #CCC;
}
h4 {
	color: #FE9903;
}

.oneColFixCtrHdr #all #container #mainContent h2 {
	font-size: 18px;
	color: #6C9D31;
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
	text-transform: capitalize;
	font-variant: normal;
}

.oneColFixCtrHdr #all {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Crunch-the-Caterpillar-BG.png);
	background-repeat: no-repeat;
	background-position: -275px -203px;
	margin-top: 0px;
	padding-top: 20px;
	width: 900px;
}
.oneColFixCtrHdr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #all #container #header h1 {
	float: right;
	font-size: 24px;
}
.oneColFixCtrHdr #header h1 {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: -245px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #all #container #footer a:link,
.oneColFixCtrHdr #all #container #footer a:visited{
	text-decoration: none;
	color: #8DBA47;
}
.oneColFixCtrHdr #all #container #footer a:hover{
	text-decoration: underline;
	color: #626365;
}
.oneColFixCtrHdr #all #container #header #menuTable {


}

.oneColFixCtrHdr #all #container #mainContent #TopPara h1 {
	font-style: italic;
	color: #6C9D31;
	font-weight: bold;
	font-size: 24px;
	font-variant: normal;
	text-transform: capitalize;
	font-family: "Comic Sans MS", cursive;
	text-shadow: 2px 2px 1px #CCC;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	min-height: 300px;
}
.oneColFixCtrHdr #all #container #mainContent #TopPara {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 140px;
	margin-top: 10px;
	background-image: url(../images/grass.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oneColFixCtrHdr #all #container #mainContent #ladybird {
	float: right;
	height: 150px;
	width: 250px;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.oneColFixCtrHdr #all #container #mainContent #SecondPara p {
	-moz-column-width: 12em;
	-webkit-column-width: 12em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	-moz-column-rule: 1px solid green;
	-webkit-column-rule: 1px solid green;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.oneColFixCtrHdr #all #container #mainContent #TopPara p img {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.oneColFixCtrHdr #all #container #footer #privacy {
	float: right;
	font-size: 10px;
	padding-top: 10px;
}
.oneColFixCtrHdr #all #container #mainContent #TopPara table {
	border: 2px solid #6C9D31;
	padding: 2px;
	margin: 2px;
}
.oneColFixCtrHdr #all #container #mainContent #TopPara table tr td {
	border: 1px groove #6C9D31;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#wagmp_map_1 {
	margin-bottom: 20px;
	border: 1px solid #6C9D31;
}
