﻿@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #899f54 url('images/bg.jpg') repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #635e5e;
	font-size: 12px;
}
h1,h2 {
	margin: 0em 0em 0.8em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em 1.5em 0em;
	line-height: 1.6em;
}
a {
	color: #65890d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
    color: #81a824;
}
div#container {
    position: relative;
	width: 983px;
	background: url('images/containerbg.jpg') repeat-y;
	margin: 0px auto;
	text-align: left;
}
img#printlogo {
	display: none;
}
div#menuBar {
    margin: 0px 30px;
}
div#top {
    background: url('images/top.jpg') no-repeat top;
	padding:  25px 10px 0px 60px;
}
div#breadCrumb {
	text-align: left;
	margin:  10px 0px 0px 63px;
	font-size: 9px;
	font-weight: bold;
	color: #6d6d6d;
}
div#breadCrumb a {
	color: #96bb3b;
	text-decoration: none;
}
div#content {
    width: 870px;
	padding: 25px 10px 0px 60px;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
}
div#footer {
	background: url('images/footerbg.jpg') no-repeat bottom;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424b2d;
	font-weight: bold;
}
div#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424b2d;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
    width: 500px;
    margin: 30px 0px 0px 60px;
}
ul#design {
	float: right;
    width: 350px;
    margin: 30px 0px 0px 0px;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #424b2d;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
