.leftcol .schedulebox {
	float: left;
	display: block;
	height: 68px;
	width: 656px;
	background: url('http://ahl.assets.mrx.ca/hamilton/images/bg_schedule.jpg') no-repeat;
}

.leftcol .schedulebox {
	display: none;
}
.body .leftcol .news {
	margin-top: 0;
}

.schedulebox .matchup {
	display: block;
	float: left;
	margin: 0 0 0 145px;
	height: 68px;
}
.schedulebox .matchup span {
	display: block;
	float: left;
}
.schedulebox .matchup span.vsat {
	color: #888d99;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 28px;
	display: block;
	float: left;
}
.schedulebox .details {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	height: 53px;
	font-size: 1.3em;
	padding-top: 15px;
}
.schedulebox .details .date {
	color: #fff;
}
.schedulebox .details .pages {
	margin-top: 2px;
}
.schedulebox .details .pages a {
	text-decoration: underline;
	color: #888d99;
}
.schedulebox .full_schedule {
	display: block;
	float: right;
	height: 68px;
}
.schedulebox .full_schedule a {
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin: 26px 30px 0 0;
}

.leftcol .news {
	clear: both;
	border: 2px solid #252525;
	background: #003573;
	position: relative;
	float: left;
	width: 642px;
	height: 377px;
	margin: 10px 0 0 4px;
	padding: 1px;
}
.news .article {
	position: absolute;
	top: 1px;
	left: 1px;
}
.news img.article {
	position: absolute;
	top: 0;
	left: 0;
}
.news .headline {
	position: absolute;
	top: 245px;
	left: -4px;
	width: 578px;
	background: url('http://ahl.assets.mrx.ca/hamilton/images/bg_newser_content.png') repeat;
	padding: 12px 35px;
}
.news .headline h2 {
	font-size: 1.9em;
}
.news .headline h2 a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.news .headline span {
	display: block;
	color: #e7bcbf;
	font-size: 1.2em;
	font-weight: bold;
}

.news .thumbnails {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 100%;
	background: url('http://ahl.assets.mrx.ca/hamilton/images/bg_newser_nav.png') repeat;
}
.news .thumbnails ul {
	list-style-type: none;
}
.news .thumbnails li {
	float: left;
}
.news .thumbnails li a {
	display: block;
	margin: 8px 8px;
}
.news .thumbnails li a img {
	border: 1px solid #000;
}
.news .thumbnails li a.selected {
	margin: 5px 5px;
}
.news .thumbnails li a.selected img {
	border: 4px solid #ad0000;
}
.news .thumbnails .news_buttons {
	display: block;
	position: absolute;
	top: 20px;
	right: -8px;
}
.news .thumbnails .news_buttons a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 32px;
	width: 37px;
	background: url('http://ahl.assets.mrx.ca/hamilton/images/button_newser_nav.png') no-repeat;
}
.news .thumbnails .news_buttons a.next {
	background-position: -37px 0;
}

.leftcol .section {
	border: 2px solid #252525;
	background: #fff;
	position: relative;
	float: left;
	clear: both;
	width: 642px;
	margin: 10px 0 0 4px;
	padding-top: 31px;
}
.section_body ul {
	list-style-type: none;
	margin-left: 3px;
}
.section_body ul li {
	display: block;
	float: left;
	width: 206px;
	margin: 3px 3px 0;
	text-align: center;
}
.section_body ul li a.photo {
	display: block;
	position: relative;
	border: 4px solid #000000;
	height: 111px;
	width: 196px;
	overflow: hidden;
}
.section_body ul li a.photo img.more {
	position: absolute;
	top: 70px;
	right: -5px;
	z-index: 5;
}
.section_body ul li a.title {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 10px 0;
}
.section_body ul li p {
	display: block;
	font-size: 1.2em;
	margin: 2px 10px 10px;
}

.leftcol .promo {
	width: 650px;
}

.leftcol .promo .random_promo {
	display: block;
	clear: both;
	margin: 10px 0 0 6px;
	text-align: center;
}

.leftcol .promo .random_promo img {
	max-width: 642px;
	max-height: 150px;
}

.sponsors .section_body .random_promo {
	float: left;
	margin: 10px;
}

