﻿/* Contact Page */

.ContactContentWrapper
{
	width: 885px;
	margin: 15px 0 0 0;
	position: relative;
	left: 90px;
}
.ContactMainTable
{
	line-height: 15px;
}
.ContactTableSeparator
{
	width: 100%;
	height: 10px;
	overflow: hidden;
	border-top: 1px dotted #999;
	margin-top: 10px;
}
.ContactImageWrap
{
	width: 240px;
	height: 166px;
	border: 1px solid #999;
	text-align: center;
}
.ContactMapWrap
{
	width: 212px;
	height: 166px;
	border: 1px solid #999;
	text-align: center;
}
.ContactImageDiv, .ContactMapDiv
{
	position: relative;
	top: 8px;
}
.ContactInfoLeftTD
{
	padding: 0 5px 0 20px;
}
.ContactInfoLeftWrap
{
	width: 200px;
}
.ContactInfoRightTD
{
	padding: 0 20px 0 20px;
	position: relative;
}
.ContactInfoRightTD .PR
{
	/*height: 166px;*/
}
.ContactInfoRightWrap
{
	width: 160px;
}
.ContactButtonDiv
{
	position: absolute;
	bottom: 5px; display: none;
}

/* End Contact Page */
