@import "menu.css";
html {
	height: 100%;
	overflow: auto;
}
html > body div#allAreas {
	height: auto;
}
h2,h3 {
	margin: 0em 0em .8em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em .7em 0em;
	line-height: 1.2em;
}
body {
	background: #fff url('images/bg.jpg') repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #576161;
	height: 100%;
	_height: 99.9%;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
}
h2,h3 {
	margin: 0em 0em 1em 0em;
}
p {
	margin: 0em 0em 0.8em 0em;
	line-height: 1.3em;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#container {
	position: relative;
	width: 1060px;
	margin: 0px auto;
	text-align: center;
	background: url('images/container.jpg') no-repeat;
}
div#header {
	position: relative;
	width: 964px;
	margin: 0px auto;
	text-align: left;
}
h1#logo {
	margin: 0px 0px 0px 9px;
	height: 97px;
	width: 252px;
	background: url('images/logo.gif');
}
h1#logo em {
	display: none;
}
ul#topNav {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#topNav li {
	display: inline;
	padding: 0px;
	font-size: 8px;
	font-weight: bold;
	padding: 0px 1em;
	border-right: 1px solid #4f4f4f;
}
ul#topNav li.NIMLastItem {
	padding: 0px 0px 0px 1em;
	border-right: none;
}
ul#topNav a {
	color: #4f4f4f;
	font-size: 9px;
	text-decoration: none;
}
ul#topNav a:hover {
	color: #05c5dc;
}
div#phone {
	position: absolute;
	top: 53px;
	right: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #011a2b;
}
div#navBar {
	position: relative;
	top: 2px;
	background: url('images/menuBg.jpg');
	height: 49px;
}
form#searchArea {
	position: absolute;
	top: 10px;
	right: 18px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
form#searchArea input.text {
	margin: 0px;
	padding: 3px 2px;
	width: 130px;
	border: 0px;
	background: none;
	font-size: 10px;
}
form#searchArea input.button {
	margin: 0px;
	position: absolute;
	top: 3px;
	right: 0px;
	width: 15px;
}
div#contentHome {
	padding-bottom: 140px;
	text-align: left;
}
div#contentHome a {
	color: #576161;
}
div#contentHome a:hover {
	text-decoration: none;
}
div#baseline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url('images/baseline.jpg');
}
div#footer {
	width: 964px;
	margin: 0px auto;
	text-align: left;
	height: 97px;
	background: url('images/footerBg.jpg');
	font-size: 11px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 27px 0px 0px 0px;
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}