@charset "UTF-8";
body {
	margin: 50px auto; /* 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;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f3f2ef;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left;
	background-image: url(images/pearlhmpg1d.jpg);
	background-repeat: repeat-y;
}
#footer {
	float: left;
	height: 37px;
	width: 850px;
	background-image: url(images/pearlhmpg1c.gif);
}
#leftgraphic {
	height: 241px;
	width: 357px;
	background-color: #82d8d0;
	float: left;
	background-image: url(images/pearlhmpg_02.jpg);
	background-repeat: no-repeat;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
}
#testimony {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 35px;
	padding-top: 15px;
	font-weight: lighter;
	line-height: 24px;
}
#rightside {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 395px;
	background-image: url(images/pearlhmpg_03.jpg);
	background-repeat: no-repeat;
	height: 241px;
	padding: 0;
}
#hmbanner {
	float: left;
	height: 110px;
	width: 753px;
}
.oneColFixCtrHdr #header {
	height: 110px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/pearlhmpg1b.jpg);
	height: 362px;
	background-repeat: repeat-y;
	margin-bottom: 25px;
}
.navstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 37px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a2c25;
	letter-spacing: 1.5pt;
}
.style2 {color: #52C5C9}
.style3 {
	font-size: 14px;
	color: #0D2B3A;
	font-style: italic;
	padding-left: 45px;
	letter-spacing: 1px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E9E7E2;
	padding-bottom: 15px;
	width: 850px;
}

