@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/nshorebkgr.jpg);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.onecolumn #container {
	width: 804px;
	height: 860px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
.onecolumn #mainContent {
	width: 800px;
	padding: 0;
	background-color:#FFFFFF;
	position: absolute;
	height: 744px;
	border: 2px solid #000000;
	top: 50px;
}
#header {
	width: 796px;
	position: relative;
	top: 0px;
	visibility: visible;
	z-index: 8;
	float: left;
	height: 50px;
	right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu */

#menu {
	width: 594px;
	height: 30px;
	margin: 0;
	padding-left: 0px;
	z-index: 2;
	left: 118px;
	right: auto;
	position: absolute;
	top: -1px;
	vertical-align: middle;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: table-row-group;
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: baseline;
	padding: 15px;
	margin: auto;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

#menu a:hover {
	text-decoration: underline;
}

.logo {
	position: absolute;
	z-index: 10;
	left: 475px;
	top: 62px;
	}
	
#slideholder  {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 399px;
	height: 377px;
	right: auto;
	bottom: auto;
	}
	
#rightboxtop {
background-color:#FF0000
width: 100px;
	position: absolute;
	left: 697px;
	top: 40px;
	right: 0px;
	bottom: auto;
	width: 92px;
}
#leftbox {
	position: absolute;
	left: 0px;
	right: 299;
	top: 377px;
}
#topoftextbox {
	position: absolute;
	left: 116px;
	top: 377px;
}
#textbox {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	left: 116px;
	top: 446px;
	width: 525px;
	height: 217px;
	vertical-align: top;
	white-space: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#maintext {
	position: absolute;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 110%;
	color: #000000;
	}
#rightboxbot {
	position: absolute;
	left: 697px;
	top: 376px;
}
#bottombar {
	position: absolute;
	top: 750px;
	background-image: url(../images/bottombar.png);
	width:800px;
	height:46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	z-index: 11;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	left: 2px;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	z-index: 0;
	left: 1px;
	top: 804px;
	width: 800px;
	font-weight: normal;
	color: #000000;
	height: 59px;
	float: left;
	text-align: justify;
	}

