* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	text-align: center;
	width: 100%;
	height: 100%;
}

a:hover, a:active, a:visited, a:link {
	border: none;
	text-decoration:none;
}

img {
	border: none;
	border-style: none;
}

#content {
	margin: 0 auto;
	padding-left: 10px;
	padding-right:10px;
	text-align: left;
	background-color:#fff;
	width: 965px;
	min-width: 965px;
	background: url('http://static.smeebu.com/web/images/header_background.png');
	background-repeat: repeat-x;
}

#main-content ul {
	padding-left: 5px;
	margin-left: 5px;
}

#main-content li {
	padding-left: 5px;
	margin-left: 5px;
}


#header {
	margin: 0;
	padding: 0;
	/*padding-left: 15px;*/
	width: 900px;
}

#header-splash {
	height: 60px;
}

#header-image {
	padding-top:20px;
	height:70;
	width: 200px;
}

#header-line {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	/*margin-top: 90px;*/
	background: url('http://static.smeebu.com/web/images/header_background.png');
	background-repeat: repeat-x;
	height: 70px;
	max-height: 70px;
	z-index:-1;
}

#container {
	padding-left: 0px;
	padding-top: 20px;
	width: 965px;
	min-height: 800px;
	min-width: 965px;
}

#footer {
	margin-top: 15px;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	color:#999;
	padding-bottom:10px;
}

#footer p {
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
	
}

#navigation
{
/*display:block;*/
/*position:relative;*/
margin-top: 30px;
margin-right: 400px;
float: right;

}


#navigation ul {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#navigation li {
	display:inline;
	text-transform: uppercase;
	font-weight: bold;
	color: #09f;
	padding-right: 10px;
}

#navigation li a:link, #navigation li a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

#navigation li a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

#main-contact h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #09f;
}

#main-content-short {
	margin-right: 20px;
}

#main-content {
	width: 750px;
}

#main-content p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

#main-content h2 {
	margin-top: 10px;
	text-align: left;
	color: #09f;
}



ul.list-ad {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 15px;
}

.list-ad li {
	color: #09f;
	padding: 5px;
}

.list-ad-text {
	color: black;
}

/* Content Right */

#ads {
	width: 300px;
	float: right;
	margin-right: 100px;
}

.main-demo-ad {
	
}

.main-demo-ad-content {
	margin:0px;
	background: url('http://static.smeebu.com/web/images/box-blue-background-shadow.png') repeat;
	height: 393px;
	
}

#mailing-list
{
	background: url('http://static.smeebu.com/web/images/mailing-list-box.png');
	padding:10px;
	width:280px;
	height:80px;
	margin-bottom:10px;
	text-align: center;
}

#fieldset-newslettersignup input#newsletteremail
{
	width: 160px;
}

#mailing-list .heading
{
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

#mailing-list p#newsletter-errors
{
	font-size:10px;
	font-weight:bold;
	color: #900;
	padding-top: 6px;
	margin: 0;
}

#mailing-list .success
{
	padding-top:10px;
	font-weight:bold;
}

#mailing-list fieldset#fieldset-newslettersignup dt
{
	display: none;
}

.mailing-list-no-ajax fieldset#fieldset-newslettersignup
{
	padding: 10px;
}

img.align-center
{
	text-align: center;
	padding-top: 60px;
    margin-left: 225px;
    margin-right: auto;
	width: 300px;
}

span.selected
{
	color: #23d400;
	font-weight: bold;
	font-size: 10pt;
}

span.smeebu
{
	color: #09f;
	font-weight: bold;
	
}

p.linkback
{
	text-align: left;
	font-weight: bold;
}

a {
	cursor: pointer;
}

p.error {
	padding-top: 15px;
	font-weight: bold;
	color: #dd0000;
}

#fieldset-login label {
	width: 150px;
	padding-right: 10px;
}

#fieldset-login dt {
	padding-top: 10px;
}

#fieldset-login {
	padding: 4px;
}

.zend_form ul.errors {
	display:inline;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	color: #DD0000;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


.zend_form ul.errors li {
	display:inline;
	font-weight: bold;
	color: #DD0000;
	font-size: 8pt;
	font-family: Arial;
}

label.error {
	background:transparent url(http://static.smeebu.com/web/images/cross.png) no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	display:inline;
	font-weight: bold;
	color: #DD0000;
	font-size: 8pt;
	font-family: Arial;
	width: 195px;
	float: left;
	line-height: 1;
}
label.valid {
	background:transparent url(http://static.smeebu.com/web/images/tick.png) no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	display:inline;
	font-weight: bold;
	color: #23D400;
	font-size: 8pt;
	font-family: Arial;
	width: 195px;
	float: left;
	line-height: 1;
}

.button .primary
{
	font-weight:bold;
	padding:5px 15px;
}

.button
{
	border: solid 1px;
	display:block;
	float:right;
	margin-left:5px;
	margin-top:8px;
	margin-bottom:10px;
	height: 50px;
	padding:5px;
	text-transform:lowercase;
}

#error h1 {
	color: #d2100f;
	padding-top: 30px;
	padding-bottom: 40px;
}

#error h2 {
	color: #09f;
}

#error h3 {
	color: #09f;
}

#error p {
	padding: 5px;
}


h2.test {
	color: #23d400;
	padding-top: 15px;
	padding-bottom: 30px;
}

table.report, #answers table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}

table.report td, table.report th, 
#answers table td, #answers table th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ddd;
	background-color: white;
	-moz-border-radius: 0px;
}

table.report .answer {
	width: 100%;
}

#answers {
	display: none;
}

tr.incorrect td {
}

tr.correct td {
}

.textanswers p
{
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

img.correct, img.incorrect {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

dl.zend_form dd fieldset dl dt {
	padding-right: 15px;
}
dl.zend_form dd fieldset dl dd.attribute {
	float: left;
	padding-right: 15px;
}

ul.colored-list {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 15px;
}

.colored-list li {
	color: #09f;
	padding: 5px;
}

.colored-list-text {
	color: black;
}

.diagnosticitemmap {
/*float: left;
width: 325px;*/
}

.textreport {
	margin-bottom: 50px;
/*float: right;
width: 325px;*/
}

.bio
{
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	margin-bottom: 10px;
}

.last
{
	border: none;
}

.bio p
{
	height: 150px;
	text-align: justify;
}

.bios .bio .bio-image
{
	width: 100px;
	/*
	height: 100px;
	padding-top: 50px;
	padding-bottom: 50px;*/
	float: left;
	padding-right: 15px;
}

.bios .bio span.title
{
	display: block;
}

.bios .bio span.name
{
	font-size: 12pt;
	font-weight: bold;
}

.bios .bio span.education
{
	font-style: italic;
}

#main-content-short .splash
{
	line-height: 1.5;
	margin-bottom: 10px;
}

#main-content-short .splash p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#frontpage .tests .heading
{
	display: block;
}

#frontpage .tests .description
{
	display: block;
}

#frontpage .tests
{
	margin-right: 100px;
	
}

#frontpage .tests .text
{
	float: right;
}


#frontpage .tests .test-one
{
	width: 520px;
	height: 80px;
	background: #d5eeff;
	border: 1px solid #81ccfe;
}

#frontpage .tests .test-two
{
	width: 350px;
	height: 80px;
}

#frontpage .tests .test-one .image
{
	float: left;
	width: 100px;
	height: 80px;
}

#frontpage .tests .test-one .text
{
	/* background: #ccffff; */
	margin-right: 10px;
	width: 240px;
	min-height: 80px;
}

#frontpage .tests .test-two .text
{
	background: #ffffcc;
	min-height: 80px;
	margin-right: 10px;
	width: 240px;
}

#frontpage .tests span.heading
{
	padding-top: 24px;
	padding-left: 15px;
	font-weight: bold;
}

#frontpage .tests span.description
{
	padding-left: 15px;
}

#frontpage p.try
{
	font-weight: bold;
	font-size:18px;
	color: #09f;
	padding-top: 12px;
	padding-bottom: 15px;
}

/* Front page boxes */

div#notice
{
	background: #FFFFCC;
	padding:10px;
	width:500px;
	height:100px;
	padding-top:10px;
	margin-bottom:5px;
	text-align: center;
	border: 1px solid #F4F40B;
	text-align: left;
}

#notice .heading
{
		font-weight: bold;
		color: #036;
		padding: 0px;
}

#notice .highlight
{
		font-weight: bold;
		color: #900;
}

#notice .question
{
		font-size:18px;
		font-weight: bold;
		color: #036;
		padding: 0px;
}

#notice p
{
	padding-top:15px;
	color: #036;
}

/* Northshore Specific */

div#northshore
{
	background: #FFCFCF;
	margin-right:80px;
	width:318px;
	height:30px;
	padding-top:10px;
	margin-bottom:5px;
	text-align: center;
	border: 1px solid #E5A3A3;
	float: right;
}
div#northshore p
{
	color: #801B1B;
}

div#northshore p a:hover,
div#northshore p a:visited,
div#northshore p a:active,
div#northshore p a:link
{
	color: #801B1B;
	font-weight: bold;
	text-decoration: underline;
}

#main-content .school h1
{
	color: #23d400;
}

#main-content .school li
{
	padding: 2px 2px 2px 2px;
}



#northshore p
{
	text-align: center;
}


/* Practice - NAPLAN*/

#practice-naplan 
{
	width: 530px;
}
#practice-naplan p 
{
	font-size:10pt; 
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
} 
#practice-naplan p.heading 
{
	font-weight: bold;
	font-size:18px;
	color: #036;
	padding-top: 12px;
	padding-bottom: 15px; 
}
#practice-naplan p.subheading 
{
	font-weight: bold;
	font-size:14px;
	color: #036;
	padding-top: 8px;
	padding-bottom: 6px; 
}
#practice-naplan ul 
{
	padding: 0;
	margin: 0;
	padding-top: 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none; 
}
#practice-naplan li 
{
	display:block;
	font-weight: bold;
	color: #09F;
	padding-right: 10px; 
}
#practice-naplan .main-box 
{
	padding-bottom:10px; 
}
#practice-naplan .box-left 
{
	width:50%; 
}
#practice-naplan .box-right 
{
	width:50%;
	float:right; 
}
#practice-naplan a:link, #practice-naplan a:visited 
{
	color: #09F;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline; 
}
#practice-naplan a:hover 
{
	color: #03F;
	font-size: 12pt;
	text-decoration: underline; 
}
/* Forms */
p.privacynote
{

}
#form
{
    padding: 0;
    margin: 0;
}
/*
form
{
	width: 760px;
}

form fieldset
{
	width: 100%;
}

form fieldset dt
{
	width: 30%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

form fieldset dd
{
	width: 65%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

input
{
	font-size:130%;
	height:25px;
	float: left;
}

label
{
font-size:115%;
font-weight: bold;
line-height:30px;
min-height:30px;
}
*/
#mailing-list #fieldset-newslettersignup
{
    width: 260px;
    border: 0px none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#mailing-list #newslettersignup dt
{
    display: none;
	float: left;
}

#mailing-list #fieldset-newslettersignup dd
{
	text-align: center;
	float:left;
	padding-right:10px;
	padding-top:10px;
	display:inline;
	width:auto;
}
#mailing-list #fieldset-newslettersignup #newsletteremail
{
	float:left;
	font-family:null;
	font-size:auto;
	height:15px;
	line-height:1;
	width:160px;
}
#mailing-list #fieldset-newslettersignup #newslettersubmit
{
	float: left;
	font-size:80%;
	height:auto;
	width: auto;
}

#loading
{
	white-space: nowrap;
	float: right;
	padding-top:20px;
	padding-right:10px;
	display: none;
}
#main-message-box {
margin:0px;    background: url('http://static.smeebu.com/web/images/naplan-underway-back.png') repeat;    width: 565px;    height: 280px;    margin-bottom:20px;    padding-top:30px;    padding-left:30px;    padding-right:270px; }
#main-message-box .heading {    font-size:16px;    color: #036;    font-weight: bold; }
#main-message-box .normal {    padding-top: 10px;    font-size:14px;    color: #036;     }
#main-message-box .normal span.bold-text {    font-weight: bold; }


.smeebuscale, 
.leveldescription {
	display: block;
	width: 100%;
	padding-bottom:10px;
}

.smeebuscale dl dt,
.leveldescription dl dt {
	width: 20%;
	float: left;
	height: 60px;
	font-weight: bold;
}

.smeebuscale dl dd,
.leveldescription  dl dd {
	width: 100%;
	height: 60px;
}
.leveldescription dl dt,
.leveldescription  dl dd {
	min-height:100px;
}

.smeebuscale img.question {
	padding-left: 30px;
}

.qtip p {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.answerdescription {
	text-align: right;
	padding: 15px;
}

.hidden {
	display: none;
}

img.new {
	float: left;
	padding: 20px;
}

img.naplan {
	float: left;
}

table.test-series {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
table.test-series th,
table.test-series td {
	padding-left: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: white;
	-moz-border-radius: 0px;
}
table.test-series td {
	width: 60%;
}
table.test-series th {
	padding-right:10px;
	width: 40%;
}
