@charset "utf-8";
/* CSS Document */
.container h1 span {
	background:url('../images/kidsCornerTitle.png') no-repeat top left;
	height: 99px;
	width: 930px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
}
.container h1 {
	height: 100px;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #0d4d7b;
}

.container ul.kids_list li {
	width: 295px;
	height: 25px;
	float: left;
}

.container ul.kids_buttons {
	margin: 0 0 0 20px;
	padding: 0;
}

.container ul.kids_buttons li {
	width: 295px;
	height: 95px;
	margin: 0 25px 10px 0;
	list-style: none;
}

.container a.button span {
	display: block;
	width: 295px;
	height: 95px;
	position: absolute;
	z-index: 1;
	margin: 0;
}

.container table { width: auto !important; margin-bottom: 0; }

a#facts span { background: url("../images/kidsButtons.jpg") no-repeat 0 0; }
a#info span { background: url("../images/kidsButtons.jpg") no-repeat 0 -95px; }
a#history span { background: url("../images/kidsButtons.jpg") no-repeat 0 -190px; }
a#outdoor span { background: url("../images/kidsButtons.jpg") no-repeat 0 -285px; }
a#geography span { background: url("../images/kidsButtons.jpg") no-repeat 0 -380px; }
a#wildlife span { background: url("../images/kidsButtons.jpg") no-repeat 0 -475px; }
a#misconcept span {	background:	url("../images/kidsButtons.jpg") no-repeat 0 -570px; }
a#blog span { background: url("../images/kidsButtons.jpg") no-repeat 0 -665px; }

@media (max-width: 980px) {
	.container h1 { height: auto; }
	.container h1 span { display: none; }
}