div#contactText {
	width: 883px;
	height: auto;
	background-color: #494949;
}

div#subContainer {
	width: 866px;
	height: 200px;
	padding-top: 17px;
	padding-left: 17px;
}

div#firstCol {
	width: 212px;
	height: 134px;
	float: left;
	font-size: 12px;
	color: #e4e2d9;
}

div#secondCol {
	width: 279px;
	height: 134px;
	float: left;
	font-size: 12px;
	color: #f7402a;
	margin-left: 52px;
}

div#thirdCol {
	width: 178px;
	height: 134px;
	float: left;
	margin-left: 32px;
}

div#thirdCol a {
	font-size: 12px;
	color: #e4e2d9;
	text-decoration: none;
}

div#thirdCol a:hover {
	text-decoration: underline;
}

div#mapReference {
	padding-top: 33px;
}

div#firstCol a, div#secondCol a {
	font-size: 12px;
	color: #f7402a;
	text-decoration: none;
}

div#firstCol a:hover, div#secondCol a:hover {
	text-decoration: underline;
}

p.white {
	color: #e4e2d9;
}


