@charset "utf-8";


/* CSS Document */
/*------my basic style set-up--------*/
* {
	margin:0;
	padding:0px;
}

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin + padding  */
	padding: 10px;
	text-align: center; /* t IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
}
#wrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color: #004779;
	background-image: none;
}
#wrapper2 {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color: #004779;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../img/to_divider.gif);
}


#clear {
clear:both;
}

/*------my basic style set-up end--------*/
/*------ position containers --------*/

#apDiv2Main_header {
	position:relative;
	width:900px; /*------remove--------*/
	background-color: #999999;
	background-image: url(../img/to_divider.gif);
	background-repeat: repeat-y;
	background-position: center center;
	height: 65px;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
}


#apDiv2Main_header #LogoImage{
	position:absolute;
	top: 20px;
	width: 300px;
	height: 37px;
	left: 20px;
	background-image: url(../img/logos/NBlogoWHITE%20new.gif);
	background-repeat: no-repeat;
}
#apDiv4Sub_header {
	position:relative;
	width:900px;
	height:20px; /*------remove--------*/
	background-color: #999999;
	background-repeat: repeat-y;
	background-position: center center;
}

#apDiv1LEFT {
	float:left;
	width:445px; /*------remove--------*/
	background-color: #004779;
	text-align: left;
	height: 595px;
	}
#apDiv1RIGHT {
	float:right;
	width:435px;
	background-color: #004779;
	height: 595px;
	}
#apDiv1LEFT_BIG {
	float:left;
	width:810px; /*------remove--------*/
	background-color: #004779;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#apDiv1RIGHT_SMALL {
	float:left;
	width:60px;
	background-color: #004779;
	padding-top: 10px;
	padding-bottom: 10px;
}

#apDiv3Footer {
	position:relative;
	width:900px; /*------remove--------*/
	background-color: #004779;
	height: 35px;
	float: left;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
		}
/*------ position containers end --------*/
/*------ navigation --------*/

#apDiv2Main_header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left: 460px;
	bottom: 19px;
	width: 300px;
	list-style:none;
}
#apDiv2Main_header ul li{
	float:left;
	width: auto;
}

#apDiv2Main_header ul a {
	padding: 0 .9em;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	text-align: left;
	display:block;
	background-image: url(../img/nav_div.gif);
	background-repeat: no-repeat;
}
#apDiv2Main_header ul a.first {
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#apDiv2Main_header ul a:hover {
	color:#000000
}

#apDiv1RIGHT ul {
	margin: 0;
	padding: 0;
	left: 5px;
	bottom: 5px;
	list-style:none;
	width: 400px;
	top: 20px;
	text-align: left;
	position: relative;
}
#apDiv1RIGHT ul  li {
	text-align: left;
	width: auto;

}
#apDiv1RIGHT ul   a.second {
	background:none;
	color: #C7994C;
	text-decoration: none;
	font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#apDiv1RIGHT ul  a:hover {
	color:#FFFFFF
}
#apDiv1RIGHT ul a {
	padding: 0;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#FFFFFF;
	text-align: left;
	display:block;
	background:url(../spacer.gif) no-repeat left top;
}

#apDiv4Sub_header ul {
	margin: 0;
	padding: 0;
	position:relative;
	left: 10px;
	bottom: 0px;
	width: 825px;
	list-style:none;
	top: 3px;
}
#apDiv4Sub_header ul li{
	float: left;
	width: auto;

}

#apDiv4Sub_header ul a {
	padding: 0 .5em;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#000000;
	text-align: left;
	display:block;
	background:url(../spacer.gif) no-repeat left top;
}
#apDiv4Sub_header  ul  a.third {
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
 #apDiv4Sub_header ul a:hover {
	color:#FFFFFF
}

/* #apDiv4Sub_header ul a:visited {
	color:#004779
}*/


/*------ navigation end --------*/
.text_general {
	color: #FFFFFF;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-left: 20px;
	width: 400px;
}
.text_main_head {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 20px;
}
.text_main_title {
	color: #FFFFFF;
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.text_small {
	color: #FFFFFF;
	font: 8px/10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	top: 20px;
}
.SMALLcolumnText {
	color: #FFFFFF;
	font: 8px/10px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	text-align: left;
	top: 0px;
}
.text_IntrolCopy {
	color: #FFFFFF;
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-left: 20px;
	width: 400px;
}
