@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('images/bg.jpg') repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595b;
	font-size: 12px;
}
a {
	color: #0088ba;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1,h2 {
	line-height: 1.2em;
	margin: 0em 0em 0.8em 0em;
}
p {
	margin: 0em 0em 1em 0em;
}
img {
	border: 0px;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
div#container {
	width: 962px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div#logo {
	background: url('images/banner.jpg');
	height: 355px;
}
div#logo img {
	display: none;
}
div#navBar {
	background: url('images/menubg.jpg');
	height: 32px;
}
div#contentArea {
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
div#column {
	margin: 48px 0px 0px 35px;
	width: 160px;
	float: left;
	display: inline;
	font-size: 11px;
	color: #59595B;
}
div#column h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #00A9BC;
	font-size: 14px;
	font-weight: bold;
}
div.columnBreak {
	height: 1px;
	font-size: 1px;
	border-top: 1px dotted #59595B;
}

div#searchArea {
	margin: 0px 0px 12px 0px;
	width: 195px;
	background: url('images/searchBox.jpg') no-repeat;
}
div#searchArea form {
	margin: 0px;
	padding: 0px;
}
div#searchArea input.Text {
	width: 137px;
	background: none;
	border: none;
	height: 19px;
	margin: 4px 0px 10px 4px;
	color: #000;
	font-size: 11px;
	float: left;
	display: inline;
	
}
div#searchArea input.submit {
}

div#content {
	margin: 48px 20px 0px 0px;
	width: 690px;
	float: right;
	display: inline;
}

div#footer {
	margin: 0px auto 0px auto;
	background: url('images/footer.jpg') no-repeat center bottom;
}

div#footerContent {
	position: relative;
	margin: 30px auto 0px auto;
	width: 962px;
	height: 146px;
	text-align: center;
	font-size: 11px;
}

div#proudly {
	position: absolute;
	top: 20px;
	left: 34px;
}

div#proudly img {
	display:inline;
	margin: 0 20px -5px 5px;
}

div#footerContent a {
	color: #59595B;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
div#footerContent a:hover {
	text-decoration: underline;
}
ul#footerNav {
	position: absolute;
	top: 45px;
	left: 30px;
}
img#footerPlaza {
	position: absolute;
	top: 5px;
	right: 30px;
}
ul#design {
	position: absolute;
	top: 45px;
	left: 200px;
}
ul#design a {
	font-weight: normal;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #0c5aa2;
	padding: 0px 4px;
}
ul#footerNav li em,
ul#footerNav li b {
	font-weight: normal;
	font-style: normal;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
ul#footerNav li.NIMFirstItem {
	padding-left: 0px;
}
ul#design li.NIMLastItem {
	padding-right: 0px;
}