/* !Contact Page CSS */

#contactInfo {
	position: relative;
	width: 312px;
	height: auto;
	margin: 3em 0 1em;
	text-align: left;
	font-size: 1.2em;
	float: left;
	background: transparent;
	}
	#contactInfo tr td:first-child {
		letter-spacing: 1px;
		font-size: 1.25em;
	}
	#contactInfo tr td:nth-child(2) {
		padding-left: 1em;
	}
#googleMap {
	position: relative;
	width: 302px;
	height: 302px;
	margin: 3em 0 1em;
	border: 5px outset #E5DCC8;
	float: right;
	}
	#googleMap iframe {
		margin: 0;
		border: 0;
		overflow: hidden;
	}
	#googleMap small {	
		position: absolute;
		bottom: -20px;
		right: 0;
		}
		#googleMap small a:link,
		#googleMap small a:visited,
		#googleMap small a:active {
			color: #331C15;		
			}	
		#googleMap small a:focus,
		#googleMap small a:hover {
			color: #006D00;
			text-decoration: none;		
			}		