﻿h1.pageTitle, #currentNavLayout, #breadcrumbLayout { display: none; }
#contentWrapper { padding: 0; }
#contentBlueBorder { padding: 0; border-style: none; }
.contentBlueCorner { display: none; }

#masterLeft { width: 250px; }

#homeLayout { width: 100%; border-collapse: collapse; }
#homeLeft { width: auto; padding: 0 10px 0 0; vertical-align: top; }
#homeRight { width: 264px; padding: 0; vertical-align: top; }

#eventsHighlights { min-height: 305px; }

#calendarSearchHeader { margin: 0 0 10px 0; }
#calendarSearch { width: 100%; border-collapse: collapse; }
#calendarSearchLeft { padding: 0; }
#calendarSearchLeft .bulletBox { margin: 0; }
#calendarSearchRight { padding: 0; text-align: right; }

#homeScrollBox { height: 283px; overflow-y: auto; }
#homeScrollBoxInner { width: 95%; }
#homeScrollBox .ms-WPTitle, #homeScrollBox .ms-WPHeader, #homeScrollBox .ms-WPBody, #homeScrollBox .ms-WPBorder { height: auto; padding: 0; background-image: none; }
#homeScrollBox .ms-WPTitle { color: #000; margin: 0 0 0.5em 0; }

#testimonials img { margin: 0 3px; }
#testimonials .ms-WPBody { padding: 0; background-image: none; }
#testimonials img { border: 3px #d2ebed solid; }
#homeBannerTable { width: 100%; border-collapse: collapse; }
#homeBannerLeft { width: 275px; padding: 0 10px; background: url('/design/ACTDefault/pipeGreen.png') right no-repeat; }
#homeBannerRight { width: auto; padding: 0 10px; font-size: 0.9em; }
#homeBannerRight a { color: #48b2bd; }
#homeBannerTable p { margin: 0; }
#homeBannerLeft .ms-WPBody { padding: 0; background-image: none; }
#bannerRight { padding-top: 10px; }

table#bannerTable { background: #005395 !important; }

#fontSelector { text-align: right; }

/* featured events */
.featuredBox { }
.featuredPhoto img { width: 238px; border: 0; }
.featuredText { padding: 5px 0; }
.featuredText h3 { text-transform: none; margin: 0; font-size: 1em; }
.featuredDesc { color: #696969; }
.featuredNav { font-size: 0.9em; padding: 0 0 5px 0; }
.featuredNav a:hover { text-decoration: none; }
a.featuredNavLink { display: inline-block; width: 18px; height: 16px; background: url('/design/ACTDefault/tickerCircles.png') no-repeat; background-position: 0 -18px; text-align: center; font-weight: bold; color: #fff; padding: 2px 0 0 0; }
a.featuredNavLinkActive { display: inline-block; width: 18px; height: 16px; background: url('/design/ACTDefault/tickerCircles.png') no-repeat; background-position: 0 0; text-align: center; font-weight: bold; color: #053b80; padding: 2px 0 0 0; }
#playButton { background-image: none; }



/* Homepage Rotating banner */
#slider-cell {
	width: 670px;
	padding: 0;
}
#sqt-slider {
	position: relative;
	width: 670px;
	height: 263px;
	overflow: hidden;
}
.sqt-slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 670px;
	height: 263px;
	cursor: pointer;
}
.sqt-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sqt-slide-caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('/design/dark-75.png');
	color: #fff;
	z-index: 2;
	height: 35px;
}
.sqt-slide-caption h4 {
	font-weight: normal;
	font-size: 12px !important;
	text-transform: none;
	color: #fff;
	padding: 10px;
	margin-top: 0 !important;
	margin-right: 200px;
}
.sqt-slide-nav {
	display: none;
	position: absolute;
	bottom: 7px;
	right: 7px;
	z-index: 3;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.sqt-slide-nav li {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}
.sqt-slide-nav li a {
	display: block;
	background: #555;
	color: #000;
	padding: 5px 7px;
	font-weight: bold;
}
.sqt-slide-nav li a:hover {
	text-decoration: none;
	background: #fff;
	color: #555;
}
.sqt-slide-nav li.active a {
	background: #fff;
	color: #555;
}
