h1, #nav {
	display: none;
}

#main {
	width: 868px;
	margin-left: 10px;
	padding-top: 18px;
}

#intro {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 30px;
}

#learnmore {
	padding: 4px 6px;
	margin-left: 3px;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px dotted #aaa;
	background: #fafafa;
	font-weight: bold;
}

#learnmore:hover {
	background: black;
	color: white;
	text-decoration: none;
	border-color: black;
}

#student {
	float: right;
	width: 320px;
	display: block;
	cursor: pointer;
}

#why {
	margin-bottom: 24px;
	font-size: 16px;
}

#why h2, #why ol {
	float: left;
	width: 510px;
}

#why h2 {
	background-image: url(/i/home/redstripe.gif);
	left: -43px;
	padding-left: 45px;
	position: relative;
	width: 495px;
	margin-bottom: 4px;
}

#why h2 em {
	background: url(/i/home/redstripe_end.gif) no-repeat right 0;
	display: block;
	color: white;
	height: 44px;
	padding-top: 10px;
	text-shadow: #d22600 -1px -1px 0;
	font-size: 16px;
	font-style: normal;
}

#why ol {
	margin-bottom: 16px;
}

#why ol li {
	line-height: 1.3;
	margin-bottom: 2px;
	padding: 5px 0 13px 40px;
}

#why1 {background-image: url(/i/home/1.gif);padding-bottom: 9px !important;}
#why2 {background-image: url(/i/home/2.gif);}
#why3 {background-image: url(/i/home/3.gif);}
#why4 {background-image: url(/i/home/4.gif);}
#why5 {background-image: url(/i/home/5.gif);}

.teaser {
	width: 277px;
	height: 186px;
	margin-right: 15px;
	background: #f2f2f2;
	background-position: center 0;
	float: left;
	border: 1px solid #333;
	overflow: hidden;
	position: relative;
	color: #ddd;
	font-size: 12px;
	line-height: 1.3;
	cursor: pointer;
}

.teaser:hover {
	text-decoration: none;
}

#themes-box {
	background-image: url(/i/home/themes.jpg);
}

#lessons-box {
	background-image: url(/i/home/lessons.jpg);
}

#resources-box {
	background-image: url(/i/home/resources.jpg);
	margin-right: 0;
}

.teaser .fill {
	background: black;
	display: block;	
	height: 200px;
	position: relative;
	top: 107px;
	opacity: .65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
}

.teaser.hover .fill {
	top: 0;
}

.teaser .caption {
	display: block;
	position: absolute;
	bottom: 3px;
	padding: 10px 15px;
}

.teaser b {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: white;
	font-weight: bold;
	margin-bottom: 3px;
}

.teaser:hover h2 {
	text-decoration: underline;
}