﻿




/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
/*		position:absolute;                     */
		margin-left:10px;
		margin-top:-1px;
		width:980px;
		background-color:#ffffff;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;		
		border-left:1px solid #999999;
		border-right:1px solid #999999;
		text-align:center;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:6px 30px 6px 8px;
		margin:0px 4px 0px 0px;
		background-color:#ffffff;
		background-position:0% 0%;
		color:#990000;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		font-weight:bolder;
		text-align:center;
		font-variant:small-caps;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#990000;
		color:#ffffff;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#990000;
		color:#ffffff;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#990000;
		color:#ffffff;
		font-family:Arial;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	
	{	
		padding:0px;
		margin:0px;
/*		background-color:#ffffff;                                         */
		border-width:0px;
		border-style:solid;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		padding:2px 40px 2px 5px;
		background-color:transparent;   
		background-position:0% 0%;
		color:#ffffff;
		text-decoration:none;
		font-weight:normal;
		text-align:left;
		font-variant:normal;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:transparent;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:transparent;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:transparent;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px;
		color:#cccccc;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px;
		border-color:#a2a1ad;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:27px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-position:0% 0%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url("../wknts/qmimages/cssalt1_arrow_down_hover.gif");
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url("../wknts/qmimages/cssalt1_arrow_right.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url("../wknts/qmimages/cssalt1_arrow_right_hover.gif");
	}

/* ------------- 2nd Menu: Scroll Menu at Bottom of Page ---------------------------------*/



/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm1	
	{	
		width:300px;
		height:180px;
		margin-top:		30px;
		background-color:#ffffff;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm1 a	
	{	
		padding:3px 15px 3px 18px;
		background-color:#ffffff;
		color:#0a365a;
		font-family:Verdana;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
		text-align:left;
		border-width:0px;
		border-style:none;
		border-color:#0a365a;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm1 a:hover	
	{	
		background-color:#0a365a;
		color:#ffffff;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 li:hover>a	
	{	
		background-color:#0a365a;
		color:#ffffff;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm1 .qmactive, body #qm1 .qmactive:hover	
	{	
		background-color:#0a365a;
		color:#ffffff;
		text-decoration:underline;
		font-weight:bold;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm1 div	
	{	
		padding:5px;
		margin:-1px 0px 0px;
		background-color:#e6e6e6;
		border-width:1px;
		border-style:solid;
		border-color:#a6a6a6;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm1 div a	
	{	
		padding:2px 40px 2px 5px;
		background-color:transparent;
		border-color:#000000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm1 div a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 div a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover	
	{	
		background-color:#ffffff;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm1 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm1 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#bfbfbf;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm1 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#aaaaaa;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 li a	
	{	
		background-image:url("../wknts/qmimages/cssalt1_arrow_right.gif");
		background-repeat:no-repeat;
		background-position:1% center;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 li:hover > a	
	{	
		background-image:url("../wknts/qmimages/cssalt1_arrow_right_hover.gif");
	}


/* ---------------------------------   BEGIN CONTENT AREA   ---------------------------------  */

body {
	background-color:	#cccccc;
	color:				black;
}

h1 {
	font-family:	Georgia,"Times New Roman",serif;
	font-size:		21pt;
	font-weight:	bold;
	font-style:		italic;
	text-align:		center;
	margin-left:	30px;
	margin-right:	30px;
	margin-top:		9px;
	margin-bottom:	9px;
}

h2 {
	font-family:	Georgia,"Times New Roman",serif;
	font-size:		15pt;
	font-weight:	bold;
	font-style:		italic;
	text-align:		center;
	margin-top:		9px;
	margin-bottom:	9px;
	width:			643px;
}

h3 {
	color:			white;
	font-family:	Arial,Verdana,sans-serif;
	font-size:		14pt;
	text-align:		center;
	position:		absolute; 
	margin-top:		-15px;
	margin-left:	240px;
	padding-top:	4px;
	padding-bottom:	4px;
	width:			500px;
	background-color:	#666;
	z-index:		1;
}

#all_content {
	margin-left:	auto;
	margin-right:	auto;
	width:			1000px;
	background-color:	#fff;
}



#header {
/*position:		absolute;                           */
	width:			980px;
	height:			150px;
	border-top:		1px solid #999;
	border-bottom:	0px solid #999;
	border-left:	1px solid #999;
	border-right:	1px solid #999;
	margin-top:		16;
	margin-left:	10px;
/*	background-color:#ffffff;               */
}

#sidebar {
	position:		absolute;               
	margin-top:		30px;
	margin-left:	654px;
	border-left:	1px solid #999;
	border-bottom:	1px solid #999;
	width:			326px;
	height:			960px;
	z-index:		5;
}

#sidebar a {
	font-weight:	bold;
	color:			#0a365a;
	text-decoration:	none;
	border-bottom:	1px dashed #0a365a;
}

#newsletter {
	width:			326px;
	text-align:		center;
}

#newsletter_ss {
	width:			326px;
	text-align:		center;
	border:			none;
	padding-top:	5px;	
}

#newsletter_ss a{
	border:			none;
}

#newsletter_ss img{
	border:			0px white none;
}


#orderbook {
/*	position:		absolute;                                                     */
	background-image:url('images/WhatKidsNeedToSucceed_book.jpg');
	background-repeat:no-repeat;
	background-position:top-left;
	margin-left:	30px;
	margin-top:		10px;
	width:			86px;
	height:			117px;
}

#all_rel {
	margin-top:		0px;
	margin-left:	auto;
	margin-right:	auto;
	background-color:#ffffff;
	width:			1000px;
}

#main {
	width:			980px;
	margin-left:	10px;
/*	margin-right:	auto;                         */
	border-left:	1px solid #999;
	border-right:	1px solid #999;
	border-bottom:	1px solid #999;
}	


#main a {
	font-weight: bold;
	color: #0a365a;
	text-decoration: none;
	border-bottom: 1px dashed #0A365A;
}

#main h1 {
	width:			318px;
	font-family:	Georgia,"Times New Roman",serif;
	font-size:		21pt;
	font-weight:	bold;
	font-style:		italic;
	text-align:		center;
	margin-left:	310px;
	margin-right:	250px;
	margin-top:		9px;
	margin-bottom:	9px;
}

#main ol {
	margin-left:	100px;
	margin-top:		9px;
	margin-bottom:	9px;
	width:			410px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}
#main ol li {
	margin-top:		9px;
	margin-bottom:	9px;
	margin-left:	50px;
}

#main ul {
	margin-left:	35px;
	font-family:	Verdana,arial,sans-serif;
	font-size:		12pt;
	width:			558px;
}

#bottom_content {
	margin-left:	auto;
	margin-right:	auto;
	width:			980px;
	height:			300px;                       
	border:			1px solid #999;
}

#bottom_content a {
	font-weight:	bold;
	color:			#0a365a;
	text-decoration:	none;
	border-bottom:	1px dashed #0a365a;
}

#bottom_content h2 {
	width:			300px;
	color:			#900;
	font-weight:	bold;
	font-size:		14pt;
	font-style:		italic;
	font-family:	Georgia;
	margin-top:		0px;			
}

#bottom_left {
	margin-left:	10px;
	margin-top:		0px;
	width:			301px;
	border-right:	1px #999 solid;
	height:			300px;
}

#bottom_middle {
	margin-top:		-300px;                
	margin-left:	326px;
/*	border-left:	1px solid #999;             */
	padding-left:	10px;
	padding-right:	10px;
	width:			306px;
	height:			300px;  
}

#bottom_middle h2 a{
	font-weight:	bold;
	color:			#0a365a;
	text-decoration:	none;
	border-bottom:	1px dashed #0a365a;
}

#bottom_middle a{
	text-decoration:	none;
	border-bottom:	0px dashed #0a365a;
}

#bottom_right {
	margin-top:		-300px;         
	margin-left:	654px;
	width:			326px;
	border-left:	1px solid #999;
	height:			300px;
}

#buybook {
	margin-left:	170px;
	margin-top:		-175px;
	width:			140px;
	z-index:		5;
	background-image:url('images/WhatKidsNeedToSucceed_book.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	height:			125px;
}

#listspacer {
	margin-left:	15px;
	margin-top:		0px;
	margin-bottom:	0px;
	width:			613px;
	font-family:	Verdana;
}

#listspacer a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}

#listspacer0 a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}
#listspacer1 a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}
#listspacer2 a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}

#listspacer3 a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}
#listspacer4 a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}
#listspacer5 a{
	color:			#ffffff;
	text-decoration:none;
	border-bottom:	0px #ffffff none;
	font-size:		.5pt;
}

#resources {
	margin-left:	20px;
	font-family:	Verdana,arial,sans-serif;
	font-size:		12pt;
	width:			558px;
}

#resources ul {
	margin-left:	35px;
	font-family:	Verdana,arial,sans-serif;
	font-size:		12pt;
	width:			535px;
}

#resources ul li {
/*	margin-top:		12px;                 */
	margin-bottom:	12px;
	margin-left:	15px;
}


#feed {
	font-family:	Verdana,Arial,sans-serif;
	font-size:		10pt;
	color:			#0a365a;
	background-color:#e6e6e6;
	width:			613px;
	margin-left:	20px;
}

#feed ul {
	margin-left:	5px;
	font-family:	Verdana,arial,sans-serif;
	font-size:		12pt;
	width:			558px;
}

  #feed ul li {
	margin-left:	8px;
	width:			480px; 
	margin-bottom:	12px;                     
}									

/* #connect {
	margin-left:	30px;
}                                      */

#aboutul{
	margin-left:	10px;
}

#aboutul ul{
	margin-left:	35px;
	font-family:	Verdana,arial,sans-serif;
	font-size:		12pt;
	width:			535px;
}
#aboutul ul li {
	margin-bottom:	12px;
	margin-left:	15px;
}


p.pix {
	margin-left:	310px;
	margin-top:		9px;
	margin-bottom:	9px;
	width:			318px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}
p.eight {
	margin-bottom:	8px;
}

p.std {
	margin-left:	15px;
/*	margin-top:		9px;   
	margin-bottom:	9px;       */
	width:			613px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}

	width:			613px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}

p.std a {
	font-weight: bold;
	color: #0a365a;
	text-decoration: none;
	border-bottom: 1px dashed #0A365A;
}

p.stdin {
	width:			580px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}

p.apquote{
	margin-left:	40px;
	margin-top:		9px;
	margin-bottom:	9px;
	width:			573px;
	font-family:	Verdana;
	font-size:		12pt;
	font-style:		italic;
	color:			black;
}
p.stdlist {
	margin-left:	35px;
	margin-top:		9px;
	margin-bottom:	9px;
	width:			613px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}

p.sub {
	margin-left:	15px;
	margin-top:		9px;
	margin-bottom:	9px;
	width:			613px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
	text-align:		center;
}

p.sidehead {
	text-align:		center;
	padding-top:	9px;
	padding-bottom:	9px;
	font-family:	Verdana;
	font-size:		12pt;
	font-weight:	bold;
	color:			#ffffff;
	background-color:#880000;
}

p.bottom_sidehead {
	text-align:		center;
	padding-top:	9px;
	padding-bottom:	9px;
	font-family:	Verdana;
	font-size:		12pt;
	font-weight:	bold;
	color:			#ffffff;
	background-color:#880000;
	margin-top:		0px;
}

p.side {
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		9px;
	margin-bottom:	9px;
	font-family:	Verdana;
	font-size:		10pt;
	color:			#0a365a;
}

p.side8 {
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		9px;
	margin-bottom:	9px;
	font-family:	Verdana;
	font-size:		8pt;
	color:			#0a365a;
}


p.sidetake {
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		-6px;
	margin-bottom:	0px;
	font-family:	Verdana;
	font-size:		10pt;
	color:			#0a365a;
	width:			131px;
}

p.sidecenter {
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		9px;
	margin-bottom:	9px;
	font-family:	Verdana;
	font-size:		10pt;
	color:			#0a365a;
	text-align:		center;
}



p.bottom {
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		9px;
	margin-bottom:	9px;
	font-family:	Verdana;
	font-size:		10pt;
	color:			#333333;
}

p.bottom_center {
	width:			300px;
	margin-top:		2px;
	margin-bottom:	2px;
	font-family:	Verdana;
	font-size:		10pt;
	color:			#333333;
}


p.copyright {
	text-align:		center;
	font-family:	Verdana, Arial, sans-serif;
	font-size:		8pt;
	color:			#000000;
}

p.copyright a {
	text-decoration:	none;
	color:			black;
}

p.testimonial  {
	width:			613px;
	margin-left:	15px;
	font-family:	Verdana, Arial, sans-serif;
	font-size:		10pt;
	font-style:		italic;
	color:			black;
}

.red {
	color: #990000;
}

.redb {
	color: #990000;
	font-weight:bold;
}

.redbi {
	color: #990000;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
}

.white {
	color: #ffffff;
}

.black {
	color:	#000000;
}

.blueb {
	color:	#0a365a;
	font-weight:bold;
}

.bluebook {
	font-family:	Verdana,Arial,sans-serif;
	font-size:		10pt;
	color:			#0a365a;
}

.res_subhead {
	font-family:	Verdana,Arial,sans-serif;
	font-size:		12pt;
	font-weight:	bold;
	color:			#666666;
}

.bold {
	font-weight:	bold;
}
.sign {
	font-style:		italic;
	font-weight:	bold;
	font-family:	"Times New Roman", Times, serif;
	font-size:		11pt;
	color:			#0a365a;
}

.qty {
	color:			 #990000;
	font-family:	Verdana,Arial,sans-serif;
	font-size:		14px;
}
.hardcover {
	font-size:		8pt;
}
.sh {
	font-size:		8pt;
}
.instr {
	font-family:	Verdana,Arial,sans-serif;
	font-size:		7pt;
	color:			#333333;
	text-align:		center;
	margin-top:		-7px;
	font-weight:	bold;
	font-style:		italic;
	margin-bottom:	2px;
}
.centered {
	text-align:		center;
}
.spacer {
	margin-top:		0;
	margin-bottom:	0;
}
.italic {
	font-style:		italic;
}
.xxs {
	font-size:		8pt;
}

.no_border {
	border-width:	0px;
}
.fb_table {
	border-collapse: collapse;
	width:			613px;
	margin-left:	15px;
	font-family:	Verdana;
	font-size:		12pt;
	color:			black;
}
	
	
#all_rel_404 {
	margin-top:		0px;
	margin-left:	10px;
	margin-right:	auto;
	background-color:#ffffff;
	width:			980px;
	border-left:	1px #999 solid;
	border-right:	1px #999 solid;
	border-bottom:	1px #999 solid;
	font-family:	Verdana,Arial,sans-serif;
	font-size:		12pt;

}
