* {box-sizing:border-box}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663399;
	background-color: #000000;
}
address {
	color: black;
	font-size: 8px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

a:link {
	color: #663399;
	text-decoration: none
}


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


a:hover {  
	color: #FF0000; 
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #663399;
	font-weight: bold;
}
h2, h3, h4 {
	font-size: 16px;
	color: #663399; /* Old Color Grey #666666 */
	font-weight: bold;
}
p {}
ul {}
ol {}

/*
body {
	background-color: #663399;
}
.style1 {color: #663399}
.style3 {color: #663399; font-weight: bold; }
*/

/*
.style10 {font-weight: bold}
.style11 {
	font-weight: bold;
	font-size: 12pt;
}
*/
/*
.style15 {
	font-size: 85%;
}
*/
/*
.style16 {
	font-size: 70%
}
.style17 {color: #000000}
.style18 {font-size: 70%; font-weight: bold; }
*/

.companyname {
	font-size: 24px;
	font-weight: bold;
	color: #663399;		/* #663399 Musky Purple */
}
.menuheads {
	color: #FFCC00;
}
.small {
	font-size: 12px;
}
#designed a {
	color: #663399;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PageFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}

#Main-Body-Header {
	text-align: center;
}
.menuheadsFlash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: blink;
}
.text-center{
	text-align: center;
}

.Index-Page {
	min-width: 450px;
}

.Menubigbox-center{
	max-width: 750px; /*I may need to change this back to 540 or 750 when there are two sets of boxes */
	/* With one set of boxes the max-width needs changed to 350*/
	margin: auto;
	text-align: center;
	padding: 30px;
	/* background-color: aquamarine;  This helped see where the box is */
}

.Menubox-left {
  width: 250px;
  padding: 3px;
  float: left; /* This needs disabled when there is one set of boxes */
 /*  background-color:chocolate; This helped see where the box is */
}

.Menubox-right {
  width: 250px;
  padding: 3px;
  float: right;
}

.MathSciencebigbox-center{
	max-width: 750px; /*I may need to change this back to 540 or 750 when there are two sets of boxes */
	/* With one set of boxes the max-width needs changed to 350*/
	margin: auto;
	text-align: center;
	padding: 30px;
	/* background-color: aquamarine;  This helped see where the box is */
}

.MathSciencebox-left {
  width: 250px;
  padding: 3px;
  float: left; /* This needs disabled when there is one set of boxes */
 /*  background-color:chocolate; This helped see where the box is */
}

.MathSciencebox-right {
  width: 250px;
  padding: 3px;
  float: right;
}

.MathSciencebox-left button {
    background-color: #dddddd;
    border: none;
    padding: 15px 25px;
	margin: 3px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
	min-width: 225px;
}

.MathSciencebox-left button:hover {
    background-color: #bfbfbf;
}

.MathSciencebox-left button:active {
	background-color: #efefef;
	
}

.MathSciencebox-right button {
    background-color: #dddddd;
    border: none;
    padding: 15px 25px;
	margin: 3px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
	min-width: 225px;
}

.MathSciencebox-right button:hover {
    background-color: #bfbfbf;
}

.MathSciencebox-right button:active {
	background-color: #efefef;
	
}

#marquee	{
	width: 100%;
	height: 20px;
}
/* The alert message box */
.alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
}
.alert.delay {
	background-color: #f44336; /* Red */
}
.alert.info	{
	background-color: #663399; /* Purple */
	/*a:link color:	#FFCC00; /* Yellow */
}
/* The close button 
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

 When moving the mouse over the close button 
.closebtn:hover {
    color: black;
} */
#yellow-bar01, #yellow-bar02, #yellow-bar03 	{
	text-align: center;
	float: left;
	width: 100%;
	height: 10px;
	padding: 3px;	
}
#mission	{
	text-align:center;
	display: inline-block;
	width: 50%;
	min-width: 110px;
	max-width: 922px;
	margin-left: 25%;
/*	float: left;
	padding-left: 200px;
	padding-right: 200px;
 */
/*	display: inline;  IE Compatibility */
}
#logo-box	{
	text-align: center;
	display: inline-block;
	padding: 20px;
	width: 100%;
}
#logo-text	{

	font-size: 10px;
	align-content: center;

}
#logo	{
	/* text-align: center; */
	width: 100px;
	height: 81px;
}


#top-notice {
    
    text-align: center;
	padding: 2px;
}
#front-page-flash-box	{
	text-align: center;
	width: 100%;
	padding: 20px;
/*	float: left;
	margin-left: 27%;	*/
}
#map {
	/*Google Map located on 
	http://www.jamestown.k12.pa.us/DistrictInfo/District_Info.html
	*/
        height: 400px;
        width: 75%;
}
#DI1-1, #DI1-2 {
	text-align: left;
	font-weight: bold;
	
}
#DI1-3	{
	text-align: left
}
.Menufood-nondis	{
	text-align: center;
	float: left;
}

.Menufood-nondis p {
	text-align: justify;
}

.Menusummer-feeding	{

	float: left;
}

.Menubox-left button {
    background-color: #dddddd;
    border: none;
    padding: 15px 25px;
	margin: 3px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

.Menubox-left button:hover {
    background-color: #bfbfbf;
}

.Menubox-left button:active {
	background-color: #efefef;
	
}

.Menubox-right button {
    background-color: #dddddd;
    border: none;
    padding: 15px 25px;
	margin: 3px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

.Menubox-right button:hover {
    background-color: #bfbfbf;
}

.Menubox-right button:active {
	background-color: #efefef;
	
}




/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.LastUpdateCopywrite {
	text-align: center;
}
.Faculty-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.Faculty-td, .Faculty-th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.Faculty-th {
	width: 100%;
}

.Faculty-tr:nth-child(even) {
  background-color: #dddddd;
}

.SchoolBaord-BidQuoteOpps {
	font-size: 18px;
}


.SchoolBaord-BidQuoteOpps li {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
}

#SchoolBaord-BidQuoteOpps a {
	color: black;
	font-size: 14px;
	text-decoration: underline;
}
.SchoolBoard-Page, .SpecEd-Page {
	color: Black;
	min-width: 450px;

}

#SchoolBoard-Title a {
	color: black;
	font-size: 18px;


}

.SchoolBoard-Title, .SpecEd-Title, h1 {
	font-size: 28px;
	color: black;

}

.SchoolBoard-Policies, .SpecEd-Policies {
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#SchoolBoard-Policies a {
	color: black;
	text-decoration: underline;
	list-style-type: none;
	font-size: 14px;
}

#SpecEd-Policies a {
	color: black;
	text-decoration: underline;
	list-style-type: none;
	font-size: 14px;
}

.SchoolBoard-Policies, .SpecEd-Policies, li {
	list-style-type: none;
	font-size: 14px;
	padding-top: 15px;
}



.SchoolBoard-Directory {
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: bold;
}

#SchoolBoard-Directory a {
	color: black;
	font-size: 18px;
	text-decoration: underline;
}

.SchoolBoard-Assess {
	font-size: 18px;
}


.SchoolBoard-Assess li {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
}

#SchoolBoard-Assess a {
	color: black;
	font-size: 14px;
	text-decoration: underline;
}

.SchoolBoard-Calendar {
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: bold;
}

#SchoolBoard-Calendar a {
	color: black;
	text-decoration: underline;
	font-size: 18px;
}

.SchoolBoard-Minutes {
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#SchoolBoard-Minutes a {
	color: black;
	text-decoration: underline;
	font-size: 14px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
