@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/greenbk.jpg);
}
.oneColFixCtrHdr #container {
	width: 949px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	z-index: 1;
	background-image: url(../images/template/containerbk.jpg);
}
.ovalBk {
	background-repeat: no-repeat;
	width: 949px;
	background-position: 185px 168px;
	background-image: url(../images/template/ovalbk.jpg);
	position: relative;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 168px;
	padding: 0;
	display: block;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 20;
	padding-left: 200px;
	height: auto;
}
.sideMenu {
	height: 230px;
	width: 179px;
	position: relative;
	left: 11px;
	float: left;
	display: inline;
}
.oneColFixCtrHdr #footer {
	height: 75px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 170px;
	background-image: url(../images/template/footerbk.jpg);
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	top: 10px;
	position: relative;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC9900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC9900;
	font-style: italic;
	display: inline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.list {
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
	list-style-image: url(../images/template/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
}
.mapText {
	clear: left;
}
.leftJustified {
	text-align: left;
}
.goldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
}
.photoBorder {
	border: 10px solid #FFFFFF;
}
.leftImage {
	height: 248px;
	width: 148px;
	float: left;
}
.map {
	height: 248px;
	width: 386px;
	float: left;
}
.RigtImage {
	height: 248px;
	width: 146px;
	float: left;
}
.maptop {
	height: 51px;
	width: 680px;
}
.mapBottom {
	height: 24px;
	width: 680px;
	float: left;
}
.textContent {
	width: 200px;
	float: left;
}
.picturesRight {
	position: relative;
	width: 200px;
	clear: left;
}
.testomonyBaseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.testomonyBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C5D46;
	font-weight: bold;
}
.testomonygoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	font-weight: bold;
}
