@charset "utf-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg-blue.jpg) repeat-x #cee6fe;
	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;
}

a:link {
  color: #0000FF;
}

a:visited {
  color: #0000FF;
}

#container {
	width: 988px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.2em;
	padding: 5px 6px;
}
#header {
	padding: 0;
	margin: 0 0 5px 0;
}
#headerBottom {
	background: url(../images/header-bottom.jpg) no-repeat;
	height: 27px;
	padding: 0 3px 0 3px;
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #topContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #topLeftContent {
	float: left;
	width: 515px;
}
.oneColFixCtrHdr #topLeftBanner1 {
	width: 515px;
	height: 62px;
	background: url(../images/tracking-ollie.gif) right no-repeat;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #topLeftBanner1 th {
	color: #f96600;
	text-align: left;
	font-size: 1.2em;
}
.oneColFixCtrHdr #topLeftBanner1 td {
	color: #FFF;
	font-weight: bold;
}
.oneColFixCtrHdr #signupSchool {
	float: left;
	width: 227px;
}
.oneColFixCtrHdr #trackingOllie {
	float: right;
	width: 280px;
}
.oneColFixCtrHdr #topLeftBanner2 {
	width: 515px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #topRightContent {
	float: right;
	width: 467px;
}
.oneColFixCtrHdr #topRightBanner1 {
	width: 252px;
	height: 56px;
	background-image: url(../images/platinum-sponsor.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 6px 0 0 215px;
}
.oneColFixCtrHdr #topRightBanner2 {
	width: 252px;
	height: 56px;
	background-image: url(../images/gold-sponsor.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 6px 0 0 215px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 6px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 6px;
}
.thrColFixHdr #mainContent { 
	margin: 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 6px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
.bannerSlideshow {
	text-align: center;
	margin: 0 auto;
	width: 200px;
}
.oneColFixCtrHdr #bottomContent {
	clear: both;
}
.oneColFixCtrHdr #bottomLeftContent {
	width: 180px;
	float: left;
}
.oneColFixCtrHdr #bottomMiddleContent {
	width: 498px;
	float: left;
	margin: 0 6px 6px 6px;
}
#footer {
	padding: 0;
	clear: both;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#headlineContainer {
	background-image: url(../images/featured-content-panel-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#headlineTop {
	height: 12px;
	background-image: url(../images/featured-content-panel-top.gif);
	background-repeat: no-repeat;
}

#headlineLeft {
	padding: 0 0 0 4px;
	width: 445px;
	float: left;
	margin: 0 6px 0 0;
}

#headlineRight {
	float: right;
	width: 52px;
	margin-right: 8px;
}

#headlineRight ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headlineRight li {
	margin: 0 0 5px 0;
}

#headlineBottom {
	height: 10px;
	clear: both;
	background-image: url(../images/featured-content-panel-bottom.gif);
	background-repeat: no-repeat;
}

#headlineImage {
	margin: 0 0 4px 0;
	height: 266px;
}

#headlineContent {
	margin: 3px 0 0 0;
	padding: 10px 10px 0 10px;
	height: 142px;
	width: 425px;
	background-color: #fff;	
}

#headlineContent p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
}

#headlineContent a {
	color: #00adef;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#headlineContent a:hover {
	color: #f7941d;
	text-decoration: underline;
}


#headlineContent h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #f96600;
}

#videoContainer {
	background-image: url(../images/video-panel-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#videoPlayer {
	margin: 5px 6px;
	height: 180px;
}

#video {
	width: 320px;
	float: left;
}

#videoNowPlaying {
	float: left;
	width: 120px;
	height: 166px;
	background: url(../images/video-now-playing-bg.jpg) repeat-x top #072549;
	border: 2px solid #072549;
	padding: 5px;
}

#videoNowPlaying h3 {
	color: #f1e688;
}

#videoNowPlaying p {
	color: #FFF;
	font-size: .8em;
}

#videoListContainer {
	clear: both;
	margin: 0 6px;
	background: url(../images/video-list-panel-bg.jpg) repeat-y;
	width: 451px;
}

#videoList {
	background: #072549;
	margin: 0 7px 0 5px;
	height: 240px;
	overflow: auto;
}

#videoListTop {
	background: url(../images/video-list-panel-top.jpg) no-repeat;
	height: 9px;
}

#videoListBottom {
	background: url(../images/video-list-panel-bottom.jpg) no-repeat;
	height: 7px;
}

.videoThumb {
	width:206px;
	display:inline;
	float:left;
	margin: 0 0 5px 3px;
	padding: 3px 0 3px 0;
	color:#FFF;
}

.videoThumb:hover {
	background:#2c4564;
}

.videoImage {
	float:left;
	width:56px;
}

.videoText {
	float:right;
	width:148px;
	font-size: .8em;
}

.videoThumb a:link {
	color:#FFF;
	text-decoration:none;
}

.videoThumb a:visited {
	color:#FFF;
	text-decoration:none;
}

#videoBottom {
	height: 10px;
	clear: both;
	background-image: url(../images/video-panel-bottom.gif);
	background-repeat: no-repeat;
}

#surveyPanel {
	width: 180px;
	background: url(../images/survey-panel-bg.gif) repeat-y;
	margin-bottom: 6px;
}

#surveyPanelContent {
	margin: 15px 9px 10px 9px;
	height: 162px;
}

#surveyPanelBottom {
	height: 29px;
	background: url(../images/survey-panel-bottom.gif);
}

#topLifeSaversPanel {
	width: 180px;
	background: url(../images/top-life-savers-panel-bg.jpg) repeat-y;
	margin-bottom: 6px;
}

#topLifeSaversPanelBottom {
	height: 33px;
	background: url(../images/top-life-savers-panel-bottom.jpg);
}

#topLifeSaversPanelContent {
	margin: 5px 4px 5px 5px;
	height: 198px;
}

#volunteerPanel {
	float: left;
	width: 260px;
	margin-bottom: 6px;
}

#calendarPanel {
	float: right;
	width: 238px;
	margin-bottom: 6px;
}

#calendarPanelContent {
	background: url(../images/calendar-panel-bg.jpg) no-repeat;
	height: 188px;
	padding: 0 12px 0 17px;
}

#calendarPanelBottom {
	height: 11px;
	background: url(../images/calendar-panel-bottom.jpg) no-repeat;
}

#pressReleasesPanel {
	clear: both;
	width: 498px;
	background: url(../images/press-releases-panel-bg.jpg) repeat-y;
	margin-bottom: 6px;
}

#pressReleasesPanelContent {
	margin: 3px 3px 3px 13px;
	font-size: 0.9em;
}

#pressReleasesPanelContent ul { 
  list-style-position: outside;
	margin-left: 0px;
	padding-left: 10px;
	vertical-align: middle;
}
#pressReleasesPanelContent li {
	margin: 0px;
	padding: 0px;
} 

#pressReleasesPanelBottom {
	height: 11px;
	background: url(../images/press-releases-panel-bottom.jpg) no-repeat;
}

#inboxPanel {
	float: right;
	width: 297px;
	background: url(../images/inbox-panel-bg.jpg) repeat-y;
	margin-bottom: 6px;
}

#inboxPanelContent {
	margin: 3px 0 0 7px;
}

#inboxPanelBottom {
clear: left;
	background: url(../images/inbox-panel-bottom.jpg) no-repeat;
	height: 8px;
}

.setCase {
	margin: 1px;
	width: 87px;
	height: 91px;
	padding-top: 7px;
	padding-left: 7px;
	background-image: url(../images/gallery-case.gif);
	background-repeat: no-repeat;
	float: left;
}

.setLargeCase {
	width: 167px;
	height: 174px;
	padding-top: 13px;
	padding-left: 13px;
	background-image: url(../images/gallery-case-large.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 15px;
}

#resourcesPanel {
	margin-bottom: 6px;
}

.paginationstyle img{
	opacity:0.5;
	filter:alpha(opacity=50);
	border: 1px solid #FFF;
}

.paginationstyle img.selected{
	opacity:1;
	filter:alpha(opacity=100);
	border: 1px solid #f9e433;
}

#pscroller1{
	width: 550px;
	height: 20px;
	border: none;
	padding: 6px 0 0 5px;
	background-color: none;
}
.scrollerclass{ //class to apply to your scroller(s) if desired
}

.space-line {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}

.galleryImage {
  width: 170px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}