@charset "ISO-8859-1";





/*-------------------Home Content----------------*/
#logoWrapper
{
	position:relative;
	height: 305px;
	width: 366px;
	float:left;
	background: url(../images/01_home/LTS-logo.png) 0px 0px no-repeat;
	margin: 20px 10px 0px 20px;
}

#logoWrapper span
{
	display: none;
}

#registrationWrapper
{
	margin: 10px 0px 5px 10px;
	position:relative;
	float: left;
	height:100px;
	width:366px;
}

#registrationWrapper a
{
	margin: auto;
	text-align: left;
	background:url(../images/04_classes/fees_registration.png) 0px 0px no-repeat;
	display: block;
	height:100px;
	width:233px;
}

#registrationWrapper a:hover
{
	background:url(../images/04_classes/fees_registration.png) 0px -100px no-repeat;
	height:100px;
	width:233px;
}


#registrationWrapper span
{
	display:none;
}

#missionStatementWrapper
{
	position:relative;
	height: 445px;
	width: 342px;
	float:right;
	margin:0px 10px 10px 0px;
	background: url(../images/01_home/homePg-image.png) 0px 0px no-repeat;
}

#missionStatementWrapper span
{
	display: none;
}


