﻿/*
#scrollWindow {
	border:1px dotted #e8e8e8;
	height:330px;
	margin:10px;
	overflow:auto;
	width:610px;
}
#scrollContent {
	margin:5px 20px 5px 10px;
}
*/

/*
#gradientTop,
#gradientBottom {
	position:relative;
	background: transparent url(/assets/images/scroller.gif) repeat-x top left;
	height:20px;
	left:10px;
	top:-341px;
	width:595px;
}
#gradientBottom {
	top:-52px;
	background-position:bottom left;
}
*/





#scrollWindow {
	background:#fff;
	border-right:20px solid #fff;
	margin:10px;
	position:relative;
	text-align:left;
	width:auto;
}
#scrollContent {
	border: 1px dotted #e8e8e8;
	border-right-width: 0;
	height:330px;
	overflow: auto;
	padding:30px 10px 50px 10px;
	text-align:left;
	width:572px;
}
#scrollContent h1 {font-size:1.4em;margin:5px 0 0;}
#scrollContent h2 {border-bottom:1px solid #e9e9e9;clear:both;font-size:1.1em;margin-top:20px;padding-bottom:5px;padding-top:40px;}
#scrollContent h2.first {padding-top:0;}
#scrollContent img {float:right;padding:0 10px 10px;}
#scrollContent p {margin:7px 0;}
#scrollContent p.last {padding-bottom:40px;}
.fade_top {
	border:1px dotted #e8e8e8;
	border-width:1px 0 0 1px;
	background:url(/assets/images/fade_top.gif);
	height: 40px;
	left:0;
	position: absolute;
	top:0;
	width:575px;
}
.fade_bottom {
	border:1px dotted #e8e8e8;
	border-width:0 0 1px 1px;
	background:transparent url(/assets/images/fade_bottom.gif);
	bottom:0;
	height: 40px;
	left:0;
	position: absolute;
	width:575px;
}

h1.headline {margin:40px 0 10px 0; font-size:1.5em;}

.fade_img {background:#f00;}

.heritageBackground {
	padding-left: 20px; 
	width: 296px;
}
.heritagePadding {
	padding-left: 20px; 
	padding-right: 20px;
}
.IMGBorder {
	border-bottom: 1px solid #e9e9e9;
}
.heritageHeader {
	border: 1px solid #e9e9e9; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
}
.heritageFlashWrapper {
	border:1px solid #e9e9e9;
	margin-bottom:30px
}
.heritageLeft {
	width:635px;
}

.heritageRight {
	width:317px;
}
