@CHARSET "windows-1256";

html {
	min-width: 960px;
}

#images {
	position: absolute;
	display: none;
}

.titletext {
	font-family: 'Steinem-Bold';
	margin: 0px;
}

.normaltext {
	font-family: 'HelveticaNeueLTPro-Roman';
	margin: 0px;
}

.grayfont {
	color: #575757;
}

.centerpoint {
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
}

.background {
	width: 100%;
	height: 100%;
	position: fixed;
}

#homepage {
	background-color: #3d9cb5;
}

#homepagemenu {
	background-color: #f1f1f1;
}

#schoollink,#homelink {
	height: 35px;
	width: 35px;
	cursor: pointer;
	background-image: url(../images/homepage/transparent.png);
}

.navigate {
	cursor: pointer;
}

.loaderlogo {
	height: 417px;
	left: -225px;
	position: absolute;
	top: -201px;
	width: 431px;
}

.sectionicon {
	position: absolute;
}

.sectionplus {
	position: absolute;
	left: 41px;
	top: 41px;
	cursor: pointer;
}

.sectioncontainer {
	left: 27px;
	position: absolute;
	top: 32px;
	width: 50px;
	text-indent: 0px;
}

.sectionclose {
	left: 85px;
	position: absolute;
	top: -150px;
	cursor: pointer;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	display: none;
}

.section {
	font-family: "Century Gothic";
	color: #ffffff;
}

.sectiontitle {
	font-size: 22px;
	font-weight: bold;
	left: -36px;
	position: absolute;
	text-align: center;
	text-decoration: underline;
	top: -111px;
	width: 197px;
	display: none;
}

.sectioncontent {
	font-size: 15px;
	left: -41px;
	position: absolute;
	top: -73px;
	width: 215px;
	display: none;
}

.bullet {
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url(../images/homepage/bullet.png);
	top: 40px;
	cursor: pointer;
	display: none;
}

.bullet.selected {
	background-image: url(../images/homepage/bulletselected.png);
}

.statnum {
	color: #FFFFFF;
	font-size: 55px;
	font-weight: bold;
	left: 36px;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 101px;
}