* {
	font-family: Tahoma, Verdana, Sans-Serif;
}

html, body {
	background: #780404 url('images/background.png');
	padding: 0;
	margin: 0;
	font-size: 14px;
}

a {
	color: #780404;
}

a:hover {
	text-decoration: none;
}

li {
	text-align: left !important;
}

img {
	border: none;
}

textarea {
	font-size: 11px;
}

div#container {
	width: 970px;
	margin: 5px auto;
}

div#top {
	background: transparent url('images/topbar.png') top center no-repeat;
	color: #AAA;
	padding: 5px;
	width: 940px;
	padding: 15px 15px 15px 15px;
}

div#powerschool {
	background: url('images/powerschool1.png') center center repeat-x;
	border: 1px solid #888;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

div#pslinks * {
	display: none;
	float: right;
}

div#top a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

div#top a:hover {
	color: #DDD;
}


div#banner {
	background: url('images/bannerbg.png') top left no-repeat;
	padding: 10px 10px 10px 20px;
	height: 100px;
	width: 940px;
	text-align: left;
}

div#banner-flash {
	float: right;
}

div#tabs {
	height: 30px;
	width: 912px;
	text-align: center;
}

div#tabs a {
	width: 100px;
	color: #550;
	background: url('images/tab.png') bottom center no-repeat;
	display: block;
	font-size: 12px;
	padding: 3px 7px 7px 7px;
	text-align: center;
	float: left;
	text-decoration: none;
}

div#top-menu {
	background: transparent url('images/container.png') top center repeat-y;
	width: 950px;
	padding: 0 10px;
}

div#top-menu div.menu-item, div#top-menu div.menu-item-alt {
	width: 118.75px;
	float: left;
	text-align: center;
	padding: 5px 0;
	color: #000;
}

div#top-menu div.menu-item {
	background: #BF8E03 url('') center center repeat-x;
}

div#top-menu div.menu-item-alt {
	background: #CF9700 url('') center center repeat-x;
}

div#top-menu div.menu-item a, div#top-menu div.menu-item-alt a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

div#top-menu div.menu-item a:hover, div#top-menu div.menu-item-alt a:hover {
	color: #FFE08F;
}

div.clear {
	clear: both;
}

div#content {
	background: transparent url('images/container.png') top center repeat-y;
	width: 950px;
	padding: 0 10px;
}

div#left-menu {
	background: transparent;
	float: left;
	width: 240px;
	padding: 5px;
	/*border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;*/
}

div.submenu {
	padding-left: 10px;
}

div#left-menu a.menu-item
{
	display: block;
	background: #555;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#left-menu a.menu-item:hover
{
	display: block;
	background: #777;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#left-menu .menu-item span.sub {
	font-weight: bold;
	color: #DFC681;
	float: right;
}

div#left-menu div.links a {
	display: block;
	color: #FFF;
	padding: 8px;
}

div#left-menu div.links a:hover {
	color: #DDD;
}

div.divide {
	border: 1px solid;
	border-color: #555 #BBB #BBB #555;
	margin: 0 5%;
}

div#main {
	font-size: 13px;
	text-align: justify;
	width: 680px;
	padding: 0 10px;
	float: left;
}

div#main div.page-title {
	background: #999 url('images/ptitlebg.png') bottom center no-repeat;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 5px 5px 15px 5px;
	margin: 0 -10px 10px -10px;
}

div#main div.title {
	font-size: 18px;
	text-align: left;
	color: #580B01;
}

div#main div {
	margin-bottom: 1em;
}

div#right-menu {
	background: transparent;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	width: 130px;
	float: right;
	/*border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;*/
}

div#right-menu div.title {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

div#right-menu a {
	color: #CCC;
}

div#right-menu a:hover {
	text-decoration: none;
	color: #FFF;
}

table#lunch {
	margin-bottom: 1em;
}

table#lunch tr td {
	text-align: center;
	width: 25%;
}

table#lunch tr#header td {
	font-weight: bold;
}

table tr td div {
	margin: 0 !important;
}

table.marginplz tr td div {
	margin: 1em 0 !important;
}

div#tickerh {
	background: transparent url('images/ticker.png') center center repeat-y;
	width: 950px;
	overflow: hidden;
	padding: 3px 10px;
	font-size: 11px;
}

marquee {
	white-space: nowrap;
}

#ticker a {
	color: #330;
	text-align: left;
	text-decoration: none;
	font-family: Lucida Grande !important;
	font-weight: bold;
	margin-right: 50px;
}

#ticker a:hover {
	color: #770;
}

#ticker div {
	display: inline;
}

div#ticker a:hover {
	color: #C90;
}

div.info {
	padding-bottom: 5px;
}

div#bottom {
	background: transparent url('images/bottom.png') bottom center no-repeat;
	height: 30px;
	width: 950px;
	padding: 0 10px;
}

div.info div {
	/*float: left;
	width: 70px;
	text-align: right;*/
	padding-right: 10px;
}

ul.hr-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.hr-list li.alt-row {
	background: #EEE;
}

ul.hr-list li a {
	display: block;
}

/* Hello Internet Explorer. */
div#top, div#left-menu a.menu-item {
	text-align: left !important;
}

div#left-fb {
	background: transparent;
	float: left;
	text-align: left;
	width: 240px;
	padding: 5px;
	/*border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;*/
}
