/*hide from screen media, but show in print*/
html .show {
	display: none !important;
}
html .hide {
	display: block !important;
}

html body {
	float: none !important;
	width: auto !important;
	margin: 5%  !important;
	padding: 0 !important;
}

html #dropmenudiv,
html #dropmenudiv a,
html #dropmenudiv a:hover {
	display: none !important;
}

html div#bannerTop,
html div#headerTop,
html div#healthLogin {
	display: none !important;
}

html div#headerTop a:link,
html div#headerTop a:visited,
html div#headerTop a:hover,
html div#headerTop a:active {
 display: none !important;
}

html div#districtSearch form,
html div#applyForm form,
html div#findForm form,
html div#headerMenu {
	display: block !important;
	text-align: left;
	text-indent: 0;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	width: auto !important;
	overflow: visible;
	height: 1%;
}

html div#headerMenu {
	padding-bottom: 5px;
}

/*Forms, in general*/

html input.styled,
html select.styled {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	border: 1px solid #000;
	margin: 0;
	padding: 2px;
	font-size: 10pt;
	font-weight: normal;
}

html select.styled,
html textarea.styled {
	font-size: 10pt;
}

html span.req {
	color: Red;
	font-weight: bold;
}


html div.logo {
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	overflow: visible;
	height: 1%;
}

html div.about,
html div.find,
html div.become,
html div.news {
	display: none !important;
}

/*history path*/
html div#historypath {
	display: block !important;
	/*float: none !important;*/
	float: right;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	font-size: 9pt;
	overflow: visible;
	height: 1%;
}

html div#historypath a {
	font-size: 9pt;
	color: Black;
	text-decoration: none;
	font-weight: normal;
}

html a:link, a:visited {
	color: Blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}

html h1, 
html h2, 
html h3, 
html h4 {
	display: block !important;
	text-indent: 0px;
	text-align: left;
	margin: 0  !important;
	padding: 0 !important;
	font-weight: bold;
	float: none;
	color: Black;
	font-size: 14pt;
	clear: left;
	background: none !important;
}

html p,
html img,
html .smaller {
	display: block !important;
	text-indent: 0px;
	text-align: left;
	margin: 10px 0  !important;
	padding: 0 !important;
	font-weight: normal;
	font-size: 10pt;
	float: none !important;
	color: Black;
	clear: both !important;
}

/*main body Content */
html div#content,
html div#mainLeft,
html div#mainRight,
html div.innerRight {
	display: block !important;
	text-align: left;
	text-indent: 0;
	margin: 0 !important;
	padding-bottom: 10px;
	float: none !important;
	width: auto !important;
	overflow: visible;
	height: 1%;
	font-size: 10pt;
}

html div.innerLeft,
html div.colour01,
html div.colour02,
html div.innerLeft_watermelon,
html div.innerLeft_apples,
html div.innerLeft_tomato,
html div.innerLeft_cauliflower {
	background: none !important;
	display: block !important;
	text-align: left;
	text-indent: 0;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	width: auto !important;
	overflow: visible;
	height: 1%;
}

html div.col01,
html div.col02,
html div.col03,
html div.col04,
html div.col05,
html div.col06 {
	border: none;
	width: auto !important;
	float: none !important;
	/*display: inline;*/
	clear: both;
}

html .floatRight {
	float: right;
	display: inline;
}

html .floatCenter {
	text-align: center;
}

/*Primary text treatments*/

html .subtitle01,
html .subtitle02 {
	font-weight: bold;
	font-size: 10pt;
}

/*a.upper {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
}

a.regular {
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
}
*/

html a.arw {
	display: none !important;
}

html .extra_margin {
	clear: both;
	padding-top: 10px;
}

html .inline img {
	display: inline;
	margin: 0;
	padding: 25px;
	/*overflow: auto;
	height: 1%;*/
}

html table {
	width: auto;
	border-collapse: collapse;
	margin: 0 10px 10px 10px;
}

html table th {
	text-align: left;
}

html table tr.highlight {
	background: #f5f5eb;
}

html table td {
	padding: 5px 0 5px 0;
}

html table .right {
	text-align: right;
}

html table .center {
	text-align: center;
}

/*IE position fix*/
* html .extra_margin {
	padding-top: 0;
}

/*pagination styles*/
html div#pager {
	float: right;
}

html div#pager div {
	display: inline;
	padding: 10px;
}

/*footer*/
html div#footer,
html div#footerContent {
	display: block !important;
	text-indent: 0px;
	text-align: left;
	margin: 0  !important;
	padding: 0 !important;
	font-weight: normal;
	font-size: 9pt;
	float: none;
	color: Black;
	width: auto !important;
	overflow: visible;
	height: 1%;
	border: none !important;
}

html div#footerContent a {
	font-size: 9pt;
	text-decoration: underline;
	color: Black;
	background: transparent;
	font-weight: normal;
}

html div.footerLeft {
	display: none !important;
}

html div.footerRight {
	width: auto !important;
}

html ul#menu_footer {
	display: none !important;
}