@charset "utf-8";
/* CSS Document */

#map {
position:relative;
margin:0;
margin-left:1em;
padding:0;
width:600px;
height:568px;
background:url(img/MainCampusMap8.jpg) no-repeat #fff;
font-family:arial, helvetica, sans-serif;
font-size:8pt;
}

#mapdiv{
	margin-left:15em;
	}

#map li {
    margin:0;
    padding:0;
    list-style:none;
	
} 


#map li a {
    position:absolute;
    display:block;
    /*
       Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
    background:url(img/blank.gif);
	text-decoration:none;
} 
#map li a span { display:none; }

#map li a:hover span {
    position:relative;
    display:block;
    width:375px;
	height:300px;
    left:20px;
    top:20px;
    padding:5px;
    border:1px solid #000;
    background:#fff;
    text-decoration:none;
    color:#000;
    
} 
.BoldTitle{
color:#990000;
font-size:14px;
font-weight:bold;
}
.TableRed{
background-color:#a50000;
color:#FFFFFF;
}
.TableBlue{
background-color:#0059a5;
color:#FFFFFF;
}
.BlueFont{
color:#0059a5;
}
#GlanceTable{

}
#map a.TCody {
    top:424px;
    left:67px;
    width:37px;
    height:41px;
	
}
        
#map a.TRyan {
    top:353px;
    left:104px;
    width:22px;
    height:50px;
}
        
#map a.TPope {
    left:96px;
	top:240px;
    width:36px;
    height:28px;
}
        
#map a.TMother {
	left:96px;
    top:179px;
    width:30px;
    height:23px;
}
        
#map a.TSDelasalle {
	left:159px;
    top:268px;
    width:26px;
    height:47px;
} 
#map a.TNDelasalle {
	left:201px;
    top:268px;
    width:27px;
    height:47px;
}

#map a.TSouth {
	left:191px;
    top:106px;
    width:37px;
    height:58px;
}
#map a.Tfounders {
	left:325px;
    top:353px;
    width:36px;
    height:43px;
}

#map a.TNorth {
	left:300px;
    top:335px;
    width:25px;
    height:55px;
}
#map a.Tfitzpatrick {
	left:294px;
    top:254px;
    width:49px;
    height:46px;
}
#map a.Tsheil {
	left:335px;
    top:224px;
    width:51px;
    height:30px;
}
#map a.TDorothy {
    top:138px;
    left:57px;
    width:39px;
    height:26px;
}

