
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #263847;
}

.headline {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #263847;
}

.headline-sidebar {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #460000;
}

.subheadline {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #263847;
}

.subheadline-sidebar {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 32px;
	font-weight: bold;
	color: #460000;
}

.subheadline-sidebar-on {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ac0100;
}

.subheadline-yellow {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 14px;
	color: #ad7a00;
}

.body-text-grey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
}

.resource {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #460000;
}

.resource_on {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ac0100;
}

.sitename {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #263847;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #263847;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #a6a6a6;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #263847;
}

.syssmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #263847;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #a6a6a6;
}

.lower_navs, .lower_navs a {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666;
}

.footer, .bottom_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #a6a6a6;
}

a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	text-decoration: none;
	color: #6684f8;
}

a.footer:hover, a.bottom_links:hover {
	text-decoration: underline;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url('../images/body_bg.gif') repeat-x top left;
	color: #000;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	background: url('../images/page_bg.gif') no-repeat center 231px;
}

#wrapper {
	width: 940px;
	min-height: 792px;
	height: auto !important;
	height: 792px;
	margin: 0 auto;
	padding: 173px 0 0;
}

#navigation {
	width: 966px;
	height: 82px;
	position: absolute;
	top: 0;
	left: -13px;
}

#banner {
	width: 940px;
	height: 358px;
	padding: 59px 0 0;
	position: relative;
}

#container {
    width: 940px;
	height: auto !important;
	height: 710px;
}

#content {
	width: 724px;
	height: auto !important;
	height: 550px;
}

#content a {
	text-decoration: none;
}

#sidebar {
	width: 192px;
	height: auto !important;
	height: 550px;
}

#sidebar ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#sidebar ul li {
	list-style: none outside none;
}

#sidebar a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	line-height: 26px;
	text-decoration: none;
}

#footer {
	width: 745px;
	padding-top: 20px;
	text-align: center;
}

/* ---------- ADMIN ---------- */

#page.admin {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#wrapper.admin {
	min-height: 392px;
	height: auto !important;
	height: 392px;
}

#container.admin {
	min-height: 310px;
	height: auto !important;
	height: 310px;
}

#content.admin {
	width: 940px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
}

#footer.admin {
	width: 100%;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- PAGE ---------- */

#page #header {
	width: 100%;
	height: 231px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/header_bg.jpg') no-repeat top center;
	z-index: -1;
}

/* ---------- WRAPPER ---------- */

#wrapper a.logo_link {
	width: 714px;
	height: 76px;
	margin-left: -357px;
	display: block;
	position: absolute;
	top: 84px;
	left: 50%;
}

/* ---------- HEADER ---------- */

/* ---------- NAVIGATION ---------- */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	width: 106px;
	height: 82px;
	padding: 0 6px 0 7px;
	display: block;
	float: left;
	background: url('../images/nav_btn.png') no-repeat top center;
}

#navigation ul li a, #navigation ul li a:visited {
	width: 86px;
	height: 40px;
	padding: 13px 10px;
	display: block;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	outline: none;
	text-decoration: none;
	color: #fff;
}

#navigation ul li a:hover {
	background: url('../images/nav_link.png') no-repeat top center;
}

#navigation ul li.nav_first {
	padding-left: 14px;
	background: url('../images/nav_btn_first.png') no-repeat top right;
}

#navigation ul li.nav_last {
	padding-right: 13px;
	background: url('../images/nav_btn_last.png') no-repeat top left;
}

#navigation ul li.sdaLeft a {
	background: url('../images/nav_btn_sdaLeft.png') no-repeat top left;
}

#navigation ul li.sdaLeft a:hover {
	background-position: bottom left;
}

#navigation ul li.sdaRight a {
	background: url('../images/nav_btn_sdaRight.png') no-repeat top left;
}

#navigation ul li.sdaRight a:hover {
	background-position: bottom left;
}

/* ---------- BANNER ---------- */

#banner #banner_img {
	width: 940px;
	height: 358px;
	overflow: hidden;
}

#banner #quickLinks {
	width: 170px;
	height: 389px;
	position: absolute;
	top: 65px;
	right: -180px;
	background: url('../images/quickLinks_bg.gif') no-repeat left 8px;
	color: #4b2100;
}

#banner #quickLinks p {
	padding-bottom: 2px;
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	border-bottom: 1px solid #4b2100;
}

#banner #quickLinks ul {
	margin: 5px 0 0;
	padding: 0;
	list-style-position: inside;
}

#banner #quickLinks ul li {
	margin: 0;
}

#banner #quickLinks a, #banner #quickLinks a:visited, #banner #quickLinks ul li a, #banner #quickLinks ul li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #4b2100;
}

#banner #quickLinks a:hover, #banner #quickLinks ul li a:hover {
	text-decoration: underline;
}

/* ---------- CONTENT ---------- */

#content table.calendar_table_inner {
	min-width: 624px;
	width: 624px;
}

/* ---------- SIDEBAR ---------- */

/* ---------- BOTTOM ---------- */

/* ---------- FOOTER ---------- */

#footer ul.lower_navs {
	margin: 0 0 4px;
	padding: 0;
	list-style: none;
}

#footer ul.lower_navs li {
	margin: 0 3px;
	display: inline;
}

#footer ul.lower_navs li a, #footer ul.lower_navs li a:visited {
	text-decoration: none;
}

#footer ul.lower_navs li a:hover {
	text-decoration: underline;
}

#footer p.copyright {
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #a6a6a6;
}

/* ---------- CALENDAR ---------- */

#calendar_wrapper, #calendar_header, #calendartable_wrapper { min-width: 624px; }

#calendar_wrapper table.all_day_events { min-width: 584px }