/*-------------------- Structure --------------------*/

#banner {
	position: absolute;
	top: 0;
	left: -95px;
	width: 950px;
	height: 330px;
	margin: 0;
	padding: 0;
	background: url("../images/home-banner.jpg") 0 0 no-repeat;
	overflow: visible;
	z-index: 1;
	}

#pageHeader {
	position: relative; /*This is done so we can use a z-index to put this div on top.  It's used to show the phone number and email address in the banner*/
	width: 760px;
	height: 330px;
	margin: 0;
	padding: 0;
	z-index: 2;
	}

