@charset "ISO-8859-1";





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

#logoWrapper span
{
	display: none;
}

#missionStatementWrapper
{
	position:relative;
	height: 466px;
	width: 341px;
	float:right;
	margin:0px 10px 0px 0px;
	background: url(../images/01_home/missionStatement.jpg) 0px 0px no-repeat;
}

#missionStatementWrapper span
{
	display: none;
}

