/* Overiding styles for all pages */

body {
	padding: 0px;
	color: #000;
	font: 70%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #0a4466 url(../template/bg.gif) repeat-x;
	margin: 0px;
	height:100%
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #999;
}

#setpage {
	width: 960px;
	margin: auto;
	padding: 0px 10px 10px;
	background: #FFF;
}

img {
	border-style: none;
}

p {
	margin: 6px 0px;
	padding: 0px;
}

form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

/* Standard styles used throughout */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-top: -1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.error {
	font-weight: bold;
	color: #F00;
}

/* general layout styles for all pages */

#leftcolumn {
	float: left;
	width: 255px;
	padding-top: 14px;
}

#content {
	float: right;
	width: 695px;
	padding-top: 14px;
}

.rightcolumn {
	float: right;
	width: 255px;
}

.centrecolumn {
	float: left;
	width: 430px;
}

/* Set Header and logo styles for all pages */

#linkback {
	width: 910px;
	color: #FFF;
	background: #000;
	line-height: 1.8em;
	padding: 0px 25px;
}

#linkback a:link, #linkback a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ccff33;
}

#linkback a:hover, #linkback a:active {
	text-decoration: underline;
}

#linkback b {
	color: #fff;
}

#accessibility {
	text-align: right;
	padding: 4px 0px;
}

#accessibility img {
	background: #FFF;
	vertical-align: top;
}

#accessibility a:hover, #accessibility a:active {
	color: #FFFFFF;
	background: #000;
}

#accessibility span {
	color:#000;
	padding:0 5px;
}

#head {
	height: 155px;
	width: 960px;
	-moz-border-radius-topleft:0.7em;
	-moz-border-radius-topright:0.7em;
}
#head a{
	-moz-border-radius-topleft:0.7em;
}


/* Set Cookie styles for all pages */

#cookie {
	border-bottom: 1px solid #7d7d7d;
	height: 2.2em;
	margin-top: 10px;
	line-height: 2.2em;
}

#cookie a:link, #cookie a:visited, .buttons a:link, .buttons a:visited {
	text-decoration: none;
}

#cookie a:hover, #cookie a:active, .buttons a:hover, .buttons a:active  {
	text-decoration: underline;
	color: #000;
}

/* Top Menu styles for all pages */

#hnav {
	list-style: none;
	padding: 0px;
	height: 33px;
	margin: 50px 0px 0px;
}

#hnav li {
	float: left;
	margin: 0px 2px 0px 0px;	
}

#hnav li a {
	float: left;
	padding-right: 22px;
	padding-left: 22px;
	line-height: 28px;
	font-weight: bold;
	display: block;
}

#hnav li a:link, #hnav li a:visited  {
	text-decoration: none;
	color: #000;
	margin-top: 5px;
	height: 28px;
}

#hnav li a:hover, #hnav li a:active, #hnav li a.hnavon {
	text-decoration: none;
	color: #000;
	margin-top: 0px;
	height: 33px;
}

#kids a {
	background: #00add0;
	width:4.8em;
}

#teens a {
	background: #ffd200;
	width:6.0em;
}

#teachers a {
	background: #f7931e;
	width:8.0em;
}

/* search */
#srchfrm {
	background: url(../template/srch-fx.gif) no-repeat right top;
	padding: 0px 2px 0px 0px;
}

.searchTab {
	width:181px;
	padding:4px 0px 0px 9px;
	background: #cf3;
	height: 24px;
	margin-top: 5px;
}

.searchTab label{
	display: none;
}

.searchField {
	float:left;
	height:20px;
	width:144px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 6px;
}

.searchField:hover {
	cursor:text;
}

#searchInput {
	font-size:1em;
	width:138px;
	margin:0px;
	padding:3px 0px 0px 0px;
	border:none #fff;
	float:left;
	}
	
#kbsubmit {
	height:14px;
	width:1px;
	padding:0px 0px 0px 13px;
	background: url(../template/search.gif) no-repeat left top;
	float:left;
	margin: 3px 0px 0px 8px;
}

#kbsubmit:hover, #kbsubmit:focus {
	background: url(../template/search.gif) no-repeat right top;
}

/* Footer Menu styles for all pages */

#footer {
	color: #FFF;
	background: #000;
	height: 2.9em;
	line-height: 2.9em;
	padding: 0px 10px;
	margin-top: 20px;
	-moz-border-radius-bottomleft:0.7em;
	-moz-border-radius-bottomright:0.7em;
}

#footer span {
	padding:0px 4px;
}


#footer a:link, #footer a:visited {
	color: #ccff33;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer img {
	margin: 8px 0px 0px 5px;
	float: right;
}

/* Form styles for all pages */

.genform {
	border: 10px solid #ccff33;
	width: 655px;
	padding: 10px;
}

.genform h2 {
	font-size: 1.2em;
}

.formfields label {
	text-align: right;
	float: left;
	width: 220px;
	margin-top: 2px;
}

.formfields input, .formfields select, .formfields textarea {
	float: left;
	margin: 0px 5px 6px;
}

.required {
	font-size: 20px;
	line-height: 20px;
	float: left;
	font-weight: bold;
}

.formboxes input {
	float: left;
	margin: 4px 0px 0px 195px;
}

.formboxes label {
	float: right;
	width: 420px;
	padding-right: 10px;
	clear: none;
}

td label {
	display: none;
	visibility: hidden;
}
.formbuttons {
	background: #ccff33;
	width: auto;
	text-align: center;
	padding-bottom: 10px;
}

.formbuttons input {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	height: 29px;
	width: 156px;
	line-height: 29px;
	padding:0px 10px;
	margin: 0px;
	background: #000 url(../../teachers/lib/template/send-form-btn.gif) no-repeat left;
	display: block;
	border-style: none;
	text-align: left;
}

/* Horizontal radio buttons e.g. 1-10 selection -*/
.horizRadioBtn {margin:0}
.horizRadioBtn label{width:auto !important;display:block;text-align:center !important;clear:none;float:left;padding:0 0 0 1em !important;margin:0 !important;}
.horizRadioBtn input{width:2em !important;display:block;text-align:center;clear:none;float:left;padding:0;margin:0 !important;background-color:transparent;}
