/********************************/
/*     STRUCTURAL CONTAINER     */
/********************************/
#page {
	width: 796px;
	background: url(../images/i4nr-page-rpt.png) top left repeat-y;
}

#stateNav {
	margin: -65px 0px 10px 90px;      /*  -65px 0 10px 90px;  */
	width: 698px;
	height:123px;
	background: url(../images/i4nr-countryarea.png) top left no-repeat;
}
	#stateNav ul {
		padding: 65px 0 0 90px;    /*           70px 0 0 110px;             */
		width: 565px;
		font-size: .8em;
		line-height: 1.4em;
		color: #ff3600;
		margin:0;       /*  WAS NOTHING  */
	}
		#stateNav ul li {
			float: left;
			padding:0;
			margin:0;
			padding-right: 2px;     /*  20px;  */
			margin-left:1.2em;   /*  WAS NOTHING  */
		}

/********************************/
/*           SIDEBAR            */
/********************************/
#sidebar {
	position: absolute;
	top: 110px; /*  132px */
	left: 895px;
	width: 290px;
	background: url(../images/i4nr-notebook-top.png) top left no-repeat;
	z-index: 500;
}
	#sidebar #noteNav {
		margin-top: 42px;
		padding-left: 20px;     /*  20px */
		width: 270px;
		background: url(../images/i4nr-notebook-rpt.png) top left repeat-y;
	}
		#sidebar #noteNav h3 {
			clear: left;
			padding: 0 0 0 10px;  /*  2px 0 0 15px; */
			min-height: 36px;
			min-width: 133px;
			background: url(../images/i4nr-highlight-sm.gif) 0 5px no-repeat;
			color: #333e90;
			font-size: 1.5em;
			line-height: 1.5em;
			font-family:Segoe Print;
		}
		#sidebar #noteNav ul {
			float: left;
			margin-left: 0px;  /*  20px */
			padding-bottom: 8px;   /*  240px */
			width: 270px;   /*  240px */
			font-size: .8em;
			color: #ff3600;
			vertical-align:top;     /*  WAS NOTHING */
			/*padding-left:3px;         3px */
			list-style-position:outside;
		    list-style-type:disc;
		}
        
        #sidebar #noteNav ul li {
            margin-left: 1.2em;
            padding-left:0px;
        }
		
		
	#sidebar #noteBottom {
		width: 290px;
		height: 55px;
		background: url(../images/i4nr-notebook-base.png) top left no-repeat;
	}
	
	#sidebar #infoIndex {
		margin: -50px 0 0 70px;
		width: 193px;
		height: 194px;
		background: url(../images/i4nr-infoindex-base.png) top left no-repeat;
	}
		#sidebar #infoIndex ul {
			padding: 50px 0 0 40px;
			font-size: .8em;
			color: #ff3600;
			line-height: 1.5em;
		}
	
	#sidebar #countryStats {
		margin-left: 75px;
		width: 190px;
		background: url(../images/i4nr-countrystats-rpt.png) top left repeat-y;
	}
		#sidebar #countryStats h2 {
			height: 40px;
			background: url(../images/i4nr-countrystats-top.png) top left no-repeat;
		}
		#sidebar #countryStats p {
			margin: 0;
			padding: 0 10px 10px 10px;
			font-family: "Courier New", Courier, monospace;
			font-size: .8em;
		}
			#sidebar #countryStats p span {
				color: #974c2e;
			}
	#sidebar #countryBase {
		margin-left: 75px;
		height: 16px;
		background: url(../images/i4nr-countrystats-base.png) top left no-repeat;
	}
