@charset "utf-8";
/* CSS Document */
BODY {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border:0;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5 {
	font-size:0.75em;
	font-weight:bold;
	color: #00937F;
	padding-left: 10px;
	;
}
#container {
	background-color: #E0F8C4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:722px;
}
#head {
	width:722px;
	height:89px;
}
#nav {
	width:722px;
	padding:0;
	margin:0;
}
#people {
	background-color: #E0F8C4;
}
#people img {
	padding-right:10px;
}
#people p {
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: .75em;
}
#phone {
	width:454px;
	height:63px;
}
#main {
	background-color:#E0F8C4;
}
#foot {
	width:722px;
	height:20px;
	clear:both;
}
#bottom {
	width:722px;
	height:29px;
}
#form {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#00937F;
	border: 1px solid white;
	width:165px;
	float:left;
}
#form b {
	display: block-inline;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color:#FFFFFF;
}
#form .field {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 150px;
}
#form .fieldsmall {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 20px;
}
.lpPoweredBy {
	display: none;
}
.lpEmtStarRating {
	display: none;
}

