@charset "UTF-8";
#googleContent {
	background-color: #FFF;
	width: 580px;
	height: 660px;
	position: relative;
	float: left;
	clear: both;
	z-index: 8;
}
#contactSidebarRight {
	background-color: #FFF;
	height: 660px;
	width: 200px;
	position: relative;
	float: right;
	z-index: 5;
}
#contactSidebarRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 10px;
	line-height: 125%;
	color: #3B5271;
}
#contactSidebarRight p a {
	color: #3B5271;
	text-decoration: none;
	line-height: 300%;
}
#contactSidebarRight p a:hover {
	color: #900;
	text-decoration: underline;
	line-height: 300%;
}
