/* @override http://mcls.ms/css/global.css */



/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address {
}
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {
}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
/* Styles */
body {
	background: #9fc8f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	position: relative;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #3070BA;
}
a:hover, 
a:active {
	text-decoration: none;
	color: #000142;
}




/* Index
========================================================================================== */
body#index {
	background: #9fc8f7;
}
#index #flashmenu {
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

#index #footer {
	text-align: center;
	color: #2F3C4A;
	font-size: 13px;
}
#index #internal #footer{
	background: #9FC8F7 url(../images/content-bottom.gif) 186px 0 no-repeat;
	_background: #9FC8F7 url(../images/content-bottom.gif) 189px 0 no-repeat;
	_height: 1%;
	margin: 0;
	padding: 13px 0 1px;
	position: relative;
}
#index #footer p {
	margin: 5px 0;
}
#index #footer a {
	color: navy;
	text-decoration: none;
}
#index #internal #footer {
	width: 800px;
}
#index #internal #footer #footerlinks {
	margin: 0 0 5px 189px;
	padding: 5px 0 0;
}
#index #footer a:hover {
	text-decoration: underline;
}
#index #index #byline {
	width: 600px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	padding-bottom: 50px;
	display: none;
}
#index #internal #byline {
	position: absolute;
	left: 5px;
	top: 13px;
	font-size: 10px;
	display: none;
}
#index #byline a {
	color: #5F7894;
}
#index #byline em {
	font-style: normal;
	text-decoration: underline;
}

#index li a  {
    text-decoration: underline;
	color: navy;
	
}

#index #ie a:link img {
	text-decoration: none;
	color: #9fc8f7;
	border: 1px solid #9fc8f7;
}

#index #ie a:visited img {
	text-decoration: none;
	color: #9fc8f7;
	border: 1px solid #9fc8f7;
}


/* Internal 
========================================================================================== */

#internal #logo {
	display: none;
}

#internal #header a {
	display: block;
	height: 77px;
	text-decoration: none;
	width: 180px;
}

#internal #home {	left: 0; }
#internal #home a:hover {	background-position: -186px -77px; }
#internal #library {	left: 102px; }
#internal #library a:hover {	background-position: -288px -77px; }
#internal #resources {	left: 204px; }
#internal #resources a:hover {	background-position: -390px -77px; }
#internal #youth {	left: 306px; }
#internal #youth a:hover {	background-position: -492px -77px; }
#internal #faq {	left: 408px; }
#internal #faq a:hover {	background-position: -594px -77px; }
#internal #contact {	left: 510px; }
#internal #contact a:hover {	background-position: -696px -77px; }
#internal #navigation ul {
	display: none;
}



/* Search Button */

#searchbutton {
	float: left;
	background-color: #C5DEFA ;
	padding: 0 0 10px 5px;
	width: 164px;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    background-color: #C5DEFA ;
}



a.button {
    background: transparent url('/images/search_button_internal_a.gif') no-repeat scroll top right;
    color: #3070BA;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}


a.button span {
    background: transparent url('/images/search_button_internal_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 5px 15px;
}

a.button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
    border:none;
}

#index a.button {
    background: transparent url('/images/search_button_a.gif') no-repeat scroll top right;
    color: #3070BA;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}


#index a.button span {
    background: transparent url('/images/search_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 5px 15px;
}

/* Left Menu */
#thissection {
	float: left;
		padding: 0 0 10px 5px;
	width: 180px;
}
#thissection ul {
	margin: 0;
	background: #C5DEFA url(../images/menu-top.jpg) -6px 0 no-repeat;
	width: 169px;
	padding: 32px 0 10px 0;
	list-style: none;
}
#thissection ul li {
	margin: 0;
	_height: 1px;
}
#thissection ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 5px 10px;
	text-indent: -5px;
	background: url(../images/menu-line.gif) 0 100% repeat-x;
}
#thissection ul li a:hover {
	background: #FFF url(../images/menu-line.gif) 0 100% repeat-x;
}
#thissection ul ul li a {
	padding: 2px 2px 2px 20px;
	font-size: 10px;
}
#thissection ul ul {
	width: auto;
	padding: 0;
	background: transparent;
}
/* Content */
body {
	background: #9FC8F7;
}
#internal #container {
	background: url(../images/content.gif) 186px 0 repeat-y;
	_background: url(../images/content.gif) 189px 0 repeat-y;
	width: 800px;
}
#internal #content {
	margin: 0 0 0 186px;
	width: 611px;
	background: url(../images/content-top.gif) 0 0 no-repeat;
}
#pagename {

	margin: 0 0 5px -3px;
	padding: 31px 10px 0px;
	color: #040063;
	height: 28px;
	font-weight: normal;
}
#text {
	padding: 10px 0px 10px 11px;
	width: 572px;
	text-align: justify;
}
/* Footer */
#footer {
	font-size: 13px;
	font-family: Times;
	text-align: center;
	color: #2F3C4A;
}
#internal #footer {
	background: #9FC8F7 url(../images/content-bottom.gif) 186px 0 no-repeat;
	_background: #9FC8F7 url(../images/content-bottom.gif) 189px 0 no-repeat;
	_height: 1%;
	margin: 0;
	padding: 13px 0 1px;
	position: relative;
}
#footer p {
	margin: 5px 0;
}
#footer a {
	color: #2F3C4A;
	text-decoration: none;
}
#internal #footer {
	width: 800px;
}
#internal #footer #footerlinks {
	margin: 0 0 5px 189px;
	padding: 5px 0 0;
}
#footer a:hover {
	text-decoration: underline;
}
#index #byline {
	width: 600px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	padding-bottom: 50px;
	display: none;
}
#internal #byline {
	position: absolute;
	left: 5px;
	top: 13px;
	font-size: 10px;
	display: none;
}
#byline a {
	color: #5F7894;
}
#byline em {
	font-style: normal;
	text-decoration: underline;
}
iframe {
	padding: 0;
	width: 100%;
	height: 580px;
}
/* FAQ */
#faqlist {
	list-style: square;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#faqlist li {
	margin-left: 20px;
}
#faqlist a {
	text-decoration: none;
}
#faqview {
	list-style: none;
}
#faqview li {
	margin: 10px 0 20px 0;
	border-top: 1px solid #CCC;
	_height: 1px;
}
#faqview li li {
margin: 0 0 0 40px;
border-width: 0;
}

#faqview li h2.title {
	margin-top: 10px;
	font-size: 14px;
}
.faq_view {
	margin-left: 20px;
	padding: 5px 0 5px 20px;
	border-left: 3px solid #DDD;
}
#faqview li h2.title a {
	text-decoration: none;
}
#faqview li a.backtotop {
	display: block;
	margin: 10px 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: right;
}
/* Calendar of Events */
table.calendar_month {
	margin: 20px auto;
	width: 520px;
}
.calendar_month td, .calendar_month th {
	vertical-align: top;
}
th.month_name {
	background: #7DA4CC;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.month_name a {
	color: #FFF;
}
.calendar_month td {
	height: 60px;
	width: 76px;
}
.calendar_month h6.day {
	margin: -2px 0 0 -3px;
	float: left;
	color: #115771;
	padding: 2px 3px;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
.calendar_month .current_day h6.day {
	background: #7DA4CC;
	color: #FFF;
}
.calendar_month ul {
	margin: 0;
	padding: 22px 0 0;
	list-style: none;
	font-size: 10px;
}
.calendar_month ul li {
	margin: 0;
	padding: 0;
}
.event h4.summary {
	font-size: 18px;
	border-bottom: 1px solid #A9A9A9;
	padding: 5px 0;
	color: #0B597D;
	margin: 10px 0 0px;
}
.event h3.date {
	font-size: 14px;
	color: #555;
	margin: 5px 0 5px;
}
.event .time {
	font-size: 12px;
	color: #555;
	margin: 5px 0 20px;
}
.event p.location {
	border-top: 1px solid #A9A9A9;
	padding: 10px 0 0;
	margin: 20px 0 5px;
	font-weight: bold;
}
.event p.url {
	margin: 5px 0 20px;
}

.year_one h1 {
text-align: center;
border-bottom: 1px solid #A9A9A9;
padding: 3px;
margin: 10px 0 20px;
color: #7DA4CC;
}
.year_one h1 a {
	margin: 0 30px;
}

.year_one .month {
float: left;
height: 180px;
width: 49%;
}
.year_one .month table {
margin: 0 auto;
background: #EFF7FF;
}
.year_one .month th {
text-align: left;
}
.year_one .month th a {
text-align: center;
display: block;
}
.year_one .month td {
font-size: 11px;
width: 28px;
}
.year_one .current table {
background: #FFF;
}
.current_week td {
background: #DFEFFF;
}
.year_one .current .month_name {
background: #115771;
}
td.current_day {
color: #FFF;
background:#7DA4CC;
}
td.current_day a {
	color: #FFF;
}






/* Preschool */
body.preschool {
	background: url(../images/pre/milkncookiesrepeat.jpg) 12px -12px repeat;
}

#internal .preschool {
	background: url(../images/blueslice.gif) 800px 0 no-repeat;
}
#internal .preschool #pagename {
	background: transparent;
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	padding: 5px;
}
#internal .preschool #content {
	background: #FFF;
	margin-top: 20px;
	padding: 5px 10px;
	width: auto;
	
}
#internal .preschool #footer {
	background: #FFF;
	color: #000;
	opacity: .9;
	filter: Alpha(opacity=90);
	padding: 5px 0;
	margin-top: 15px;
	_margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#internal .preschool #footer p#footerlinks {
	margin: 0 auto;
}
#internal .preschool #footer p#byline {
	top: 5px;
}
#internal .preschool #footer a {
	color: #000;
}
#internal .preschool #container {
	background: transparent;
}
.preschool #elementarymenu,
.preschool #teensmenu {
	display: none;
}
#internal .preschool #thissection {
	background: transparent;
}
#internal .preschool #thissection ul {
	background: transparent;
}
#internal .preschool #thissection li {
	background: #FFF;
}
#internal .preschool #thissection a {
	display: none;
}
#internal .preschool #thissection li li a {
	display: block;
	background: transparent;
	color: #FF0000;
}
#internal .preschool #thissection li li {
	border-bottom: 1px solid #FF0000;
	padding: 3px 0 3px 10px;
}
#internal .preschool #thissection li.watch {
	background: url(../images/pre/watch.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.read {
	background: url(../images/pre/read.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.listen {
	background: url(../images/pre/listen.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.play {
	background: url(../images/pre/play.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.grownups {
	background: url(../images/pre/grownups.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.photos {
	background: url(../images/pre/photos.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.blog {
	background: url(../images/pre/blog.gif) 5px 50% no-repeat;
}
#internal .preschool #thissection li.events {
	background: url(../images/pre/events.gif) 5px 50% no-repeat;
}
/* Preschool Index */
#preschoolindex {
	background: url(../images/pre/milkncookies.jpg) 0 0 no-repeat;
	margin: 0;
	height: 524px;
	width: 800px;
	position: absolute;
	left: 0;
	top: 76px;
	list-style: none;
}
#preschoolindex li {
	position: absolute;
	top: 402px;
	height: 108px;
	width: 105px;
	text-indent: -1234em;
	margin: 0;
}
#preschoolindex li a {
	display: block;
	height: 108px;
	text-decoration: none;
}
li.watch {
	left: 13px;
}
li.read {
	left: 125px;
}
li.listen {
	left: 237px;
}
li.play {
	left: 349px;
}
li.grownups {
	left: 461px;
}
li.events {
	left: 573px;
}
li.photos {
	left: 686px;
}
#preschoolindex .blog {
	display: none;
}

.preschool #content {
	min-height: 494px;
	_height: 494px;
}
/* teen */
body.teen {
	background: #000;
}
#internal .teen {
	background: url(../images/blueslice.gif) 800px -1px no-repeat;
}
#internal .teen #pagename {
	background: url(../images/teen/line.gif) 100% 100% no-repeat;
	color: #b6cb07;
	padding: 5px 5px 0;
}
#internal .teen #content {
	background: transparent;
	color: #b6cb07;
	margin-top: 20px;
	padding: 5px 10px;
	width: auto;
	
}
#internal .teen #footer {
	background: transparent;
	color:  #b6cb07;
}
#internal .teen #footer a {
	color:  #b6cb07;
}
#internal .teen #container {
	background: transparent;
}
.teen #preschoolmenu,
.teen #elementarymenu {
	display: none;
}
#internal .teen #thissection {
	background: transparent;
}
#internal .teen #thissection ul {
	background: url(../images/teen/top.gif) 0 5px no-repeat;
}
#internal .teen #thissection #sitesearch {
	background: #b3b3b3;
	margin: -2px 0 0;
	_margin: 0;
}
#internal .teen #thissection {
	padding-bottom: 3px;
}
#internal .teen #thissection li {
	background: #b3b3b3;
	_margin-bottom: -3px;
}
#internal .teen #thissection a {
	display: none;
}
#internal .teen #thissection li li a {
	display: block;
	background: url(../images/teen/lines.gif) 100% 100% repeat-x;
	color: #000;
	padding: 3px 0 5px 25px;
}
#internal .teen #thissection li li {
	padding: 0;
}
#internal .teen #thissection li.summary {
	background: #b3b3b3 url(../images/teen/summary.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.illustrations {
	background: #b3b3b3 url(../images/teen/critique.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.bibliography {
	background: #b3b3b3 url(../images/teen/bibliography.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.text {
	background: #b3b3b3 url(../images/teen/text.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.index {
	background: #b3b3b3 url(../images/teen/index.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.author {
	background: #b3b3b3 url(../images/teen/authors.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.blog {
	background: #b3b3b3 url(../images/teen/summary.gif) 5px 50% no-repeat;
}
#internal .teen #thissection li.dates {
	background: #b3b3b3 url(../images/teen/dates.gif) 5px 50% no-repeat;
}
/* teen Index */
#teensindex {
	background: url(../images/teen/teenindex2.jpg) 0 0 no-repeat;
	margin: 0;
	height: 524px;
	width: 800px;
	position: absolute;
	left: 0;
	top: 76px;
	list-style: none;
}
#teensindex li {
	position: absolute;
	height: 108px;
	width: 105px;
	text-indent: -1234em;
	margin: 0;
}
#teensindex li a {
	display: block;
	height: 108px;
	text-decoration: none;
}
li.summary {
	left: 530px;
	top: 4px;
}
li.illustrations {
	left: 530px;
	top: 134px;
}
li.bibliography {
	left: 530px;
	top: 266px;
}
li.text {
	left: 530px;
	top: 393px;
}
li.index {
	left: 392px;
	top: 393px;
}
li.author {
	left: 256px;
	top: 393px;
}
li.dates {
	left: 120px;
	top: 393px;
}
#teensindex .blog {
	display: none;
}
.teen #content {
	min-height: 494px;
	_height: 494px;
}

/* elementary */
body.elementary {
	background: url(../images/elementary/repeat.gif) -77px -77px repeat;
}
#internal .elementary {
	background: url(../images/blueslice.gif) 800px 0 no-repeat;
}
#internal .elementary #pagename {
	background: url(../images/elementary/line.gif) 100% 100%;
	color: #2e7714;
	padding: 5px;
	border-bottom: 1px solid #2e7714;
}
#internal .elementary #content {
	background: #def6d5;
	margin-top: 20px;
	padding: 5px 10px;
	width: auto;
	color: #2e7714;
}
#internal .elementary #footer {
	background: transparent;
	color: #000;
}
#internal .elementary #footer a {
	color: #000;
}
#internal .elementary #container {
	background: transparent;
}
.elementary #preschoolmenu,
.elementary #teensmenu {
	display: none;
}
#internal .elementary #thissection {
	background: transparent;
}
#internal .elementary #thissection ul {
	background: url(../images/elementary/top.gif) 0 27px no-repeat;
}
#internal .elementary #thissection {
	padding-bottom: 0px;
	}
#internal .elementary #thissection li {
	background: #def6d5;
}
#internal .elementary #thissection a {
	display: none;
}
#internal .elementary #thissection li li a {
	display: block;
	color: #2e7714;
	background: url(../images/elementary/lines.gif) 100% 100% repeat-x;
	padding: 3px 0 5px 25px;
}
#internal .elementary #thissection li li {
	padding: 0;
}
#internal .elementary #thissection li {
	background: #def6d5 url(../images/elementary/bullet.gif) 5px 50% no-repeat;
}
/* elementary Index */
#elementaryindex {
	background: url(../images/elementary/elementaryindex.jpg) 0 0 no-repeat;
	margin: 0;
	height: 524px;
	width: 800px;
	position: absolute;
	left: 0;
	top: 76px;
	list-style: none;
}
#elementaryindex li {
	position: absolute;
	text-indent: -1234em;
	margin: 0;
}
#elementaryindex li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
li.booklist {
	left: 0px;
	top: 0px;
	height: 179px;
	width: 150px;
}
li.teachers {
	left: 634px;
	top: 15px;
	height: 147px;
	width: 166px;
}
li.safety {
	left: 599px;
	top: 211px;
	height: 139px;
	width: 201px;
}
li.homework {
	left: 0px;
	top: 179px;
	height: 133px;
	width: 217px;
}
li.homeschool {
	left: 217px;
	top: 387px;
	height: 137px;
	width: 219px;
}
li.lizzie {
	left: 497px;
	top: 350px;
	height: 174px;
	width: 200px;
}
li.tales {
	left: 475px;
	top: 133px;
	height: 78px;
	width: 202px;
}

li.calendar {
	left: 0px;
	top: 328px;
	height: 196px;
	width: 137px;
}
#elementaryindex .blog {
	display: none;
}
.elementary #content {
	min-height: 492px;
	_height: 492px;
}

@media print {

body#internal,
body#index, 
	html, 
	#internal #container,
#index #container,
	#index #content,
#internal #content {
		height: auto;
		min-height: 0;
		background: transparent;
		width: auto;
		border-width: 0;
		padding: 0;
margin: 0;
	}
	#internal #logo, #index #logo {
		display: block;
		margin: 0 auto 10px;
position: static;
	}
	#navigation, 
	#footer, 
	#header,

	
}





