@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #334349;
	background: #fff url('images/bg.jpg') repeat-x 0px 90px;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 1.2em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em 1.6em 0em;
	line-height: 1.3em;
}
a {
	color: #00549b;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
div.clear {
	width: 100%;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#header {
	background: url('images/header.jpg') no-repeat center;
	height: 242px;
}
div#container {
	margin: 0px auto;
	width: 985px;
	text-align: left;
}
div#headerArea {
	height: 143px;
	overflow: hidden;
}
div#logo {
	margin: 25px 0px 0px 0px;
	height: 124px;
	width: 313px;
	background: url('images/logo.png') no-repeat;
	float: left;
	display: inline;
}
div#logo img {
	display: none;
}
div#bannerAd {
	width: 985px;
	margin: 0px auto;
	text-align: left;
}
div#topContainer {
	margin: 9px 0px 0px 0px;
	width: 985px;
}
div#topMiddle {
	width: 817px;
	float: left;
}
div#searchBox {
	width: 389px;
	height: 80px;
	float: left;
	background: url('images/searchBox.gif') no-repeat;
}
div#searchBox label {
	margin: 8px 0px 0px 86px;
	font-size: 22px;
	font-weight: bold;
	color: #d60a12;
	font-family: "century gothic", arial, helvetica, sans-serif;
	float: left;
	display: inline;
}
div#searchBox div#formFields {
	margin: 13px 10px 0px 0px;
	float: right;
	width: 190px;
	display: inline;
}
div#searchBox input.textInput {
	float: left;
	width: 165px;
	background: none;
	border: 0px;
	font-size: 12px;
	color: #666;
}
div#searchBox input.submitInput {
	margin: 3px 3px 0px 0px;
	float: right;
	display: inline;
}
div#searchBox p {
	margin: 8px 0px 0px 86px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #d60a12;
	font-family: "century gothic", arial, helvetica, sans-serif;
}
div#newsletterBox {
	width: 411px;
	height: 80px;
	float: right;
	background: url('images/newsletterBox.gif') no-repeat;
}
div#newsletterBox label {
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 6px 0px 0px 10px;
}
div#newsletterBox input.textInput {
	float: left;
	margin: 12px 0px 0px 12px;
	width: 302px;
	border: 0px;
	color: #4c6679;
	font-weight: bold;
	font-size: 12px;
	background: none;
	display: inline;
}
div#newsletterBox input.submitInput {
	margin: 8px 16px 0px 0px;
	float: right;
	display: inline;
}
div#socialBox {
	width: 152px;
	float: right;
	padding: 1px 0px 0px 0px;
	display: inline;
}
div#socialBox img {
	margin: 0px 0px 6px 0px;
}
div#contentContainer {
	float: left;
	width: 664px;
}
div#leftColumn {
	background: #00549b url('images/navTop.gif') no-repeat top left;
	width: 126px;
	float: left;
	padding: 25px 7px 25px 7px;
	display: inline;
}
div#contentArea {
	margin: 14px 0px 0px 0px;
	float: right;
	width: 506px;
	display: inline;
}
div#rightColumn {
	float: right;
	width: 300px;
}
div#footer {
	background: url('images/footer.gif') no-repeat;
	height: 65px;
	font-size: 11px;
	color: #fff;
	margin: 27px 0px;
}
div#footer p {
	float: left;
	margin: 0px;
	width: 258px;
	margin: 13px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	display: inline;
}
div#footerLinks {
	float: right;
	width: 705px;
}
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: 13px 40px 0px 40px;
	padding: 0px;
	list-style: none;
}
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;
}
