/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	border: #ccc solid 1px;
}

p {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}
/*-------------------------------------
GENERAL FORMATS
-------------------------------------*/
body {
	background: #d5edb3;
	text-align: center;
}

ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding:0;
	border-bottom: #F4FFE4 solid 1px;
}

li {
	margin: 0;
	padding: 10px 0 10px 10px;
	text-align: left;
	border-top: #F4FFE4 solid 1px;
}

li:hover {
	background: #9C6;
	color: #930;
}

li a {
	color: #F4FFE4;
}

li:hover a {
	color: #930;
}

/*-------------------------------------
Classes and Divs
-------------------------------------*/
#header {
	padding: 0;
	width: 100%;
	height: 101px;
	background: #D5EDB3;
}

#header div, h1 {
	font-family: Arial, Helvetica;
	letter-spacing: 2px;
}

#header h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #5c743d;
	font-weight: normal;
	font-size: 1.9em;
}

#header div.banner {
	margin: 0 auto;
	padding: 20px 10px 0 550px;
	width: 240px;
	height: 81px;
	text-align: center;
	color: #930;
	font-size: 0.8em;
	background: #D5EDB3 url("../images/banner.jpg") top left no-repeat;
}	

#sub_header {
	width: 100%;
	height: 32px;
	background: #9C6;
	border: #0D5118 solid 2px;
	border-right: 0;
	border-left: 0;
}

#breadcrumbs {
	margin-top: 2px;
	padding: 3px 0 0;
	width: 100%;
	height: 23px;
	color: #930;
	font-size: 0.7em;
	border: #fff dashed 1px;
	border-right: 0;
	border-left: 0
}

#breadcrumbs div.wrapper {
	margin: 0 auto;
	width: 800px;
}

#breadcrumbs div.left, #breadcrumbs div.right {
	float: left;
	padding: 0 0 0 10px;
	width: 390px;
}

#breadcrumbs div.left {
	text-align: left;
}

#breadcrumbs div.right {
	text-align: right;
}

#breadcrumbs span {
	padding-right: 10px;
}

#breadcrumbs a {
	padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #930;
}

#breadcrumbs a:hover {
	color: #F4FFE4;
}

#container {
	margin: 0 auto;
	width: 800px;
	height: 700px;
	background: #F4FFE4;
	border-right: #0D5118 solid 2px;
	border-bottom: #0D5118 solid 2px;
}

#container_aboutus {
	margin: 0 auto;
	width: 800px;
	height: 1040px;
	background: #F4FFE4;
	border-right: #0D5118 solid 2px;
	border-bottom: #0D5118 solid 2px;
}

#container_supply {
	margin: 0 auto;
	width: 800px;
	height: 940px;
	background: #F4FFE4;
	border-right: #0D5118 solid 2px;
	border-bottom: #0D5118 solid 2px;
}

#container_links {
	margin: 0 auto;
	width: 800px;
	height: 840px;
	background: #F4FFE4;
	border-right: #0D5118 solid 2px;
	border-bottom: #0D5118 solid 2px;
}

#left_nav {
	float: left;
	padding: 44px 0 0;
	width: 135px;
	height: 656px;
	text-align: right;
	background: #0D5118;
}

#left_nav div.aboutus {
	height: 996px;
	background: #0D5118;
}

#left_nav div.supply {
	height: 896px;
	background: #0D5118;
}

#left_nav div.links {
	height: 796px;
	background: #0D5118;
}

#left_nav a {
	padding: 0 20px 10px 5px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
}

#content {
	float: left;
	margin: 0;
	padding: 10px 4px 0 0;
	width: 648px;
	text-align: left;
}

#content  div, h1, h2, h3, h4 p {
	font-family: Arial, Helvetica;
	letter-spacing: .7px;
}

#content div {
	float: left;
	padding: 0 0 0 13px;
	color: #303030;
	font-size: 0.75em;
}

#content img.left {
	margin: 0 10px 10px 0;
}

#content h1 {
	margin: 0;
	padding: 5px 0 10px 13px;
	color: #0D5118;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 4px;
}

#content h2 {
	margin: 0;
	padding: 5px 0 5px 13px;
	color: #303030;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 1px;
}

#content h3 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	color: #303030;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .2px;
	text-decoration: underline;
}

#content h4 {
	margin: 0;
	color: #303030;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 1px;
}

#content a.links {
	float: left;
	padding: 0 13px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: #930;
}

#content a {
	padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #930;
}

#content a.left {
	float: left;
	padding: 0 0 5px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
	color: #930;
}

#content a:hover {
	color: #0D5118;
}

#content  p {
	text-align: top;
}

#content  p.indent {
	padding: 0 0 0 30px;
}

#content table.links {
	text-align: center;
}

#content table.links h3 {
	margin-bottom: 10px;
}

#content table.links td {
	padding: 0;
	font-size: 0.7em;
}

#content_home {
	float: left;
	margin: 0;
	padding: 10px 4px 0 0;
	width: 448px;
	text-align: left;
}

#content_home  div, h1, p {
	font-family: Arial, Helvetica;
	letter-spacing: .7px;
}

#content_home  div {
	float: left;
	padding: 0 0 0 13px;
	width: 448px;
	color: #303030;
	font-size: 0.75em;
}

#content_home  h1 {
	margin: 0;
	padding: 5px 0 10px 13px;
	color: #0D5118;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 4px;
}

#content_home  p {
	padding: 0 0 0 -4px;
}

#right_nav {
	float: right;
	margin: 0 4px 0 0;
	padding: 44px 0 0;
	width: 185px;
	text-align: right;
}

#right_nav div, h1 {
	font-family: Arial, Helvetica;
	letter-spacing: .9px;
}

#right_nav div {
	color: #303030;
	font-size: 0.3em;
}

#right_nav h1 {
	margin: 10px 0 0;
	color: #930;
	font-weight: normal;
	font-size: .9em;
	letter-spacing: 1px;
}

#right_nav p {
	color: #303030;
	font-size: 0.7em;
	letter-spacing: .8px;
}

#footer  {
	float: left;
	margin: 0;
	padding: 5px 0 10px 0;
	width: 100%;
	text-align: center;
	font-size: .9em;
}

#footer a {
	font-size: 0.7em;
	color: #930;
}