@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%;
	}
		#utility-top{
			overflow: hidden;
		}
			#utility-top a{
				font-weight: bold;
				text-decoration: underline;
			}
			
			#utility-top .bracket{
				margin: 0 8px;
				font-weight: bold;
			}
			
			#utility-top #header-right-content{
				margin-top: 8px;	
			}
			#homepage-img-rotate-wrap{
				position: relative;
				width: 580px;
					height: 250px;
			}
				#homepage-img-rotate{
					width: 580px;
					height: 250px;
					position: relative;
				}
					#homepage-img-rotate img{
						top:0;
						bottom: 0;
					}
			#login-wrap, #login-wrap input{
				font-size: 12px;
				padding: 2px 0 2px 4px;
			}
			#login-wrap span, #login-wrap input, #login-wrap img{
				vertical-align: middle;
			}
			
#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{

}

#header.page a#nas-logo{
	margin-top: 34px;
}
#homepage-header-middle{
	margin-top: 14px;
}	
#header-block-left{
	background: url('/images/shell/header/homepage-gray-box') no-repeat bottom right;
	width: 371px;
	height: 250px;
}
	#header-block-left p{
		margin: 25px;
		font-size: 16px;
	}

#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;
			}
