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

/*
	Scholastic Australia - Media and Technology Stylesheet V.1.1 
	Developed by WebStuff.biz Central Coast
	Copyright, 2008
*/

/* Navigation
------------------------------------ */

#nav {
	width: 930px;
	height: 28px;
	background: url(../image/nav_bg.png) repeat-x;
	font-size: 10px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-image: url(../image/nav_bg.png);
}

	#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 20px 10px 20px;
	text-decoration: none;
	background: none;
	}
	#nav a:hover {
	margin: 0px;
	background-color: #8cd051;
	}
	#nav ul ul {
		visibility: hidden;
		position: absolute;
		top: 28px;
		left: -2px;
		background: #00a651 url(../image/ul_bottom.png) 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 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 */

	}
	#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; 
}

#left_panel_body {
	float:left;
	width: 300px;
	height: 100%;
}

#artspot {
	width: 303px;
	height: 100%;
	margin-left: 0px;
	margin-right: 2px;
	}
#artspot_top {
	background: url(../image/artspottop.png) no-repeat;
	height: 11px;
	}
#artspot_body {
	font: 12px normal Arial, Helvetica, sans-serif;
	background: url(../image/artspotbg.png) repeat-y;
	height: 100%;
	width: auto;
	overflow: hidden;
	}
#artspot_bottom {
	background: url(../image/artspotbottom.png) no-repeat;
	height: 11px;
	}

.schools_quicklinkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	}

#banner {
	float: right;
	margin: 10px 0px 15px;
	width: 600px;
	height: 100%;
}
#banner2 {
	float: left;
	margin: 10px 0px 15px;
	width: 650px;
	height: 100%;
}
#schools_text{
	float: right;
	margin: 0px 0px;
	width: 610px;
	height: 100%;
	}

.Heading3tch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff7f01;
}

/* Navigation vertical
------------------------------------ */
#DynamicContent {
	float: right;
	margin: 0px 0px;
	width: 610px;
	height: auto;
	padding-top: 10px;
	font-size: 12px;
}

/* CSS Document */


/* Navigation vertical start */

.button {
	height:24px;
	vertical-align: middle;
	list-style-type: none;
	padding-top: 5px;
	background:#00a652;
	background-image: url(/schools/image/nav_bg.png);
	background-repeat: repeat-x;
	display: block;
	cursor: pointer;
}

#sidemenu {
	padding: 0px;
	margin: 0px;
}
#sidemenu li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	white-space: pre;
	text-align: left;
	padding-left:30px;
	display: block;
	height:24px;
}
.button_on	{
	height:24px;
	vertical-align: middle;
	list-style-type: none;
	padding-top: 5px;
	background:#00803f;

	}
.button_hover	{
	background:#8bd051;

	}

/* Navigation vertical end */
#content_product {
	margin: 10px 10px;
	width: 590px;
	padding: 9px 9px 9px 9px;
	background: #fff;
	height: 800px;
	overflow: auto;
}
#faqs .Heading7 {
	height: 25px;
	margin-left: 15px;
}
#faqs dd {
	margin: 30px 30px 30px 30px;
}
#arrow_green {
	background-image: url(../../image/arrow_green.gif);
	width: 23px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
