@import url("common.css");

.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666600;
	padding-left: 24px;
	padding-top: 20px;
}

#map {
	position: absolute;
	top: 50px;
	left: 15px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 254px;
	height: 192px;
}

#titleBullet {
	width: 19px;
	height: 19px;
	top: 16px;
	left: 8px;
	overflow: hidden;
	position: absolute;
	background: url(../images/about/about_bullet.gif);
}

#title {
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 33px;
	background: url(../images/contact/contact_title.gif) left no-repeat;
	width: 576px;
	height: 17px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}
#info>#title {
	height: 14px;
	top: 18px;
}

#address {
	overflow: hidden;
	background: url(../images/contact/address.gif) top left no-repeat;
	position: absolute;
	left: 290px;
	top:53px;
}

#phone {
	overflow: hidden;
	background: url(../images/contact/phone.gif) top left no-repeat;
	position: absolute;
	left: 290px;
	top: 120px;
}

#fax {
	overflow: hidden;
	background: url(../images/contact/fax.gif) top left no-repeat;
	position: absolute;
	left: 290px;
	top: 173px;
}

#email {
	overflow: hidden;
	background: url(../images/contact/email.gif) top left no-repeat;
	position: absolute;
	left: 290px;
	top: 214px;
}