@import "menu.css";
html {
	height: 100%;
	overflow: auto;
	background: #cce5f2 url('images/bg.gif') repeat-x top;
}
html > body div#allAreas {
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: url('images/footerBg.gif') repeat-x bottom;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	_height: 99.9%;
}
a {
	color: #007BBF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 0.8em 0em;
	line-height: 1.2em;
}
p {
	margin: 0em 0em 1em 0em;
	line-height: 1.2em;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	background: #fff;
	width: 900px;
	text-align: left;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#header {
	background: url('images/header.gif') no-repeat;
	height: 204px;
}
form#searchArea {
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 265px;
	width: 175px;
	height: 14px;
	float: left;
}
form#searchArea label {
	float: left;
	font-size: 12px;
	color: #80BDDF;
	margin: 0px 6px 0px 0px;
}
form#searchArea input.text {
	margin: 0px;
	width: 105px;
	height: 10px;
	border: 1px solid #80BDDF;
	color: #80BDDF;
	background: none;
	font-size: 9px;
	float: left;
	margin: 0px 2px 0px 0px;
}
form#searchArea input.button {
	padding: 0px 0px 0px 0px;
	float: left;
}
div#logo {
	margin: 20px 70px 0px 0px;
	width: 178px;
	height: 89px;
	float: right;
	display: inline;
}
div#content {
	margin: 0px 20px;
	padding: 0px 0px 105px 0px;
}
div#baseline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
div#linksLeft {
	float: left;
	width: 775px;
}
div#linksLeft img {
	float: left;
	width: 112px;
	margin-left: 20px;
}
div#links {
	float: right;
	width: 630px;
	text-align: center;
}
img#linksRight {
	float: right;
	width: 70px;
	margin-right: 40px;
}
div#baseline ul {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 12px;
}
div#baseline ul li {
	margin: 0px;
	border-right: 1px solid #007BBF;
	padding: 0px 9px;
	display: inline;
}
div#baseline ul li.NIMLastItem {
	border: 0px;
	padding-right: 0px;
}
div#baseline ul li a {
	color: #007BBF;
	text-decoration: none;
}
div#baseline ul li a:hover {
	text-decoration: underline;
}
div#baseline ul#design {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
div#baseline ul#design li {
	font-size: 8px;
	border-right: 1px solid #aaa;
}
div#baseline ul#design li a {
	color: #aaa;
}
div#baseline ul#design li.NIMLastItem {
	border: 0px;
	padding-right: 0px;
}
div#footer {
	height: 37px;
	font-size: 12px;
	color: #fff;
	background: #007bbf url('images/footerBgMiddle.gif') repeat-x bottom;
}
div#locations {
	padding: 10px 0px 0px 40px;
	float: left;
	width: 500px;
}
div#footerGroup {
	padding: 0px 0px 0px 140px;
	width: 220px;
	float: right;
}
div#info {
	padding: 10px 0px 0px 0px;
	width: 150px;
	float: left;
	vertical-align: center;
}
div#footer img {
	padding: 2px 20px 0px 0px;
	float: right;
	width: 44px;
}