@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('images/background.jpg') repeat-x top;
}
img {
	border: 0px;
}
div.clear{
	width: 100%;
	clear: both;
	font-size: 1px;
}
div#container {
	position: relative;
	width: 910px;
	margin: 0px auto;
	text-align: left;
}
div#header {
	position: relative;
	background: url('images/header.jpg') no-repeat;
	height: 179px;
	text-align: left;
}
h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	height: 139px;
	width: 360px;
	background: url('images/logo.gif');
}
h1#logo em {
	display: none;
}
div#loginAreaLinks {
	position: absolute;
	top: 10px;
	left: 700px;
	font-size: 12px;
	color:: #70777D;
	font-weight: bold;
}
div#loginAreaLinks a {
	text-decoration: none;
	color: #3662AB;
}
form#searchBox {
	display: block;
	position: absolute;
	top: 148px;
	right: 20px;
}
form#searchBox legend {
	display: none;
}
form#searchBox fieldset {
	width: 157px;
}
form#searchBox fieldset,
form#searchBox input {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form#searchBox input.text {
	width: 125px;
	margin: 0px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form#searchBox input.submit {
	position: relative;
	top: 5px;
}
div#content {
	margin-top: 10px;
}
div#fastFind {
	float: right;
	width: 209px;
	height: 42px;
	background-image: url(images/fastfind.gif);	
}

ul#links,
ul#links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#links li {
	padding: 2px 0px;
}
div#breadCrumbs {
	text-align: left;
	padding: 3px 10px;
	width: 444px;
	float: left;
	margin: 2px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #90A1A8;
}
div#breadCrumbs a {
	color: #25B4BC;
	text-decoration: none;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
img#loginBtn {
	float: right;
	margin: 2px 3px;
}
img#loginBtn {
	float: right;
	margin: 2px 3px;
}
div#content {
}
div#contentArea {
	margin-left: 18px;
	text-align: left;
}
div#contentArea a{
	color: #308fce;
	font-weight: bold;
	text-decoration: underline;
}
div#contentArea a:visited,
div#contentArea a:hover {
	color:#b20822;
	text-decoration: underline;
}
div#footer {
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('images/footerbg.jpg');
	width: 910px;
	height: 80px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer .NIMLastItem {
	border: 0px;
}
div#footer a em {
	font-style: normal;
}
div#copyright {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
}
div#footerLinks {
	width: 640px;
	float: right;
	padding: 12px;
}
ul#footerNav {
	position: absolute;
	top: 15px;
	left: 100px;
	padding: 0px;
	margin: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0px 4px;
}
ul#design {
	position: absolute;
	top: 15px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}