@import url("color-2.css");
@import url("fonts-2.css");
@import url("web-fonts.css");
/* -----  HTML5 fix for older browsers (still needs http://code.google.com/p/html5shiv/ for IE < 9.0) ---- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* ----------------------- RESET ----------------------- */

p, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin: 0;
	padding: 0;
}
/* ----------------------- BASE STYLES ----------------------- */

html {
	overflow-y: scroll; /* force scrollbar (completely optional) */
	font-size: 100%; /* avoids sizing issues if using ems in IE6 */
	-webkit-text-size-adjust: 100%;/*Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g*/
	-ms-text-size-adjust: 100%; /* as above for windows devices */
}
body {
	margin: 0;
	font-size: 0.9em; /* a bit smaller than the default 16px - see the next declaration */
	line-height: 1.333; /* equal to 20px (divide 20/15). Using multiple value (not specifying units) avoids line-height inhertance issues */
}
a:link, a:visited, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0; /* avoid extra space if image is inside anchor */
	-ms-interpolation-mode: bicubic; /* improve image scaling in IE */
	max-width: 100%;
}
p {
	line-height: 1.4em;
	margin-bottom: 0.5em;
	padding: 0 0 0.5em;
}
#breadcrumb {
  margin-bottom: 1em;
  position: relative;
  top: 5px;
}

#breadcrumb p {
	
}
#breadcrumb p a {
	color: #4B4B4B;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	padding: 0.1em 0 0.5em 0;
}
h2, h3, h4	{
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
/* Standard lists */

p.important	{

	color: #c8194b;
	padding: 0.5em;
	border: 1px solid #c8194b;
	background-color: #fcf3f6;
}
ul, ol {
	margin-bottom: 1em;
	padding: 0 2em;
}
ul li, ol li {
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
ul ul, ol ul {
	padding-left: 1em;
	margin: 0.4em 0 0 0;
}
ul ol, ol ol {
	padding-left: 1.5em;
	margin: 0.4em 0 0 0;
}
ul ul li:last-child, ol ul li:last-child, ul ol li:last-child, ol ol li:last-child {
	padding-bottom: 0;
}
/* Link or document list */
ul.links {
	list-style-type: none;
	padding-left: 0.5em;
	margin-top: 0.2em;
}
ul.links li a {
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 0;
}
fieldset {
	border-width: 1px;
	border-style: solid;
	padding: 1em;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
}
table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-collapse: collapse;
	width: 100%;
	margin-top: 0.5em;
}
tr {
	vertical-align: top;
}
td, th {
	text-align: left;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
}
th	{
	font-family: "AQAChevin", Helvetica, Arial;
	border-top: 0;
}

hr {
	border: 0;
	width: 90%;
	height: 1px;
	margin: 1em auto;
}
/* ----------------------- MASTHEAD ----------------------- */

header {
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin: auto;
	position: relative;
	float: left;
}
header #container {
	margin: auto;
	width: 290px;
}
header #container img {
	float: left;
	margin-bottom: 20px;
}
header .quick-links-wrap {
	float: right;
	width: 430px;
}
header .quick-links ul {
	float: right;
	margin-bottom: 0.4em;
	padding: 0;
}
header .quick-links ul li {
	float: left;
	display: block;
	font-size: 0.8em;
}
header .quick-links ul li a {
	padding-right: 1.3em;
}
header .quick-links ul li:last-child a {
	padding-right: 0;
}
header .title {
	background-image:url('../images/titlebg.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	width:177px;
	height:24px;
	padding-top:68px;
	margin-left:783px;
	text-align:center;
}
header .title a {
	display:block;
	margin-top:4px;
}
nav .searcher {
	float: right;
	clear: left;
	margin-top:6px;
	margin-right:14px;
}
nav .searcher input[type="text"] {
	height: 20px;
	border: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #dbdbdb;
	float: left;
	padding: 0 0.2em;
	margin-right: 5px;
	color: #999;
}
.login input[type="text"], .login input[type="password"] {
	height: 20px;
	border: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #dbdbdb;
	padding: 0 0.2em;
	margin-right: 5px;
	color: #999;
}
.login input.submit {
	margin-top:1px;
}
/* ----------------------- GLOBAL NAV ----------------------- */

nav#global-nav-wrap {
	margin: 0 auto;
	width: 320px;
	position: relative;
	display:block;
}
nav#global-nav-wrap a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 10px;
	margin-right: 2px;
}
nav#global-nav-wrap a {
	margin-right: 2em;
}
nav#global-nav-wrap li:last-child {
	border-bottom: 0;
	margin-bottom: 0;

}
nav#global-nav-wrap li:last-child a {
	border-bottom: 0;

}
nav#global-nav-wrap a {
	display:inline;
	font-weight:normal;
	margin:0em;
	margin-left:1em;
	font-size:0.9em;
	text-decoration: none;
}
nav#global-nav-wrap .nav-current {
	font-weight: bold;
}
nav ul, #local-nav-wrap ul {
	font-family: "AQAChevin", Helvetica, Arial;
	list-style: none;
	margin: 0;
	padding: 0;
}

#local-nav-wrap ul  li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
nav input.search-button {
	width: 22px;
	height: 22px;
	border: 0;
	margin-top: 0px;
	float: left;
}
/* ----------------------- MAIN WRAPPERS ----------------------- */

#wrapper-main, #wrapper-landing, #wrapper-home {
	margin: 0 auto;
	max-width: 300px;
	padding: 10px 10px 0px 10px;
	clear: left;
	margin-bottom: 100px;
}
/* ----------------------- SUB CONTAINERS ----------------------- */

#section-content {
	margin-right: 1%;
	float: right;
}
#page-content {
	margin: 0 1% 1%;
}
#related-content {
	margin-left: 1%;
	float: right;
}
/* ----------------------- FOOTER ----------------------- */

footer {
	width: 102.5%;
	float: left;
	margin: 30px 0 0 -10px;
}
footer ul {
	margin: 1em 0 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
footer ul li {
	float: left;
	display: block;
	font-size: 0.8em;
}
footer ul li a  {
	margin-right: 1.5em;
}
footer .teachit {
	margin: 0.7em 0 0 0;
	float:left;
	font-size: 0.8em;
}
footer .teachit img {
	vertical-align:middle;
	margin-left:8px;
}
/* ----------------------- CLEARING FLOATS ----------------------- */
 
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* ----------------------- MEDIA QUERIES  ----------------------- */


/* 320px or below overlay - for use as a guide */

body:after {
	content: "less than 320px";
	font-size: 200%;
	font-weight: bold;
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: hsla(1, 90%, 40%, 0.3);
	color: #000;
}
/* To remove/display overlay guides, toggle the following comment */

body:after {
	content: "" !important;
}


/* -------- Media query 1 - iPHONE PORTRAIT ------------------- */

@media only screen and (min-width: 320px), only screen and (max-width: 480px) {
	body:after {
		content: "320 to 480px";
	}
	#nav {
		display: none; /* Visibility will be toggled with jquery */
	}
	/* --- GLOBAL NAV - 320x480 --- */

	#menu-icon {
		width: 268px;
		height: 30px;
		padding: 8px 10px 0 42px;
		margin: 0 auto;
		cursor: pointer;
		border-width: 1px;
		border-style: solid;
		display: block; /* show menu icon */
	}
	/* --- NOT EXACTLY SURE WHAT THIS REFERS TO --- */

	/* main nav */
	#nav {
		margin: -1px auto 0;
		clear: both;
		top: 38px;
		width: 318px;
		z-index: 10000;
		padding: 0px;
		border-width: 1px;
		border-style: solid;
		display: none; /* visibility will be toggled with jquery */
	}
	nav#global-nav-wrap a {
		padding: 5px;
		width: 97%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#nav li {
		font-weight: bold;
		clear: both;
		float: none;
		padding: 5px 0 5px 0px;
		margin: 0;
	}
	#nav a, #nav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		border: none;
		margin-bottom: 0;
	}
	#nav a:hover, #nav ul a:hover {
		background: none;
	}
	/* dropdown */
	#nav ul {
		margin-top: -1px;
		width: auto;
		position: static;
		display: block;
		border: none;
		z-index: 1000;
	}
	#nav ul li {
		padding: 7px 0 7px 15px;
		margin: 0;
		font-weight: normal;
	}
	#local-nav-wrap ul {
		display: none;
	}
	#local-nav-wrap select {
		display: inline-block;
	}
}


/* -------- Media query 2 - iPHONE LANDSCAPE ------------------- */

@media only screen and (min-width: 480px), only screen and (max-width: 768px) {
	body:after {
		content: "480 to 768px";
	}
	#wrapper-main, #wrapper-landing, #wrapper-home {
		max-width: 460px;

	}
	header #container {
		width: 470px;
	}
	nav#global-nav-wrap {
		width: 480px;
	}
	#nav {
		width: 478px;
	}
	#menu-icon {
		width: 426px;
	}
}

/* -------- Media query 3 - iPAD PORTRAIT ------------------- */


@media only screen and (min-width: 768px), only screen and (max-width: 1024px) {
	body:after {
		content: "768 to 1024px";
	}
	#wrapper-main, #wrapper-landing, #wrapper-home {
		max-width: 748px;
	}
	#wrapper-home .banner {
		width: 99%;
		height: 18.5em;
		padding: 1em 0;
	}
	#wrapper-home .banner .primary	{
		width: 41%;
		float: left;
		margin-right: 0.5em;
	}
	#wrapper-home .banner .primary .specfinder	{
		border-radius: 0.7em 0em 0.7em 0em;
		background-color: #dbdbdb;
		border-top-color: #412878;
		background-color: #E5E5E5;
		border-top-width: 2px;
		border-top-style: solid;
		width: 87%;
		padding: 1em;
		height: 7.6em;
	}
	#wrapper-home .banner .primary .specfinder h2	{
		margin-bottom: 0.7em;
	}
	#wrapper-home .banner .secondary	{
		width: 58%;
		float: left;
	}
	.large	{
		color: #412878;
		font-size: 1.8em;
		font-weight: bold;
	}
	.pull-heading	{
		font-size: 1.5em;
		font-weight: bold;
	}
	#wrapper-home .col-thirds {
		float: left;
		width: 31.8%;
		padding: 0 0.5em;
		margin-top: 1em;
	}
	#wrapper-home .col-thirds  ul {
	    list-style-type: none;
		padding: 0;
	}
	#wrapper-home .col-thirds  ul li {
	    border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #dbdbdb;
		padding: 0.5em 0;
		font-size: 1em;
	}
	#wrapper-home .col-thirds  ul.features li {
	    border-bottom: 0;
		padding: 0.5em 0;
		display: block;
		float: left;
		width: 48%;
		margin-right: 0.4em;
		height: 7.8em;
	}
	#wrapper-home  h2	{
		font-size: 1.3em;
	}
	#sliderholding {
		width: 295px;
		float: left;
	}
	header #container {
		width: 738px;
	}
	#menu-icon {
		display: none; /* hide menu icon initially */
	}
	#nav {
		display: block !important;
		width: 768px;
		margin: auto;
		border: none;
	}
	nav#global-nav-wrap {
		width: 100%;
		margin: 0 auto;
		clear: left;
		border: 0;
	}
	nav#global-nav-wrap {
		position: relative;
		width: 768px;
		clear: left;
		background-image: url('../images/global-nav-bg.jpg');
		background-repeat:no-repeat;
		height:40px;
		position: relative;
		z-index: 1001;
	}
	nav#global-nav-wrap .login {
		margin-left:14px;
		padding-top:4px;
		font-size:0.9em;
		color:#fff;
	}
	nav#global-nav-wrap .loggedin {
		margin-left:14px;
		padding-top:8px;
		font-size:0.9em;
		color:#fff;
	}
	nav#global-nav-wrap a {
		width: auto;
		border: none;
		color:#fff;
	}
	nav#global-nav-wrap a:hover {
		text-decoration: underline;
	}
	nav#global-nav-wrap {
		margin: 0 auto;
		padding: 0;
	}
	nav#global-nav-wrap ul {
		list-style: none outside none;
		margin: 0 auto;
		padding: 0;
		position: relative;
		padding-left: 10px;
		display: inline;
	}
	#nav ul {
		background: none;
	}
	* html nav ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
		margin-bottom: 1em;
		margin-left: 7px; /*menu offset from left edge of window in IE*/
	}
	nav#global-nav-wrap ul li {
		display: inline;
	}
	nav#global-nav-wrap ul li a {
		float: left;
		padding: 7px 9px 7px 5px;
		text-decoration: none;
	}
	nav#global-nav-wrap ul li a {
		padding-right: 0;
		padding-left: 2px;
		font-size: 1.1em;
	}
	#section-content {
		float: left;
		width: 170px;
		clear: none;
	}
	#related-content {
		float: left;
		width: 735px;
	}
	#page-content {
		float: left;
		width: 555px;
		min-height: 600px;
	}
	#wrapper-landing #page-content {
		width: 100%;
	}
	#local-nav-wrap ul {
		font-size: 0.95em;
		list-style: none outside none;
		width: 100%;
	}
	#local-nav-wrap ul li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #dbdbdb;
		margin-bottom: 0;
		margin-right: 0;
		padding: 0;
		font-size: 1em;
	}
	#local-nav-wrap a {
		display: block;
		padding: 0.4em;
	}
	#local-nav-wrap ul a:link, #sideMenu ul a:hover, #local-nav-wrap ul a:visited {
		margin-left: 0;
		color: #4b4b4b;
	}
	#local-nav-wrap ul a:hover {
		text-decoration: underline;
	}
	#local-nav-wrap ul li ul {
		display: none;
		padding-left: 0.7em;
	}
	#local-nav-wrap ul ul li {
		font-size: 1em;
		padding-left:0.7em;
	}
	#local-nav-wrap ul ul li:last-child {
		border-bottom: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #dbdbdb;
	}
	#local-nav-wrap ul ul ul li {
		font-size: 1em;
		padding-left:1.4em;
	}
	#local-nav-wrap ul ul ul li:last-child {
		border-bottom: 0;
	}
	#local-nav-wrap ul li.selected ul li a {
		color: #412878;
	}
	#local-nav-wrap ul ul li a:link, #local-nav-wrap ul ul li a:hover, #local-nav-wrap ul ul li a:visited {
		padding-left: 4px;
	}
	ul#nav li a {
		float: left;
		height: 24px;
	}
#local-nav-wrap ul ul li a:link, #local-nav-wrap ul ul li a:hover, #local-nav-wrap ul ul li a:visited {
    color: #412878;
}
	ul#nav li.selected ul li a:hover {
		background: none;
	}
	ul#nav ul {
		position: absolute;
		right: 0;
		top: 38px;
		width: 768px;
		font-size: 0.8em;
	}
	ul#nav {
		height: 35px;
		top: 20%;
		position: relative;
		width: 768px;
		margin: auto;
		padding-left: 10px;
	}
	#nav ul li {
		padding: 0;
	}
	ul#nav li.selected ul a {
		background: none;
	}
	ul#nav li.selected a {
		background: url(images/pointer.png) no-repeat center bottom;
	}
	ul#nav li.selected a:hover {
		background: url(images/pointer.png) no-repeat center bottom;
	}
		#nav ul li a:hover {
		background: none;
	}
	#local-nav-wrap {
		margin-bottom: 1em;
	}
	#local-nav-wrap ul {
		display: inline-block;
	}
	#local-nav-wrap select {
		display: none;
	}
		#local-nav-wrap ul a.active, #local-nav-wrap ul a.active:link, #local-nav-wrap ul a.active:visited {
		background-color: #412878;
		color: #FFFFFF;
	}
	#related-content .content-module {
		border-width: 1px;
		border-style: solid;
		border-color: #dbdbdb;
		margin-bottom: 1em;
		float: left;
		width: 100%;
	}
	#related-content .content-module h2 {
		margin-bottom: 0.3em;
		padding: 0.2em 0.5em;
		font-size: 1.1em;
		font-weight: normal;
	}
	#related-content .content-module .content {
		padding: 0.5em;
	}
	#related-content .content-module ul {
		font-size: 0.9em;
		list-style-type: none;
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
	}
	#related-content .content-module p {
		font-size: 0.9em;
	}
	#related-content .content-module ul li {
		margin-bottom: 0.2em;
	}
	#page-navigation {
		width: 100%;
		float: left;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #412878;
		margin: 15px 0;
		height: 27px;
	}
	#page-navigation ul {
		float: left;
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: -1px;
	}
	#page-navigation ul li {
		display: block;
		float: left;
		margin-left: 0;
		padding: 5px 3px 5px 0;
	}
	#page-navigation ul li a {
		border-width: 1px 1px 0 1px;
		border-style: solid;
		margin-bottom: 0;
		padding: 4px 8px;
		-moz-border-radius: 0.5em 0.5em 0em 0em;
		border-radius: 0.5em 0.5em 0em 0em;
		background: #dbdbdb;
		border-color: #dbdbdb;
		color: #4b4b4b;
		font-size: 0.8em;
	}
	#page-navigation ul li.active a {
		margin-bottom: 0;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		background: #412878;
		color: #fff;
		border-color: #412878;
		padding: 4px 16px;
	}
	#page-navigation ul li.active a:hover {
		text-decoration: none;
	}
	.feature-box-seconds, .feature-box-thirds, .feature-box-fourths, .feature-box-fifths {
		margin: 1em 0.4em;
		padding: 0.5em;
		float: left;
		border-width: 1px;
		border-style: solid;
		border-color: #dbdbdb;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #412878;
		-moz-border-radius: 1em 0 1em 0;
		border-radius: 1em 0 1em 0;
		position: relative;
		z-index: 1001;
		
		/*behavior: url(/css/PIE/PIE_uncompressed.php);*/
	}
	#related-content .feature-box, #local-nav-wrap .feature-box, #section-content .feature-box {
		margin: 0 0 1em 0;
		padding: 0.5em;
		float: left;
		border-width: 1px;
		border-style: solid;
		border-color: #dbdbdb;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #412878;
		-moz-border-radius: 1em 0 1em 0;
		border-radius: 1em 0 1em 0;
		position: relative;
		z-index: 1001;
	}
	.feature-box-seconds h2, .feature-box-thirds h2, .feature-box-fourths h2, .feature-box-fifths h2, #related-content .feature-box h2, #section-content .feature-box h2, #local-nav-wrap .feature-box h2 {
		margin-bottom: 0.4em;
		padding: 0.3em;
		-moz-border-radius: 0em 0.5em 0em 0em;
		border-radius: 0em 0.5em 0em 0em;
		font-weight: normal;
		/*behavior: url(/css/PIE/PIE_uncompressed.php);*/
	}
	.feature-box-seconds, .feature-box-thirds, .feature-box-fourths, .feature-box-fifths p, #related-content .feature-box p, #section-content .feature-box p, #local-nav-wrap .feature-box p {
		font-size: 0.9em;
	}
	.feature-box-seconds h2 {
		font-size: 1.2em;
	}
	.feature-box-thirds h2 {
		font-size: 1.2em;
	}
	.feature-box-fourths h2 {
		font-size: 1em;
	}
	.feature-box-fifths h2 {
		font-size: 0.73em;
	}
	#related-content .feature-box h2, #section-content .feature-box h2, #local-nav-wrap .feature-box h2 {
		font-size: 0.9em;
	}
	#related-content .feature-box a	{
		font-size: 13px;
		font-family: "AQAChevin", Helvetica, Arial;
	}
	#related-content .feature-box img	{
		margin-right: 10px;
	}
	.feature-box-seconds {
		width: 44%;
	}
	.feature-box-thirds {
		width: 28%;
	}
	.feature-box-fourths {
		width: 20.8%
	}
	.feature-box-fifths {
		width: 15.5%;
	}
	#related-content .feature-box, #section-content .feature-box {
		width: 88%;
	}
	header .title {
		margin-left:583px;
	}
	.login input#username, .login input#login_password {
		width: 100px;
	}
}
/* -------- Media query 4 - iPAD LANDSCAPE AND STANDARD DESKTOP ------------------- */

@media only screen and (min-width: 1024px) {
	body:after {
		content: "1024 and up";
	}
	header #container {
		margin: auto;
		width: 948px;
	}
	nav ul {
		width: 960px;
	}
	#wrapper-main, #wrapper-landing, #wrapper-home {
		max-width: 940px;
		min-height: 600px;
	}
	#section-content, #related-content {
		float: left;
		width: 167px;
		clear: none;
	}
	#page-content {
		float: left;
		width: 563px;
		min-height: 600px;
	}
	#wrapper-landing #page-content {
		width: 78.8%;
	}
	ul#nav ul {
		width: 960px;
		font-size: 0.7em;
	}
	ul#nav {
		width: 960px;
		font-size: 1.1em;
	}
	nav#global-nav-wrap {
		width: 960px;
	}
	header .title {
		margin-left:783px;
	}
	.login input#username, .login input#login_password {
		width: 168px;
	}
}

.hidden {
	display: none;
}
.subjectmenus {
	width: 100%;
}
.subjectmenus a {
	text-decoration: none;
}
.subjectmenu {
	float: left;
	width: 46%;
	padding-right: 1.5em;
}
.subjecttitle a:link {
	text-decoration: none;
}
.subjecttitle a:hover {
	text-decoration: underline;
}
.subjecttitle a:visited {
	text-decoration: none;
}
.subjecttitle a:visited:hover {
	text-decoration: underline;
}
.subjectinfo {
	margin-bottom: 3em;
	height: 2em;
}
.subjectimage {
	float: left;
}
.subjecttitle {
	float: left;
	padding-left: 0.8em;
	padding-top: 0.2em;
	font-size: 1.1em;
}
.eventleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*styles for key materials drop down*/

ul.matmenu2, ul.matmenu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 2em;
}
#materialsmenu .matmenu2 li, #materialsmenu .matmenu li {
	list-style-type: none;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 0.5em;
	padding: 0.5em;
}
#materialsmenut .matmenu2 li {
	margin-left: 0;
}
#materialsmenu .matmenu li .matbullet a, #materialsmenu .matmenu li .matbullet a:link, #materialsmenu .matmenu li .matbullet a:hover {
	padding-left: 2em;
	text-decoration: none;
}
.matmenu2 {
	margin-left: 4em;
}
.matmenu2 .matbullet a {
	padding-left: 2em;
	text-decoration: none;
}
#mat1, #mat2, #mat3, #mat4 {
	border-width: 0.1em;
	border-style: solid;
}
ul.matmenu2, ul.matmenu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#materials ul.matmenu {
	padding: 0;
	margin: 0;
}
#materials ul.matmenu li {
	margin-bottom: -1px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
}
#materials ul.matmenu li a {
	padding-left: 22px;
}
#materials ul.matmenu2 {
	padding: 0;
	margin: 0;
}
#materials ul.matmenu2 li {
	background: #e5e5e5;
	margin-top: -1px;
	border-width: 1px;
	border-style: solid;
	padding: 2px 3px 4px 3px;
}
#materials ul.matmenu2 li a {
	font-weight: bold;
	font-size: 0.9em;
}
#materials .matBG {
	margin-top: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-top: 0;
	padding: 7px 0px;
}
#materials {
	margin-bottom: 20px;
}
#materials .matBG2 {
	margin-left: 0;
	padding: 10px;
	margin-top: -7px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.9em;
}
/*Quote Styles*/
.quote {
	padding-top: 10px;
	padding-bottom: 10px;
}
.topQuote {
}
.middleQuote {
	width: 100%;
	padding: 1em 0;
	border-radius: 0.5em 0 0.5em 0;
	background-color: #e5e5e5;
}
.middleQuote .pictureQuote, .middleQuoteGreen .pictureQuote, .middleQuotePurple .pictureQuote {
	float: left;
	width: 116px;
	padding-left: 16px;
}
.middleQuote .contentQuote, .middleQuoteGreen .contentQuote, .middleQuotePurple .contentQuote {
	float: left;
	width: 281px;
}
.middleQuote .clearQuote, .middleQuoteGreen .clearQuote, .middleQuotePurple .clearQuote {
	clear: both;
	height: 1px;
}
.middleQuote p, .middleQuoteGreen p, .middleQuotePurple p {
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
}
.middleQuote p.heading, .middleQuoteGreen p.heading, .middleQuotePurple p.heading {
	font-weight: bold;
	font-style: normal;
	padding-top: 0;
	padding-bottom: 1em;
}
.middleQuote p.pdf, .middleQuoteGreen p.pdf, .middleQuotePurple p.pdf {
	padding-left: 2.5em;
	margin-left: 1em;
}
.middleQuote p.name, .middleQuoteGreen p.name, .middleQuotePurple p.name {
	text-align: right;
	font-style: normal;
	padding-bottom: 0;
	padding-top: 1em;
}
.bottomQuote {
}
/*images float left for projects etc.*/
img.left {
	float: left;
	margin-right: 0.5em;
}
/* START: EXAMS OFFICE STYLES BROUGHT OVER BY SHARON - TO BE CHECKED */

.twoThirdCol {
	float: left;
	width: 64%;
	margin-right: 10px;
}
.oneThirdCol2 {
	float: left;
	width: 30%;
	margin-right: 1em;
	padding-top: 10px;
}
.halfLeftCol2 {
	float: left;
	width: 47%;
	margin-right: 1em;
	padding-top: 10px;
}
.halfLeftCol {
	float: left;
	width: 47%;
	margin-right: 10px;
}
.halfRightCol {
	float: left;
	width: 51.6%;
}
.greyGradientBox {
	border: 1px solid #dbdbdb;
	padding: 1em 0.5em;
	margin-top: 0em;
	margin-bottom: 1.5em;
	line-height: 1.65em;
}
/* END: EXAMS OFFICE STYLES BROUGHT OVER BY SHARON - TO BE CHECKED */

/* START: UMS Converter STYLES BROUGHT OVER BY SHARON - TO BE CHECKED */
.legend table {
	width: 20%;
	padding: 0;
	margin: 0;
	border: 0;
}
table.x-grid3-row-table {
	margin-bottom: 0;
}
table.x-grid3-row-table td {
	padding: 0;
	border: 0;
}
/* END: UMS Converter STYLES BROUGHT OVER BY SHARON - TO BE CHECKED */

/* START: Forms STYLES BROUGHT OVER BY SHARON - TO BE CHECKED */
input.submit	{
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	font-family: "AQAChevin", Helvetica, Arial;
	border: 0;
	padding: 0.2em 0.5em 0.3em;
}
.login input.submit	{
	padding: 0.1em 0.5em 0.3em;
	height:22px;
	margin-left:3px;
	cursor:pointer;
}
input.button-secondary, .bluebutton	{
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	font-family: "AQAChevin", Helvetica, Arial;
	border: 0;
	padding: 0.2em 0.5em 0.3em;
}
#page-content input.submit,#page-content input.button {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.2em;
	color: rgb(255, 255, 255);
	background: rgb(48, 163, 255);
	border: 0px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius:0.2em;
	border-radius: 0.2em;
	margin-left: 0.2em;
	cursor: pointer;
	position: relative;
	z-index: 1001;
	display:inline;
}
#page-content form{
	display:block;
	font-size: 0.9em;
	text-decoration: none;
	padding:2px 10px;
	position: relative;
	z-index: 1001;
}

#page-content  select{
	/*background: rgb(188, 206, 226);*/
	display:inline;
	border: 1px solid #999;
	height: 25px;
	line-height:normal; 
	padding:3px;
	width: 20em;
}

#page-content fieldset{
	/*border:transparent;*/
	-moz-border-radius: 0em 1em 0em 1em;
	-webkit-border-radius: 0em 1em 0em 1em;
	border-radius: 0em 1em 0em 1em;
	position: relative;
	z-index: 1001;
}
#page-content form p{
	font-size: 1.1em;
	color: rgb(0, 0, 0);
	margin:0;
	padding:0.5em;
}
#page-content label{
	font-size: 1.1em;
	color: rgb(0, 0, 0);
	min-width: 10em;
	display:inline-block;
}
/* END: Forms STYLES BROUGHT OVER BY SHARON - TO BE CHECKED */



/* CURRICULUM ADVISERS PAGE */
#curriculumadvisers .leftwrap {
	float: right;
	width: 75%;
}
/*no bullet list*/

ul.noBullet {
	list-style-type: none;
	padding-left: 0.5em;
	margin-top: 0.2em;
}

/* END */

.qtip {
	border: 0;
	 
	 
}

.qtip span {
	display: block;
	background:url(images/tool-tip-qp.png) no-repeat scroll top left transparent;
	min-height: 152px;
	padding-top: 2px;
}

.qtip span p {
	padding-left: 15px;
	padding-right: 2px;
}

ul.noBullet {
	list-style-type: none;
	padding-left: 0.5em;
	margin-top: 0.2em;
}

div#sliderholding	{
	border: 0;

}
#sliderholding ul#output li p	{
	font-family: "AQAChevin", Helvetica, Arial;
	font-size: 1em;
	height: 70px;
	margin: 180px 0 0 0;
	background: none;
	
}
#sliderholding ul#output li p.alt	{
	font-family: "AQAChevin", Helvetica, Arial;
	font-size: 1em;
	height: 70px;
	margin: 180px 0 0 0;
	background: none;
	color: #fff;
	
}

#sliderholding ul#output li p .outputlink	{
	font-size: 1.4em;
	font-weight: bold;
}

/* styles for subject pages */

.feature-list	{
	width: 99%;
	font-size: 0.9em;
}
.feature-list h2	{
	color: #fff;
	padding: 0.2em 0.7em;
	background: #412878;
	font-weight: normal;
}

.feature-list ul	{
	list-style-type: none;	
	padding: 0;
	margin-top: 0.1em;
}

.feature-list ul li	{
	margin-bottom: 0.1em;
	padding: 0.3em 0.7em;	
	height: 56px;
	border-bottom: 1px solid #dbdbdb;
}
.feature-list ul li a	{
	font-weight: bold;	
}

#page-content .content-module	{
		padding: 0.5em;	
		margin-bottom: 1em;
		font-size: 0.9em;
}

#page-content .content-module h2, #page-content .halfLeftCol .content-module h2	{
	border-top: 2px solid #412878;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0.5em;
	padding: 0.2em 0.7em 0.2em 0;
	color: #412878;
	font-weight: normal;
}

#page-content .content-module h3, #page-content .halfLeftCol .content-module h3	{
	font-size: 1em;
}

/* END */

 .bounding-box {
    background: #fff;
	background: #e5e5e5;
    float: left;
    margin-bottom: 0.5em;
    padding: 0.5em 0.8em;
    width: 96.9%;
	color: #412878;
	border: 1px solid #dbdbdb;
	-moz-border-radius: 1em 0 1em 0;
	border-radius: 1em 0 1em 0;
}

.bounding-box h2	{
	float: left;
	font-size: 1.1em; 
 }
 
 .bounding-box form	{
	float: left;
	margin-left: 20px;
 }
 
 .bounding-box form	{
	float: left;
	/* FIX for global styling applied to all form elements -JH
	background: transparent!important;
	box-shadow: 0px 0px 8px #074890;
	 END FIX */
}


td.nowrap{
	white-space: nowrap;
}

.larger{ font-weight:bold;}


/* SEARCH PAGE - added by JH to be checked */
/*-- #cse td, th{
	border: 1px solid white!important;
}--*/
.gsc-webResult .gsc-result{
	border-bottom: 1px solid rgb(188, 206, 226)!important;
}
.gsc-above-wrapper-area {
	border-bottom: 3px solid #074890!important;
}
.gsc-cursor{
	display:block!important;
	margin-top: 20px!important;
}
.gsc-cursor-page{
	margin-right: 20px!important;
	color: rgb(7,72,144)!important;
}
/* END SEARCH PAGE - added by JH */


/*---style for global nav on state*/
nav#global-nav-wrap ul#nav li.selected ul li.selected a {
 padding: 0.3em 0.7em 0.8em;
 height: 16px;
 margin-top: 5px;
 border-radius: 0.5em 0.5em 0 0;
 background-color: #fff;
 color: #412878;
 position: relative;
 z-index: 1001;
 behavior: url(/css/PIE/PIE_uncompressed.php);
} 



/*faqs added PG*/
.faqs {
	margin-top: 0.5em;
	margin-bottom: 2em;
	background-color: #e5e5e5;
	border-bottom: #cccccc 1px solid;
}
.faqs p.question {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding: 4px 4px 4px 10px;
	color: #2F71AC;
	cursor: pointer;
	margin-bottom: 0;
}
.faqs p.question:hover {
	text-decoration: none;
}
.faqs p.answer {
	color: #333;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding: 4px 0 4px 10px;
	background-color: #fff;
	margin-bottom: 0;
}
.faqs  ul,.faqs  ol {
	background-color: #fff;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	margin-bottom: 0;
}
.faqs  ul ul,.faqs  ol ul, .faqs ul p {
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
}
.faqs  table {
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	margin: 0;
}
.faqs  table ul {
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding-top: 5px;
}
.faqs  h3	{
	background-color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	margin-bottom: 0;
}
/* CEP styles - SA */
#cep-flashContent,#cep-video-holder {
  border: 1px solid #999;
}


/* important - for span - rss feed first item */
.important {  color: #c8194b; }

#maingraphicbox {
	position:relative;
height:219px;
width:562px;
background-color:#ffffff;
overflow:hidden;
margin-top:16px;
margin-bottom:16px;
border:1px solid #dbdbdb;
}
#maingraphicbox a:link, #maingraphicbox a:visited, #maingraphicbox a:active {
text-decoration:none;
color:#4b4b4b;
padding:4px;
padding-right:25px;
margin:0px;
z-index:100;
vertical-align:middle;
height:55px;
width:175px;
float:left;
	font-family: "AQAChevin", Helvetica, Arial;
	font-size: 1em;
}
#maingraphicbox a:hover {
color:#412879;
}

.link1, .link2, .link3, .link4 {
position:absolute;
display:inline;
vertical-align:middle;
left:-1px;
top:0px;
height:55px;
width:201px;
border:1px solid #dbdbdb;
background-color:#ffffff;
}
.link1:hover, .link2:hover, .link3:hover, .link4:hover {
	border-bottom:4px solid #412879;
	height:50px;
	background-image:url('../images/showarrow.png');
	background-repeat:no-repeat;
	background-position:right;
}
.link1 {
margin-top:-1px;
}
.link2 {
margin-top:54px;
}
.link3 {
margin-top:109px;
}
.link4 {
margin-top:164px;
}
#maingraphicbox .pic {
margin-left: 202px;
width: 360px;
height: 220px;
}
#frontbox {
width:40%;
margin-left:20px;
padding:10px;
border:1px solid #dbdbdb;
float:right;
min-height:356px;
}
#frontbox h4 {
display:inline;
}
.purple-box {
	background-color:#412879;
	color:#ffffff;
	padding:10px;
	width:50%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.purple-box ul {
	padding:0px;
	padding-left:15px;
	margin-bottom:0px;
}
.topimage {
	border: 1px solid #dbdbdb;
	margin-bottom:10px;
}
.noborder, #othercontent table, #othercontent td, #othercontent th {
	border-width:0px;
	border-style: none;
}
#othercontent td, #othercontent th {
	padding: 0px;
}
.shadedlist {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
.shadedlist li {
	clear:right;
	width:540px;
	padding:10px;
	background-color:#fffffff;
}
.shadedlist li:nth-child(odd) {
	background-color:#f5f5f5;
}
.rightinfo{
text-align:right;
font-size:0.8em;
color:#666666;
margin-bottom:2px;
}
#popup {
	margin-bottom:20px;
	margin:0px 10px;
}
#tophead {
	padding:10px;
	padding-bottom:0px;
	border-bottom: 2px solid #412879;
	margin-bottom:10px;
}
#tophead .title {
	position:absolute;
	right:3px;
	background-image:url('../images/titlebg.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	width:177px;
	height:24px;
	top:63px;
	text-align:center;
}
#tophead .title a {
	display:block;
	margin-top:4px;
	color:#ffffff;
}
#popup #page-content {
	width:98%;
}
#resourcepop {
	font-size: 12px;
}
#othercontent .staffroomcol {
padding: 2px;
white-space: nowrap;
}
.important-outer {
	background-image: url('../images/flash-bg.gif');
	padding-top: 2px !important;
	transition: background-position 5s ease;
}
.important-outer:hover {
	background-position: 0px 0px !important;
}
.important-inner {
	margin: 0px 2px 2px 2px;
	background: white;
}
#local-nav-wrap ul ul ul ul li a {
	margin-left: 6px !important;
}
#local-nav-wrap ul ul ul ul ul li a {
	margin-left: 12px !important;
}
#local-nav-wrap ul ul ul ul ul ul li a {
	margin-left: 18px !important;
}
ul:hover > li > .menu-parent {
	background: #f8f8f8;
}
ul:hover > li > .menu-parent::before {
	content: '> ';
}
#materials .matBG {
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}
a.thicklink {
	display: block;
	background: #412878;
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
}
.small-print {
	font-size: smaller;
	color: #888;
}
.stand-out {
	padding: 10px;
	border: 1px solid #dbdbdb;
	transition: all 1s;
	box-shadow: 0px 0px 5px 0 rgba(65, 40, 120, 0.05);
}
.stand-out:hover {
	transition: all 1s;
	box-shadow: 2px 2px 5px 0 rgba(65, 40, 120, 0.5);
}
.stand-out a {
	display: block;
}
.loves {
	color:#c00;
	font-weight:bold;
	margin-right:5px;
}
.hearts {
	font-size:150%;
	letter-spacing:-0.2em;
	cursor:help;
}
#twitter-widget-0 {
	width: auto !important;
	min-width: 120px !important;
}

#local-nav-wrap > ul > ul > li {
	font-size: 1em;
	padding-left:0.0em;
	margin-left:0.7em;
}

/* Cap width for desktop/tablet - phones handled by alternative page template */
body {
  min-width: 768px;
}

#page-content.noright {
        width: 739px;
}
