﻿body {
	background: #007536;
	background-image: url('../images/headerl.jpg');
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000000;
	padding: 0; 
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
#wrapper {
	width: 860px;
	margin: 0 auto;
}
#header {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#content {
	background-color: #ffffff;
	padding: 20px 10px;
}
#footer {
	clear: both;
	background-color: #FFAC2F;
	text-align: center;
	height: 80px;
	padding: 20px 10px 10px;
}

.separator {
	height: 2px;
	background-color: #E9AB17;
	clear: both;
	margin: 2em 0;
}
.separatorInvisible {
	height: 0;
	clear: both;
}
.column {
	float: left;
	padding-left: 40px;
	width: 340px;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	border-bottom: 2px solid #00B454;
}

#navigation a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	background-color: #00B454;
	border-top: 2px solid #00B454;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 7px 0px 0px 0px;
	height: 23px;
	width: 171px;
}
#navigation a:hover {
	background-color: #36DA82;
}
#navigation a:active {
	background-color: #62DA9A;
}

/* -- text styles -- */

p {
	font-size: 93%;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1em;
}

h1, h2 {
	text-transform: uppercase;
	color: #198ea8;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	margin: 0;
	color: #198ea8;
	font: bold 100% Arial, Helvetica, sans-serif;
}

#wptbl {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	font-size: 7pt;
}
td {
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
   
}
.column h1 {
	font-size: 120%;
}
   

/* -- boxout stuff -- */

#boxout {
	background: #FF4A00 url("../../produce/style/assets/boxout_corner.gif") top left no-repeat; 
	float: right; 
	width: 172px; 
	margin-left: 30px; 
	margin-bottom: 20px;
	padding-top: 20px;
} 
#boxout img {
	border: 1px solid #ffffff; 
	margin-bottom: 1em;
} 
#boxout img, #boxout p {
	margin-left: 10px;
	margin-right: 10px;
}
#boxout p {
	font-weight: bold;
	font-size: 85%;
	line-height: 1.2em;
	color: #ffffff;
	padding: 0;
}
#boxout2{
	background: #00B454 url("../../produce/style/assets/boxout_corner.gif") top left no-repeat; 
	float: left; 
	width: 300px; 
	margin-left: 30px; 
	margin-bottom: 20px;
	padding-top: 20px;
} 
#boxout2 img {
	border: 1px solid #ffffff; 
	margin-bottom: 1em;
}
#boxout2 img, #boxout2 p {
	margin-left: 10px;
	margin-right: 10px;
}
#boxout2 p {
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2em;
	color: #ffffff;
	padding: 0;
}
.smallcaptionleft {
	display: inline;
	float: left;
	width: 342px;
	margin: 5px;
	padding: 5px;
	border: solid 1px #ddd;
	background: #ffffcc; font-size:90%;
	line-height: 100%;
	font-style: italic;
}

.smallcaptionright {
	float: right;
	margin: 5px;
	padding: 5px;
	width: 250px;
	border: solid 1px #ddd;
	background: #ffffcc;
	font-size:80%;
	line-height: 100%;
	font-style: italic;
} 

