@charset "UTF-8";
/* ---- Basic styling --------*/



* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 1px;
}

#content {
	float: left;
	width:610px;
	margin-top: 2em;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 95%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	color:#FF0000;
}
h2 {
	color:#474612;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
}
h4 {
	color:#92437c
}
ul {list-style: none; }

#edit table {
	width: 550px;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#edit td {
	border: 1px solid #333333;
	padding: .2em;
}
#wrapper {
	position:relative;
	width: 1050px;
	margin: 0 auto;
	text-align:left;
	background-color:#F8F8F8;
}
#clear {
	clear:both;
}
/* ------------- position container elements -------*/

#header {
	position:relative;
	background: #fff url(/images/school_header.jpg) no-repeat top left;
	height: 189px;
	margin-top: .2em;
	margin-left: .2em;
	margin-right: .2em;
}
#header #staff {
	position:absolute;
	top: 1.3em;
	color: #000;
	/* top: 1.3em;  -- Original  setting changed 9-24-09  phone # was touching bottom of blue bar on webpage, looked cramped */

	right: 35px;
	width: 325px;
	font-size:11px;
}
/* -- main navigation styles --*/

	#header ul {
	margin:0;
	padding:0;
	position:absolute;
	left: 0;
	bottom: 0px;
	width:1048px;
	list-style:none;
	background-color: #0066FF;
	background-position: left top;
}
#header ul li {
	float:left;
}
#header ul a {
	padding: 0 1.2em;
	font-size:16px;
	line-height:1.5em;
	text-decoration:none;
	color:#fff;
	float:left;
	display:block;
}
#header ul a:hover {
	color:#5b1e46;
	font-weight:bold;
}
#sidebar {
	padding: 1em;
	float:left;
	width: 165px; /* made a change here from 160 to 165. watch for content problems  9-24-09 */
	border-right: solid 1px #000;
	font-size:12px;
	background-color: #fff;
	height: 900px;
	list-style: none;
	
}
#sidebar #news {
	position:absolute;
	font-size:8px
}
#right_sidebar {
	padding: 1em;
	background-color: #fff;
	float: right;
	font-size:12px;
	width: 190px;
	height: 900px;
	border-left: solid 1px #000;
}
#right_sidebar ul {
	list-style:none;
}
.selected {
	font-weight: bold;
	background-color: #FFFF33;
}
.teachers {
	font-weight:bold;
	border: thin solid #FF0033;
}

#content a {
	text-decoration: none;
	color: #0033CC
}
#content a:hover {
	background-color: #FFFFCC;
	color: #000000;
}
#sidebar a {
	text-decoration: none;
	color: #0033CC;
}
#sidebar a:hover {
	color: #0000FF;
	font-weight:bold;
}
#right_sidebar a {
	text-decoration: none;
	color: #0033CC;
	
}
#right_sidebar a:hover {
	color: #0000FF;
	font-weight: bold;
}
#homework_display_left {
	width: 270;
	margin: 1px;
	margin-bottom: 1em;
	padding: 1em;
	font-size:12px;
	border: solid 1px;
	border-color: #000;
	/*background-color: #CCCC00;*/

			/*background-color: #D49FAA;*/

			background:url(../images/grad_bar.png) repeat-x;
}
#homework_display_right {
	float: right;
	width: 270;
	margin: 1px;
	margin-bottom: 1em;
	padding: 1em;
	font-size:12px;
	border: solid 1px;
	border-color: #000;
	/*background-color: #CCCC00;*/

			/*background-color: #D49FAA;*/

			background:url(../images/grad_bar.png) repeat-x;
	clear: right;
}
ul#left {
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
	position: relative;
	width: auto;
}
li#left {
	/*left: 50px;*/

	/*position: relative;*/

	float: left;
	margin-left: 20px;
	list-style-type: none;
}
li#right {
	margin-left: 320px;
	list-style-type: none;
}
#homepage_display_right {
	float: right;
	width: 200px;
	margin-bottom: 1em;
	padding: 0.5em;
	font-size:12px;
	clear: right;
	margin-top: 1px;
	margin-right: 0.1em;
	margin-left: 0em;
}
.green {
	width:100%;
	background-color:#95ca78;
	border-bottom:solid 1px #8AA000;
	padding:10px 0px 10px 5px;
	margin-bottom: 8px;
	font-weight:bold;
	text-align:left;
}
.red {
	color: #FF0000;
}
.bold { font-weight:bold; }

fieldset input, textarea {
	border: 1px solid #FF6600
}
fieldset input:hover, textarea:hover {
	border-color: #000;
}
fieldset input:active, input:focus {
	border-color: #900;
}
label {
	float: left;
	width: 100%;
}
fieldset {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #a23668;
	overflow: hidden;
}
