/*	---------------------------------------------------	*/
/*	This CSS sets the style of the homepage's image map	*/
/*	This document validates as CSS level 2.1			*/
/*	---------------------------------------------------	*/




dl#map{
	margin:0; padding:0;

	background: url(../img/home.png);
	height: 500px; width: 761px;

	position: relative;
}

dt{ display: none; }
#map dd{ margin: 0; padding: 0; position: absolute;  font-size: 65%; }


/* ---------- Hotspot Declarations ---------- */
dd#aboutDef{ left: 330px; top: 0px;}
dd#aboutDef a{
/*	background:lime; 				/*test only*/
	position: absolute;
	top:10px;
	width: 179px; height: 185px;
	text-decoration: none;
}
dd#aboutDef a span{ display: none; }
dd#aboutDef a:hover{ background: url(../img/about_underlined.png) no-repeat; }


dd#schoolDef{ top: 355px; left: 200px; }
dd#schoolDef a{
/*	background:lime; 				/*test only*/
	position: absolute;
	width: 274px; height: 111px; 
	text-decoration: none;
}
dd#schoolDef a span{ display: none; }
dd#schoolDef a:hover{ background: url(../img/school_underlined.png) no-repeat; }


dd#blogDef{ top: 210px; left: 70px; }
dd#blogDef a{
/*	background:lime; 				/*test only*/
	position: absolute;
	width: 211px; height: 82px; 
	text-decoration: none;
}
dd#blogDef a span{ display: none; }
dd#blogDef a:hover{ background: url(../img/blog_underlined.png)  no-repeat; }
