@CHARSET "ISO-8859-1";
#header{
	overflow: hidden;
	height: 1%;
}
	/*
		ie6 is a mystery on this one. It will register a background for #header.homepage, but it will
		not show anything for header.page. Workaround = set #header default to the #header.page background.
		If a background is not needed, will need to override in that file.
	*/
#header{
	background: url('/images/shell/header/inner-page-cityscape-827x87.jpg') no-repeat bottom right;
}
#header.homepage{
	background: url('/images/shell/header/homepage-cityscape-831x149.jpg') no-repeat bottom right;
}
#header.page{
	background: url('/images/shell/header/inner-page-cityscape-827x87.jpg') no-repeat bottom right;
}
	#utility-top-wrap{
		width: 100%;
		height: 23px;
	}
		#utility-top{
			padding: 4px 8px 0 8px;
			overflow: hidden;
		}
			#utility-top a{
				font-weight: bold;
				text-decoration: underline;
			}
			
			#utility-top .bracket{
				margin: 0 8px;
			}
			
#header h1{
	margin-top: 28px;
	font-family: "Trebuchet MS", Veradana;
	font-size: 41px;
}

#header p{
	margin-top: 3px;
	font-size: 15px;
	font-family: "Trebuchet MS", Veradana;
	/*letter-spacing: -.035em;*/
}

#header.homepage a#nas-logo{
	margin-top: 140px;
}

#header.page a#nas-logo{
	margin-top: 34px;
}


#inner-page-nav{
	margin-top: 8px;	
}
	#inner-page-nav ul li{
		float: left;	
	}
		#inner-page-nav h3, #inner-page-nav a{
			font-weight: bold;	
			color: #000000;
		}
			#inner-page-nav .bracket{
				margin: 0 8px;
			}