
.home-page .navbar {
	display: none;
}
.home-page .stem-container {
	background: transparent;
}
.home-page #right-column {
	display: none;
}
.home-page #left-column {
	display: none;
}
.home-page #center-column {
	background: none;
	width:940px;
	padding:0;		
}
.home-page #center-column-content .content {
	padding: 40px 0px;
	outline: none;
}

.home-page #home-main {
	width:450px;
	padding: 40px 6px;
	margin-right:20px;
	float:left;
	text-align: center;
}
.home-page #home-main #home-welcome
{
	background: url('../images/css-images/home-welcome-box.png') no-repeat;
	width:195px;
	height:87px;
	line-height:70px;
	color:#ffffff;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	float: none;
	position: absolute;
	top: 90px;
}
.home-page #home-main #home-welcome-text
{
	background: url('../images/css-images/home-text-box.png') no-repeat;
	width:434px;
	height:244px;
	padding-top:20px;
	margin-left: 44px;
	font-size: 18px;
	text-align: left;

}
.home-page #home-main #home-welcome-text p
{
	margin:50px 50px 0px 50px;
}
.home-page #home-main #home-circle 
{
	background: url('../images/css-images/home-circle-image.png') no-repeat;
	width:127px;
	height:127px;
	margin-top: -296px;
	margin-right: -53px;
}
.home-page #home-main #home-start
{
	background: url('../images/css-images/home-lessons.png') no-repeat;
	width:322px;
	height:114px;
	color:#ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	line-height: 33px;
}
.home-page #home-main #home-start a:link, .home-page #home-main #home-start a:hover, .home-page #home-main #home-start a:visited
{
	color:#b4e28a;
}

div#home-start a:focus {outline: solid 1px yellow;}

.home-page #home-links {
	height: 430px;
	float:right;
	margin-right:0px;
	padding-top:40px;	
}
.home-page #home-links a {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 85px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

.home-page #home-links a:focus {outline: solid 1px yellow;}

.home-page #home-links #home-student-link
{
	background: url('../images/css-images/home-students.png') no-repeat;
	width:247px;
	height:101px;
}
.home-page #home-links #home-teacher-link
{
	background: url('../images/css-images/home-teachers.png') no-repeat;
	width:262px;
	height:92px;
}
.home-page #home-links #home-career-link
{
	background: url('../images/css-images/home-STEM.png') no-repeat;
	width:215px;
	height:94px;
}

.home-page #bottom-page-nav
{
	display:none;
}