@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #554f4f;
	background: #fff url('images/bgstrip.jpg') repeat-x;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 1.2em 0em;
	line-height: 0.8em;
}
p {
	margin: 0em 0em 1.6em 0em;
	line-height: 1.3em;
}
a {
	color: #aebc20;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
div#container {
	position: relative;
	width: 851px;
	margin: 0px auto;
	text-align: left;
}
img#printlogo {
	display: none;
}
div#header {
	width: 851px;
	background: url('images/homebanner.jpg') no-repeat right top;
	height: 273px;
}
form#searchArea {
	position: absolute;
	left: 35px;
	width: 150px;
	top: 240px;
}
form#searchArea input.text {
	padding: 1px 2px 1px 2px;
	width: 124px;
    color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	float: left;
	display: inline;
	border: 1px solid white;
}
form#searchArea input.button {
	float: right;
	display: inline;
	margin-top: 0px;
}
div#breadCrumb {
	margin: 237px 0px 0px 230px;
	text-align: left;
	color: #788382;
	font-size: 11px;
	font-weight: normal;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	float: left;
}
div#breadCrumb a {
	color: #788382;
	font-weight: normal;
	text-decoration: none;
}
div#loginbutton {
	position:relative;
	margin: 233px 20px 0px 0px;
	float:right;	
	list-style: none;
	display: inline;
}
div#bodyContent {
	width: 851px;
	height: 300px;
	min-height: 300px;
	height: auto;
	background: url('images/verticalcontainerbg.gif') repeat-y;
}
div#navBar {
	position: relative;
	float: left;
	display: inline;
	width: 177px;
	min-height: 352px;
	height: auto !important;
	height: 352px;
	padding: 0px 10px 80px 23px;
	background: url('images/navBar.jpg') no-repeat left top;
}

div#contentArea {
	float: right;
	display: inline;
	width: 641px;
	min-height: 343px;
	height: auto !important;
	height: 343px;
	background: url('images/contentbg.jpg') no-repeat right top;
}
div#content {
	padding: 30px 40px 0px 30px;
}
div#footer {
	background: url('images/footer.jpg') no-repeat bottom;
	width: 851px;
	height: 69px;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div#footer a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	display: inline;
}
ul#design {
	float: right;
	display: inline;
}
ul#footerNav,
ul#design {
	margin: 27px 30px 0px 30px;
	padding: 0px;
	list-style: none;
}
ul#footerNav li,
ul#design li {
	display: inline;
	padding: 0em 0.8em;
}
ul#design li {
	border-right: 1px solid #fff;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}