@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(HTML_Images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#flashcontent {
	width: 100%;
margin: 0px auto;
}	
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	border-right-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #b0b0b0;
}
#lettuce {
	background-image: url(HTML_Images/Lettuce3.png);
	background-repeat: repeat-y;
	width: 925px;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #lettuce #container #mainContent #tagline {
	color: #999;
	font-size: 22px;
}
.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 */
	font-family: "Times New Roman", Times, serif;
	color: #F00;
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(HTML_Images/Fork.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}
#info {
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	padding-right: 20px;
	padding-left: 20px;
}
#leftcolhome {
	width: 240px;
	float: left;
	background-image: url(HTML_Images/MakotoWatermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightcolhome {
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #B0B0B0;
	float: left;
	width: 480px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.H3 {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 26px;
}
.subhead {
	font-size: 15px;
	color: #333;
}
.bodytext {
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
.bodydark {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.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;
}


.oneColFixCtrHdr #footer {
	background-color: #016612;
	background-image: url(HTML_Images/bottomBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #lettuce #container #mainContent p {
	width: 300px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
}
.oneColFixCtrHdr #lettuce #container #mainContent h2 {
	font-size: 15px;
	font-weight: lighter;
	color: #333;
	width: 325px;
	line-height: 25px;
}
.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 */
	color: #030;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 14px;
}.oneColFixCtrHdr #lettuce #container #mainContent h1 {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

.left-element {
	float: left;
	}

.left-element2 {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
	#footer2 {
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
}
.oneColFixCtrHdr #lettuce #container #footer2 a {
	color: #666;
	text-decoration: underline;
}

/* NAVIGATION */

#nav {
	float: right;
	background-color: #FFF;
	margin-top: 68px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	background-color:#FFF;
}

#nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	font-size: 80%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-image: url(HTML_Images/buttonBack.gif);
	background-color: #ff0000;
}

#nav ul li a:hover, #nav ul li a:focus {
	background-color: #FF655E;
	color: #FFF;
	background-image: url(HTML_Images/buttonBack2.gif);.PageHeader {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	color: #F00;
}
.pageheader {
	font-family: Baskerville, "Times New Roman", Times, serif;
	color: #F00;
	font-weight: lighter;
	font-size: 36px;
	margin-top: 300px;
}
#bnav {
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}
