@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; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(green_images/bodyBack4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b8c698;
	margin: 0 auto;
	text-align: left;
	border: thin solid #b8c698;
}
.oneColFixCtrHdr #header {
	background-color: #1a2313;
}
.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #b8c698;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b8c698;
}
.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 */
}
.headerImg {
	float: right;
}
.NavTableStyle {
	background-color: #b8c698;
	padding-left: 5px;
}
.NavTableStyleMain {
	background-color: #b8c698;
	padding-left: 5px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #8eb936;
}
.tableBackground {
	background-color: #8eb936;
	padding-right: 5px;
	padding-left: 5px;
}
.tableHeaderArrow {
	background-color: #8eb936;
	background-image: url(green_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004b23;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.tableLines {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	color: #000000;
	background-color: #ffffff;
}
.LoginStyle {
	height: 100px;
	width: 200px;
	position: absolute;
	top: 5px;
	right: 20px;
}
.NumberStyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #b8c698;
}
.whiteStyle {
	color: #ffffff;
	font-weight: bold;
}
.TableWhite {
	background-color: #ffffff;
}
.TableWhitePad {
	background-color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
}
.cellSolidLineTop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #004b23;
	padding-top: 10px;
}
.breadCrumbStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b8c698;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #004b23;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004b23;
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004b23;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-top: 7px;
	margin-bottom: 7px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 10px;
	white-space: normal;
	list-style-type: square;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #b8c698;
}
.HeadlineCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 125%;
	font-weight: bold;
	color: #ffffff;
}
.redCopy {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.greenCop {
	color: #406225;
}
.brightGreenCopy {
	color: #8EB93b;
}
.menuInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004b23;
}
.catMenu {
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #004b23;
	padding-top: 5px;
}
.AdvDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}
.LogInH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #004b23;
}
.LogInDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.catTableArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004b23;
	padding-left: 4px;
	border: thin dotted #3e6448;
	background-color: #b8c698;
}
.catTableArrowDown {
	background-color: #b8c698;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3e6448;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.catNavMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #3e6448;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #004b23;
}
.productImage {
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageWrap {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.imageWrapRight {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
.headHorLine {
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #3e6448;
	padding-top: 15px;
}
.tableBackgroundSearch {
	background-color: #004b23;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
	background-image: none;
	color: #b8c698;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.tableBackNoPadDgr {
	background-color: #004b23;
}
.DarkGreenCopy {
	color: #004b23;
	font-weight: bold;
}
.tableBackNoPadDgrImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8eb936;
	text-align: left;
	background-color: #004b23;
	padding: 5px;
}
