body, p, h1, h2, h3, h4, h5, h6, .imgNoBorderLeftTop {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #363636;
}
#contentContainer {
	font-size: 1.3em;
}
p {
	line-height: 1.6em !important;
}
h2 {
	font-size: 1.8em;
	border-bottom: none;
	margin-bottom: 20px;
}
h3 {
	font-size: 2.15em;
}
.imgNoBorderLeftTop {
	font-size: 13px;
}
img.caption {
	margin-bottom: 6px;
}
/* BEGIN MIDDLE ROW */
#highlights {
	margin: 40px 0;
}
#highlights .column:first-child {
	margin-left: 0;
}
#highlights .column {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 300px;
	height: 185px;
}
#highlights .column span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 14px 9px;
	width: 282px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
#highlights .column span.large {
	padding: 8px 9px;
}
#highlights a:hover {
	opacity: 0.75;
}
/* END MIDDLE ROW */
/* BEGIN HOMEPAGE MARQUEE SLIDER */
#marqueeSlideshowContainer {
	position: relative;
	margin: 10px 0 40px 15px;
	width: 950px;
	height: 350px;
	text-align: left;
	z-index: 0;
}
#marqueeSlideshow {
	position: relative;
	width: 950px;
	height: 350px;
	overflow: hidden;
	z-index: 0;
}
#marqueeSlideshow .slide {
	position: relative;
	width: 950px;
	height: 350px;
	z-index: 1;
}
#marqueeSlideshow .slide span {
	position: absolute;
	left: 0;
	bottom: 23px;
	padding: 14px 26px;
	width: 667px;
	font-size: 3.25em;
	font-weight: bold;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
#marqueeSlideshowContainer #marqueeNav {
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 250px;
	height: 14px;
	z-index: 8999;
}
#marqueeSlideshowContainer ul {
	float: right;
	display: inline-block;
	padding: 0;
	margin: 0 9px 0 0;
	z-index: 9000;
}
#marqueeSlideshowContainer ul li {
	list-style-type: none;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/images/home/slideshow-boxes-sprite.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	z-index: 9000;
}
#marqueeSlideshowContainer ul li.activeLI {
	background-position: left bottom;
}
#marqueeSlideshowContainer ul li a {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 9000;
	text-decoration: none;
}
/* END MARQUEE SLIDER */