@charset "UTF-8";

#projectgrid {
	position: relative;
	left: 15px;
	top: 46px;
	margin: 0;
	padding: 16px;
	width: 718px;
	height: 302px;
	background:url('../rsrc/projects-grid.gif') no-repeat;
	} 
		
#projectgrid a {
	position:absolute;
	display:block;
	padding: 0;
	margin: 0;
	} 

#projectgrid #content {
	/*margin:310px 0 0 416px;*/
	margin:325px 0 0 416px;
	width:300px;
}

#projectgrid a span {
	display: none;
	}

#commercial {
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/commercial.jpg") no-repeat 0 -93px;
	}
#commercial:hover { 
  	background-position: 0 0;
	}

#industrial {
	top:225px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/industrial.jpg") no-repeat 0 -93px;
	}
#industrial:hover { 
  	background-position: 0 0;
	}
	
	#civils {
	top:16px;
	left:225px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/civils.jpg") no-repeat 0 -93px;
	}
#civils:hover { 
  	background-position: 0 0;
	}

#retail {
	left: 120px;
	top: 120px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/retail.jpg") no-repeat 0 -93px;
	}
#retail:hover { 
  	background-position: 0 0;
	}

#educational {
	top: 120px;
	left: 224px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/educational.jpg") no-repeat -93px 0;
	}
#educational:hover { 
  	background-position: 0 0;
	}

#restoration {
	top:225px;
	left: 224px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/restoration.jpg") no-repeat 0 -93px;
	}
#restoration:hover { 
  	background-position: 0 0;
	}

#leisure {
	top: 120px;
	left: 328px;
  	width: 93px;
  	height: 197px;
  	background: url("../rsrc/projects_nav/leisure.jpg") no-repeat -93px 0;
	}
#leisure:hover { 
  	background-position: 0 0;
	}

#residential {
	left: 432px;
	top: 16px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/residential.jpg") no-repeat 0 -93px;
	}
#residential:hover { 
  	background-position: 0 0;
	}

#medical {
	left: 432px;
	top: 120px;
  	width: 197px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/medical.jpg") no-repeat 0 -93px;
	}
#medical:hover { 
  	background-position: 0 0;
	}

#research {
	right: 16px;
	top: 16px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/research.jpg") no-repeat 0 -93px;
	}
#research:hover { 
  	background-position: 0 0;
	}

#modular {
	left:432px;
	top:225px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/modular.jpg") no-repeat 0 -93px;
	}
#modular:hover { 
  	background-position: 0 0;
	}
	
#archive {
	/*right: 121px;*/
	right:16px;
	top:225px;
  	width: 93px;
  	height: 93px;
  	background: url("../rsrc/projects_nav/archive.jpg") no-repeat 0 -93px;
	}
#archive:hover { 
  	background-position: 0 0;
	}

