/* CSS Document */

/* schools */

body {
	background-color: #d3dddb;
	font-size: x-small; /* 11px before */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a img {
	border: none;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	}

h1, h2 {
	padding: 8px 9px;
	background: url(../img/decoration/conPrim-h1.gif) no-repeat top left;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	margin: 0;
	}

h3, h4 {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 100%;
	margin: 0;
	}

h1 {
	margin-bottom: 10px;
	}
	
h2 {
	background: url(../img/decoration/conPrim-bg.gif) no-repeat top left;
	}

h2 a:hover {
	text-decoration: underline;
	}

p, li, dt, dd, label, input, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.8;
	color: #333;
	}

td {
	vertical-align: top;
}

td table td {
	font-size: 100%;
}

p {
	margin: 10px 0;
	}

dl {
	margin: 10px 9px;
	}

dt {
	width: 250px;
	float: left;
	}

dd {
	margin-left: 260px;
	}

.clear {
	clear: both;
	}





/* =GENERAL
---------------------------------------------------------- */

#container {
	margin: 5px auto;
	}
	
#content {
	clear: both;
	padding: 0 20px 15px 20px;
	background: url(../img/decoration/containerBottom.gif) no-repeat bottom left;
	}

/* HACK FOR MSIE */	
/* \*/
* html #content { height: 1%; }
/* */
	

#containerSmall {
	margin: 5px auto;
	}

#contentSmall {
	clear: both;
	padding: 0 20px 15px 20px;
	background: url(../img/decoration/containerSmallBottom.gif) no-repeat bottom left;
	}

/* \*/
* html #contentSmall { height: 1%; }
/* */

#contentSmall h1, #contentSmall h1, #contentSmall h2, #contentSmall h3, #contentSmall h4 {
	color: #333;
	background: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
	
#containerSmall {
	width: 600;
	padding: 0;
	background: #fff url(../img/decoration/containerSmallTop.gif) no-repeat top center;
	margin-bottom: 0;
	}

.containerSmallBottom {
	clear: both;
	height: 15px;
	background: url(../img/decoration/containerSmallBottom.gif) no-repeat top left;
	margin: 0 auto;
	width: 600;
	}

#branding {
	padding: 0 20px;
	padding-top: 20px;
	}

#container {
	width: 760px;
	padding: 0;
	background: #fff url(../img/decoration/containerTop.gif) no-repeat top center;
	margin-bottom: 0;
	}


.containerBottom {
	clear: both;
	height: 15px;
	background: url(../img/decoration/containerBottom.gif) no-repeat top left;
	margin: 0 auto;
	width: 760px;
	}


#logo {
	float: left;
	}
	
#logo  a img {
	border: none;
	}

#goto-content {
	position: absolute;
	left: -2000em;
	}
	
	
	


/* =PRIMARY NAVIGATION
---------------------------------------------------------- */
	
#navPrimary {
	float: right;
	text-align: right;
	}
	
#navPrimary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navPrimary li {
	display: inline;
	line-height: normal;
	font-size: 110%;
	padding: 0 8px;
	border-right: 1px solid #d3dddb;
	}

#navPrimary li a {
	color: #abb400;
	text-decoration: none;
	}
	
#navPrimary li a:hover {
	text-decoration: underline;
	}
	
#navPrimary li.lastItem {
	padding-right: 0;
	border: none;
	}
	
#navPrimary img {
	margin-top: 15px;
	border: 0;
	}





/* =BREADCRUMBS and =SEARCH
---------------------------------------------------------- */

#crumbs-search {
	padding: 0 20px;
	}

#breadcrumbs {
	float: left;
	list-style: none;
	margin: 0; padding: 8px 0;
	}
	
#breadcrumbs li {
	display: inline;
	font-size: 110%;
	}

/* ajh mod: changed so borders etc go on li not the a */
#breadcrumbs li a {
	color: #abb400;
	text-decoration: none;
	}

#breadcrumbs li {
	border-left: 1px solid #d3dddb;
	margin-left: 5px;
	padding-left: 5px;
	}
	
#breadcrumbs li.firstItem {
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	}
/* ajh end */

#breadcrumbs li a:hover {
	color: #abb400;
	text-decoration: underline;
	}
	
#crumbs-search form {
	float: right;
	}
	
#crumbs-search input {
	border: 1px solid #d3dddb;
	}
	
#crumbs-search input.button {
	border: none;
	position: relative;
	top: 5px;
	}
	

	

/* =HOMEPAGE
---------------------------------------------------------- */


/* ajh mod: hacks to hide green cath content! */

/*
.main-area { display:none; }
*/
#icon-list { display:none; }
.clear-both { display:none; }
.right-column { display:none; }
.crumb-trail { display:none; }
/* ajh end */

#homepageContent {
	clear: both;
	}
	
.highlight {
	width: 325px;
	float: left;
	background: #e2e59e url(../img/courses.jpg) no-repeat top left;
	margin: 0;
	padding: 15px;
	}

.highlight h2 {
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 0; margin-left: 3px; margin-top: 3px;
	padding: 0;
	background: none;
	}

.highlight p, .highlight li {
	font-size: 90%;
	line-height: 1.9;
	}
	
.highlight p {
	margin: 0;
	padding: 0;
	margin-left: 220px;
	}
	
.highlight a.more {
	margin-top: 7px;
	padding-top: 3px;
	height: 21px;
	width: 105px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	background: #4a6d61 url(../img/decoration/more-details.gif) no-repeat top left;
	}
	
.courses {
	clear: left;
	}
	
.courses, .resources {
	height: 170px;
	margin-bottom: 10px;
	}
	
.summary {
	background: #e3ebe9 url(../img/decoration/summaryBottom.gif) no-repeat bottom center;
	padding-top: 0;
	margin-bottom: 10px;
	}

.summary h2 {
	color: #000;
	background: url(../img/decoration/summaryTop.gif) no-repeat top center;
	}

/* ajh */
.summary h3 {
	color: #000;
	padding-left: 10px;
	}
/* end ajh */

.summary ul {
	list-style: none;
	padding: 0; padding-bottom: 10px;
	margin: 0 10px;
	}
	
.summary li {
	padding-left: 10px;
	background: url(../img/decoration/arrow.gif) no-repeat center left;
	}

.preamble {
	font-weight: bold;
}

.preamble img
{
	float: left;
	display: block;
	margin: 0px 8px 5px 0px;
}

.testimonial, .benefits {
	height: 86px;
	}

.testimonial {
	background-image: url(../img/testimonial.jpg);
	}
	
.resources {
	background-image: url(../img/resources.jpg);
	margin-left: 10px;
	}
	
.benefits {
	clear: left;
	float: left;
	width: 325px;
	padding: 15px;
	margin-right: 10px;
	}
	
.benefits h2 {
	font-weight: bold;
	color: #4a6d62;
	margin: 0; margin-bottom: 10px;
	padding: 0;
	background: none;
	}
	
.benefits ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.benefits li {
	padding-left: 10px;
	background: url(../img/decoration/arrow.gif) no-repeat center left;
	font-size: 90%;
	}
	

/* =Secondary navigation boxes
------------------------------------------------ */


#navSecBoxes {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	}

#navSecBoxes h2 {
	padding: 9px;
	margin: 0;
	margin-bottom: 1px;
	background: url(../img/decoration/navSec-h2.gif) no-repeat top left;
	color: #fff;
	font-weight: normal;
	}

#navSecBoxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navSecBoxes li {
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-bottom: 1px;
	font-size: 90%;
	}

#navSecBoxes li a {
	padding: 9px;
	width: 132px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/decoration/conSec-h2.gif) no-repeat top left;
	color: #fff;
	text-decoration: none;
	}

#navSecBoxes li a.active {
	background-image: url(../img/decoration/navSec-h2.gif);
	}

#navSecBoxes li a:hover {
	text-decoration: underline;
	}
	



/* =COURSES PAGE
------------------------------------------------ */
	
.courseOption {
	float: left;
	width: 130px;
	margin-right: 10px;
	}

.courseOption p {
	margin: 3px 0;
	margin-left: 9px;
	}
	
.lastCourseOption {
	margin-right: 0;
	}
	

	


/* =CONTENT SECONDARY
---------------------------------------------------------- */


h2 a, #contentSecondary h2 a {
	color: #fff;
	text-decoration: none;
	}
	
#contentSecondary {
	margin-left: 570px;
	}
	
#contentSecondary h2 {
	background-image: url(../img/decoration/conSec-h2.gif);
	}

#contentSecondary div {
	margin-top : 10px;
	padding-bottom: 5px;
	background: #F0F2CE url(../img/decoration/conSec-bottom.gif) no-repeat bottom left;
	}
	
/* ajh mod: added h5 */
#contentSecondary div h2, #contentSecondary div h5 {
	padding: 6px 9px;
	background-image: url(../img/decoration/conSec-h2-box.gif);
	margin: 0;
	}
/* ajh end */
	
#contentSecondary blockquote {
	margin: 0;
	}
	
#contentSecondary p {
	margin: 9px;
	}

#contentSecondary p, #contentSecondary li {
	font-size: 90%;
	}

#contentSecondary blockquote p {
	margin-top: 5px;
	}

#contentSecondary ul {
	margin: 9px;
	padding: 0;
	list-style: none;
	}

#contentSecondary a {
	color: #abb400;
	}

#contentSecondary a:hover {
	text-decoration: none;
	}
	
#contentSecondary h2 a:hover {
	text-decoration: underline;
	}	
	
#contentSecondary h3 {
	font-size: 120%;
	margin: 10px 0 5px 0px;
	}
	
#contentSecondary img {
	float: left;
	display: block;
	margin: 0px 8px 5px 0px;
}
	



/* =NAV SECONDARY
---------------------------------------------------------- */

#navSecondary {
	width: 150px;
	float: left;
	}
	
#navSecondary h2 {
	background-image: url(../img/decoration/navSec-h2.gif);
	}

#navSecondary h3 {
	font-size: 120%;
	margin: 10px 0 5px 0px;
	}

#navSecondary ul {
	font-size: 110%;
	margin: 0;
	margin-left: 9px;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
	}

#navSecondary li {
	line-height: 1.6;
	}

#navSecondary li a {
	color: #abb400;
	text-decoration: none;
	}

#navSecondary li a:hover {
	text-decoration: underline;
	color: #abb400;
	}

#navSecondary div {
	margin: 0;
	margin-left: 9px;
	padding: 0;
	padding-bottom: 10px;
	clear: both;
}

#navSecondary div img {
	float: left;
	display: block;
	margin: 0px 8px 5px 0px;
}




/* =CONTENT PRIMARY
---------------------------------------------------------- */

#contentPrimary {
	margin-left: 20px;
	width: 380px;
	float: left;
	}

#contentPrimary h1 {
	background-image: url(../img/decoration/childCon-h1.gif); 
	}

#contentPrimary h2 {
	margin: 20px 0 0 9px;
	color: #333;
	padding: 0;
	background: none;
	}

#contentPrimary p {
	margin-left: 9px;
	}

#contentPrimary table {
	margin-left: 6px;
	}

#contentPrimary ul {
	padding-left: 0;
	margin-left: 24px;
	}

#broadContentPrimary {
	float: left;
	width: 550px;
	}
	
#broadContentPrimary ul {
	margin: 10px 0;
	margin-left: 20px;
	padding: 0;
	}

#broadContentPrimary p {
	margin-left: 9px;
	}
	
	
	
/* =FOOTER
---------------------------------------------------------- */	
	
#footer, #footer_alt {
	padding: 9px 10px;
	height: 14px;
	}

#footer {
	background: #d3dddb url(../img/decoration/footer.gif) no-repeat top center;
	}
#footer_alt {
	background: #d3dddb url(../img/decoration/footer-alt.gif) no-repeat top center;
	}
	
#footer p, #footer li {
	color: #fff;
	}
#footer p, #footer li, #footer_alt p, #footer_alt li {
	font-size: 90%;
	}
	
#footer p, #footer_alt p {
	margin: 0;
	padding: 0;
	float: left;
	line-height: normal;
	}

#footer ul, #footer_alt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}
	
#footer li, #footer_alt li {
	display: inline;
	line-height: normal;
	padding: 0 7px; margin: 0;
	border-right: 1px solid #fff;
	}
	
#footer li.lastItem, #footer_alt li.lastItem {
	padding-right: 0;
	border-right: none;
	}
	
#footer li a, #footer p a, #footer_alt li a, #footer_alt p a {
	padding: 0;
	}
#footer li a, #footer p a {
	color: #fff;
	text-decoration: none;
	}
	
#footer li a:hover, #footer p a:hover {
	color: #cbd24c;
	}


/* =SUBFOOTER
---------------------------------------------------------- */	
	
#subfooter {
	padding: 0px 4px;
	background-color: #d3dddb;
	}
	
#subfooter li {
	color: #fff;
	}
#subfooter li {
	font-size: 90%;
	}

#subfooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	
#subfooter li {
	display: inline;
	line-height: normal;
	padding: 0 7px; margin: 0;
	}
	
#subfooter li.lastItem {
	padding-right: 0;
	border-right: none;
	}
	
#subfooter li a {
	padding: 0;
	}
#subfooter li a {
	color: #fff;
	text-decoration: none;
	}
	
#subfooter li a:hover {
	color: #cbd24c;
	}


/* DIFFERENCES BETWEEN SITES
------------------------------------------------ */

#breadcrumbs li a.firstItem {
	color: #92ae00;
	}

#contentSecondary div {
	background-color: #F0F2CE;
	}

#contentSecondary a {
	color: #abb400;
	}

#navSecondary li a:hover {
	color: #abb400;
	}

#footer li a:hover {
	color: #cbd24c;
	}
	
	
	
/* AJH BESPOKE EXTRAS
------------------------------------------------- */

div#icon-list
{
	float: right;
	clear: right;
}

div#icon-list img 
{
	border: 0;
	margin: 0;
}

div#secondary-content ul, div#navigation ul, div#community ul, div#icon-list ul, ul#legal-links
{
	display: inline;
	text-align: left;
	padding-left: 0;
	padding-right: 7px;
}

div#secondary-content li, div#navigation li, div#community li, div#icon-list li
{
	display: inline;
	text-align: left;
	padding-left: 0;
	padding-right: 7px;
}

ul#legal-links, ul#legal-links li
{
	display: inline;
	text-align: right;
	padding-left: 7px;
	padding-right: 0;
}

fieldset
{
	border: 0;
	padding: 0;
}

fieldset label
{
	display: none;
}

#search-select
{
	float:left;
}

div#section-title h3, div.section-title-small h3
{
	/* dropped down from 1.4em to combat float issue on IE */
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0px;
	display: block;
}

div#section-title h4, div.section-title-small h4
{
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px;
	display: block;
}

div#section-title h5, div.section-title-small h5
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px;
	display: block;
}


/* try this out! */
a {
	color: #abb400;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:hover {
	color: #abb400;
	}

li a {
	color: #abb400;
	text-decoration: none;
	}

li a:hover {
	text-decoration: underline;
	}

li a:hover {
	color: #abb400;
	}

#breadcrumbs li a:hover {
	color: #abb400;
	}

#navPrimary li a:hover {
	color: #abb400;
	}

/* end li tests */

#results-block p {
	margin: 0px 0;
	}
	
	
/* group stuff */

div#group-title h2
{
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	background: none;
	color: black;
}

#colLeft {
	width: 150px;
	float: left;
	}
	
#colLeft div {
	margin: 0;
	margin-left: 9px;
	padding: 0;
	padding-bottom: 10px;
	clear: both;
}

#colLeft div img {
	float: left;
	display: block;
	margin: 0px 8px 5px 0px;
}

#colLeft h1, #colLeft h2, #colLeft h3, #colLeft h4 {
	color: black;
	padding: 0;
	margin: 0;
	}
	
#colMain {
	float: left;
	margin-left: 9px;
	width: 550px;
	}

#colMain h1, #colMain h2, #colMain h3, #colMain h4 {
	color: black;
	padding: 0;
	margin: 0;
	}
	
/* order table */

#order-table {
	width: 96%;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 12px;
	border: 1px solid #d3dddb;
}

#order-table td {
	border: 1px solid #d3dddb;
	vertical-align: top;
}

.labels {
	background-color: #F0F2CE;
}

