/* generic list */
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
html, body {
	padding:0;
	margin:0;
}
form {
	display:inline
}
strong {font-weight:bold;}
.l {
	float:left;
}
.r {
	float:right;
}
.spacer {
	clear:both;
	height:0px;
	border:0px;
	margin:0px;
	width:100%;
	font-size:1px;
}
.hidden {
	border:0;
	width:0;
	display:none
}
body {
	background:#eeeeee;
	text-align:center;
	font-family:verdana, Helvetica, sans-serif;
}

#header {width:777px; height:91px; margin:0 auto; background:#ec850c;}
#header div.l {width:266px;}
#header div.r {width:60%; text-align:right;}

#mainContent {width:758px; text-align:left; padding:0 0 19px 19px; overflow:hidden; background:#ec850c; margin:0 auto; }
#mainContent div.side_left {width:118px; padding-top:19px; overflow:hidden;}
#fact_box {margin-bottom:19px; width:118px; height:110px; background:url(../img/skool-factboxbg.png) no-repeat top left;}
#fact_box div {width:101px; height:104px; vertical-align:middle; display: table-cell; padding:3px 7px; overflow:hidden; color:#00240b; font-size:10px; line-height:1.3em;}
#fact_box div a {color:#00240b; text-decoration:underline;}
#mainContent div.side_right {width:620px; overflow:hidden;}
#home_image {margin-bottom:19px;}
#home_icondisplay {margin:0 auto; text-align:center;}
#home_icondisplay img {padding:0 10px;}

#mainContent a{color:#ccc; text-decoration:none;}
#mainContent a:hover{text-decoration:underline;}

#mainContent h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #003366; padding: 10px 0; border-bottom:1px solid #003366; margin-bottom:10px;}
#mainContent h3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #003366; padding: 9px 0;}
#mainContent h4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #003366; padding: 8px 0;}
#mainContent h5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #003366; padding: 7px 0;}
#mainContent h6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003366; padding: 6px 0;}
#mainContent ul {list-style-type:none;padding:0;margin:1em 0 0;}
#mainContent li {font-size:12px;}
#mainContent li a {text-decoration:none;}
#mainContent li a:hover {text-decoration:underline;}

#content_listsection {width:auto; margin-right:19px; padding:10px 10px 20px; background-color:#ffffff; color:#003366; font-size: 12px; line-height:1.3em; }
#content_listsection a{color:#003366; text-decoration:underline;}
#content_listsection p {margin-bottom:1em;}
#intro_section {overflow:hidden; background:url(../img/skool-introsectionbg.png) left top repeat-y; font-size:12px; margin-bottom:1em;}
#intro_section p {margin:1em;}
#intro_section div.l {overflow:hidden; width:158px;}
#intro_section div.l img {padding:7px; border:0;}
#intro_section div.r {overflow:hidden; width:400px;}
#content_listsection div.item {overflow:hidden; width:auto; padding:5px;}
.shaded {background:#f4c792;}
#content_listsection .items {width:auto; padding-left:75px; vertical-align:middle; color:#003366;}
#content_listsection .items div {margin-bottom:0.5em;}
#content_listsection .items a {color:#003366;}
#content_listsection .items img {padding:0 3px; vertical-align:middle;}
#content_listsection .commonlink {color:#003366; text-decoration:underline;}
#content_listsection .examtext {color:#003366; text-decoration:underline;}

#content_listsection table {width:100%;}
/*#content_listsection table td {padding:0.2em 0;}*/
#content_listsection hr {margin:0.4em 0;}
#content_listsection table span.textsub {font-size:1.1em; font-weight:bold; padding-top:1em; display:block;.}
#content_listsection a.commonlink {text-decoration:none;}
#content_listsection a.commonlink:hover {text-decoration:underline;}
#content_listsection ul {padding:0 0 1em; margin:0;}
#content_listsection li {padding:0.2em 0; margin:0;}
#content_listsection li div {padding:1em 0; margin:0;}
#content_listsection table ul {padding:0; margin:0;}
#content_listsection table li {padding:0; margin:0;}

.GradeHeading {display:block; width:100%; text-align:left; font-size:1.4em; font-weight:bold; padding-bottom:0.5em;}
.examheading {display:block; margin:0.2em 0 1em;}
.printpage {display:block; margin:1em 0;}
.mathsTbCorrect {padding:0; margin-top:-1em;}

#footer {width:747px; overflow:hidden; padding: 12px 15px; text-align:left;font-size:11px; color:#fff; margin:0 auto; background:#006348;}
#footer a{color:#fff; text-decoration:underline;}


/*** ESSENTIAL STYLES 4 MENU ***/
#menu {width:747px; height:41px; padding:0 15px; margin:0 auto; background: url(../img/skool-menubg.png) repeat-x;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:13px;
	z-index:98;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			41px; /* match top ul list item height */
	z-index:		99;
	border:1px solid #ffffff;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** MENU SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-menu a {
	/*padding: 		1.2em 1em;*/
	padding: 0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	/*background: url(../img/menuOffBg.png) repeat-x;*/
}
.sf-menu li li {
	/*background: url(../img/menuSubOffBg.png) repeat;*/
	background:#007254;
	text-align:left;
}
.sf-menu li li a {
	padding:0.8em 0.5em;
}
.sf-menu li li li {
	/*background: url(../img/menuSubOffBg.png) repeat;*/
	background:#007254;
	text-align:left;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#11916f;
	outline:		0;
}
.sf-menu li:hover {
	/*background: url(../img/menusUBOnBg.png) repeat;*/
	outline:		0;
}
.sf-menu li.m1:hover,.sf-menu li.m2:hover,.sf-menu li.m3:hover,.sf-menu li.m4:hover{
	/*background: url(../img/menuOnBg.png) repeat-X;*/
}
li.on{
	/*background: url(../img/menuOnBg.png) repeat-X;*/
}

.sf-menu li.m1 {
	width:111px; height:41px;
}
.sf-menu li.m2 {
	width:117px; height:41px;
}
.sf-menu li.m3 {
	width:179px; height:41px;
}
.sf-menu li.m4{
	width:179px; height:41px;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 **
.sf-shadow ul {
	background:	url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/
