/* -- contact us form introduction styles -- */
#contactdetails .introduction {
	background: none;
	color: #777;
	font-size: 1.6em;
	padding: 0;
}

#contactdetails h4 {
	background: none;
	color: #777;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
}

#contactdetails .address {
	background: url(/img/dashline.png) repeat-x 0 0;
	padding-top: 4px;
}

#contactdetails .address h4 {
	text-transform: none;
}

#contactdetails .address p {
	background: url(/img/dashline.png) repeat-x 0 100%;
	padding-bottom: 4px;
}

#contactdetails .findus {
	background: url(/img/dashline.png) repeat-x 0 100%;
	font-size: 1.4em;
	padding-bottom: 4px;
	text-transform: uppercase;
}

/* -- mailing list form introduction styles -- */
#mailinglistdetails .introduction {
	color: #777;
	font-size: 1.6em;
}


