/* RESET */
	
div, span, section, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
section, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, article {
	display: block;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	margin-left:auto;
	margin-right:auto;

}

/* FB */
body {
	font-size:75%;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/utility/fb-bak.gif);
	background-color:#007ED8;
	text-align:center;
	}

h1 {
	font-size:1.75em;
	font-weight:bold;
	margin-bottom:0.5em;
	color:#397AD2;
	}	
h2 {
	font-size:1.4em;
	margin-bottom:0.5em;
	}
h3 {font-size:1.3em;margin-bottom:0.5em;}
h4 {font-size:1.15em;margin-bottom:0.5em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.5em;}
h6 {font-size:1em;font-weight:bold;}
/*p {font-size:1em;margin:0 0 1em;}
sup, sub {line-height:0;}
*/
strong, b {font-weight:bold;}
em, i {font-style:italic;}

nav, section, article, aside, #footer, #pageContent, #header {
	text-align:left;
	}	
#pageContent, #footer, #header {
	margin:0 auto;
}		
a {
	color:#008ff5;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


.home section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	padding-bottom:25px;
    }
 nav:after, section.findgames:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }	



#header {
	line-height:1.5em;
	position:relative;
	width:901px;
	height:70px;
	background-color:#fff;
	border-top:4px solid #f7f7f7;
	border-right:4px solid #f7f7f7;
	border-left:4px solid #f7f7f7;
	margin-top:60px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

nav {
	line-height:1.5em;
	position:absolute;
	top:-48px;
	left:0;
	width:901px;
	}
nav h1, nav li {
	text-indent:-9999px;
	}
nav h1 {

	}	
nav h1 a	{
	background: url(/img/utility/fb-frame-logo.png) no-repeat;
	display:block;
	width:269px;
	height:101px;
	}
nav ul {
	position:absolute;
	top:18px;
	right:0px;
	margin:0;
	padding:0;
	list-style-type:none;
	}
nav li {
	float:left;
	}	
nav li a {
	display:block;
	height:98px;	
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}	
nav li a:hover {
	background-position: 0px -100px;
	}

nav li.math a {
	background-image: url(/img/utility/fb-nav-math.png);
	width:122px;
	}	
nav li.read a {
	background-image: url(/img/utility/fb-nav-read.png);
	width:122px;
	}	
nav li.fun a {
	background-image: url(/img/utility/fb-nav-fun.png);
	width:124px;
	}		
nav li.play a {
	background-image: url(/img/utility/fb-nav-play.png);
	width:124px;
	}	
nav li.all a {
	background-image: url(/img/utility/fb-nav-all.png);
	width:126px;
	}	

#searchbox {
	position:absolute;
	top:-55px;
	right:5px;
	}		
#searchbox input {
	border:none;
	padding:0;
	margin:0;	
	vertical-align:top;
	}
#searchbox input.search {
	background: url(/img/utility/fb-search-bak.png) no-repeat;
	width:128px;
	height:30px;
	padding-left:5px;
	color:#888;
}



#pageContent {
	position:relative;
	clear:both;
	width:891px;	
	padding:20px 0 25px 10px;
	background-color:#fff;
	border-right:4px solid #f7f7f7;
	border-left:4px solid #f7f7f7;
	}


	
#footer {
	line-height:1.5em;
	width:909px;
	clear:both;
	}
#footer div#ftlinks {
	background: url(/img/utility/fb-frame-foot-crop.png) no-repeat ;
	color:#fff;
	height:180px;
}

#footer a {
	color:#fff;
	text-decoration:none;
	}	
#footer ul {
	margin:0 1.5em 1.5em 1.65em;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style-position: outside;
	list-style-type: disc;
	}
	
#footer ul li {
    list-style: disc outside;
	color:#fff;
	margin-bottom:.5em;
}
			
#footer section {
	float:left;
	margin-left:80px;
	}
#footer section.math {
	margin-left:45px;
	}	
#footer section h2 {
	text-indent:-9999px;
	margin-top:12px;
	}		

#footer .math h2 {
	background: url(/img/utility/fb-ft-math.png) no-repeat;
	width:69px;height:47px;
}
#footer .reading h2 {
	background: url(/img/utility/fb-ft-read.png) no-repeat;
	width:106px;height:47px;
}
#footer .fun h2 {
	background: url(/img/utility/fb-ft-fun.png) no-repeat;
	width:59px;height:47px;
}
#footer .playground h2 {
	background: url(/img/utility/fb-ft-play.png) no-repeat;
	width:148px;height:47px;
}	
#footer section.copyright {
	float:none;
	color:#fff;
	text-align:center;
	background-color:#007ed8;
	padding-bottom:15px;
	padding-top:5px;
	margin-left:0;
	}
#footer section.copyright p {
	margin:10px 0;
}			
#footer section.copyright a {
	text-decoration:underline;
	}
#footer section.copyright center {
	text-align:center;
	}	
		
	
	
#pearsonbar {
		width:100%;height:44px;
		position:relative;
		background-color:#ed6b06;
		}
#pearsonbar img.tag {
		position:absolute;
		top:0;
		left:0;
		}
#pearsonbar img.logo {
		position:absolute;
		top:0;
		right:0;
		}			
	
.clear {
	clear:both;
	}

#pageContent.classic {
	position:relative;
	min-height:600px;
	width:876px;	
	padding-left:25px;
	}
	
input {
	margin:5px;
	}	
	
center  {
	text-align:left;
}

table {
	margin:0;
	}

td li {
	margin-left:15px;
	}	
td center {
text-align:center;
	}		
table.nopad td {
padding:0;
	}	
/*table.moreline td {
	line-height:3em;
	}*/
/*table td p.moreline {
margin:5px;
padding:5px;
line-height:20px;
}*/
/*table td p.moreline img {
	margin-top:15px;
	}*/
#pageContent.classic p.moregames {
	margin:15px 0 0 150px;
	}
/* Halloween 
body {
	background-image: url(/img/utility/fb-bak_halloween.gif);
	background-color:#000; 
	}
#footer section.copyright {
	background-color:#000;
	}
#header {
		margin-top:175px;
}svncd gal
#header, #pageContent {
			z-index:2;
}
#featureMast {
		position:absolute;
		top:0;left:50%;
		margin-left:-590px;
		z-index:1;
		height:323px;
		width:1179px;
		background: url(/img/utility/fb-masthead_halloween.jpg) no-repeat;
		}	
.masthead-extra {
	position:absolute;
	top:56px;
	right:124px;
}			
/* End Halloween */
/* ad display */
.gptright {
	text-align:center;
	margin-bottom:15px;
}
.gptright div {
	text-align:center;
	margin:auto;
}
.gptright p {
	font-color:#ebebeb;
	font-size:12px;
	margin:0 auto;
}