/* =============================================================Chat Live Now */
#chatLink1
{
  position:absolute;
  top:0px;
  left:0px;
  display: block;
  width: 126px;
  height: 60px;
  background: url(/assets/graphics/chatLink1.png) no-repeat;
  background-position: 0 0;

}

#chatLink1:hover
{ 
  background-position: 0px -60px;
}

#chatLink1 span
{
  display: none;
}

/* =======================================================Leave Message Here */
#chatLink2
{
	position:absolute;
	top:65px;
	left:5px;
	width: 140px;
	height: auto;
	font-size:10px;

}
/* ==============================================4 Digit Mailer Code */
#chatLink3
{
	position:absolute;
	top:167px;
	left:58px;
	display: block;
	width: 108px;
	height: 36px;
	background: url(/assets/graphics/chatLink3.png) no-repeat;
	background-position: 0px 0px;

}

#chatLink3:hover
{ 
  background-position: 0px -36px;
}

#chatLink3 span
{
  display: none;
}

