/* The Orthoshop-Tucson Contact Page */

#contactMiddleContent {
	width: 510px;
	position: relative;
	text-align: left;
	right: 50px;
	float: right;
	top: 5px;
	color: #8B8B8B;
	clear: right;
	background: url(../media/images/misc/photogramm.jpg) no-repeat right 75px;
	font-size: 1.3em;
}
.phoneLabel {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin-left: 40px;
	display: block;
	margin-bottom: 5px;
}
.phoneNumbers {
	font-size: 1.2em;
	font-weight: bolder;
	color: #009900;
	margin-left: 40px;
	display: block;
	margin-bottom: 5px;
}
.address {
	font-size: 1.2em;
	font-weight: bolder;
	color: #009900;
	margin-left: 40px;
}
.contactMapLink {
	padding: 1px 3px;
	width: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #EFEFEF url(../media/images/page/gray_gradient.gif) repeat-x;
	border: 1px solid #00CC33;
	margin-left: 40px;
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.contactMapLink a:link, .contactMapLink a:visited {
	color: #666666;
	text-decoration: none;
}
.contactMapLink a:hover, .contactMapLink a:active {
	color: #009900;
	text-decoration: none;
}
