/* Overiding styles for all pages */

body {
	padding: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #fff;
	margin: 0px;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #999;
}

#setpage {
	width: 100%;
	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 {
	display: none;
	visibility: hidden;
}

#content {
	float: left;
	width: 100%;
}

.rightcolumn {
	float: right;
	width: 255px;
}

.centrecolumn {
	float: left;
	width: 55%;
}
.cbox, .cboxtop, .cboxbot {
	width: auto;
}

/* Set Header and logo styles for all pages */

#linkback {
	display:none;
}

#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: #000;
}

#accessibility {
	display: none;
	visibility: hidden;
}

#head {
	width: 700px;
	height: 80px;
}

/* 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 {
	display: none;
	visibility: hidden;
}

/* Footer Menu styles for all pages */

#footer {
	color: #000;
	background: #FFF;
	height: 2.9em;
	line-height: 2.9em;
	padding: 0px 10px;
	margin-top: 20px;
	clear: both;
}

#footer .left {
	display: none;
	visibility: hidden;
}

#footer span {
	padding:0px 4px;
}


#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer img {
	display: none;
	visibility: hidden;
}

/* 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;
}

.hp_box4, .hp_box4 h2 {float:left;width:90%;}
.hp_box4 p {width:80%;}
 
.boxlabel {border:none;}

.jquery-corner {display:none!important;}