#phoneSide{
	position: absolute;
	top: 231px;
	right: -350px;
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	width: 400px;
	height: 53px;
	text-decoration: none;
	z-index: 200;
}
#faxSide{
	position: absolute;
	top: 288px;
	right: -350px;
	background-image:url(../images/fax.png);
	background-repeat:no-repeat;	
	width: 400px;
	height: 53px;
	text-decoration: none;
	z-index: 200;
}
#emailSide{/*slide in for email*/
	position: absolute;
	top: 345px;
	right: -350px;
	background-image:url(../images/email.png);
	background-repeat:no-repeat;	
	width: 400px;
	height: 53px;
	text-decoration: none;
	z-index: 200;
}
#eside {/*actual email link div*/
	position: absolute;
	top: 381px;
	right: -25px;
	background-repeat:no-repeat;
	width: 25px;
	height: 12px;
	text-decoration: none;
	z-index: 201;
}
a.eside {
	text-decoration: none;
	border: none;
}
#addrSide{
	position: absolute;
	top: 402px;
	right: -350px;
	background-image:url(../images/addr.png);
	background-repeat:no-repeat;
	width: 400px;
	height: 53px;
	text-decoration: none;
	z-index: 200;
}
#legalSide{
	position: absolute;
	top: 459px;
	right: -350px;
	background-image:url(../images/legal.png);
	background-repeat:no-repeat;
	width: 400px;
	height: 53px;
	font-size: 24pt;
	text-decoration: none;
	z-index: 200;
}

.sidebox {
	margin-top: 20px;
	margin-right: 66px;
	text-align: right;
	font-size: 10pt;
}
.sidebox2 {/*address*/
	margin-top: 10px;
	margin-right: 66px;
	text-align: right;
	font-size: 10pt;
}
