/* APSEA Green	color:rgb(30,135,4); */

/* Turn off Underlines for links */
a{
text-decoration:none;
}


/* Create some re-useable classes */
span.highlight {
	background:rgb(255,255,164);
}

div.highlight {
	border-top:2px solid rgb(255,204,51);
	border-bottom:2px solid rgb(255,204,51);
	background:rgb(255,255,204);
	text-align:center;
	margin-left:10px;
	margin-right:10px;

}

.specialblock {
	border-top:2px solid rgb(255,204,51);
	border-bottom:2px solid rgb(255,204,51);
	background:rgb(255,255,204);
	text-align:center;
	margin-left:10px;
	margin-right:10px;

}


.pointer {
	cursor:pointer;
}

.pretty {
/*    background: transparent url('/images/UpperLeft.png') no-repeat scroll top left; */
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.dropcap {
	color:rgb(30,135,4);
	font-size:1.5em;
	font-family:Ariel, san-serif;
	padding-left:5px;
	position:relative;
	
}
/* Set up the body properties */
body { 
	font:100% "Arial",sans-serif;
/* 	background:url('../images/background.png'); */
 	background:#ADB58D; 
	margin:0; 
	padding:0;
	text-align:center;
	}

/* Fade the tops of h1's*/
.fade {
  background:url('../images/gradient-white.png') repeat-x;
  position: absolute;
  display: block;
  width: 600px;
  height: 4em;

}


h1 {
	font: 2em "Ariel", Ariel, sans-serif;
	color:rgb(40,40,40);
	margin-bottom:0px;
	padding-bottom:0px;

}

h2 {
	font: 1.6em "Ariel", Ariel, sans-serif;
	color:rgb(40,40,40);

}

h3 {
	font: 1.3em "Ariel", Ariel, sans-serif;
	color:rgb(40,40,40);
	margin-bottom:0px;
}

/* Holder */
#holder {
/* 	background:#CDD5AD;  */
/*	background-image:url('/images/translucent.png'); */
/*	background-repeat:repeat; */
	margin-left:auto;
	margin-right:auto;
	width:85%;
/* border:1px solid red; */
}


/* Header is the top of every page and includes the image through to the buttons */
#header { 
	background:white; 
 	border-top:1px solid rgb(30,135,4); 
 	border-left:1px solid rgb(30,135,4); 
 	border-right:1px solid rgb(30,135,4); 

	text-align:left;
	margin-left:auto;
	margin-right:auto;
/* 	margin-bottom:25px; */
 	padding:10px 10px 25px 10px; 
	}

/* Content is the center of every page between the header and footer */
#content { 
	background:white; 
 	border-left:1px solid rgb(30,135,4); 
 	border-right:1px solid rgb(30,135,4); 
/* 	width:700px; */
	text-align:left;
/* 	margin-left:auto; */
/* 	margin-right:auto; */
 	padding:10px 10px 25px 10px; 
	}

/* Footer is at the bottom of every page and includes just the address line */
#footer { 
	background:white; 
 	border-left:1px solid rgb(30,135,4); 
 	border-right:1px solid rgb(30,135,4); 
 	border-bottom:1px solid rgb(30,135,4); 
/* 	width:700px; */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	font:70% "Arial",sans-serif;
	}

/* Within the header, the part that says Atlantic Provinces Special Education Authority */
#htitle {
	font:bold 160% "Arial",sans-serif;
	text-align:center;
 	color:rgb(30,135,4);
	
}

/* Within the header */
#mission {
	font:normal 90% "Arial",sans-serif;
	text-align:center;
	color:black;
}




/* Buttons Start */

a.button {
/*     background: transparent url('images/bg_button_a.gif') no-repeat scroll top right; */
/*    color: #FFF; */
   color: #000;
   font: normal 13px "Arial", sans-serif;
   height: 24px;
   margin-right: 6px;
   text-decoration: none;
	border:1px solid rgb(0,99,33);
	background:#BDC59D;
   padding: 6px 6px 6px 6px;
	position:relative;
}

a.button:active {
/*     background-position: bottom right; */
/*    color: #FFF; */
   outline: none; /* hide dotted outline in Firefox */
	padding: 6px 6px 6px 6px;
	top:1px;
}

.item {
	border-right:1px solid grey;
	border-bottom:1px solid grey;
}
/* Buttons End */

.green {
	background:#ADB58D;
}

.odd {
	background:#CDD5AD; 

}

.even {
	background:#EDF5CD; 

}

.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px
	-khtml-border-radius:5px;
}

.dropshadow {
	-moz-box-shadow:grey 5px 5px 5px;
	-webkit-box-shadow:grey 5px 5px 5px;
	-khtml-box-shadow:grey 5px 5px 5px;
}
