@import "menu.css";
html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('images/bgRepeat.jpg') repeat-y top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
img {
	border: 0px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0em 0em 1em 0em;
	line-height: 1.2em;
}
h1,h2 {
	margin: 0em 0em 0.4em 0em;
	line-height: 1em;
}
div.clear {
	width: 100%;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#bg {
	min-height: 420px;
	height: auto !important;
	height: 420px;
	background: url('images/bg.jpg') no-repeat top center;
}
div#container {
	margin: 0px auto;
	text-align: left;
	width: 928px;
}
form#searchArea {
	margin: 0px 24px 0px 0px;
	padding: 0px;
	width: 120px;
	float: right;
	display: inline;
}
form#searchArea input.text {
	margin: 0px;
	padding: 0px;
	width: 92px;
	border: 0px;
	background: none;
	font-size: 10px;
	color: #ccc;
	float: left;
	margin: 9px 0px 0px 8px;
	line-height: 14px;
	display: inline;
}
form#searchArea input.button {
	margin: 0px;
	right: 0px;
	float: right;
	margin: 9px 0px 0px 0px;
	display: inline;
}
div#logo {
	height: 100px;
	background: url('images/logo.gif') no-repeat 512px 21px;
}
img#printlogo {
	display: none;
}
div#contentRepeat {
	margin: 9px 0px 0px 0px;
	background: url('images/homeRepeat.gif') repeat-y top left;
}
div#contentArea {
	background: url('images/home.jpg') no-repeat top left;
	min-height: 644px;
	height: auto !important;
	height: 644px;
}
div#content {
	padding: 397px 37px 0px 39px;
}
div#footerArea {
	margin: 0px 0px 0px 0px;
	background: url('images/footer.gif') no-repeat top left;
	height: 150px;
}
div#footer {
	padding: 105px 40px 0px 35px;
}
ul#contact {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#contact li {
	display: inline;
	padding-right: 27px;
	color: #666;
}
ul#contact li b {
	color: #0041aa;
	padding-right: 5px;
}
ul#contact li a {
	color: #fb0;
	font-weight: bold;
	text-decoration: none;
}
ul#contact li a:hover {
	text-decoration: underline;
}
div#footer span {
	color: #b3b3b3;
	float: left;
}
ul#design {
	float: right;
}
ul#design {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: 0px;
}
ul#design li {
	display: inline;
	border-right: 1px solid #99B3DD;
	padding: 0em 0.8em;
}
ul#design li a {
	color: #99B3DD;
	font-size: 10px;
	text-decoration: none;
}
ul#design li a:hover {
	text-decoration: underline;
}
ul#design li.NIMLastItem {
	border-right: 0px;
	padding-right: 0px;
}