@charset "UTF-8";
/* CSS Document */

.TabbedPanelsContent>div {
	clear: both;
	float: left;
	width: 400px;
	margin-right: 40px;
}
.TabbedPanelsContent .col1, .TabbedPanelsContent .col2 {
	clear: both;
	float: left;
	width: 400px;
	margin-right: 40px;
}
.TabbedPanelsContent>div+div {
	clear: none;
	margin-right: 0;
}
.TabbedPanelsContent .col2 {
	clear: none;
	margin-right: 0;
}
h1 {
	position: absolute;	
}
.TabbedPanelsTab, .TabbedPanelsTab span {
	height: 30px;
}
.TabbedPanelsTab span {
	display: none;
}
#tabInfants, #tabInfants span {
	width: 253px;
}
#tabInfants {
	background: url(../images/BAR-6WKS-UNSELECTED.png) no-repeat;
}
#tabInfants.TabbedPanelsTabHover .over {
	display: block;
	background: url(../images/BAR-6WKS-OVER.png) no-repeat;
}
#tabInfants.TabbedPanelsTabSelected .selected {
	display: block;
	background: url(../images/BAR-6WKS.png) no-repeat;
}
#tabInfants.TabbedPanelsTabSelected .over {
	display: none;
}
#tabKindergarten, #tabKindergarten span {
	width: 330px;
}
#tabKindergarten {
	background: url(../images/BAR-KINDER-UNSELECTED.png) no-repeat;
}
#tabKindergarten.TabbedPanelsTabHover .over {
	display: block;
	background: url(../images/BAR-KINDER-OVER.png) no-repeat;
}
#tabKindergarten.TabbedPanelsTabSelected .selected {
	display: block;
	background: url(../images/BAR-KINDER.png) no-repeat;
}
#tabKindergarten.TabbedPanelsTabSelected .over {
	display: none;
}
.childcareFees {
	margin: 8px 0 1em;
	width: 600px;
}
.childcareFees th {
	font-size: 170%;
	font-weight: normal;
	text-transform: none;
	vertical-align: bottom;
}
.childcareFees th+th {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.childcareFees th.subhead {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.childcareFees th .tagline {
	text-transform: none;
	font-weight: normal;
}
.exampleImage {
	margin-right: 0;
	margin-left: 16px;
}
#kindergartenFees {
	width: 360px;
}
#punchCardFees {
	width: 300px;
}