/* colors:
	0584b2	background       (dark blue)
	xxxxxx	background       (xxxxxx)
	xxxxxx	nav bar          (xxxxxx)
	xxxxxx	nav bar hover    (xxxxxx)
	xxxxxx	text             (xxxxxx)
	xxxxxx	text link        (xxxxxx)
	xxxxxx  text link (NEW)  (xxxxxx)
	xxxxxx	text link hover  (xxxxxx)
	xxxxxx	text link bg     (xxxxxx)
	xxxxxx	text footer      (xxxxxx)
	xxxxxx	text footer bg	 (xxxxxx)
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #0584b2;
}

#ncc-backdrop {
	z-index: 0;
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	visibility: visible;
}

#ncc-bodywrap {
	z-index: 1;
	display: block;
	position: absolute;
	left: 50%;
	top: 0; 
	width: 800px;
	margin-left: -400px;
	visibility: visible;
}

#ncc-buttwave {
	z-index: 2;
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 170px;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(/images/bottom-waves.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	visibility: visible;
}

#ncc-skyline {
	z-index: 3;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 512px;
	height: 170px;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(/images/bottom-skyline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	visibility: visible;
}

#ncc-skylinetower {
	z-index: 4;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 115px;
	height: 222px;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(/images/bottom-skylinetower.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	visibility: visible;
}

#footer {
	z-index: 5;
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	visibility: visible;
	vertical-align: bottom;
}

#ncc-nav {
	z-index: 10;
	display: block;
	position: relative;
	top: 119px;
	width: 800px;
	height: 20px;
	margin-left: auto ;
	margin-right: auto ;
	visibility: visible;
}

#ncc-genbook {
	z-index: 7;
	display: block;
	position: relative;
	top: -20px;
	width: 800px;
	height: 20px;
	margin-left: 725px;
	margin-right: auto ;
	visibility: visible;
}

div, p, blockquote, ol, ul, dl, li, dt, dd, td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
	color: #292618;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
/*	background-color: #e1ded8; */
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
/*	background-color: #a8c5e4; */
}

 :focus 
{ 
  -moz-outline-style: none; 
} 

.margin {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1 {
	background-image: url(/images/longtitle-bar.png);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 125%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.wayfoot {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.wayfoot ul, .wayfoot li {
	display: inline;
	list-style-type: none;
/*	word-spacing: 10px;   */
}

.wayfoot a:link, .wayfoot a:visited {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0584b2;   
}

.wayfoot a:link#active, .wayfoot a:visited#active, .wayfoot a:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #333333;   
}

.copy {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}

.copy a:link, .copy a:visited {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #554320;
}

.copy a:link#active, .copy a:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #272d3c;
}

.disclaimer {
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}



/* CMS specific rules */
body.mceContentBody {
   background: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
	color: #292618; !important; 
	width: 780px;
	min-width: 780px;
}

.mceContentBody a:link, .mceContentBody a:visited {
	color: #000000; !important; 
	text-decoration: none; !important; 
	background-color: #e1ded8;
}

.mceContentBody a:hover, .mceContentBody a:active {
	color: #000000; !important; 
	text-decoration: none; !important; 
	background-color: #a8c5e4;
}

