@charset "utf-8";
/* CSS Document */

#contactLeftTitle {
	text-align:center;
	font-size:20px;
	color:#2469b5;
	margin:0px;
	padding:2px;
	height:20px;
	text-transform:uppercase;
}
.contactBodyTitle {
	width:100%;
	text-align:left;
	background-color:#2469b5;
	/*background-image:url(../images/newglossyback1.gif);
	background-repeat:repeat-x;*/
	color:#FFFFFF;
	padding:1px 4px;
}
.contactTitle {
	color:#000000;
	background-color:#DFDFDF;
	text-align:left;
	margin:0px 0px 0px auto;
	padding:1px 4px;
	/*background-color:#DFDFDF;*/
	width:200px;
	height:auto;
	float:left;
	clear:left;
	font-size:14px;
}
.contactDetail {
	color:#000000;
	background-color:#DFDFDF;
	text-align:left;
	margin:0px;
	padding:1px 4px;
	/*background-color:#DFDFDF;*/
	float:left;
	height:auto;
	width:275px;
	font-size:14px;
}
.contactDetail a:link {
	text-decoration:none;
	color:#333333;
}
.contactDetail a:active {
	text-decoration:none;
	color:#333333;
}
.contactDetail a:hover {
	text-decoration:none;
	color:#333333;
}
.contactDetail a:visited {
	text-decoration:none;
	color:#333333;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#333333;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #2469b5; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background:url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}

