@charset "utf-8";
/* CSS Document */

div#container{
	width: 670px;
	margin-left:10px;
}

div#tenants{
	min-height:486px; 
	margin-top:20px;
	background-image: url(tenantimages/drydock500.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
}

div#links {
	margin-left:510px;
}

/*---------- tennant link -----------*/

a.tt {
    position:relative;
    z-index:24;
    color:#114499;
	font-weight:bold;
	font-size: 11px;/*
	for left side links
    text-decoration:none;padding-left: 510px;
*/
    text-decoration:none;
}
a.tt span{
	display: none;
	font-size: 11px;
	font-weight:bold; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25; 
	color: #c56621;
	font-weight:bold;
	font-size: 11px; }

/*---------- tennant popups -----------*/
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	width:280px;
	color: #114499;
    text-align: center;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(tenantimages/bubble.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 18px; 
	background: url(tenantimages/bubble_filler.png) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:12px 8px 8px;
	color: #548912;
    background: url(tenantimages/bubble.png) no-repeat bottom;
}

/*---------- dana farber testimonial

a.tt3:hover span.tooltip{
	margin: 170px 0px 0px 170px;
} -----------*/

/*---------- john hancock testimonial -----------*/

a.tt6:hover span.tooltip{
    margin: 255px 0px 0px -468px;
}

/*---------- tenebreax testimonial -----------*/

a.tt11:hover span.tooltip{
	margin: 160px 0px 0px -200px;
}

/*---------- immunetics testimonial -----------*/

a.tt5:hover span.tooltip{
	margin: 84px 0px 0px -183px;
}

/*---------- smiths testimonial -----------*/

a.tt10:hover span.tooltip{
	margin: -13px 0px 0px -495px;
}

/*---------- ekit testimonial -----------*/

a.tt4:hover span.tooltip{
	margin: 60px 0px 0px -535px;
}

/*---------- satcon testimonial -----------*/

a.tt9:hover span.tooltip{
	margin: -35px 0px 0px -317px;
}

/*---------- lynnwell testimonial -----------*/

a.tt7:hover span.tooltip{
    margin: 17px 0px 0px -155px;
}

/*---------- au bon pain testimonial

a.tt1:hover span.tooltip{
	margin: 100px 0px 0px 200px;} -----------*/

/*---------- northstar mgmt testimonial

a.tt8:hover span.tooltip{
	margin: 500px 0px 0px 200px;
} -----------*/

/*---------- zaslow testimonial

a.tt12:hover span.tooltip{
	padding: 10px 0px 0px 45px;
} -----------*/

/*---------- cytonome testimonial -----------*/

a.tt2:hover span.tooltip{
	margin: -108px 0px 0px -290px;
}

