html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
}


body {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	line-height: 140%;
	font-size: 13px;
}

#page {
	min-width: 1020px;
}



/*	-------------------------------- Some General Styles --------------------------- */

hr {
	height: 1px;
	border-bottom: 1px dotted #0096B6;
	width: 100%;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #FFF;
	border-style: none none dotted;
}

p {
	margin-bottom: 10px;
}

table,
td {
	line-height: 140%;
	font-size: 12px;
}	 

.form_table td.form_label{
	width:240px;
	padding:0 10px 0 0;
}

.hide{
	display:none;
}

.toplink,
.toplink img {
	padding: 0px;
	margin: 0px;
	float: right;
}

a {
	color: #0096B6;
	text-decoration: none;
}

a:visited {
	color: #0096B6;
	text-decoration: none;
}

a:hover {
	color: #0096B6;
	text-decoration: underline;
}

.intro {
	font-weight: bold;
}

.red {
	color: #CC0000;
}

.alert {
	font-weight: bold;
	color: #CC0000;
	text-transform: none;
}

.levelUnderControl {
	display: block;
	padding-left: 10px;
	width: 100%;
	border-left: 5px solid #005825;
	background-color: #DEFBEB;
}

.levelGettingWorse{
	display: block;
	padding-left: 10px;
	width: 100%;
	border-left: 5px solid #FEE302;
	background-color: #F9F4CA;
}

.levelSevere {
	display: block;
	padding-left: 10px;
	width: 100%;
	border-left: 5px solid #2D00D6;
	background-color: #E2DAFC;
}

.levelEmergency {
	display: block;
	padding-left: 10px;
	width: 100%;
	border-left: 5px solid #FF0000;
	background-color: #FED8D8;
}

.fieldmessage {
	color:#CC3300;
	font-weight: bold;
}

.page_contents {
	text-transform :capitalize;
}

address {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-style: normal;
}

.reference {	
	font-style: italic;
}

/*	------------------------------- Main content ------------------------------- */

#maincol img {
	margin: 5px;
}

#maincol h1,
#maincol h2,
#maincol h3,
#maincol h4,
#maincol h5,
#maincol h6 {
	margin: 10px 0 12px;
	clear: left;
}

#maincol h1 {
	font-size: 16px;
}

#maincol h2 {
	color: #0096B6;
	font-size: 16px;
}

#maincol h3 {
	font-size: 15px;
}

#maincol h4,
#maincol h5,
#maincol h6 {
	font-size: 13px;
}

h1#page-title {
	height: 19px;
	background: #B5ECF7;
	color: #7D6A55;
	font-size: 14px;
	padding: 3px 0 2px 10px;
	margin-bottom: 12px;
}

h1#site-title {
	color: #7D6A55;
	display: block;
	width: 371px;
	height: 41px;
	background: url('../images/core/welcome_to_the.gif') no-repeat;
	margin-bottom: 25px;
	margin-top: 0;
}

h1#site-title span {
	position: absolute;
	text-indent: -9999px;
}

#maincol ul,
#maincol ol {
	margin: 0 0 10px 30px;
}

/*	------------------------------- Search And Sitemap Buttons ------------------------------- */

#subnav {
	margin: 8px 43px 0 0;
	float: right;
	font-size: 12px;
	color: #FFF;
}

#subnav a {
	color: #FFF;
}

/*	---------------------------------------- Header ---------------------------- */

#titlebar {
	margin-bottom: 20px;
	background: #66cdec;
}

#site-logo {
	padding-left: 23px;
}

#mainmenu {
	background: #0096B6;
}

#mainmenu .innerborder {
	border-bottom: 1px solid #7AC8d9;
}

#mainmenu .innerborder,
#mainmenu .inner {
	padding-left: 52px;
}

#mainmenu ul {
	list-style: none;
	width: 100%;
	height: 26px;
	color: #FFF;
	font-weight: bold;
}

#mainmenu li {
	height: 26px;
	display: block;
	float: left;
	position: inline;
	border-left: 1px solid #7AC8d9;
	background: url('../images/core/menu_bg.gif') no-repeat 0 10px;
}

#mainmenu li a {
	color: #FFF;
	display: block;
	height: 18px;
	padding: 4px 7px;
	text-decoration: none;
	float: left;
}

#mainmenu li.emergency {
	background: #FFF;
}

#mainmenu li.emergency a {
	color: #0096B6;
}

#mainmenu li.selectedMenuItem {
	background-color: #7D6A55;
}

#page-head {
	margin-right: 27px;
}

#page-head h1 {
	margin-left: 170px;
}

#page-head img {
	float: left;
}

/*	---------------------------------------------- Side Navigation Styles --------------------------- */

#sidenav {
	float: left;
	width: 170px;
	clear: left;
}

#sidenav ul {
	margin-right: 10px;
	margin-top: 0px;
}

#sidenav ul ul {
	margin-right: 0;
	margin-top: 0;
}

#sidenav li {
	font-size: 11px;
	border-bottom: 1px solid #B5ECF7;
	padding: 2px 0 2px 15px;
	background: url(../images/nav/navbullet.gif) 8px 9px no-repeat;
	list-style-type: none;
}

#sidenav li ul li {
	border-bottom: none;
	padding: 0 0 0 9px;
	background: url(../images/nav/navsubbullet.gif) 0 7px no-repeat;
}

#sidenav li ul li ul li {
	padding: 0 0 0 9px;
	background: url(../images/nav/navsubsubbullet.gif) 0 9px no-repeat;
	list-style-type: none;
}

#sidenav li a {
	color: #666666;
	text-decoration: none;
}

#sidenav a:hover {
	color: #CC0000;
}

#sidenav a.currentarea {
	color: #660099;
}

#sidenav a.currentpage {
	font-weight: bold;
	color: #660099;
}

#sidenav li.currentpage,
#sidenav li.currentarea {
	color: #660099;
}

#sidenav li ul li.currentpage {
	background: url(../images/nav/navsubbullet_on.gif) 0 7px no-repeat;
	color: #660099;
}

#sidenav li ul li ul li.currentpage {
	background: url(../images/nav/navsubsubbullet_on.gif) 0 9px no-repeat;
	color: #660099;
}

#sidenav img {
	margin-bottom: 15px;
}

#maincolcontainer {
	position: relative;
	margin-right: 27px;
	margin-left: 170px;
}

#maincol {
	float: left;
	width: 100%;
}

#txtHolder{
	font-size:13px;
}

/*	--------------------------- Right hand block -------------------- */

#rhcolumntext {
	float: right;
	font-size: 11px;
	width: 180px;
	margin: 32px 0 40px 20px;
	border: 1px solid #0096B6;
}

#rhcolumntext hr {
	width: 175px;
}

#rhcolumntext p {
	margin: 0 20px 10px;
}

#rhcolumntext ul {
	padding: 0px;
	margin: 10px 20px;
}

#rhcolumntext img {
	margin: 3px;
}

#rhcolumntext li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

#rhcolumntext h2 {
	background-color: #0096B6;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding: 4px;
	margin: 0;
}

#rhcolumntext h3 {
	color: #0096B6;
	padding: 3px;
	margin-left: 20px;
}

/*	---------------------------------------- Footer ---------------------------- */

#footer {
	clear: both;
	font-size: 11px;
	margin: 70px 0 50px;
}

#footer p {
	line-height: 1em;
}

#footer a {
	color: #000;
}

#footer a.under {
	text-decoration: underline;
}

#footer #twitter-image {
	margin: 0;
	float: right;
}

/*--School search form--*/

.clear {
	display:block;
	clear:both;
	font-size:0.1em;
	height:1px;
}

.labelField {
	float:left;
	width:130px;
	padding:0px 0px 10px 0px;
}
.inputField {
	float:left;
	width:200px;
	padding:0px 0px 10px 0px;
}
.inputField select,
.inputField input {
	width:180px;
	margin:0;
	padding:0;
}

#schoolsSearchResults {
	border-collapse:collapse;
	margin:20px 0px;
}

#schoolsSearchResults th {
	text-align:left;
	padding:4px 0px;
}

#schoolsSearchResults td {
	padding:4px 60px 4px 0px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #FCECBE;
}

.buttonLink {
	display:block;
	width:136px;
	padding:4px;
	background-color:#f8f8f8;
	border:1px solid #ccc;
}

