@import "nav.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ebe9ea url('images/bg.jpg') repeat-x;
	color: #505c60;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
p {
	margin: 0em 0em 1em 0em;
}
h1,h2,h3 {
	margin: 0em 0em 1em 0em;
	line-height: 1.2em;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
div#container {
	position: relative;
	width: 1052px;
	text-align: left;
	margin: 0px auto;
}
div#header {
	width: 1052px;
	height: 123px;
	background: url('images/header.gif');
}
div#logo {
	float: left;
	margin: 15px 0px 0px 50px;
	display: block;
	height: 78px;
	width: 318px;
	background: url('images/logo.gif');
}
div#logo img {
	display: none;
}
div#bubble {
	float: right;
	margin: 10px 50px 0px 0px;
	width: 290px;
	height: 90px;
	text-align: right;
}
div#bubble img {
	float: left;
}
div#bubble a {
	color: #333a45;
	text-decoration: none;
}
div#bubble p {
	margin: 1em 0em 0em 0em;
	font-weight: bold;
	font-size: 20px;
	color: #333a45;
}
div#bubble p span {
	color: #00c2fd;
}
div#bubble p small {
	font-size: 11px;
	color: #71858b;
}
div#headerOne {
	width: 760px;
	float: left;
}
div#portal {
	width: 285px;
	float: right;
}
div#navBar {
	width: 1052px;
	height: 38px;
	background: url('images/navbg.gif');
}
form#searchArea {
	position: absolute;
	top: 126px;
	right: 48px;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
form#searchArea input.text {
	margin: 0px;
	padding: 5px 2px;
	width: 154px;
	border: 0px;
	background: none;
	font-size: 11px;
	color: #737373;
}
form#searchArea input.button {
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
}
div#bodyStretch {
	background: url('images/bodybg.jpg');
}
div#bodyTop {
	width: 1052px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: url('images/topbg.jpg') no-repeat top;
}
div#content {
	padding: 34px 55px 36px 57px;
}
div#content a {
	color: #04a8da;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#footer {
	height: 124px;
	background: url('images/footerbg.jpg') no-repeat top;
	font-size: 11px;
	font-weight: bold;
	color: #636b6d;
}
div#footer a {
	color: #636b6d;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer img {
	float: left;
}
div#footerStatic {
	margin: 18px 0px 0px 50px;
	width: 440px;
	float: left;
}
div#copyright {
	float: right;
}
div#copyright p {
	margin: .8em 0em 0em 0em;
}
div#copyright small {
	font-size: 10px;
	font-weight: normal;
	color: #a3acaf;
}
ul#design {
	float: right;
}
ul#design {
	margin: 24px 50px 0px 0px;
	padding: 0px;
	list-style-type: 0px;
}
ul#design li {
	display: inline;
	border-right: 1px solid #636b6d;
	padding: 0em 0.8em;
}
ul#design li.NIMLastItem {
	border-right: 0px;
	padding: 0em 0em 0em 0.8em;
}