/*THANK YOU TO
//http://www.alistapart.com/comments/holygrail?page=22
//http://www.gerd-riesselmann.net/development/the-holy-grail-css-layout-fix-for-ie7
//http://www.fu2k.org/alex/css/onetruelayout/example/interactive*/


* {
	margin: 0;
}
html, body {
	margin: 0;
	height: 100%;
	width: 100%; }

body {
	text-align: center;
	font-family: veranda, arial, helvatica, sans-serif;
	font-size: 11pt;
	color: #3D3D3D;
	background: #ee9911;}

h1, h2 {
	position: relative;
	z-index: -1; }

a:link, a:visited, a:hover, a:active { 
	color: #3D3D3D; }


	/*HEADER*/

#header {
	padding: 0;
	margin: 0;
	text-align: left;
	background: #D6CEC3;
	background-image:url('../images/hcircle.gif');
	background-repeat: no-repeat;
	height:79px }


#header h1, #header h2 {
	padding: 0px 5px; }


	/*BODY*/


.content {
	padding: 5px;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
	background: #f0f0f0; }



	/*PUSHES FOOTER TO THE BOTTOM*/


.footer {
	clear: both;
	margin: auto;
	padding: auto;
	width: 800px;
	height: 25px; /* .push must be the same height as .footer */
	position: relative;
	font-size: 8pt;
	border-top: 1px solid #d6c2d6;   }

.push {
	height: 25px; /* .push must be the same height as .footer */
	clear: both; }


	/*CREATES COLUMNS*/


#center
	{
	float: left;
	width: 463px;
	text-align: left; }

* html #center
	{
	display: inline;
	padding-top: 0px; }

#left
	{
	margin: 0px 0px 30px 0px;
	padding: 5px;
	float: left;
	width: 200px;
	text-align: left;
	background: #d6c2d6; }

* html #left
	{
	display: inline;
	padding: 5px; }

#right {
	float: left;
	padding: 0;
	width: 125px;
	background: #fff url('../images/text2.gif') no-repeat center;
	height:255px;
	border: 1px solid #d6c2d6; }

#wrapper {
	width: 800px; }

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */

#wrapper {

/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */

	float: left;

/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */

	float/**/: none; }

/* easy clearing */

#wrapper:after	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

#wrapper {
	display: inline-block; }

/*\*/

#wrapper {
	display: block; }

/* end easy clearing */


	/*FOOTER*/

#counter {
	padding: 3px;
	float: left;
	position: relative;
	left: 0;
	bottom: 40px;
	width: 200px;
	border: 1px solid #d6c2d6; }
		
#stu {
	padding: 0;
	margin: 0;
	width: 150px;
	float: right;
	position: relative;
	right: 0;
	bottom: 295px;}


#stu p {
	padding: 0;
	margin: 0 0 0 0px;
	text-align: center;
	font-size: 8pt;
	width: 150px;}


#footcontent {
	float: left;
	height: 25px;
	margin-left: -200px;
	margin-right: -200px;
	width: 790px;}


	/*NAVIGATION - TOP*/

#nav_top1 {
	margin: 1px 0px;
	padding: 0px;
	height: 30px;
	width: 798px;
	background: #996699;
	border: 1px solid #996699;
	list-style-type: none; }

*html #nav_top1 {
	margin-left: 0; }

#nav_top1 a { }
	
.nav_head a {
	color: #fff; }
	
#nav_top1 ul { }

#nav_top1 li {
	margin:  0px;
	padding: 0px;
	float: left;
	line-height: 30px;
	width: 125px;
	text-align: center;
/*	background: url("../images/topcircle.gif") no-repeat center left;*/
	}

.nav_head a {
	display: block;
	width: 125px;
	height: 30px;}
	
.nav_head a:hover { 
	background: #fff;
	color: #000; }
	
#index .navAbout a {
		background: #d6c2d6;
		color: #000; }
#contact .navContact a {
		background: #d6c2d6;
		color: #000; }
#pageService .navServices a {
		background: #d6c2d6;
		color: #000; }
#briefoverview .navOverview a {
		background: #d6c2d6;
		color: #000; }
		
#thursday .navServices a, #selfregulation .navServices a, #evaluation .navServices a, #consultation .navServices a, #advocacy .navServices a, #edIntervention .navServices a, #staff .navServices a, #progdev .navServices a, #district .navServices a, #briefoverview .navOverview a {
		background: #d6c2d6;
		color: #000; }
#sam .navSam a {
		background: #d6c2d6;
		color: #000; }
#email .navEmail a {
		background: #d6c2d6;
		color: #000; }


	/*SIDE BAR - BOX*/


#services {
	padding: 3px;
	background: #fff; }

#services p {
	width: 180px;}


	/*SIDE BAR - HEADING*/


.nav_top {
	list-style-type: none;
	margin: 10px 0px;
	padding: 5px; 
	font-weight: bold;
	border-top: 2px solid #996699; }


	/*SIDE BAR - LINKS*/


.nav_link {
	margin-left: 25px;
	padding: 0; }

.nav_link li{
	margin: 10px 0px; }


.nav_link a {
	color: #3D3D3D; }


	/*SUBCAT*/


#subcat {
	margin: 10px 30px;  }

.subcat_heading {
	margin: 10px 0px;
	padding: 3px 0px;
	font-size: 12pt;
	font-weight: bold; }

#subcat p {
	line-height: 20px;
	text-align: justify; }
	
	#email #subcat .contactForm p {
		text-align: right; }
		#email #subcat .leftText p {
			text-align: left; }

*html #subcat ol, *html #subcat ul {
	margin: 0px 0px 0px 40px;}

.p1, .p2, .p3, .p4, #subcat li {
	margin: 10px 0;}

#subcat .directions {
	margin: 0;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #d6c2d6;}


	/*SUBCAT - PERSONALIZED*/


#right .p1 {
	font-family: "comic sans", cursive;
	font-weight: bold; }

#index .p2 {  }


.directions {
	font-size: 9pt; }

#pageService #services p  {
	margin: 10px;
	width: auto; }
	

	/*DISTRICT SERVICES*/


#distinter {
	margin-bottom: 10px;
	border-bottom: 2px solid #996699; }


	/*ADDRESS*/


.add {
	padding: 10px 0px 10px 5px;
	border-bottom: 2px solid #996699; }


.add1 {
	padding: 10px 0px 0px 5px; }


	/*FORM*/
	
	
.contacttype {
	font-weight: bolder;
		width: 105px;}
	
	.contacttype p { }
	
#contactform td {
	padding: 5px; }
		
/*		#contactform p {
			text-align: right; }
	
.leftText td p {
	text-align: left;	
	background: green;}	
	*/
		
.warning {
	color: red; }
	
	/*CLASSES*/
	
.bold {font-weight: bold; }
.blue {color: #67809A; }
#subcat .alignCenter p {text-align: center; }
.alignCenter p {text-align: center; }
.alignCenter {text-align: center; }
.borders {border: 1pt solid black; padding: 5px; }
.fontSmaller {font-size: smaller}