body {
	margin: 0;
	padding: 0;
	background: #f5f5f5 url('img/bg.png') repeat-x 0 0;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
}

#header-container {
	background: url('img/bg_header.jpg') no-repeat 50% 0;
	height: 135px;
}

#header {
	width: 980px;
	margin: 0 auto;
}

#nav {
	width: 980px;
	height: 41px;
	margin: 0 auto;
}

#main {
	width: 980px;
	margin: 0 auto;
	background: white;
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	background: url('img/bg_footer.png') no-repeat 100% 0;
	text-align: right;
	font-size: 10px;
	color: #666;
}


/* NAVIGATOIN 
--------------------------------------- */
#nav ul {
	clear: both;
	width: 980px;
	margin: 0;
	padding: 0;
	height: 41px;
	background: url('img/bg_nav.png') no-repeat 0 0;
}

#nav ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	height: 41px;
	float: left;
	text-indent: -9000px;
	background-image: url('img/bg_nav.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

#nav ul li.ni-home a { background-position: 0 0; width: 79px; }
#nav ul li.ni-schools a { background-position: -79px 0; width: 97px; }
#nav ul li.ni-academics a { background-position: -176px 0; width: 111px; }
#nav ul li.ni-specialeducation a { background-position: -287px 0; width: 166px; }
#nav ul li.ni-administration a { background-position: -453px 0; width: 142px; }
#nav ul li.ni-boardofeducation a { background-position: -595px 0; width: 171px; }
#nav ul li.ni-parents a { background-position: -766px 0; width: 213px; }

#nav ul li.ni-home a:hover { background-position: 0 -41px; width: 79px; }
#nav ul li.ni-schools a:hover { background-position: -79px -41px; width: 97px; }
#nav ul li.ni-academics a:hover { background-position: -176px -41px; width: 111px; }
#nav ul li.ni-specialeducation a:hover { background-position: -287px -41px; width: 166px; }
#nav ul li.ni-administration a:hover { background-position: -453px -41px; width: 142px; }
#nav ul li.ni-boardofeducation a:hover { background-position: -595px -41px; width: 171px; }
#nav ul li.ni-parents a:hover { background-position: -766px -41px; width: 213px; }

#nav ul li.ni-home a:active { background-position: 0 -82px; width: 79px; }
#nav ul li.ni-schools a:active { background-position: -79px -82px; width: 97px; }
#nav ul li.ni-academics a:active { background-position: -176px -82px; width: 111px; }
#nav ul li.ni-specialeducation a:active { background-position: -287px -82px; width: 166px; }
#nav ul li.ni-administration a:active { background-position: -453px -82px; width: 142px; }
#nav ul li.ni-boardofeducation a:active { background-position: -595px -82px; width: 171px; }
#nav ul li.ni-parents a:active { background-position: -766px -82px; width: 213px; }


/* BUILDING SPECIFIC NAV */
h2.building-menu-header {
	width: 176px;
	height: 40px;
	text-indent: -9000px;
	background: url('img/hdr_buildingmainmenu.png') no-repeat 0 0;
	margin: 0;
}

#sidebar-left ul {
	margin: 0 0 15px 0;
	padding: 0 8px 15px 8px;
}

#sidebar-left ul li {
	list-style-type: none;
}

#sidebar-left ul li a {
	display: block;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #646464;
	padding: 7px 0 0 2px;
	border-bottom: solid 1px #bbb;
	width: 158px;
}

#sidebar-left ul li a:hover {
	text-decoration: none;
	color: #117277;
	border-bottom: solid 1px #117277;
	background: white;
}

/* BLOCKS 
--------------------------------------------- */
#sidebar-left {
	width: 176px;
	float: left;
	background: #e8edf3;
}

#content {
	width: 783px;
	float: right;
}

div.content-area {
	padding: 20px 20px 20px 0;
}

div.column-right {
	width: 214px;
	float: right;
	background: #e8edf3;
}

div.clear {
	clear: both;
}

/* SECTIONS
--------------------------------------------- */
 /* HEADER SECTION */
 h1#logo {
	width: 237px;
	height: 100px;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
 }

 h1#logo a {
	display: block;
	width: 237px;
	height: 100px;
	text-indent: -9000px;
	background: url('img/logo.png') no-repeat 0 0;
	overflow: hidden;
 }

 dl#admin-team {
	width: 495px;
	height: 47px;
	background: url('img/bg_adminteam.png') no-repeat 100% 100%;
	float: left;
	margin: 62px 0 0 0;
	padding: 0;
 }

 dl#admin-team dt, dl#admin-team dd {
	display: none;
 }

 span.logo-spsd {
	display: block;
	float: right;
	width: 214px;	
	height: 32px;
	background: url('img/logo_spsd.png') no-repeat 0 0;
	text-indent: -9000px;
 }

 span.logo-spsd a {
	display: block;
	width: 214px;
	height: 32px;
	overflow: hidden;
 }

 div#frm-search {
	float: right;
	width: 205px;
	height: 25px;
	background: url('img/bg_search.png') no-repeat 0 0;
	padding: 7px 0 0 9px;
	margin: 71px 0 0 0;
 }

 div#frm-search form {
	margin: 0;
	padding: 0;
 }

 div#frm-search input {
	width: 193px;
	border: 0;
	background: #d2d5d5;
	padding: 1px;
 }

 form#frm-search input.btn {
	font-weight: bold;
	color: white;
	background: none;
	border: 0;
	font-size: 10px;
	width: 55px;
	font-family: arial;
	padding: 2px 0;
 }

 /* UPCOMING EVENTS SECTION */
 h2.hdr-upcoming-events {
	margin: 0;
	padding: 0;
	width: 214px;
	height: 39px;
	text-indent: -9000px;
	background: url('img/hdr_upcomingevents.png') no-repeat 0 0;
 }

 dl.upcoming-events {
	padding: 0 15px 15px 15px;
 }

 dl.upcoming-events dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
 }

 dl.upcoming-events dt a {
	text-decoration: none;
 }

 dl.upcoming-events dd {
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
 }

 p.upcomingevents-text {
	text-align: right;
 }

 /* LOGIN SECTION - ADMIN SITE ONLY */
 div.block-login {
        padding: 0 8px 15px 8px;
 }

 div.block-login label {
        display: block;
        font-size: 11px;
        color: #333;
 }

 div.block-login input {
        border: solid 1px #ccc;
        margin: 2px 0 7px 0;
        padding: 3px 4px;
        color: #444;
        width: 150px;
 }

 div.block-login input.checkbox {
        width: 15px;
        float: left;
 }

 div.block-login label.checkbox {
        float: left;
        width: 100px;
 }

 div.block-login input.button {
        width: 90px;
        padding: 1px;
        color: white;
        background: #213234;
        font-size: 10px;
        text-transform: uppercase;
 }


/* TYPOGRAPHY
--------------------------------------------- */
a { color: #990000; text-decoration: none; }
a:hover { color: #334499; text-decoration: underline; }
h2 {
        color: #333333;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 20px;
	margin: 0;
}

/* ------------------------------------------------------
                   IMPORTED STYLES
------------------------------------------------------- */

/* STAFF
--------------------------------------------- */
td.stf_dept {
	border-bottom: 3px solid #DDDDDD;
	color: #333333;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

td.stf_dtl {
	border-bottom:1px solid #DDDDDD;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	padding-bottom:4px;
	padding-left:8px;
	padding-top:2px;
}

/* CALENDAR
--------------------------------------------- */
.tblcalendar tbody td {template_css.css (line 129)
background-color:#F1F1F1;
border-color:#C1C1C1;
height:60px;
padding:0;
vertical-align:top;
}

th.dow {
	background-color:#EEEEEE;
	border-color:#FFFFFF #C1C1C1 #C1C1C1 #CCCCCC;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}

td.day1 {
	background-color:#FFFFFF !important;
	border-style:solid;
	border-width:0 1px 1px;
	color:#AAAAAA !important;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:9px;
}

td.day {
	border-style:solid;
	border-width:0 1px 1px;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:9px;
}

.daynum {
	background-color:#F4F4FF;
	border:1px solid #999999;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:9px;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:1px;
	margin-top:1px;
	padding:1px;
	text-align:right;
	width:15px;
}

td.today {
	background-color:#E1F1FF !important;
}

td.day1, td.day {
	padding: 2px 2px 5px 2px;
}


/* GENERAL IMPORTED STYLES
--------------------------------------------- */

.contentheading {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding-bottom:20px;
}

