@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background: url(Images/grass.jpg) repeat;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7ea679 url(Images/pagelogo.jpg) no-repeat 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding: 200px 0px 0px 0px;
} 

.twoColFixLtHdr #mainContent {
	margin: 40px 40px 20 80px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #D1DFD0;
	width: 550px;
	z-index: 1000;
	float: right;
} 
#homeContent
{
	background: #7ea679;
	width: 600px;
	position: relative;
	margin-left: 100px;
	float: right;
	padding-bottom: 250px;
	padding-top: 0px;
}


.twoColFixLtHdr #footer {
	padding: 5px 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#52734d;
	color: #d1dfd0;
	text-align: center;
	font-size: 12px;
	clear: both;
} 
.twoColFixLtHdr #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;
}
.oneColFixCtr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC;
	margin: 0 20px; /* 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. */
} 
.oneColFixCtr
{
	background: #9DC28B;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

a:link {
	color: #7ea679;
}
a:visited {
	color: #8897CA;
}
a:hover {
	color: #069;
}
a.footerlinks:link {
	color: #7ea679;
	padding: 0px;
}
a.footerlinks:hover {
	color: #d1dfd0;
}
a.footerlinks:visited {
	color: #b7bcbc;
}
h1 {
	color: 3c597c;
	padding-top: 0px;
	font-size: 24px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 18px;
	padding: 0px;
}
h3 {
	font-size: 16px;
}
.Centertext
{
	font-size: 18px;
	text-align: center;
}
.Indenttext
{
	padding-left: 50px;
}
.boldtext
{
	font-weight: bold;
}
.bolditalic
{
	font-style: italic;
	font-weight: bold;
}.inserttable
{
	text-align: left;
	padding: 0px;
	margin: 30px 0px 30px 20px;
	position: relative;
	height: 100px;
	width: 300px;
}
.leftalign
{
	text-align: left;
}
.smalltext
{
	font-size: 10px;
}
#headerlinks
{
}

#tablecontainer
{
	width: 500px;
}
#productdata
{
	border: medium groove #7ea679;
	margin: 0px 20px 0px 160px;
	padding: 20px;
	font-weight: bold;
	background: #FFF;
}
#itemtable
{
	background: #d1dfd0;
	text-align: left;
}
#background
{
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background: #7ea679;
	float: left;
	position: absolute;
}
#headerlinks
{
	position: absolute;
	left: 296px;
	top: 15px;
	height: 30px;
	width: 469px;
	visibility: visible;
}

#largegraphic
{
	position: absolute;
	left: 317px;
	top: 333px;
}
.apdiv
{
	position: absolute;
	left: -205px;
	top: 370px;
	height: 171px;
	width: 200px;
}
#apDiv1 {
	position:absolute;
	visibility:visible;
	width:200px;
	height:171px;
	z-index:1;
	left: -140px;
	top: 360px;
}
#apDiv2 {
	position:absolute;
	visibility:visible;
	width:200px;
	height:171px;
	z-index:1;
	left: 364px;
	top: 360px;
}
#apDiv3 {
	position:absolute;
	visibility:visible;
	width:200px;
	height:171px;
	z-index:1;
	left: 110px;
	top: 450px;
}
.alignrt
{
	text-align: right;
}
#buttoncode
{
}
.redtext
{
	color: #F00;
}
