@import "main.css";

.school_btns { position:absolute; margin: 115px 0 0 776px; }

#news_link { 
	position: absolute;
	margin: -21px 0 0 20px;
	height: 20px; width: 260px;
	text-indent: -9999px;
	background: #ff0000;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#calendar_link { 
	position: absolute;
	margin: -21px 0 0 470px;
	height: 20px; width: 160px;
	text-indent: -9999px;
	background: #ff0000;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#media_link { 
	position: absolute;
	margin: -21px 0 0 800px;
	height: 20px; width: 140px;
	text-indent: -9999px;
	background: #ff0000;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

.calkey { border: 0px !important; background: transparent url('../images/home/calendaricon.gif') center center no-repeat !important; width: 14px; height: 14px; }
.identifierkey { border: 0px !important; }

#newsdiv { padding-top: 30px; }

#newscon { display: none; }

#controls{
    position:absolute;
    width: 370px;
    text-align: right;
    top: 430px;
    margin-left: 80px;
}

#controls a{
    color:#e37000;
    margin:0 4px;
    padding:0 4px;
    font-family:"Times New Roman",Times,serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

#controls a.on, #controls a:hover{
    color:#015187;
}