@charset "utf-8";
/* CSS Document */

#mainContent p {
	text-align: justify;
	font-size: 75%;
	line-height: 1.5em;
}

#mainContent #physicalBox, #mailingBox, #phoneBox, #emailBox {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 275px;
	background: #E6E8E7;
	border: solid 2px #00AAA3;
	}
#physicalBox {
	float: left;
	}
#mailContent h2 {
	color: #00AAA3;
	}
#physicalContent h2 {
	color: #00AAA3;
	}
#mailingBox {
	float: right;
	}
#flclear {
	clear: both;
	}
#phoneBox {
	float: left;
	}
#phoneContent h2 {
	color: #00AAA3;
	}
#emailBox {
	float: right;
	}
#emailContent h2 {
	color: #00AAA3;
	}
#mapBox {
	float: left;
	width: 275px;
	}

#formBox {
	float: right;
	width: 275px;
	}
