* { 
	margin: 0; 
	padding: 0; 
}

body {
	background: #009;
	font-family: "Avenir", "Verdana", "Helvetica", "Arial", sans-serif;
	color: #fff;
	}

body, td, ul, ol, dt, dd {
	font-size: 12px;
}
	
table, td, tr, tbody {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
h1 {
	color: #fa0;
	font-size: 1.5em;
	}
h2 {
	color: #fc0;
	margin-top: 1em;
	font-size: 1.25em;
	}
h3 {
	font-size: 1.1em;
	}
h2 strong { color: #fff; }
li {
	margin-left: 2em;
	font-size: 0.9em;
	}
p { line-height: 1.4; margin-bottom: 0.5em;}

img { border: 0; }

.floatright { float: right; z-index: 300; margin-left: 1em;}
.floatleft  { float: left; margin-right: 1em;}
.clearleft  { clear: left; }
.clearright { clear: right; }
.clear      { clear: both; }
.center     { text-align: center; }

.priceline { font-weight: bold; color: #f00; }
.priceline span { color: #009; }

a:link, a:visited {	color: #CCF; text-decoration: underline;}
a:hover, a:active {	color: #F6F; text-decoration: underline;}


/* ################### */

/* START - LAYOUT RULES */

#wrapper {
	text-align: center; /* center the container */
	width: 100%;
	}
	
#container {
	text-align: left; /* after container centered, return text to left */
	margin: 0 auto;
	padding: 0;
	width: 764px;
	background-color: transparent;
	background-image: url('/images/2006/bkg-mid.gif');
	background-repeat: repeat-y;
	background-position: center top;	
	}

#header {
	position: relative;
	width: 764px; 
	background: transparent url("../images/2006/bkg-top.gif") no-repeat top center;
	}

#footer {
	width: 764px;	
	background: transparent url("../images/2006/bkg-bot-b.gif") no-repeat bottom center;
	}

/* END - LAYOUT RULES */

/* ################### */
	
/* START - HEADER RULES */

#header p {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	text-indent: -500em;	
	width: 222px;
	height: 50px;
	background: transparent url("../images/2006b/navrows50.gif") 0 0 no-repeat;
	}

/* START - NAVIGATION IMAGE REPLACEMENT RULES */

.nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 542px;
	height: 50px;
	background: url("../images/2006b/navrows50.gif") -222px -50px;
}
.nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
	}

.nav li, .nav a {
	height: 50px; 
	display: block;
	text-indent: -500em;	
	}

	.panel1   { left: 0px;   width: 43px; }
	.panel2   { left: 44px;  width: 50px; }
	.panel3   { left: 95px;  width: 63px; }
	.panel4   { left: 159px; width: 64px; }
	.panel5   { left: 224px; width: 56px; }
	.panel6   { left: 281px; width: 64px; }
	.panel7   { left: 350px; width: 48px; }
	.panel8   { left: 404px; width: 62px; }
	.panel9   { left: 467px; width: 70px; }


	.panel1 a:hover { background: transparent url("../images/2006b/navrows50.gif") -222px 0px no-repeat;}
	.panel2 a:hover { background: transparent url("../images/2006b/navrows50.gif") -266px 0px no-repeat;}
	.panel3 a:hover { background: transparent url("../images/2006b/navrows50.gif") -317px 0px no-repeat;}
	.panel4 a:hover { background: transparent url("../images/2006b/navrows50.gif") -381px 0px no-repeat;}
	.panel5 a:hover { background: transparent url("../images/2006b/navrows50.gif") -446px 0px no-repeat;}
	.panel6 a:hover { background: transparent url("../images/2006b/navrows50.gif") -503px 0px no-repeat;}
	.panel7 a:hover { background: transparent url("../images/2006b/navrows50.gif") -572px 0px no-repeat;}
	.panel8 a:hover { background: transparent url("../images/2006b/navrows50.gif") -626px 0px no-repeat;}
	.panel9 a:hover { background: transparent url("../images/2006b/navrows50.gif") -689px 0px no-repeat;}


.bb, .bb a:hover {background: none;  height: 50px; position: relative;}
ul.bb { position: relative; left: 222px;  }

/* END - NAVIGATION IMAGE REPLACEMENT RULES */


#underhead {
	position: relative;
	clear: both;
	width: 764px;
	height: 95px;
	background: transparent url("../images/2006b/headerrow80.jpg") 0 0 no-repeat;
	z-index: 100;
	}
#underhead img {
	position: absolute;
	left: 27px;
	top: 80px;
	z-index: 300;
	}

/* END - HEADER RULES */

/* ################### */

/* START - CONTENT RULES */

#content {
	position: relative;
	margin-top: -15px;
	padding: 2em 160px 2em 27px;
/* BACKGROUND TAKEN OUT AS ALREADY IN CONTAINER ELEMENT - CHRIS 22.5.09 */
/* background: transparent url("../images/2006/bkg-mid.gif") repeat-y top center; */
	min-height: 400px;
	}
	
#content h1, #content h2 {
/*	border-bottom: 2px solid; */
	margin-bottom: 0.25em;
	margin-right: 0px;
	z-index: 0;
}
#content h1 {
	margin-top: 1em;
	}
#content h2 {
	border: none;
	padding-right: 0px; /* added to pull back sifr backgrounds */
}
#content h3 {
	margin-top: 0.75em;
	color: #ff9;	
}
	
.nobull {
	list-style-type: none;
	margin-left: 0;
}
.nobull li {
	padding: 0;
	line-height: 18px;
}
.pdf, .doc, .xl { 
	background: transparent url(/images/pdf.gif) no-repeat left top;
	padding: 2px 0px 5px 18px;
	line-height: 18px;
}
.doc { 
	background: transparent url(/images/doc.gif) no-repeat left top;
}
.xl {
	background: transparent url(/images/xl.gif) no-repeat left top;
}	
	
	
/* Rightcol rules */	
#rightcol, #logrightcol {
	position: absolute;
	right: 5px;
	top: 24px;
	width: 150px;
	background: #4040B3 url("../images/BotL-corn-rcol.gif") bottom left no-repeat; 
	margin: 0.5em 0 1em 0.5em;
	z-index: 100;
	color: #fff;
	padding-top: 0;
	padding-bottom: 19px;
	vertical-align: top;
	font-size: 0.9em;
}

#consul-login {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 400;
	}
#consul-login p {
	margin: -5px 1em 0;
	}

#coltop, #logcoltop {
	background: #4040B3 url("../images/TopL-corn-rcol.gif") top left no-repeat;
	margin: 0 0 19px 0;
	padding-top: 19px;
}

#rightcol h2, #logrightcol h2 {
	margin: 0 0 0.2em;
	padding: 0 0.5em 0.3em;
	background-color: #7a7aca;
	color: #fff;
	font-size: 1.15em;
	border-top: 3px solid #b3b3E1;
	border-bottom: none;
}

#rightcol>h2, #logrightcol>h2 { margin-top: 15px;}

#rightcol a { color: #b3b3e1; }
#rightcol a:hover {	color: #c3F;}

#rightcol p, #logrightcol p {
	margin: 0.5em;
}

/* rightcol login table rules */
#logrightcol {
	background: #009 url("../images/150bot-009.gif") bottom center no-repeat;
	margin-bottom: 0;
	color: #fff;
}
#logcoltop {
	background: transparent url("../images/150top-009.gif") top center no-repeat;
}
#logrightcol h2 {
	color: #779AFF;
	border-color: #779AFF;
}
	
	
#logrightcol {
	list-style-type: square;
	font-weight: bold;
}
#logrightcol ul {
	margin-left: 0;
}
#content #logrightcol li {
	padding: 0.5em 0 0;
	line-height: 1em;
}
#content #logrightcol li a {
	text-decoration: none;
}

/* floating Login table  rules 	
	
#logintable, #loggedin {
	border: 1px solid #fff;
	padding: 3px;
	margin: 0 -1em 0 auto;
	font-size: 0.8em;
	position: absolute;
	top: 0px;
	right: 2em;
	background: #006;
	z-index: 200;
	}
	
#logintable a, #loggedin a {
	color: #88f;
	}*/

/* ---------------from schools css------------ */
	
#adminuser {
	text-align: left;
	padding: 1em;
	}
	
#loggin { /* for first log in page */
	width: 50%;
	margin: 1em 0;
	}
	
#loggin h1 {
	margin-bottom: 2em;
	}
	
#logintable {
	border: 1px solid #fff;
	background-color: #006;
	}
	
#logintable td {
	padding: 3px;
	text-align: left;
	}

#user {
	margin: 0 0 2em;	
	}

/* stops default login form having big gap in it */	
#logintable #user {margin-bottom: 0; }
	

/* --------------------------- */

/* launch button for catalogue views */
#launchbutt {
	background-color: #ff9;
	border: 2px solid #f90;
	font-size: 120%;
	color: #f90;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
}
#launchbutt:hover {
	background-color: #f6f;
	color: #c0c;
	border-color: #c0c;
}

	
	
#catdownload {
	text-align: center;
	}

.small {
	font-size: 0.85em;
	}
	
/* STARTER PACKS */
.pack {
	position: relative;
	border: 1px solid #AEFF00;
	padding: 0 1em 0.5em;
	margin: 1em 0 0 0;
	}
.pack h2 {
	font-size: 1.25em;
	background-color: #AEFF00;
	margin: 0 -0.8em;
	padding-left: 4px;
	color: #f00;
	}
	
.pack em {
	font-size: 0.75em;
	}

.invest {
	float: right; 
	color: #AEFF00;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1em;
	}
.invest span { color:#ff0; }
	


/* BBC GOALS */

.goal {
	float: left;
	width: 28%;
	margin: 2%;
	text-align: center;
	background: transparent url("../images/starburst200-B.gif") no-repeat center center;
	min-height: 200px;
	}
	
.goal h3 {
	color: #ff0;
	font-size: 1.5em;
	}
.goal em {
	color: #fc0;
	font-weight: bold;
	}
#bbc {
	margin-top: 30px;
	padding-top: 280px;
	text-indent: -500em;
	background: transparent url("../images/BBC-sample.jpg") no-repeat top center;	
	}
.blurb {
	text-align: center;
	color: #ff0;
	}
.blurb strong {
	color: #9353F1;
	font-size: 1.2em;
	}
	
	
/* CURRENT JOINING OFFER */

#joiningoffer {
	color: #000; font-size: 1.15em;
	}	
#joiningoffer h2 {
	background-color: #f00; color: #ff0; 
	}
	

/* ################### */



/* ################### */

/* START - FOOTER RULES */
#footer {padding-bottom: 0.5em; }

#footer ul, #details {
	margin: 0 2em 0 27px;
	padding: 0.25em 2em 0.5em 27px;
	text-align: center;
	border-top: 1px solid #006;
	}
#footer li {
	display: inline;
	margin: 0; padding: 0 0 0.5em;
	}
#footer li a { 
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;	
	margin: 0 0.25em 0.25em; 
	padding: 0; 
}
#footer li a:hover { border-top: 1px solid #F6F; border-bottom: 1px solid #F6F; color: #FaF }

/* footer details of who is online */
#details { 
	overflow: auto; 
	text-align: left;
	background-color: #00b;
	clear: both;
}
#details h4 { font-size: 1.25em; }
#details .admin { 
	padding: 10px 1em;
	border-top: 1px solid #66c;
	border-bottom: 1px solid #66c;
	background-color: #009;
	margin: 1em 0;
}
#details .admin p { margin-bottom: 0;}

/* each consultant who is online */
.consultant_online {
	font-size: 0.75em;
	background-color:#006; 
	border: 1px solid #66c; 
	width: 31%;
	overflow: auto;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 5px;
}
.consultant_online h5 {
	color: #fc0; 
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 5px;
}
.consultant_online img {
	float: left; 
	margin-right: 5px;
}
.consultant_online p {
	margin-right: 5px;	
	margin-bottom: 0;
	line-height: 1.25;
}
.consultant_online em { 
	font-size: 0.85em;
	color: #99c;
}
.consultant_online .msgLink { 
	float: right;
}
.consultant_online .chatLink,
.consultant_online .chatInvite { 
	float: right;
	padding-top: 3px;	
}
	
/* END - FOOTER RULES */




/*  ################ */ 
/*  START SIFR rules */ 
/*  ################ */ 

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 1.7em;
	height: 1.3em;
	line-height: 1em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 1.5em;
	height: 1.3em;
	line-height: 1em;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 1.15em;
}
/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/


/*  END SIFR rules */ 








