@charset "utf-8";
/* CSS Document */

/*
	Scholastic Australia - Media and Technology Stylesheet V.1.1 
	Developed by WebStuff.biz Central Coast
	Copyright, 2008
*/

body {
	background: #c7e9f9 url(../images/bg.jpg) repeat-x;
	margin: 5px;
	font: 12px normal Arial, Helvetica, sans-serif;
}


h1 {
	color: #ff7f01;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3793cc;
}
h3 {
	font: 12px bold Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00689b;
	padding: 0px;
	margin: 0px;
}
h3.alter {
	font: 14px bold Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00689b;
	padding: 7px 5px 3px 0px;

/* comment added by Leo Mok 20080430LM ---
	background: url(../images/h3bg.gif) bottom repeat-x;
--- comment ended */

/* New entries added by Leo Mok 20080430LM */

	background: url(../images/right_dot.gif) bottom no-repeat;

/* New entries ended */

	margin: 0px;
}

#container {
	margin: 0px 20px;
	width: 922px;
	padding: 9px 9px 9px 9px;
	background: #fff;
	border: 1px solid #999;
}

#header_left {
	float: left;
	height: 63px;
	width: 192px;
	background: url(../images/scholastic_logo.jpg) no-repeat top left;
}

#header_right {
	float: right;
	height: 63px;
	width: 500px;
	text-align: right;
}

/* Menu */

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0.5em 0.75em;
	color: #B8B8B8;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #5BCE01;
	color: #FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #5BCE01;
	color: #FFFFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/TTKMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/TTKMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/TTKMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/TTKMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}


/* Navigation
------------------------------------ */

#nav {
	width: 930px;
	height: 28px;
	background: url(../images/nav_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: 1.025em;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

	#nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px 0px 0px 35px;
	}
	#nav li {
		float:left;
		display: block;
		border-right: 1px solid #fff;
		position: relative;
		z-index: 100;
		margin: 0px;
		height: 28px;
	}
	#nav li.last {
		border: none;
	}
	
	#nav a {
		color: #fff;
		display: block;
		padding: 5px 25px 10px 25px;
		text-decoration: none;
		background: none;
	}
	#nav a:hover {
		margin: 0px;
	}
	#nav ul ul {
		visibility: hidden;
		position: absolute;
		top: 28px;
		left: -2px;
		background: #1a72b9 url(../images/ul_bottom.jpg) bottom no-repeat;
		padding: 0px;
		border: 2px solid #fff;
		border-top: none;
		text-align: left;

/* comment added by Leo Mok 20080430LM ------ comment ended */
		width: 100%;


/* New entries added by Leo Mok 20080430LM 
		width: inherit;
/* New entries ended */


		display: block;
	}
	#nav ul li ul li {
		border: none;
		padding: 4px 0px;
	}
	#nav ul li ul li a {
		margin: 0px;
		padding: 5px 0px 5px 0px;
		display: block;

/* comment added by Leo Mok 20080430LM ---*/
		width: 115px;
/*--- comment ended */

/* New entries added by Leo Mok 20080430LM 
		width: 290px;
/* New entries ended */

	}
	#nav ul li ul li a:hover {
		text-decoration: underline;
		background: #3793cc;
	}
	
	#nav table { position:absolute; top: 0px; left: 0px; padding: 0px; margin: 0px;  }
	
	#nav ul li:hover ul,
	#nav ul li a:hover ul{
	visibility:visible; 
	
	}


#nav ul a:hover ul{
visibility:visible; 
}

/* ---------- NAV #2 ----------*/
#nav2 {
	width: 500px;
	height: 28px;
	background: url(../images/nav_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: 1.025em;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

	#nav2 ul {
		list-style: none;
		margin: 0px;
		padding: 0px 0px 0px 45px;
	}
	#nav2 li {
		float:left;
		display: block;
		border-right: 1px solid #fff;
		position: relative;
		z-index: 100;
		margin: 0px;
		height: 28px;
	}
	#nav2 li.last {
		border: none;
	}
	
	#nav2 a {
		color: #fff;
		display: block;
		padding: 5px 30px 10px 30px;
		text-decoration: none;
		background: none;
	}
	#nav2 a:hover {
		margin: 0px;
	}
	#nav2 ul ul {
		visibility: hidden;
		position: absolute;
		top: 28px;
		left: -2px;
		background: #00a651 url(../images/ul_bottom2.jpg) bottom no-repeat;
		padding: 0px;
		border: 2px solid #fff;
		border-top: none;
		text-align: left;

/* comment added by Leo Mok 20080430LM ------ comment ended */
		width: 100%;


/* New entries added by Leo Mok 20080430LM 
		width: inherit;
/* New entries ended */


		display: block;
	}
	#nav2 ul li ul li {
		border: none;
		padding: 4px 0px;
	}
	#nav2 ul li ul li a {
		margin: 0px;
		padding: 5px 0px 5px 10px;
		display: block;

/* comment added by Leo Mok 20080430LM ---*/
		width: 115px;
/*--- comment ended */

/* New entries added by Leo Mok 20080430LM 
		width: 290px;
/* New entries ended */

	}
	#nav2 ul li ul li a:hover {
		text-decoration: underline;
		background: #8cd051;
	}
	
	#nav2 table { position:absolute; top: 0px; left: 0px; padding: 0px; margin: 0px;  }
	
	#nav2 ul li:hover ul,
	#nav2 ul li a:hover ul{
	visibility:visible; 
	
	}


#nav2 ul a:hover ul{
visibility:visible; 
}
/* ---------- NAV #3 ----------*/
#nav3 {
	width: 922px;
	height: 28px;
	background: url(../images/nav3_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: 1.025em;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

	#nav3 ul {
		list-style: none;
		margin: 0px;
		padding: 0px 0px 0px 45px;
	}
	#nav3 li {
		float:left;
		display: block;
		border-right: 1px solid #fff;
		position: relative;
		z-index: 100;
		margin: 0px;
		height: 28px;
	}
	#nav3 li.last {
		border: none;
	}
	
	#nav3 a {
		color: #fff;
		display: block;
		padding: 5px 30px 10px 30px;
		text-decoration: none;
		background: none;
	}
	#nav3 a:hover {
		margin: 0px;
	}
	#nav3 ul ul {
		visibility: hidden;
		position: absolute;
		top: 28px;
		left: -2px;
		background: #FF7F01 url(../images/ul_bottom3.jpg) bottom no-repeat;
		padding: 0px;
		border: 2px solid #fff;
		border-top: none;
		text-align: left;

/* comment added by Leo Mok 20080430LM ------ comment ended */
		width: 100%;


/* New entries added by Leo Mok 20080430LM 
		width: inherit;
/* New entries ended */


		display: block;
	}
	#nav3 ul li ul li {
		border: none;
		padding: 4px 0px;
	}
	#nav3 ul li ul li a {
		margin: 0px;
		padding: 5px 0px 5px 10px;
		display: block;

/* comment added by Leo Mok 20080430LM ---*/
		width: 115px;
/*--- comment ended */

/* New entries added by Leo Mok 20080430LM 
		width: 290px;
/* New entries ended */

	}
	#nav3 ul li ul li a:hover {
		text-decoration: underline;
		background: #ffbb00;
	}
	
	#nav3 table { position:absolute; top: 0px; left: 0px; padding: 0px; margin: 0px;  }
	
	#nav3 ul li:hover ul,
	#nav3 ul li a:hover ul{
	visibility:visible; 
	
	}


#nav3 ul a:hover ul{
visibility:visible; 
}

/* comment added by Leo Mok 20080430LM ---
	border: 1px solid #000;
--- comment ended */

.left {
	float:left;
}
.right {
	float: right;
}

#site-info {
	width: 920px;
	height: 30px;
	background: #d2eaf6;
	margin-top: 18px;
}

#site-info-left {
	background: url(../images/site_info_left.jpg) left no-repeat;
	float: left;
	height: 23px;
	padding: 7px 0px 0px 20px;
	color: #006699;
}
#site-info-left p {
	margin: 0px;
	padding: 0px;
}
#site-info-left a {
	color: #006699;
	text-decoration: none;
}
#site-info-left a:hover {
	text-decoration: underline;
}

#site-info-right {
	background: url(../images/site_info_right.jpg) right no-repeat;
	float:right;
	height: 23px;
	padding: 7px 20px 0px 0px;
}
#site-info-right p {
	margin: 0px;
	padding: 0px;
}
.indented
   {
	padding-left: 80pt;
	padding-right: 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt
   }
.text-green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00a652;
	text-align: left;
}
#content {
	margin: 20px 20px;
	width: 722px;
	padding: 9px 9px 9px 9px;
	background: #fff;
	height: auto;
}

.menuHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b75bc;
	text-align: left;
}

.menuHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00a651;
	text-align: left;
}
.menuHeading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff7f01;
	text-align: left;
}
.menuHeading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00a652;
	text-align: left;
}

.menuHeading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ff7f01;
	text-align: left;
}
.menuHeading6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ff7f01;
	text-align: left;
}
.menuHeading7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b75bc;
	text-align: left;
}
.hdr_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
	text-decoration: none;
}
.hdr_green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339933;
	text-align: left;
	text-decoration: none;
}
.hdr_magenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0066;
	text-align: left;
	text-decoration: none;
}
.hdr_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
	text-align: left;
	text-decoration: none;
}
.hdr_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.hdr_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.hdr_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F58833;
	text-align: left;
	text-decoration: none;
}
.hdr_turquoise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A5C8;
	text-align: left;
	text-decoration: none;
}
.hdr_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9933FF;
	text-align: left;
	text-decoration: none;
}
.hdr_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
	text-align: left;
	text-decoration: none;
}
.cover_table {
	width: 144.4px;
	float: left;
	height: 160px;
}
.cover_table_r2 {
	width: 144.4px;
	float: left;
	height: 40px;
	font-size: 10px;
	font-weight: bold;
}
#titles {
	width: 450px;
}
