.subpages {
	text-decoration: none;
}.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-small {
	font-family: "Clarendon Std", "Century Old Style Std", "Century Schoolbook", Georgia, serif;
	font-size: 14px;
	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;
	color: #000;
}

/* ---------- DIVS ---------- */

#header_container {
	width: 100%;
	height: 207px;
	background: url('../../../site/1/template/header_bg.jpg') no-repeat bottom center;
}

#header {
	width: 966px;
	height: 207px;
	margin: 0 auto;
	position: relative;
}

#banner_outer_container {
	border-top: 1px solid #b06900;
	background: #e3bc57 url('../../../site/1/template/banner_outer_container_bg.png') repeat-x bottom left;
}

#banner_inner_container {
	background: url('../../../site/1/template/banner_inner_container_bg.jpg') no-repeat bottom center;
}

#banner {
	width: 940px;
	min-height: 165px;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	min-height: 583px;
	background: url('../../../site/1/template/wrapper_bg.gif') no-repeat top center;
}

#container {
    width: 940px;
	margin: 0 auto;
}

#content {
	width: 624px;
}

#sidebar {
	width: 292px;
}

#footer {
	width: 645px;
	padding-top: 20px;
	text-align: center;
}

/* ---------- ADMIN ---------- */

.admin #content {
	width: 940px;
}

#footer.admin {
	width: 100%;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- HEADER ---------- */

#header a.logo_link {
	width: 714px;
	height: 76px;
	display: block;
	position: absolute;
	top: 61px;
	left: 127px;
}

/* ---------- NAVIGATION ---------- */

#header ul#navigation {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 149px;
	left: 0;
	list-style: none;
	z-index: 10;
}

#header ul#navigation li {
	width: 106px;
	height: 82px;
	padding: 0 6px 0 7px;
	display: block;
	float: left;
	background: url('../../../site/1/template/nav_btn.png') no-repeat top center;
}

#header ul#navigation li a, #header ul#navigation 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;
}

#header ul#navigation li a:hover {
	background: url('../../../site/1/template/nav_link.png') no-repeat top center;
}

#header ul#navigation li.nav_first {
	padding-left: 14px;
	background: url('../../../site/1/template/nav_btn_first.png') no-repeat top right;
}

#header ul#navigation li.nav_last {
	padding-right: 13px;
	background: url('../../../site/1/template/nav_btn_last.png') no-repeat top left;
}

#header ul#navigation li.sdaLeft a {
	background: url('../../../site/1/template/nav_btn_sdaLeft.png') no-repeat top left;
}

#header ul#navigation li.sdaLeft a:hover {
	background-position: bottom left;
}

#header ul#navigation li.sdaRight a {
	background: url('../../../site/1/template/nav_btn_sdaRight.png') no-repeat top left;
}

#header ul#navigation li.sdaRight a:hover {
	background-position: bottom left;
}

/* ---------- BANNER ---------- */

#banner #banner_img {
	width: 940px;
	overflow: hidden;
	line-height: 0;
}

#banner #quickLinks {
	width: 170px;
	height: 389px;
	position: absolute;
	top: 5px;
	right: -180px;
	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 }
