/* Main CSS */

* {
	margin:0px;
	padding:0px;
}

img{
border:none;
}
html {
	height:100%;
}

body {
	height:96%;
	width:100%;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2076bb;
	
	background-repeat:repeat-x;
	background-color:#014379;
	}

#container_main {
	margin: 24px auto 0px auto;
	width: 954px;
	height:552px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	}

	#container_main a {
		color:#ee3a42;
		text-decoration:underline;
	}
	#container_main a:hover {text-decoration:none;}

div.left {
	float: left;
	}
div.right {
	float: right;
	}
p.small {
	font-size: 10px;
	color: #666666;
	}
#content p.caption {
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 3px 0px 10px 0px;
	}
h1 {
	font-size: 24px;
	color: #003366;
	padding-bottom: 10px;
	}
	
h4 {
	margin-bottom: 10px;;
	}
.red {
	color: #EE3A42;
	}
.quote
	{
	color: #3A89C8; font-style:  italic; font-weight: bold;
	}
	
hr {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #2076BB;
	margin: 20px 0px;
	}	

#content a img {
	border: 2px solid #005DAB;
	}
div.leftThumbnail {
	width: 100px;
	float: left;
	margin: 3px 5px;
	text-align: center;
	}
div.thumbnailContainer {
	height:200px;
}

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

#container_top {
				width:954px;
				height:266px;
				background:url(../images/bground_content_top.gif) no-repeat;
				margin:-1px 0px -240px 0px;
				position:relative; /*to place on top of container_expander*/
				z-index:2; /*to place on top of container_expander*/
				}

#home_link {
			margin:10px 0px -18px 12px;
			float:left;
			}

#header_images {
				width:680px;
				height:103px;
				margin:10px 0px 0px 9px;
				float:left;
				}


/*---------NAVIGATION-----http://www.htmldog.com/articles/suckerfish/dropdowns/---------------------------------------------*/
#nav_bar {
	width:656px;
	/*height:18px;*/
	margin-left:286px;
	position:relative; /*to place on top of content*/
	z-index:10; /*to place on top of content*/
	}

	#nav, #nav ul {
			padding:0px;
			margin:0px;
			float:left;
			list-style:none;
			}
	
	#nav li {
			float:left;
			padding:0px;
			}
		
	/*
	.nav_space {margin-left:5px;}
	*/
	/*to move buttons over to see dividers underneath*/
	
	#nav a {
			padding:3px;
			/*margin:0 10px;*/
			margin: 0 5px;
			height:18px;
			display:block;
			overflow:hidden;
			text-decoration:none;
			color: #fff;
			}
	/*
	a.index {background:url(../images/n_home.gif) no-repeat 0px 0px; width:50px;}
	a.about {background:url(../images/n_about.gif) no-repeat 0px 0px; width:45px;}
	a.academic_prog {background:url(../images/n_academic_programs.gif) no-repeat 0px 0px; width:70px;}
	a.schools {background:url(../images/n_schools.gif) no-repeat 0px 0px; width:60px;}
	a.get_involved {background:url(../images/n_get_involved.gif) no-repeat 0px 0px; width:85px;}
	a.sponsors {background:url(../images/n_sponsors.gif) no-repeat 0px 0px; width:145px;}
	a.news_events {background:url(../images/n_news_events.gif) no-repeat 0px 0px; width:100px;}
	a.contact {background:url(../images/n_contact.gif) no-repeat 0px 0px; width:66px;}
*/
	/*
	a.index:hover, a.about:hover, a.academic_prog:hover, a.schools:hover, a.get_involved:hover, a.sponsors:hover, a.news_events:hover, a.contact:hover
	{ background-position:0px -18px;}
	*/
	a.on:link, a.on:visited, a.on:active, a.on:hover {background-image:none; background-position:0px -18px;}

	
	/*--drop down---------*/
		
	#nav li ul {
				position: absolute;
				padding:5px 5px 5px 10px;
				left: -999em; /*in Opera, this propels the dropdown list out of view*/
				background-color:#ee3a42;
				border-top:1px solid #ffffff;
				}
				
	#nav li:hover ul {left: auto;} /*in Opera, this brings the dropdown list back into view*/
	
	#nav li:hover ul, #nav li.sfhover ul {left: auto;} /*JavaScript sfHover class to activate dropdowns in IE by onmouseover and onmouseout*/
	#nav li ul li {clear:left;}
		
	#nav li ul li a {width:145px; color:#ffffff; text-decoration:none; background-image:none;}
	#nav li ul li a:hover {
		color:#ffc423; text-decoration:none; 
		background-image:url(../images/nav_pointer.gif);
		background-position:0px 4px;
		background-repeat:no-repeat;
		padding-left:7px;
		width:138px;
		}
	/*--end drop down---------*/
	

/*
#nav li a span {visibility:hidden;}
#nav li ul li a span:hover {display:inline;}
*/

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

#container_expander {
	width:954px;
	/*padding-top: 200px;*/
	padding-top: 20px;
	background:url(../images/bground_content_middle.gif) repeat-y;
	float:left;
	}

	/*---side content------------------------*/
		
#side_content {
width:215px;
margin:-45px 0px 0px 17px;
float:left;
position:relative; /*to place on top of container_top*/
z-index:5; /*to place on top of container_top*/
}

#side_content p {margin-bottom:5px; font-size: 1.2em;}

/*#side_content a {font-size:11px;}*/
#side_content h2 {font-size: 16px;}

/*---announcements and volunteer--------*/
#announce_box {
width:214px;
}
#announce_box ul li{
list-style: none;
}

#volunteer_box {
	margin-top:-7px;
	}
	
#volunteer_top {
	width:211px;
	height:137px;
	background:url(../images/volunteer_box_top.gif) no-repeat;
	margin:0px;
	}

#announce_top {
width:211px;
height:137px;
background:url(../images/announce_box_top.gif) no-repeat;
margin:0px;
}

#events_top {
width:211px;
height:137px;
background:url(../images/events_box_top.gif) no-repeat;
margin:0px;
}
						
#announce_expander, #volunteer_expander {
	width:211px;
	background:url(../images/announce_box_middle.gif) repeat-y;
	float:left;
	}

#announce_content, #volunteer_content {
margin:-105px 10px 0px 20px;
position:relative; /*to place on top of announce_top*/
z-index:6; /*to place on top of announce_top*/
}
#announce_content, #volunteer_content ul li{
	padding-bottom:15px;
	}
#announce_content li {margin-bottom: 1em;}
#announce_bottom, #volunteer_bottom {
	width:211px;
	height:24px;
	background:url(../images/announce_box_bottom.gif) no-repeat;
	margin:0px 0px ;
	}


/*---main content------------------------*/			
#content {
width:625px;
margin:-25px 0px 0px 280px;
padding-bottom: 10px;
position:relative; /*to move up in IE 6*/
z-index:5; /*to move up in IE 6*/				
}

#content p {margin:0px 0px 10px 25px;}
/*SCHOOLS page --to fix firefox annoying spacing!!!*/
#content #school_p1_adjust {margin-top:-315px;}
#content #school_p2_adjust {margin-top:-90px;}
#content #school_p3_adjust {margin-top:-20px;}


/*--lists---*/
#content ul {
	list-style-type:disc;
	margin-left:35px;
	}
#content .pikachoose ul {margin-left: 0;}
#content ul li {margin-bottom:10px;}

#content ul.wc {
	list-style-type:disc;
	margin-left:25px;
	}

#content ul li.wc {margin-bottom:5px;}

#content ul.large_list {
				font-size:16px;
				text-align:center;
				list-style:none;
				margin-top:10px;
				}

#content ol {
	list-style-type:decimal;
	margin-left:45px;
	font-weight:bold;
	}

#content ol li {margin-bottom:10px;}
#content ol li span {font-weight:normal;}
			
			
		/*----image headings-----*/
		#text_header_home {background:url(../images/h_welcome_0_0.gif) no-repeat; width:511px; height:49px;}
		/*--about us 1.0---*/
		#text_header_about_mission {background:url(../images/h_mission_1_0.gif) no-repeat; width:131px; height:49px;}
		#text_header_about_core_values {background:url(../images/h_core_values_1_0.gif) no-repeat; width:205px; height:49px;}
		#text_header_about_description {background:url(../images/h_discription_org_1_0.gif) no-repeat; width:500px; height:49px;}
		#text_header_results {background:url(../images/h_reading_prog_1_1.gif) no-repeat; width:606px; height:49px;}
		#text_header_board_directors {background:url(../images/h_board_directors_1_2.gif) no-repeat; width:303px; height:49px;}
		#text_header_financial_info {background:url(../images/h_financial_info_1_3.gif) no-repeat; width:221px; height:49px;}
		/*--acacademic programs 2.0---*/
		#text_header_academic_prog {background:url(../images/h_academic_prog_2_0.gif) no-repeat; width:334px; height:49px;}
		#text_header_reading {background:url(../images/h_reading_2_1.gif) no-repeat; width:140px; height:49px;}
		#text_header_publishing_centers {background:url(../images/h_publishing_centers_2_2.gif) no-repeat; width:310px; height:49px;}
		#text_header_outreach_prog {background:url(../images/h_outreach_prog_2_0.gif) no-repeat; width:325px; height:49px;}
		#text_header_expanding_horiz {background:url(../images/h_expanding_horiz_2_3.gif) no-repeat; width:325px; height:49px;}
		#text_header_book_club {background:url(../images/h_book_club_2_4.gif) no-repeat; width:367px; height:49px;}
		/*--schools 3.0---*/
		#text_header_schools {background:url(../images/h_schools_3_0.gif) no-repeat; width:139px; height:49px;}
		#text_header_helpful_tips {background:url(../images/h_helpful_tips_3_1.gif) no-repeat; width:198px; height:49px;}
		#text_header_bb_learning_warm_up {background:url(../images/h_bb_learning_warm_up_3_2.gif) no-repeat; width:549px; height:49px;}
		/*--get involved 4.0---*/
		#text_header_get_involved {background:url(../images/h_get_involved_4_0.gif) no-repeat; width:209px; height:49px;}
		#text_header_donate {background:url(../images/h_donate_4_2.gif) no-repeat; width:127px; height:49px;}
		#text_header_volunteer {background:url(../images/h_volunteer_4_1.gif) no-repeat; width:167px; height:49px;}
		/*--sponsors 5.0---*/
		#text_header_sponsors {background:url(../images/h_sponsors_5_0.gif) no-repeat; width:163px; height:49px;}
		/*--news and events 6.0---*/
		#text_header_news_events {background:url(../images/h_news_events_6_0.gif) no-repeat; width:283px; height:49px;}
		#text_header_organization {background:url(../images/h_organization_6_1.gif) no-repeat; width:215px; height:49px;}
		#text_header_school_news {background:url(../images/h_school_news_6_2.gif) no-repeat; width:218px; height:49px;}
		#text_header_upcoming_fundraisers {background:url(../images/awesomeheader.jpg) no-repeat; width:489px; height:145px; margin-left:auto; margin-right:auto;}
				/*--contact us 7.0---*/
		#text_header_contact_us {background:url(../images/h_contact_us_7_0.gif) no-repeat; width:188px; height:49px;}

			#text_header_home span,
			
			#text_header_about_mission span,
			#text_header_about_core_values span,
			#text_header_about_description span,
			#text_header_results span,
			#text_header_board_directors span,
			#text_header_financial_info span,
			
			#text_header_academic_prog span,
			#text_header_reading span,
			#text_header_publishing_centers span,
			#text_header_outreach_prog span,
			#text_header_expanding_horiz span,
			#text_header_book_club span,
			
			#text_header_schools span,
			#text_header_helpful_tips span,
			#text_header_bb_learning_warm_up span,
			
			#text_header_get_involved span,
			#text_header_donate span,
			#text_header_volunteer span,
			
			#text_header_sponsors span,
			
			#text_header_news_events span,
			#text_header_organization span,
			#text_header_school_news span,
			#text_header_upcoming_fundraisers span,
			
			#text_header_contact_us span {visibility:hidden;}
		
		/*----sub headings-----*/
		h2 {font-size:18px; margin-bottom:5px;}
		h3 {font-size:15px; margin-bottom:10px;}
			/*schools heading and sponsor logo*/
		.schools_heading_n_logo {width:500px; height:45px;}
		.schools_heading_n_logo a img {border:none;}
		.schools_heading {float:left; margin-top:8px; margin-right:10px;}
		
		/*----image pull quotes-----*/
		#pull_quote_home {
						background:url(../images/quote_0_0.gif) no-repeat;
						width:573px;
						height:50px;
						margin:15px 0px 10px 20px;
						}
						
		#pull_quote_about {
							background:url(../images/quote_1_0.gif) no-repeat;
							width:573px;
							height:75px;
							margin:15px 0px 10px 20px;
							}
							
		#pull_quote_parent {
							background:url(../images/quote_3_1.gif) no-repeat;
							width:573px;
							height:52px;
							margin:15px 0px 10px 20px;
							}
							
		#pull_quote_bb_warm_up {
								background:url(../images/quote_3_2.gif) no-repeat;
								width:573px;
								height:75px;
								margin:15px 0px 10px 20px;
								}
									
			#pull_quote_home span,
			#pull_quote_about span,
			#pull_quote_parent span,
			#pull_quote_bb_warm_up span {visibility:hidden;}
			
			
		
		/*----tables-----*/
		.basic_table {
					width:85%;
					margin:0px auto;
					border:2px solid #2076bb;
					}
					
			.basic_table .top_heading {font-weight:bold; text-align:center; background-color:#c6dff4;}
			.basic_table .side_heading {font-weight:bold; text-align:left; background-color:#c6dff4;}
			
			.basic_table td {
			border:1px solid #2076bb;
			padding:3px;
			text-align:center;
			}
			
		
		#sponsor_table {
						width:95%;
						margin:0px auto 0px auto;
						}
			#sponsor_table a img {border:none;}
			
		
		#partner_table {
						width:95%;
						margin:10px auto 0px auto;
						}
			#partner_table td {width: 25%; padding-right: 10px;}
			#partner_table a img {border:none;}
			
		
		.contact_table {
						width:90%;
						margin:0px auto 15px auto;
						border:2px solid #2076bb;
						}
						
		.contact_table .left_side {font-weight:bold; text-align:left; background-color:#c6dff4; width:30%;}
		.contact_table .left_side span {color:#ee3a42;}
		.contact_table .right_side {width:70%;}
		
		.contact_table td {
						border:1px solid #2076bb;
						padding:5px;
						text-align:left;
						}
						
		.text_single {width:250px;}
		.text_state {width:100px;}
		.hear_question {width:200px;}
		
		
/*----teacher of the year section 3.3-----*/
#teacher_of_year {
	width:150px;
	height:250px;
	margin-top:0px;
	margin-bottom:-10px;
	margin-left:auto;
	margin-right:auto;
	}

#teacher_of_year img {
			display:block;
			border:3px solid #2076bb;
			}

#teacher_of_year p {
			text-align:center;
			margin:0px;
			font-size:14px;
			font-weight:bold;
			}
		
		/*----general photos-----*/
	.photo {
			margin:5px 0px 10px 0px;
			}
			
	.photo img {
				display:block; 
				border:3px solid #2076bb;
				}

	.figure {
		/*width: 210px;*/
		padding: 2px;
		border: 1px solid #ccc;

	}
	.fig-caption {display: block; max-width: 200px;}
	.horz {overflow: auto; margin-bottom: 1em;}
	.horz a {float: left; height: 125px; margin: 0 10px 10px 0; overflow: hidden;}
	
	.figure img {width: 200px;}
	.full img {width: auto; display: block; margin-bottom: 10px;}
	.full {margin: .5em 0;}
	.full .caption {font-size: 1.2em;}
	.right {
		float: right;
		margin: 0 0 10px 10px;}
		
	.left {
		float: left;
		margin: 0 10px 10px 0;
		}
		
	/*----- gallery page -----*/
	.card_store { overflow: hidden;}
	#content .card_store h1 {margin:10px 0 0 20px;}
	#gallery {position:relative; z-index: 5; background-color: #5ba6e1; border-top: 1px solid #3888c7; border-bottom: 1px solid #3888c7;}
	
	
	
						

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

#container_bottom {
				width:954px;
				height:140px;
				background:url(../images/bground_content_bottom.gif) no-repeat;
				}

	#footer {
			font-size:11px;
			color:#6baedf;
			float: right;
			padding-top:35px;
			}
		#footer a {
					color:#6baedf;
					text-decoration:underline;
					}
		#footer a:hover {text-decoration:none;}
		
		
#content ul.board_list {
	padding-left: 0;
	margin-left: 0;
	margin-right: 25px;
	list-style:none;
	}
	
	ul.board_list li {
		list-style:none;
		}
	ul.board_list li strong {
		font-size: 14px;
		}
		
	ul.board_list li em {color: #EE3A42;}


/* video */
#video {
	height:285px;
	margin-bottom:28px;
	width:380px;
}

#disclaimer {
	border:none;
	margin-top:70px;
	text-align:center;
}

#disclaimer a:link, #disclaimer a:visited, #disclaimer a:active, #disclaimer a:hover { color:#2076BB; text-decoration:underline; }

#disclaimer a img, a img, a:visited img { border:none; }


#gallery_link{
	margin:0 0 15px 0;
}

.table_correcting {font-size: 12px;}
.long_input {width: 283px;}

.writing_logos {
			width: 600px; 
			height: 160px; 
			overflow: hidden; 
			margin: 0px auto;
			}

.wc_logo { 
			float:left;
			margin-right: 10px;
			}
/*.wc_logo.long {width: 124px;}*/

.wc_logo img {text-align: center;}
			
#content .wc_logo p {
				margin-left: 0px;
				text-align: center;
				font-size: 14px;
				font-weight: bold;
				}
				
/*---------2 column ul--------------------*/
.twocol ul {
  float: left;
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.twocol li{
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
}

.section {
	float:left;
	width: 200px;
	margin-left: 8px;
}

.section:first-child {margin-left: 0;}

.article {
	margin: 1.5em 0;
	padding-bottom: 1em;
	border-bottom: 1px dotted #666;
}

/* ------------ Schools Page & vCard------------*/
.vcard {overflow: auto; line-height: 1.5;}
.org {font-size: 16px; font-weight: bold; margin: .25em 0;}
.adr, .principal, .stats {margin: 0 25px;}
.stats {font-style: italic;}
.card {float: left;}
.sponsor {margin: 1em; float: left; width: 150px;}


.ir { 
display : block; 
text-indent : -999em; 
overflow : hidden; 
background-repeat : no-repeat; 
text-align : left; 
direction : ltr; }

.donate {
height: 38px;
margin-bottom: 1em;
background: url('/images/btn-dontatetoday-off.gif') top left no-repeat;
}

.donate:hover {
background-image: url('/images/btn-dontatetoday-on.gif');
}

/* misc stuff added ad-hoc */
#text_header_get_involved {position: absolute; left: 0;}
.volunteer-call {
	width: 370px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: bold;
}
#container_main .volunteer-call a {
	display: block;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 3px 3px 6px #999;
	font-size: 18px;
	width: 200px;
	margin: 10px auto;
	background: #005DAB;
	color: #fff;
	text-decoration: none;
	}
	
#container_main .volunteer-call a:hover {
	color: black;
}

.volunteer-call .tagline {
	color: #ee3a42;
	font-size: 16px;
	
}

.script {
		background: #fff url(/images/border-top.gif) top left no-repeat;
		background-size: contain;
		width: 170px;
		border: 1px solid #000;
		padding: 30px 0 0;
		margin:0;
	}
	.script h2 {font-family: georgia; font-size: 18px; text-align: center;}
	.script img {display: block;}
	.script p {
		background: #fff url(/images/border-bottom.gif) bottom left no-repeat;
		background-size: contain;
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
		min-height: 65px;
		font-size: 16px;
		font-family: Georgia;
		font-style: italic;
		color: red;
		font-weight: bold;
		text-align: center;
	}
	
	.ribbon {
		padding: 10px 5px;
		margin: 1em 30px !important;
		width: 140px;
		font: bold italic 13px Georgia;
		position: relative;
		box-shadow: 0 2px 4px #888;
		background: #999;
		color: #fff;

	}

	.ribbon a {color: white !important; text-decoration: none !important;}
	.ribbon a:hover {color: red !important;}
	/*.ribbon:after,*/ .ribbon-content:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		left: -10px;
		top: 100%;
		border-width: 2px 10px;
		border-style: solid;
		border-color: #666 #666 transparent transparent;
	}
	
	/*.ribbon:after {
		left: 100px;
		border-color: #666 transparent transparent #666;
		}
*/
	.ribbon:before /*, .ribbon-content:after*/ {
		content: ' ';  
		position: absolute;  
		width: 10px;  
		height: 0;  
		left: -25px;  
		top: 10px;  
		border-width: 32px 10px;  
		border-style: solid;  
		border-color: #999 #999 #999 transparent;  
	}
	
	/*.ribbon-content:after {
		left: 115px;
		border-color: #999 transparent #999 #999;
	}
	*/
	.tall:before, .tall .ribbon-content:after {border-width: 38px 10px;}

