/* CSS Document */

body {
	background-color:#c76437;
}	

/* START OF CSS FOR MAP */
#imap {
	
	position: relative;
	width:760px; 
	margin:0px auto 0px auto;
	height: 470px;
	background: url(../../_homeimg/map.gif); 
}

#imap a#titlex {height:0; overflow:hidden; position:absolute; left:0; top:0; background:transparent; cursor:default;}

a#about_us, a#projects, a#srs_update, a#places, a#faces, a#happenings, a#yarning, a#resourcing {
	display:block; 
	overflow:hidden; 
	position:absolute;
	background:transparent;
	height: 0;
}

a#about_us {top: 178px; left: 74px; width: 204px; padding-top: 102px; z-index: 5;}
a#about_us:hover { background: url(../../_homeimg/map_about_us.jpg) top left no-repeat;}

a#projects {top: 74px; left: 129px; width: 191px; padding-top: 113px; z-index: 2;}
a#projects:hover {background: url(../../_homeimg/map_projects.jpg) top left no-repeat;}

a#srs_update {top: 48px; left: 312px; width: 127px; padding-top: 149px; z-index: 1;}
a#srs_update:hover {background: url(../../_homeimg/map_srsupdate.jpg) top left no-repeat;}

a#places {top: 74px; left: 472px; width: 184px; padding-top: 114px; z-index: 3;}
a#places:hover {background: url(../../_homeimg/map_places.jpg) top left no-repeat;}

a#faces{top: 190px; left: 465px; width: 202px; padding-top: 94px; z-index: 4;}
a#faces:hover {background: url(../../_homeimg/map_faces.jpg) top left no-repeat;}

a#resourcing{top: 303px; left: 484px; width: 239px; padding-top: 94px; z-index: 7;}
a#resourcing:hover {background: url(../../_homeimg/map_resourcing.jpg) top left no-repeat;}

a#happenings {top: 286px; left: 129px; width: 178px; padding-top: 116px; z-index: 8;}
a#happenings:hover {background: url(../../_homeimg/map_happenings.jpg) top left no-repeat;}

a#yarning {top: 323px; left: 328px; width: 134px; padding-top: 129px; z-index: 6;}
a#yarning:hover {background: url(../../_homeimg/map_yarning.jpg) top left no-repeat;}




#listMap {
	position: relative;
	width:760px; 
	margin:0px auto 0px auto;
	height: 470px;
}

#listMap ul {
	margin: 0;
	padding: 0;
}

#listMap ul li {
	position: absolute;
	top: 0;
	left: 0;
	/* display: inline; */
	margin: 0;
	padding: 0;
	
	background-image: none;
	overflow: hidden;
}

#listMap a {
	display: block;
	height: 100%;
	width: 100%;
}


#listMap ul li#about_us {
	top: 170px;
	left: 70px;
	width: 120px;
	height: 30px;
	z-index: 2;
	border: 1px solid #000;
}

#listMap ul li#about_us a:hover {
	background: blue;
}

#listMap ul li#projects {
	top: 74px;
	left: 129px;
	width: 191px;
	height: 112px;
	z-index: 1;
}

#listMap ul li#projects a:hover {
	background: url(../../_homeimg/map_projects.jpg) top left;
}




#listMap ul li#srs_update {
	top: 65px;
	left: 400px;
	width: 120px;
	height: 30px;
	border: 1px solid #000;
}

#listMap ul li#srs_update a:hover {
	background: blue;
}


/* OLD MAP */

#imagemap {
	width:760px; 
	margin:0px auto 0px auto;
}

#imagemap img {
	height: 470px;
	padding: 0;
	margin: 0;
	border: 0;
}

map#navmap {
	padding: 0;
	margin: 0;
	border: 0;
}

#spacer {
	height: 50px;
	background-color: red;
}

#footer {
	border: 0;
}