.h1_location{
	font-size:18px;
	color:#039;
	margin-bottom:0;
}

.h2_location{
	font-size:16px;
	color:#039;
	margin:0;
}

.h3_location{
	font-size:14px;
	color:#039;
	margin:0;
	border-bottom:1px solid #999;
}

.location_list {
	border-bottom:1px solid #999;
	border-collapse:collapse;
}


.tooltd{
	border-right:1px dotted #999;
	border-collapse:collapse;
}


.hotspot {
	color:#900; 
	padding-bottom:1px; 
	border-bottom:1px dotted #900; 
	cursor:pointer;
}

#tt {
	position:absolute; 
	display:block; 
	background:url(/newweb/ContactUs/gif/tt_left.gif) top left no-repeat;
}

#tttop {
	display:block; 
	height:5px; 
	margin-left:5px;
	background:url(/newweb/ContactUs/gif/tt_top.gif) top right no-repeat;
	overflow:hidden;
}

#ttcont {
	display:block; 
	padding:2px 12px 3px 7px;
	margin-left:2px;
	background:#666;
	color:#FFF;
	font-weight:bold;
}

#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/newweb/ContactUs/gif/tt_bottom.gif) top right no-repeat;
	overflow:hidden;
}

/*Tool tips for Contact Us page*/
#dhtmltooltip_ContactUs{
position: absolute;
font-size:10px;
font-weight:bold;
color:#ffffff;
left: -300px;
width: auto;
padding: 5px;
background-color: #333333;
visibility: hidden;
z-index: 100;
border: 1px solid #333333;
}

#dhtmlpointer_ContactUs{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

