@charset "utf-8";
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
.oneColFixCtrHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtrHdr #header {
	background: #354930;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #container #header img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.headertext1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 6px;
}
.headertext2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
.headertext3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 37px;
	font-weight: bold;
}
.headertext4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
.headertext5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	display: block;
	padding-bottom: 0px;
	padding-top: 40px;
	font-weight: bold;
}
.headertext6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 0px;
}
.headertext7 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.mctext1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #354930;
	display: block;
	margin-bottom: 10px;
	margin-top: 1px;
	width: 760px;
}
.mctext4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	color: #354930;
}

.mctext2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #354930;
}
.mctext3 {
	font-size: 16px;
	color: #354930;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mctextpopup {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #8C5B3A;
}
.mctextitalic {
	color: #354930;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: italic;
}
.imageleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: both;
}
.imageright {
	float: right;
	border: 15px ridge #a37b1b;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.picturetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #926442;
	text-decoration: underline;
	display: block;
}
.buttonimage {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}
.nobordimagleft {
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	clear: both;
}

.nobordimagert {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.homepageimage {
	float: left;
	margin-left: 55px;
	clear: none;
	margin-bottom: 10px;
}


.largeimage {
	float: left;
	border: 15px ridge #F90;
	margin-left: 75px;
}
.homeimagetext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #926442;
	text-decoration: underline;
	display: block;
	float: left;
	margin-left: 30px;
	width: 320px;
	text-align: center;
	vertical-align: middle;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.gallerylink {
	float: right;
	padding: 0px;
	font-size: 40px;
	color: #F00;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.eastbimage {
	float: left;
	margin-left: 100px;
}
.eastimageleft {
	float: left;
	margin-left: 100px;
}
.eastimagrt {
	float: right;
	margin-right: 100px;
}


.oneColFixCtrHdr #footer {
	background-color: #354930;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	margin-top: 5px;
}

.oneColFixCtrHdr #container #footer ul {
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #footer li {
	text-decoration: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #footer ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	color: #FFF;
	padding-left: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #8C5B3A;
}
a:visited {
	color: #8C5B3A;
}

.td1 {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
.td2 {
	font-size: x-small;
	text-align: center;
}
#mainContent li {
	margin-bottom: 15px;
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent form input {
	float: right;
}
.plantimage {
	margin-left: 28px;
}
.oneColFixCtrHdr #container #mainContent ul .mctext2 {
	list-style-type: circle;
}
