@charset "UTF-8";
/* CSS Document */

/* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
/* Padding is the space inside the div box and margin is the space outside the div box */

<!-- 
/*****************************/
/* DEFAULT BODY STYLES */
/*****************************/
body  {
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*	background-image: url(/common/images/bg_strip_afterschool.gif); background-repeat: repeat-x; background-position: top; */
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }

/*****************************/
/* DEFAULT LINK STYLES */
/*****************************/
a:link { color: #0446be; }
a:visited {	color: #0446be; background-color: none; }
a:hover { color: #0446be; background-color: #f3f3f3; text-decoration: none; }


/*****************************/
/*Skip Navigation on top link*/
/*****************************/
a:link.skipit { color: #003333; font-size: 6px; text-decoration: none; } 
a:visited.skipit { color: #003333; font-size: 6px; text-decoration: none; } 
a:link:hover.skipit { color: #003333; font-size: 6px; background-color: #003333; text-decoration: none; } 

#mainContent a:link { color: #0446BE;} 
#mainContent a:visited { color: #0446BE;} 
#mainContent a:link:hover { color: #0446BE; background-color: #F3F3F3; text-decoration: none; } 


/*******************************************************/
/* SETS PAGE GEOMETRY WIDTHS, MARGINS, AND BACKGROUND */
/*******************************************************/
.twoColFixLt #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/afterschool/images/containerbg_as_inside.gif) repeat-y left;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d9d785 url(/afterschool/images/as_inside_img1.jpg) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

.twoColFixLt #mainContent {
	padding: 0px 25px 0px 0px; /* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	background-color: #FFFFFF;
	padding-right: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	width:565px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:510px;
}

.oneColFixLt #mainContent {
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width:760px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:730px;
}

.oneColFixLt #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*****************************/
/* DEFAULT TEXT STYLES */
/*****************************/
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-top:0px; color: #000000; line-height: 17px; }
li { margin-bottom:5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 17px; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; }
sub, sup { line-height: 0.1em; }


/*****************************************/
/* MASTHEAD STYLES FOR SCREEN AND PRINT */
/*****************************************/
.masthead {	background-color: #012369; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-variant: normal; margin: 0px; padding: 0px; width: 760px; letter-spacing: 0.08em; }
.masthead2 { display: none;  }
.logo { height: 72px; width: 148px; font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 6px; color: #003333; text-align: center; padding-top: 0px; }

.proftitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 500; text-transform: uppercase; color: #7EB6E9; text-align: left; vertical-align: middle; padding-bottom: 2px; width: 330px; }
.projname {	font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 200; color: #fbe600;	text-align: left; vertical-align: middle;	padding: 30px 2px 0px 15px;	margin: 0px; }
.projname a:link { background-color: #5c8ce1; text-decoration: none; }
.projname a:hover { background-color: #5c8ce1; text-decoration: none; }
.projname a:visited { background-color: #5c8ce1; text-decoration: none; }
.projtagline { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; text-align: left; padding: 0px 2px 2px 15px; margin: 8px 0 0 0; }

#afterschool_banner a:link {	color: #726658; background-color: #4578d2; text-decoration: none; }
#afterschool_banner a:visited { color: #4578d2; background-color: #4578d2; text-decoration: none; }
#afterschool_banner a:hover { color: #726658; background-color: #5c8ce1; text-decoration: none; }


/*****************************************/
/* LEFT-SIDE NAVIGATION */
/*****************************************/
/* div#nav, div#nav2, div#nav3 { width: 190px; margin: 0; padding: 0; font-size: 12px; background-color: #D9D785; } */
/* div#nav ul.level2, div#nav2 ul.level2, div#nav3 ul.level2 {background: #F9F9F9;} */
/* div#nav ul.level3, div#nav2 ul.level3, div#nav3 ul.level3 {background: #F3F3F3;} */
/* div#nav li.submenu:hover, div#nav2 li.submenu:hover, div#nav3 li.submenu:hover {background-color: #f6f2db; } */

/* STYLING FOR LEFT-SIDE NAVIGATION BULLETED LIST */
div#nav ul, div#nav2 ul, div#nav3 ul { color:#0446BE;	margin: 0; padding: 0 0 10px 0; width: 190px; background: #D9D785; }

/* ROW STYLING AND DOTTED BORDER */
div#nav li, div#nav2 li, div#nav3 li { color:#0446BE; position: relative; list-style: none; margin: 0px 4px 0px 4px; border-bottom-width: 2px; border-bottom-style: dotted; border-bottom-color: #478E9B; }

/* HOVER PARENT ITEMS LI FULL WIDTH OF LI */
div#nav li:hover, div#nav2 li:hover, div#nav3 li:hover {background-color: #ffffff; color:#0446BE;}

/* HOVER PARENT ITEMS A HREF BACKGROUND-COLOR THE SAME AS LI HOVER BACKGROUND-COLOR */
div#nav a:hover, div#nav2 a:hover, div#nav3 a:hover {background-color: #ffffff; color:#0446BE;}

/* LINK STYLING (WIDTH, HEIGHT, LEFT PADDING) */
div#nav li a, div#nav2 li a, div#nav3 li a {color: #0446BE; display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; width: 13em; }


/***********************************/
/* LEFT-SIDE NAVIGARTION HEADINGS */
/***********************************/
#sidebar1 .tocheader {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-color: #275ab4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 201px 0px 0px 0;
/*	text-transform: uppercase; */
	letter-spacing: 0.07em;
}
#sidebar1 .tocheader2, #sidebar1 .tocheader3 {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-color: #275ab4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 10px 0px 0px 0;
/*	text-transform: uppercase; */
	letter-spacing: .07em;
}

/*****************************/
/* LINKED NAVIGATION HEADING*/
/***************************/
.tocheader a, .tocheader a:visited { color: #ffffff; text-decoration: none; display: block;}
.tocheader a:hover { color: #d9d785; background-color: #275ab4; text-decoration: none; }

/**************************************************/
/* ACTIVE PARENT PAGE IN THE LEFT-SIDE NAVIGATION*/
/************************************************/
div#nav li.active, div#nav2 li.active, div#nav3 li.active {background-color: #ffffff; }

/**************************************************************************/
/* INDICATE THE ACTIVE SECTION AND CHILD PAGES IN THE LEFT-SIDE NAVIGATION*/
/**************************************************************************/
.submenubullet { background-image: url(https://sedl.org/images/bullets/navmenu-bullet.gif); background-repeat: no-repeat; padding-left: 19px; }
.submenubulletactive { background-image: url(https://sedl.org/images/bullets/navmenu-bulletactive.gif);	background-repeat: no-repeat; padding-left: 19px; }


/*****************************/
/* CONTENT HEADINGS */
/*****************************/
h1 { padding-top: 0px; padding-bottom: 0px; color: #283E9D; font-size: 16px; line-height: normal; font-weight: bold; font-style: normal; margin-top: 15px; margin-right: 30px; margin-bottom: 7px; font-family: Arial, Helvetica, sans-serif; margin-left: 0px; }	
h2 { padding-top: 0px; padding-bottom: 0px; color: #7c7415; font-size: 14px; line-height: 16px; font-weight: bold; font-style: normal; margin-top: 15px; margin-bottom: 7px; font-family: Arial, Helvetica, sans-serif; margin-right: 0px; margin-left: 0px; }
h3 { padding-top: 0px; padding-bottom: 0px; color: #4578d2; font-size: 13px; line-height: 16px; font-weight: bold; font-style: normal; margin-top: 1em; margin-bottom: 3px;	font-family: Arial, Helvetica, sans-serif;	margin-right: 0px; margin-left: 0px; }
h4 { padding-top: 0px; padding-bottom: 0px; color: #5a5a5a; font-size: 12px; line-height: 14px; font-weight: bold; font-style: normal; margin-top: 1em; margin-bottom: 3px;	font-family: Arial, Helvetica, sans-serif;	margin-right: 0px; margin-left: 0px; }


/*****************************/
/* FOOTER */
/*****************************/
.footer { background-color: #000000; margin: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 1px; padding-left: 10px; }
.footer p { color:#ffffff; font-size:10px; padding-top: 0px; margin-left: 0px; margin-top: 10px; background-color: #000000; }
.footer p .fltrt { float: right; margin-left: 8px; margin-top: -25px; }
.footer p .fltlft { float: left; margin-right: 10px; margin-top: -25px; margin-left: 10px; letter-spacing: .1em; }
#address { display: none; } /* HIDES FOOTER EXCEPT WHEN PRINTING */


/*****************************/
/* FOOTER LINK STYLING */
/*****************************/
a:link.sedl { color: #ffffff; font-size: 10px; text-decoration: none; }
a:visited.sedl { color: #ffffff; font-size: 10px; text-decoration: none; }
a:hover.sedl { color: #93C0C7; font-size: 10px; text-decoration: none; background-color: #000000; }

/*****************************/
/* GENERAL CONTENT STYLES */
/*****************************/
.noBorder {	border: 0px; }
.oneBorder { border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}

.centerAlign { text-align: center;}
.rightAlign { text-align: right;}
.noWrap { white-space:nowrap;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1px; line-height: 0px; }

.clearfloatRight { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
}
.none { border: none; }	

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 10px; margin-top: 1px; }

.rt { text-align: right; }


/*****************************/
/* FEEDBACK MESSAGES TO USER */
/*****************************/
.alert { background: #fff6bf url(/common/images/bullets/exclamation.gif) 15px 50% no-repeat;	padding: 5px 20px 5px 45px; border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324; }
.info { background: #f8fafc url(/common/images/bullets/information.gif) 15px 50% no-repeat; padding: 5px 20px 5px 45px; border-top: 2px solid #b5d4fe; border-bottom: 2px solid #b5d4fe; }


/*************************/
/* TOP NAVIGARTION MENU */
/*************************/
.navlist {list-style-type: none; padding: 0 0 1px 0;}
ul.navlist li {display: inline;}
#sitemenu {padding: 5px 0 5px 0;text-align: center;background-color: #DBD265;font-weight: bold;text-transform: capitalize;}
#sitemenu a {color: #1a3f96;text-decoration: none;} /* border-bottom: 1px solid #c9c696;*/
#sitemenu a:hover {background-color: #dbd265;text-decoration: underline;}
ul#sitemenunav {margin: 0;padding: 2px 0 2px 0;font-family: Arial, Helvetica, San-Serif;font-size: 11px;}
ul#sitemenunav li {font-size: 11px;padding: 0 0 0 7px;margin: 0 0 0 7px;border-color: #C9C696;border-width: 0 0 0 0px;border-style: solid;}
ul#sitemenunav li.first {margin: 0;padding: 0;border-width: 0;}




/**********************************************************************/
/* OUTLINE FORM BOXES TO MAKE THEM MORE VISILE ON A WHITE BACKGROUND */
/**********************************************************************/
TEXTAREA { border: #333333 1px solid; }
.outline_border { border: #333333 1px solid; }

form { margin-bottom:0px;margin-top:0px; }


/*******************/
/* MISCELLANEOUS  */
/*******************/
.grey { background-color:#ebebeb; }
.whitetext, .text_white { color:#ffffff; }
.whitetext a:link,  a:link.text_white { color: #ffffff; }
.whitetext a:visited,  a:visited.text_white { color: #ffffff; }
.whitetext a:hover,  a:hover.text_white { color: #f5e347; text-decoration: none; background-color: #000000; }

/**************************/
/* LESSON PLAN DATABASE  */
/************************/
.noborderBoxYellow { background-color: #F4F478; border: 2px solid #374A02; padding: 5px; margin: 0 0 8px 0; font-size: 14px; font-weight: bold; color: #032FA7; }
.solidBoxBlue { width: 360px; background-color: #B4D0F1; border: 2px solid #022EAF; padding: 5px; margin: 0 0 8px 0; font-size: 14px; font-weight: bold; color: #032FA7;	}
.lesson_plan_sidebar_contributedby { width: 120px; float: right; border: 2px none #696901; padding: 5px; margin-left: 8px; }
.dottedBoxGreen { background: #CBE38A; border: 2px dotted #374A02;	padding: 5px; margin-left: 8px; }
.lesson_plan_title_submitplan { font-size: 12px; line-height: 12px; color: #374A02; font-weight: bold; padding: 0; margin: 2px 0 6px 0; }

.lesson_plan_sidebar_submitplan { width: 260px; float: right; background: #CBE38A; border: 2px dotted #374A02; padding: 5px; margin-left: 8px; }

-->
