@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(css_img/page_bkgrnd1.jpg) top left no-repeat #3a4e19;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 12px;
	color: #FFF;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #CCC;
}
input {
	font-size: 9px;
	height: 12px;
	width: 70px;
}
.Contents {
	width: 1200px;
	background-image: url(css_img/page_bkgrnd.jpg);
	min-height: 722px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #3a4e19;
}
.green #container {
	width: 1000px;
}

.green #header {
	padding: 0 10px 0 10px;  /* 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. */
}
.green #headerContact {
	float: left;
	top: 136px;
	position: absolute;
	z-index: 1;
	left: 593px;
	font-size: 10px;
	width: 370px;
}
.green #headerLogin {
	float:right;
	top:0px;
	font: bold;
	color:#000;
	border: 0px;
	font-size: 9px;
}
.green #headerMain {
	float: left;
	width: 450px;
	min-height: 160px;
}
.green #navTop {


}
.nav #navButton {
	background-image: url(css_img/nav_bar_rpt.png);
	background-repeat: repeat-x;
}

.nav {
	width: 950px;
	min-height: 39px;
	height: 39px;
	font-family: Tahoma, Geneva, sans-serif;
	font: bold;
	font-size: 14px;
	text-align: center;
}
.nav2 {
	background-image: url(css_img/nav2_rpt.png);
	height: 25px;
}
.nav2 a {
	padding: 6px 7px 6px 7px;
	color: #000;
	font: bold;
}
.nav2 a:hover {
	color: #FFF;
	font: bold;
	background-color: #3a4e19;
}
.green #contentLeft {
	background-image: url(css_img/body_shadow_lft_rpt.png);
	background-repeat: repeat-y;
	
}
.green #contentCenter {
	background-image: url(css_img/content_bkgrnd_rpt.png);
	
}
.green #contentRight {
	background-image: url(css_img/body_shadow_rght_rpt.png);
	background-repeat: repeat-y;
	
}
.green #mainContent {
	width: 950px;
	color:#000;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.green #paragraph {
	padding: 0px 15px 0px 15px;
	text-indent: 15px;
	font-size: 13px;
	vertical-align: top;
	top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.green #paragraph a {
	color: #009;
}
.green #paragraph a:hover {
	color: #090;
}
.green #serving {
	color:#333;
}
.green #serving a {
	color: #033;
	font-size: 9px;
}
.green #serving a:hover {
	color: #090;
	font-size: 9px;
}
.green #mainContentBottom_Left {
	background-image: url(css_img/content_footer_lft.gif);
	background-repeat: no-repeat;
	height:	13px;
	width: 14px;
}
.green #mainContentBottom_Center {
	background-image: url(css_img/content_footer_rpt.gif);
	background-repeat:repeat-x;
	height: 13px;
	width: 922px;
	
}
.green #mainContentBottom_Right {
	background-image: url(css_img/content_footer_rght.gif);
	background-repeat: no-repeat;
	height:	13px;
	width: 14px;	
}
.footer {
	bottom: 0px;
	font-size: 10px;
} 
.mainFooter {
	background-image: url(css_img/footer_rpt_green.gif);
	background-repeat: repeat-x;
	min-height: 103px;
	max-height: 103px;
	z-index: 1;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.mainFooter #Top {
	font: bold;
	font-size: 14;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.mainFooter #Bottom {
	color: #000;
	font: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
