﻿/******************************************* Contact detail template */
#contact {
	clear: left;
	width: 530px;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: auto;
	background-color: #eeeeee;
}

#contact div.title {
	background-color: #eeeeee;
	clear: left;
	float: left;
	margin: 0;
	padding: 5px;
	text-align: right;
	width: 110px;
	border-top: solid 1px #ffffff;
	display: inline;
}

#contact div.value {
	margin: 0;
	padding: 5px 5px 5px 10px;
	float: left;
	width: 395px;
	background-color: #ffffff;
	border-top: solid 1px #ffffff;
	display: inline;
}

#contact div.address {
	height: 100%;
	line-height: 1.5em;
}

#contact a {
	color: #333333;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

#contact .backLink {
	font-weight: bold;
	margin: 0;
	padding: 3.5em 0 0 0;
	background-color: #ffffff;
	clear: both;
	width:100%;
	display: inline-block;/*fix IE*/
}

