@charset "utf-8";
body {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 10px 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;
	background-image: url(../images/mt_Rushmore-bkgd.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-size: 0.85em;
}
h1 {
	color: #333333;
	font-size: 1.2em;
}
h2 {
	color: #333333;
	font-size: 1em;
}

.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCC;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/poeppel_hdrBck.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6495EB;
	border-right-color: #6495EB;
	border-bottom-color: #fff;
	border-left-color: #6495EB;
	height: 75px;
}
.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: 0;
}
.oneColFixCtrHdr #header p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 0 0 0 50px;
}
.oneColFixCtrHdr #header a:link,a:visited {
	color:
#800000
}
.oneColFixCtrHdr #header a:hover,a:active {
	color:#330000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
#naviMain {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/gradient_backgrnd.jpg);
	background-repeat:repeat-x;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 13px;
	color: #333333;
	text-indent: 10px;
	padding: 20px;
	font-weight: bolder;
	vertical-align: middle;
}
#propertyScroll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../images/gradient_backgrnd.jpg);
	padding: 0 0 0 15px;
}



#idxContent {
	padding: 0 30px;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 15px 5px 15px 5px;
	background-image: url(../images/poeppel_ftrBck.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 100px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 1em;
	color: #6495ED;

	font-size: .85ems;
	font-weight: lighter;
	letter-spacing: 0.01em;
	text-align: right;
	vertical-align: middle;
}
div.img {
	margin: 1px;
	border: 1px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #fffff;
}
div.img a:hover img {border: 1px 		solid #0000ff;}
div.desc {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}
