/*********************************************************************
	
	site_header.css
	Manning School for Girls
	
	The site employs two different header structures. This stylesheet provides
	the styles for the 'site-header' which isa graphically rich header aand more
	suited to presentation and content.
	
**********************************************************************/
#header-wrap{
	background-image:url("/image/site-banner.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	height: 100px;
}
#header-logo{
	position: absolute;
	top: 0;
	right: 0;
}
#path-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
}
#path-wrap p{
	color: #0080C0;
	margin: 0px;
	font-size: 9px;
	padding: 6px 10px 0px 10px;
	font-family: "Verdana", Arial;
}
#page-title{
	display: none;
}
#header-links{
	display: none;
}
div.iconWrapper{
	/*display: none;*/
	position: absolute;
	bottom: -8px;
	right: 0;
}
div.indexCardWrapper{
	display: none;
}
