* {
	padding: 0;
	margin: 0;
}
html { -webkit-text-size-adjust:none; }

/****** STRUCTURE *********/

body {
	margin:0 auto;
}

body {
	font-size: 15px; /* Resets 1em to 10px */
	font-family: georgia, serif;
	color: #000;
	text-align: left;
	background: #ffffff url('imagesN/NT-bg.png');
	background-repeat:repeat-x;
	}

body.sub {
	background: #ffffff url('imagesN/NT-bg2.png');
	background-repeat:repeat-x;
}

a {
	text-decoration: none;
	color: #001C5B;
/*color:#003399;*/

}

a:hover {
	text-decoration: underline;
	/*border-bottom:1px solid #001C5B;*/

}


/* NEW this framework can have 1/2/3 columns and be repeated on one page
just delete the left or right section as needed */

#page {
margin: 0 auto; /*Center container on page*/
width:934px;
}

.sub #page {
padding-top: 30px;
}

.sectionwrapper {
float:left;
width:100%;
}
#subheader.sectionwrapper {
border-bottom: 1px solid #999;
}
.centersection {
margin:0 170px 42px 174px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

.short {
margin-bottom: 12px;
}

.leftsection {
float:left;
margin-left:-860px;/*Set margin to that of -(MainContainerWidth)*/
padding-top:6px;
text-align:right;
width:110px;/*Width of left column in pixel*/
}

.rightsection {
float: left;
width: 130px; /*Width of right column*/
margin-left: -140px; /*Set left margin to -(RightColumnWidth)*/
}


/****** NAVIGATION *********/

.bluetabs{
	border: 1px solid #FFD800;
	width: 1000px;
	margin: auto;
	height: 47px;
	text-align: center;
}

.bluetabs ul{
	margin-left: 0;
	margin-top: 17px;
	margin-bottom: 0;
	list-style-type: none;
	font: 12px helvetica, arial;
}

.bluetabs li{
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	margin-right: 50px;
	color: #000000;
	/*background: white url(media/bluetab.gif) top left repeat-x;*/ /*THEME CHANGE HERE*/
}

.home .bluetabs li a{
	margin-right: 78px;

}

.bluetabs li a:visited{
	color: #000000;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #ffffff;
	border-bottom:none;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	/*background-image: url(media/bluetabactive.gif);*/ /*THEME CHANGE HERE*/
	/*border-bottom-color: white;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	text-align: left;
	top: 0;
	/*border: 1px solid #918d8d;*/ /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: 12px helvetica, arial;
	font-weight: bold;
	text-transform: uppercase;
	/*line-height:24px;*/
	z-index:100;
	background-color: #FFD800;
	width: 200px;
	visibility: hidden;
	margin-top: 4px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 10px;
	/*border: 0 solid #918d8d;*/ /*THEME CHANGE HERE*/
	/*border-bottom-width: 1px;*/
	padding: 4px 0;
	text-decoration: none;
	color: #3d3d3d;
	border-bottom:none;

}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFD800;
	color: #ffffff;
	text-decoration: none;
}

/****** END NAVIGATION *********/


/****** HEADER *********/

#header {
	height:130px;
	margin:auto;
	padding-top:22px;
	width:850px;
}


#headerlogo {
	float:left;
	margin:0;
}


#search-box { 
	float:left;
	margin-top: 30px;
}
.search input, .search button {
	border-style:solid;
	border-width:0.5px;
	margin-left:5px;
}

.search input.box {
	color: #000000;
	font-size: 11px;
	width: 210px;
	margin-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #000000;
	font-family: Helvetica, arial;
	vertical-align: bottom;
	letter-spacing: 1px;
	text-align: right;
	background-color: #f4f4f4;
}

.search button.btn {
	width: 53px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(imagesN/search-button.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	/*cursor: hand;*/ /* for IE 5.x */
}

.search button.btn:hover {
	background: transparent url(imagesN/search-button-over.png) no-repeat center top;
}


#social-icons { 
	margin-top: 48px;
	margin-left:32px;
	float:left;
}

#rssFeed {
  display: block;
  width: 19px;
  height: 19px;
  background: url("imagesN/rss-sprite.png") no-repeat 0 0;
  position: relative;
}
#rssFeed:hover { 
  background-position: 0 -19px;
}
#rssFeed span {
  display: none;
}

#facebook {
	display: block;
	width: 20px;
	height: 20px;
	background: url("imagesN/facebook-sprite.png") no-repeat 0 0;
	position: relative;
	top: -20px;
	left: 35px;
}
#facebook:hover { 
	background-position: 0 -20px;
}
#facebook span {
	display: none;
}

#twitter {
	display: block;
	width: 20px;
	height: 18px;
	background: url("imagesN/twitter-sprite.png") no-repeat 0 0;
	position: relative;
	top: -40px;
	left: 78px;
}
#twitter:hover { 
	background-position: 0 -18px;
}
#twitter span {
	display: none;
}

/*9-2011*/
#youtube { 
	display: block;
	width: 50px;
	height: 19px;
	background: url("imagesN/youtube-sprite.png") no-repeat 0 0;
	position: relative;
	top: -57px;
	left: 112px;
}
/*9-2011*/
#youtube:hover { 
	background-position: 0 -19px;
}
/*9-2011*/
#youtube span { 
	display: none;
}


/****** END HEADER *********/





/****** BEGIN TYPOGRAPHY, COLORS, LINKS, H TAGS *********/


h1 {
color:#001C5B;
font-family:helvetica,arial,sans serif;
font-size:12px;
font-weight:bold;
letter-spacing:1.2px;
margin:0;
text-transform:uppercase;

}

h2 {
font-weight:normal;
font-size:20px;
}

h3 {
font-weight:normal;
font-size:17px;
}

h4 {
font-weight:normal;
font-size:1.2em;
}

h5 {
color:#3D3D3D;
font-family:helvetica,arial,sans serif;
font-size:0.8em;
font-weight:bold;
letter-spacing:1.2px;
margin:0;
text-transform:uppercase;
}

h6 {
font-weight:normal;

}

p:first-child {
margin-top: 1px;
}

#features {
width: 665px; 
height: 390px;
float: left;
}
#about {
float: left;
width: 265px;
}
#about h1 {
	font-family: georgia,serif;
	font-weight: bold;
	color: #001C5B;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:20px;
}
#about h2 {
	font-family: helvetica, arial;
	font-weight: bold;
	color: #3d3d3d;
	font-size: 11px;
	text-transform: uppercase;
}
#about p {
	color: #3d3d3d;
	font-size: 15px;
	line-height: 19px;
margin:10px 5px 10px 0;
}

#itn {
border-top: 1px solid #999;
float: left; 
width: 100%; 
margin-top: 20px; 
padding-top: 26px;
}

#itn img {
float: left;
margin-right: 18px;
}
#itn div {
float: left; 
margin-right:16px;
width:147px;
}
#itn h2 {
	font-size: 15px;
	font-family: georgia,serif;
	font-weight: normal;
}
#itn span {
	color: #3d3d3d;
	font-size: 12px;
	margin-top: 6px;
	display:block;
}
#itn span.source-date {
	color: #3d3d3d;
	margin-top: 0px;	
}
#itn span.source-date span {
font-family: helvetica, arial;
display:inline;
letter-spacing:0.5px;
}




.pubbox {
border-top: 1px solid #000;
float: left; 
width: 457px;
padding-top:30px;
}

.pubbox#books, .pubbox#multimedia {
border-top: 1px solid #999;
}
.pubbox .left {
float: left; 
width: 80px;
text-transform: uppercase;
}
.pubbox .right {
float: left; 
width: 324px;
margin-bottom: 16px;
}

#books .left {
width: 208px;
height: 210px;
background-position:right center;
background-repeat: no-repeat;
}
#books h1 {
margin-right:147px;
padding-top:20px;
}
#books .right {
margin-bottom: 10px;
margin-left:40px;
width:150px;
padding-top:10px;
}
#multimedia .right div {
width: 140px; float: left;
}
#multimedia .right {
margin-bottom: 36px;
}
#multimedia .left {
width: 94px;
}
#multimedia h2 {
margin-top:8px;
}
#multimedia h1 {
padding-top:10px;
}


.archives #papers, .archives #reports {
border-top: none;

}
.pubbox h1 {
	font-family: helvetica, arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #001C5B;
	font-size: 11px;
	text-align: right;
	margin-right: 20px;
}
.pubbox h2 {
	font-family: helvetica, arial;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
}
.pubbox .news h2 {
	margin-bottom: 18px;
}
.pubbox span {
	color: #666666;
	font-size: 13px;
	display:block;
letter-spacing:.03em;

}
.pubbox p {
	font-size: 15px;
margin-top:8px;
line-height:18px;
}




h1 a {

}
h4 a {

}




a.more {
font-size:9px;
letter-spacing:0.5px;
	font-family: verdana, helvetica;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}





/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




ul {
	list-style-image: url(/imagesN/gray-bullet.gif);
}

li {
	line-height:1.4em;
	margin:10px 0;
}


.nobullet li {
	line-height:1.7em;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
text-indent:-20px;
margin-left: 20px;

}
.nobullet span {
	font-size:0.95em;
	font-style:italic;
}


/* End Lists */


p {
	margin:15px 0;
	line-height:1.4em;
}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 50px;
	padding-bottom: 15px;
	line-height:1.4em;

	}
.cite {
	color:#999999;
	text-transform:none;
	font-style: italic;
	margin-bottom:24px;
	margin-top:-10px;
}

.cite span {
	text-transform:uppercase;
	font-style: normal;
}

.quote {
	color: #cccccc; 
	font-size: 24px; 
	font-weight: bold;
	vertical-align: -5px; 
	line-height:0;
}

address {
	font-style:normal;
	line-height:1.8em;
}



/* SUB PAGE CUSTOMIZATIONS */

.sub .centersection.top {
border-bottom:1px solid #000000;
margin:6px 0 20px 43px;
padding-bottom:6px;
padding-left:3px;
}

#subHeader .left {
width: 70px; 
padding-bottom: 10px;
border-bottom:1px solid;
}


#subHeader .middle {
/*width: 650px;*/
/*padding-bottom: 6px;*/
}
#subHeader .right {
padding-bottom: 10px;
width: 210px;
border-bottom:1px solid;
}
#subHeader h2 {
font-size:30px;
border-bottom:1px solid;
font-size:30px;
padding-bottom:6px;
margin-right:30px;
}
table#subHeader {
width: 930px;
}

/* NEWS PAGE CUSTOMIZATIONS */

.news .centersection.bottom {
margin:0 0 130px 100px;
padding-top:24px;
}

.news #itn {
border: none;
float: none; 
width: 100%; 
margin-top: 0; 
padding-top: 0;
}
.news #itn span {
display:inline;
}

/* PUB PAGE CUSTOMIZATIONS */


.pubs .centersection {
margin:0 240px 42px 0;
padding-top:20px;
padding-right:30px;
}
.pubs .leftsection {
margin-left:-860px;
width:110px;
}
.pubs .rightsection {
margin-left:-217px;
width:215px;
padding-top:20px;
}
.pubs h1 {
font-size: 11px;
text-align: left;
}
.pubs h2 {
font-size:30px;
}
.pubs h3 {
color:#000000;
font-family:helvetica,arial;
font-size:12px;
font-weight:bold;
margin-top: 12px;
}
.pubs h3 span {
color:#666666;
display:block;
font-size:11px;
}
.byline {
font-size: 12px;
font-style:italic;
letter-spacing:0.5px;
}
.pubs h4 {
font-family:helvetica,arial;
font-size:15px;
font-weight:bold;
margin:32px 0 16px;
}
.pubs h4 span span {
font-family:georgia,serif;
font-size:15px;
font-weight: normal;
}
.pubs h4 span {
font-family:helvetica,arial;
font-size:13px;
font-weight:bold;
margin: 14px 0;
text-transform: none;
color: #000000;
letter-spacing: 0px;
font-style: italic;
}
.pubs h5 {
font-family:helvetica,arial;
font-size:13px;
font-weight:bold;
margin: 14px 0;
text-transform: none;
color: #000000;
letter-spacing: 0px;
}

.dropcap span {
float:left;
font-family:Georgia,serif;
font-size:509%;
line-height:0.85em;
margin-bottom:-0.25em;
margin-right:7px;
color: #33497C;
text-indent: 0px;
}

.pubs .purchase {
margin: 12px 0;
}

.story-tools {
	border-top: 1px solid; 
	margin-top: 30px;
	padding-top: 20px;
}
.icon img {
	vertical-align:middle;
	margin-bottom:2px;
	margin-right:8px;
}
.icon a:hover {
	text-decoration: none;
}
.icon a:hover span {
	text-decoration: underline;
}

/* NTW2011 PAGE CUSTOMIZATIONS */

.pubs .rightsection {
	padding-top:30px;
}

.ntw2011 #page ul {
	margin-left: 46px;
}

.ntw2011 p {
	margin-left: 30px;
}
.ntw2011 .byline {
font-size:18px;
margin-bottom:24px;
margin-left:0;
margin-top:5px;
}
.ntw2011 h5 {
	margin-top: 22px;
}
.ntw2011 h4 {
	line-height:20px;
}

/* BOOSTORE CUSTOMIZATIONS */

.bookstore .centersection.top {
border-bottom:1px solid #000000;
margin:6px 0 0 43px;
padding-bottom:6px;
padding-left:4px;
}


.bookstore .quote {
color:#E7E7E7;
font-size:142px;
font-weight:bold;
left:-40px;
position:relative;
}




.bookstore .flag img {
border:medium none;
float:right;
position:relative;
top:-15px;
left: 13px;
}

.bookstore #books {
border-top:medium none;
}
.bookstore #books .right {
width:180px;
}

.archive #books .right {
width: 400px; 
margin-left:46px;
margin-bottom:30px;
}
.archive #books.pubbox {
border-top:none;
padding-top: 10px;
}
.bookstore #books .left {
width:200px;
}

.bookstore #books .entry {
height:330px;
}


/* SUBSCRIBE CUSTOMIZATIONS */

.subscribe .centersection.top {
border-bottom:1px solid #000000;
margin:6px 0 20px 43px;
padding-bottom:6px;
padding-left:3px;
}

.subscribe .centersection.middle {
margin-left: 350px;
margin-right: 0px;
}
.subscribe .leftsection.middle p {
font-size: 12px;
}
.subscribe .leftsection.middle {
width: 246px;
text-align: left;
margin-left:-852px;
}

.subscribe .centersection.bottom {
margin:0 0 130px 40px;
border-top:1px solid #D4D5D7;
padding-top:24px;
}
.subscribe .centersection.bottom .left {
float: left; 
width: 260px; 
margin-left: 100px;
}

.subscribe .centersection.bottom .middle {
float: left; 
width: 260px; 
}

.subscribe .centersection.bottom .right {
float: left; 
width: 200px; 
}
.subscribe .centersection.bottom span {
color:#454545;
font-size:1.2em; 
}

.subscribe .bottom #rssFeed, .subscribe .bottom #facebook{
top: -23px;
left: 90px;
}
.subscribe .bottom #twitter {
top: -23px;
left: 70px;
}

.e2ma_signup_message {
display: none;
}
.e2ma_signup_form_row {
border:none;
padding:5px;
}
.e2ma_signup_form_label {
color:#333333;
float:left;
text-align:left;
white-space:nowrap;
width:100px;
text-transform:capitalize;
}
.e2ma_signup_form_element {
color:#333333;
font-family:verdana;
font-size:12px;
margin-left:140px;
}
.e2ma_signup_form_required_asterix {
color:#FF0000;
}
.e2ma_signup_form_required_footnote {
margin-bottom:5px;
padding:15px;
}
.e2ma_signup_form_button_row {
float:left;
margin-left:146px;
}
.e2ma_signup_form input[type="text"], .e2ma_signup_form textarea, .e2ma_signup_form select {
border:1px solid #CCCCCC;
font-family:Verdana,sans-serif;
font-size:14px;
height:20px;
width:260px;
}



.subscribe h2 {
font-size: 18px;
padding-bottom:18px;
font-weight: normal;
}

.subscribe h3 {
color:#3D3D3D;
font-family:helvetica,arial,sans serif;
font-size:0.7em;
font-weight:bold;
letter-spacing:2.3px;
margin:0 0 6px;
text-transform:uppercase;
}

.subscribe form {
font-size: 17px;
margin-bottom:76px;
}

.contact input {
	font-size: 16px;
	padding: 4px;
}

.contact .centersection {
	margin-left: 210px;
}


/* ABOUT US CUSTOMIZATIONS */


.aboutus .centersection {
margin:0 48px 42px 50px;
padding-bottom:6px;
padding-left:3px;
}

.aboutus .rightsection {
margin-left:-249px;
width:244px;
padding-bottom:6px;
padding-left:3px;
}

.aboutus h1 {
padding-bottom:16px;
padding-left:3px;
padding-top:40px;
}

.aboutus p {
margin: 0px;
text-indent: 36px;
}

.aboutus img {
float:left;
margin-right:10px;
margin-top:8px;
}

/* LINKS PAGE CUSTOMIZATIONS */

.links blockquote {
	margin-bottom: 28px;
}
.links #itn {
	border: none;
	float: none; 
	padding-top: 0;
	margin-left: 50px;
}
.links #itn span {
display:inline;
}


/* QUIZ PAGE */

.quiz ul {
list-style: none;
margin-left: 2px;
margin-bottom: 22px;
}
.quiz ol {
margin-left: 24px;
}

.quiz input[type="radio"] {
margin-right: 6px;
}

.quiz input[type="submit"] {
    margin-left: 24px;
    margin-top: 20px;
    font-size: 16px;
    padding: 2px;
}

.quiz .message {
margin-left: 20px;
color:#cc0000; 
margin-bottom: 30px; 
padding: 10px;
border: 1px dotted #cc0000;
}

.quiz .message span {
margin-left: 20px;
display: block;
}

.quiz .complete {
margin-left: 20px;
color:#3333ff; 
margin-bottom: 30px; 
padding: 10px;
border: 1px dotted #3333ff;
}

.quiz li .answer {
	color: #3333ff;
}

.quiz form img {
	left: 7px;
    position: relative;
    top: 1px;
}

/****** END TYPOGRAPHY, COLORS, LINKS, H TAGS *********/



/***** MULTI MEDIA *****/

#pod_audio_1x {
border:2px solid #FFD800;
margin-left:0;
}
#pod_audio_2 {
height:30px;
margin-left:0;
padding-top:6px;
}


/****** OVAL ROLLOVERS *********/

#rollover ul {

}


#rollover li {
	font-size:20px; 
	text-decoration:none; 
	display:inline; 
	list-style:none;
font-family: helvetica, arial;
font-size: .7em;
font-weight: bold;
}

#rollover li a {
	background:transparent url(images2/rollover-bg.jpg) no-repeat top left;
	display:block; 
	float:left; 
	height:30px;  
	margin-right:6px;
	margin-bottom: 6px;
	text-decoration: none;
	color: #414142;
}

#rollover li a span {
	background:transparent url(images2/rollover-bg.jpg) no-repeat right top;
	cursor:pointer;
	display:inline; 
	float:left;  
	height:20px; 
	padding:8px 10px 2px 0; 
	margin-left:10px;	
}

#rollover li a:hover {
	background-position:0px bottom; color:#fff;
}

#rollover li a:hover span {
	background-position:right bottom;
}

#rollover #active {
	font-size:20px; 
	text-decoration:none; 
	display:inline; 
	list-style:none;
}

#rollover #active a {
	background:transparent url(images/rollover-bg-active.jpg) no-repeat top left;
	display:block; 
	float:left; 
	height:30px;  
	margin-right:6px;
	margin-bottom: 6px;
	text-decoration: none;
	color: #fff;
}

#rollover #active a span {
	background:transparent url(images/rollover-bg-active.jpg) no-repeat right top;
	cursor:pointer;
	display:inline; 
	float:left;  
	height:26px; 
	padding:2px 10px 2px 0; 
	margin-left:10px;	
}

#rollover #active a:hover {
	background-position:0px bottom; color:#414142;
}

#rollover #active a:hover span {
	background-position:right bottom;
}




/****** END OVAL ROLLOVERS *********/




#footer {
	clear: both;
	background-color: #F3F8F8;
	height: 240px;
margin-top:86px;
	}

.footer {
	width: 880px; 
	margin: 0 auto; 
	font-size: 12px;
	color: #666;
	padding-top: 36px;
	letter-spacing:0.05em;
	line-height:2em;
}
.footer a {
	color: #666;
}











/****** BEGIN HOME PAGE LAYOUT CUSTOMIZATION *********/

.home #maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

.home #contentwrapper{
	float: left;
	width: 100%;
}

.home #contentcolumn{
	margin-left: 190px; /*Set left margin to LeftColumnWidth*/
}

.home #leftcolumn{
	float: left;
	width: 190px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
	padding-top:14px;
}

#flashHeader {
	color:#817F7F;
	font-size:12px;
	font-style:italic;
	letter-spacing:0.02em;
	margin-left: 140px;
}

#centers_swf {
	margin-left: 30px;
}

div#preload { 
	display: none; 
}

/****** END HOME PAGE LAYOUT CUSTOMIZATION *********/












/* old stuff not sure if needed */




/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */







/* Begin Form Elements */
#searchformnav {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: right;
	}



select {
	width: 130px;
	}


/* End Form Elements */












/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

img {
	border: none;
	}


/* End Various Tags & Classes*/

















