/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3,h4,h5 {
	/* top & bottom margin based on font size */
	margin: .5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}

td {
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {

}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/*#-------------#*/
/*## UNIVERSAL ##*/
/*#-------------#*/

body {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

a.email {
	padding-right: 24px;
	background: transparent url(../images/icons/email-icon.gif) center right no-repeat;
}

a.pdflink {
	_display: inline-block; /* Fixes icon wrap bug in IE */
	padding-right: 18px;
	background: transparent url(../images/icons/pdf-icon.gif) center right no-repeat;
}

a.attlink {
	_display: inline-block; /* Fixes icon wrap bug in IE */
	padding-right: 18px;
	background: transparent url(../images/icons/attachment.gif) center right no-repeat;
}

p, ul li {
	line-height: 1.45em;
}

p.indent {
	margin-left: .5em;
}

strong {
	color: #444;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

span.caps {
	font-weight: bold;
	text-transform: uppercase;
}

.noBorder {	
	border: 0 !important; 
}

.serif { 
	font-family: Georgia, "Times New Roman", Times, serif;
}

.italic {
	font-style: italic;	
}

dt {
	margin-top: 2em;
}

dl dd {
	color: #333;
	font-size: 90%;
	margin: .3em 0 0 1em;
}

dl.eventList dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
}

dl.eventList dd {
	margin-top: -18px;
	margin-left: 8em;
	font-size: 100%;
}

.note {
	color: #888;
	font-size: 85%;
}

form .note {
	color: #666 !important;
	font-size: 85%;
}

.mini td {
	font-size: 90%;
}

.rank {
	color: #777755;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.grey {
	color: #888;
}

.zeroBot {
	margin-bottom: 0;
	padding-bottom: 0;
}

.addrDiv, .dlDiv {
	background-color: #FFFFEE;
	background: transparent url(../images/active.jpg) repeat-x 25% 25%;
	border-top: 1px solid #CCCCBB;
	border-bottom: 1px solid #CCCCBB;
	color: #888877;
	margin: 0 0 1em 0;
	padding: .5em 1em;
	text-align: center;
}

.addrDiv p, .dlDiv p {
	padding: 0;
	margin: 0;
}

.addrDiv h4 {
	font-size: 115%;
	font-weight: normal;
	margin: 0 .5em .2em;
	padding: 0;
}

.redText {
	color: #BB0000;
}

fieldset {
	border: 1px solid #99AABB;
	padding: 1em;
}

legend {
	color: #557799;
	font-size: 100%;
	font-weight: bold;
}

.infoBox {
	border: 1px solid #ddd; background-color: #ffffff; padding: .5em 1em;
}

.infoBoxInForm {
	border: 1px solid #99AABB; background-color: #DDEEFF; padding: .5em 1em;
}

.formFaceBox {
	background-color: #DDEEFF;
	border-top: 1px solid #99AABB;
	margin: 1em 0;
	padding: 1em;
}

.formFaceBox h5 {
	margin: 0;
	padding: 0 0 .5em 0;
}

.formFaceBox hr {
	border: 0;
	border-top: 1px solid #BBCCDD;
}

.fieldHolder {
	margin-bottom: 2em;
}

.formBlue input, .formBlue select, .formBlue textarea {
	border: 1px solid #99AABB;
	font-size: 120%;
}

.formGrey input, .formGrey select, .formGrey textarea {
	border: 1px solid #ccc;
	font-size: 120%;
}

.formBlue textarea {
	border: 1px solid #99AABB;
	font-size: 120%;
	width: 430px;
}

.formBlue h5 {
	color: #557799;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

span.example {
	padding-left:25px;
	color:#999999;
}

blockquote {
	font-family: "Courier New", Courier, monospace;
}

div.toTop {
	text-align: right;
}

div.badLogin, .formError {
	background-color: #EE8844;
	border: 1px solid #DD7744;
	border-left: 0;
	border-right: 0;
	color: #fff;
	display: inline;
	line-height: 2em;
	padding: .3em .5em;
}

.width100 {
	width: 100%;	
}

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

#wrap {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


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

#header {
	background-color: #fff;
	height: 33px;
	width: 800px;
}

#header .purcellHeaderImageWrap {
	float: left;
	height: 33px;
	width: 800px;
}


/*#---------------------#*/
/*## HEADER NAVIGATION ##*/
/*#---------------------#*/

#headerNav {
	background-color: #ddd;
	height: 32px;
}

#headerNav ul {
	background-color: #FFF;
	line-height: 1em;
	list-style: none;
	margin: 0;
	text-align: center;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}

#headerNav ul li {
	display: inline;
}

#headerNav ul li a {
	border-right: 1px solid #99BBDD;
	color: #fff;
	font-size: 70%;
	padding: 0 .5em 0 .2em;
	text-decoration: none;
}

#headerNav ul li a:hover {
	text-decoration: underline;
	background-color: #FCC;
	color: #000;
}

#headerNav ul li a.last {
	border: 0;
}

/*#------------#*/
/*## MASTHEAD ##*/
/*#------------#*/

#mast {
	background: #fff url(../images/banners/rotate.php) no-repeat;
	margin-top: 0.1em;
	height: 200px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#mast img#mastRibbon {
	position: relative;
	left: 1em;
}


/*#-----------#*/
/*## GATEWAY ##*/
/*#-----------#*/

#gateway {
	background: #fff url(../images/gateway-bg.jpg) repeat-x;
	border-bottom: 0;
	height: 375px;
	overflow: auto;
	width: 800px;
	padding-top: 1.1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin-top: auto;
	margin-right: auto;
}

#gateway div.gatewayBlock {
	float: left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 17px;
}

#gateway .gatewayBlock div.parentsList {
	background: #fff url(../images/parents-gw-bottom.gif) no-repeat bottom;
}

#gateway .gatewayBlock div.activitiesList {
	background: #fff url(../images/activities-gw-bottom.gif) no-repeat bottom;
}

#gateway .gatewayBlock div.staffList {
	background: #fff url(../images/staff-gw-bottom.gif) no-repeat bottom;
}

#gateway .gatewayBlock div.districtList {
	background: #fff url(../images/district-gw-bottom.gif) no-repeat bottom;
}

#gateway .gatewayBlock div ul {
	list-style: none !important;
	margin: 0;
	padding: .2em 0 .6em 0;
	width: 174px;
}

#gateway .gatewayBlock div ul li a {
	color: #fff;
	display: block;
	font-size: 70%;
	line-height: 1.85em;
	margin: 0 3px; /* adjusted to compensate image bg */
	padding: 0 9px; /* adjusted to compensate image bg */
	text-decoration: none;
	width: 150px;
}

#gateway .gatewayBlock div ul a:hover, #mainNav li ul li a:hover {
	text-decoration: underline;
}

#gateway .gatewayBlock div.parentsList ul a:hover, #mainNav li#mainNavParents ul li a:hover {
	background-color: #C33;
}

#gateway .gatewayBlock div.activitiesList ul a:hover, #mainNav li#mainNavActivities ul li a:hover {
	background-color: #C33;
}

#gateway .gatewayBlock div.staffList ul a:hover, #mainNav li#mainNavStaff ul li a:hover {
	background-color: #C33;
}

#gateway .gatewayBlock div.districtList ul a:hover, #mainNav li#mainNavDistrict ul li a:hover {
	background-color: #C33;
}

/*#-------------------#*/
/*## MAIN NAVIGATION ##*/
/*#-------------------#*/

/* start son of suckerfish dropdowns */
#mainNavDiv {
	overflow: hidden;
}

#mainNav li:hover, #mainNav li.hover { /* Fix for IE7 menus - Prevents them from sticking */
    position: static;
}

#mainNav, #mainNavDiv li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}

#mainNav a {
	display: block;
	line-height: 26px;
	width: 176px;
}

#mainNav li {
	float: left;
	width: 176px;
}

#mainNav li ul {
	height: 153px; /* same height as bg img */
	margin-top: -12px;
  	padding-top: 15px;
	position: absolute;
	width: 176px;
	left: -999em;
	z-index: 100;
}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}
/* end suckerfish dropdowns */

#mainNav li a {
	display: block;
	text-decoration: none;
}

#mainNav li ul li a {
	color: #fff;
	display: block;
	font-size: 70%;
	line-height: 1.85em;
	margin: 0 3px; /* adjusted for compensate image bg */
	padding: 0 9px; /* adjusted for compensate image bg */
	width: 149px;
	text-decoration: none;
}


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

#contentWrap {
	clear: both;
	margin-top: 1em;
}

#contentWrap #section { /* not used */
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	padding: .5em;
	_padding: .2em .5em .4em .5em; /* lol @ ie */
}

#contentWrap .trustees { /* not used */
	background-color: #DD2222;
	border-left: .5em solid #EE7777;
}


/*#------------------#*/
/*## CONTENT - MAIN ##*/
/*#------------------#*/

#contentDiv {
	font-size: 80%;
	margin-top: 1em;
	
}

#contentDiv #mainContent {
	float: left;
	padding: 1em 16px 0 16px;
	width: 460px;
	_margin-top: 1em; /* lol @ ie */
}

#contentDiv #mainContent-noSidebar {
	float: left;
	padding: 1em 16px 0 16px;
	width: 728px;
	_margin-top: 1em; /* lol @ ie */
}

.contentHolder {
	margin-bottom: 2em;
}

.contentHolder p {
	padding-left: .3em;
}

#contentDiv #mainContent .featuredImg {
	background: white;
	border: 1px solid #ccc;
	display: block;
	padding: 10px;
}

#contentDiv #mainContent .portrait {
	background: white;
	border: 1px solid #ccc;
	margin: 0 1.5em .5em 0;
	padding: 6px;
}

#contentDiv #mainContent .portraitL {
	background: white;
	border: 1px solid #ccc;
	float: left;
	margin: 0 1.5em .5em 0;
	padding: 6px;
}

#contentDiv #mainContent .portraitR {
	background: white;
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 .5em 1.5em;
	padding: 6px;
}

#contentWrap h1, #contentDiv-noNav h1{
	border-bottom: 1px solid #fff;
	color: #5588BB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 165%;
	font-weight: normal;
	margin: 0;
	padding: .5em 0;
	letter-spacing: .05em;
	text-transform: uppercase;
	word-spacing: .1em;
}

#contentDiv #mainContent h3, #contentDiv #mainContent-noSidebar h3, #zoningWrap h3, #mainContent-regions h3 {
	color: #DD8855;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0;
	padding: .5em .5em .3em 0;
}

#contentDiv #mainContent .contentHolder h6, #contentDiv #mainContent-noSidebar .contentHolder h6, #contentDiv #mainContent-regions .contentHolder h6 {
	background-color: #efefef;
	border-bottom: 1px solid #ddd;
	border-left: 3px solid #ddd;
	color: #777;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: .01em;
	margin: .5em 0;
	padding: .4em .5em;
	text-transform: uppercase;
}

#contentDiv #mainContent ul, #contentDiv #mainContent-noSidebar ul, #contentDiv #mainContent-regions ul {
	list-style-image: url(../images/icons/blue-disc.gif);
}

#contentDiv #mainContent ul, #contentDiv #mainContent-regions ul {
	margin: 1em 0 2em 0;
	padding: 0 2.5em;
}

#contentDiv #mainContent ul li, #contentDiv #mainContent-regions ul li {
	padding: 0 0 .5em 0;
}

#contentDiv #mainContent ol {
	margin: 0 1em 1em 1em;
	padding: 0 1.5em;
}

#contentDiv #mainContent ol li {
	padding: 0 0.5em 0.5em;
}

#contentDiv #mainContent ol ul {
	margin-bottom: 0;
}

#contentDiv #mainContent ol ul li {
	padding: 0 0 .5em 0;
}

div.monthBar, div.langBar  {
	background-color: #eee;
	color: #aaa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
	line-height: 1em;
	margin-bottom: 2em;
	padding: .5em;
	text-align: center;
}

div#regionBar, div#budgetBar, #summerBar, #collegefairBar {
	background-color: #eee;
	color: #aaa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	font-size: 90%;
	line-height: 1em;
	padding: .5em;
	text-align: center;
}

div#regionBar a.active, div#budgetBar a.active, div#summerBar a.active, div#collegefairBar a.active {
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	border-bottom: 0; padding: .8em 1em 0 1em;
	color: #222;
}

div.labelContainer {
	border-bottom: 3px solid #99AABB;
	margin-bottom: .5em;
}

div.labelContainer label {
	background: transparent url(../images/label-right-side.gif) right top no-repeat;
	margin: 0;
	padding: 0;
}

div.labelContainer label span {
	background: transparent url(../images/label-left-side.gif) left top no-repeat;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0 12px;
}

div.warning {
	background: #EECC99 url(../images/icons/warning-small.gif) 10px 5px no-repeat;
	border-top: 1px solid #CC9966;
	border-bottom: 1px solid #DDAA66;
	height: 30px;
	margin: 1em 0;
	padding: 10px;
}

#contentDiv-noNav div.warning h3 {
	color: #BB4400;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 0 50px;
}

#contentDiv #mainContent-noSidebar h3 {
	/*width: 460px;*/ /* limit width for underline */ /*not need anymore, no underline */
}

h2#pageGateway {
	color: #555;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	margin: 0;
	padding: .5em 1em;
}

#contentDiv .aquaTable {
	border-top: 1px solid #77AACC;
}

#contentDiv .aquaTable th, #contentDiv .aquaTable td {
	font-weight: normal;
	padding: .5em;
}

#contentDiv .aquaTable tr.tableHeader, #contentDiv .aquaTable tr.tableHeader th {
	/*background: transparent url(/images/table-header.gif) no-repeat;*/
	background-color: #AACCEE;
	color: #3366AA;
	/*background-color: #BBDDDD;*/
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

#contentDiv .aquaTable .tableOdd {
	background-color: #efefef;
}

#breadcrumbs {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	color: #999;
	padding: .5em 16px;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #999;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #555;
	text-decoration: underline;
}

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

#footer {
	clear: both;
	line-height: 1em;
	overflow: auto;
	text-align: center;
	width: 500px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
}

#footer div {
	float: left;
	font-size: 70%;
	padding: .5em;
}

#footerImg {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 1em;
}

#footer .footerQuote {
	color: #999;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 480px;
}
.HeadingFont {
	font-size: 24px;
}
.RedHeadingFont {
	color: #900;
	text-decoration: underline;
}
.frontpagenews {
	font-size: 12px;
}
