/* This CSS controls the header on Map.Hamilton.ca */

/*The whole header table */
.HeaderTable
{
	background-image: url(/maphamilton/HGIS_Controls/images/header/banner-middle.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	float: none;
	clear: both;
	width: 100%;
	z-index:1;
	margin:0px;
	padding: 0px;
	border: 0px;
	height: 125px;
	border-collapse: collapse;
	background-color: Transparent;
}

/* Cell 1 - the Hamilton logo*/
.SmallImage
{
	background-image: url(/maphamilton/HGIS_Controls/images/header/banner-left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 117px;
	height: 125px;
	margin:0px;
	padding: 0px;
	border: 0px;
	z-index:1;
	background-color: Transparent;
}

/* Cell 2 - the Map.Hamilton.ca banner*/
.LargeImage
{
	background-image: url(/maphamilton/HGIS_Controls/images/header/banner-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 657px;
	height: 125px;
	margin:0px;
	padding: 0px;
	border: 0px;
	z-index:1;
	background-color: Transparent;
}
