@charset "utf-8";
/* CSS Document */
/* Reset Default CSS browser values*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
	padding:0;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
   list-style:none;
}
caption,th {
   text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* Reset Default CSS ends here*/

body		{
	background-color:#efefef;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.4;
}
h1	{
	font-size:20px;
	color:#666;
	line-height:1.2;
	margin-bottom:10px;
	}

h2	{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:10px;
	margin-top:5px;
}
h2 a	{
	text-decoration:underline;
	color:#666;
}
h2	a:hover	{
	background-color:#EBEBEB;
}
h3	{
	font-size:18px;
	color:#006699;
	line-height:1.2;
	margin-top:5px;
}
p	{
}
ol	{
	list-style:decimal;
	margin:5px 0 5px 20px;
}
ul	{
	list-style:disc;
	margin:5px 0 5px 20px;
}
img	{
	border:0px;
}
a 		{	
	color: #336699;
	text-decoration	: none;
	}
			
a:hover 	{
	color:#000033;
	text-decoration	: underline;
	}
strong {
    font-weight:bold;
	font-style:inherit;
}
em	{
	font-style:italic;
	font-weight:inherit;
}
iframe	{
	border:0;
	color:#fff;
}
hr {
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	clear:both;
}
 /*4 column table with pics*/
#tbl table	{
	width:992px;
}
#tbl td	{
	padding:4px;
}
#tbl img	{
	width:240px;
}
/* 5 column table with pics*/
#tbl2 table	{
	width:100%;
}
#tbl2 td	{
	width:20%;
	padding:5px;
}
#tbl2 img	{
	width:100%;
	height:auto;
}
table#tblschool	{
	width:100#;
	clear:right;
}
table#tblschool td	{
	padding:5px;
	font-size:11px;
	width:20%;
}
table#tableschools	{
	width:100#;
	clear:right;
}
table#tableschools td	{
	padding:5px;
	font-size:14px;
	width:33%;
}

  /*table for channel videos columns page*/

.tablechannel	{
	float:left;
	width:750px;
	background-color:#efefef;
	border:1px #666666 solid;
	box-shadow: 0px 0px 2px #aaa;
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
}
.tablechannel td	{
	border:1px #666666 solid;
	padding:15px;
	width:33%;
	text-wrap:unrestricted;
}
.tablechannel td img	{
	width:150px;
	height:113px;
}
  /*table for school directions page*/

#tbl_directions	{
	width:100%;
}
#tbl_directions td	{
	padding:1px 5px;
}
  /*table for Board page*/
  
#tbl_board 	{
	float:left;
	width:305px;
	margin-bottom:10px;
	background-color:#efefef;
	border:1px #666666 solid;
}
#tbl_board td	{
	padding:5px;
	border:1px #666666 solid;
}
.tablepad {
	margin:5px;
}
.tablepad td	{
	padding:5px;
	vertical-align:top;
}
.tablepad th	{
	padding:5px;
	background-color:#dedede;
}

	/*table for parent or internal page*/
.tableint	{
	width:100%;
	background-color:#efefef;
	border:1px #666666 solid;
	box-shadow: 0px 0px 2px #aaa;
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
}
.tableint td	{
	padding:5px;
	border:1px #666666 solid;
}

.indent	{
	margin-left:20px;
}

/*Crumbs and Search box div*/

#top	{
	margin:0 auto;
	width:768px;
	max-width:2000px;
	background-color:#ccc;
	height:30px;
	position:relative;
	padding-top:2px;
	border-bottom: #999 solid 2px;

}
#crumbs	{
	font-size:11px;
	width:430px;
	color: #000;
	float:left;
	margin-left:20px;
	padding-top:3px;
	padding-bottom:9px;
	letter-spacing:.1em;
}
#crumbs a	{
	color: #666;
	text-decoration:none;
}
#crumbs a:hover	{
	color: #000;
	text-decoration:underline;
	background:none;
}
#search	{
	float:right;
	margin-right:10px;
	width:300px;
}
#search input[type="search"]	{
	float:left;
    width: 230px;
	padding:5px;
	margin-right:2px;
	height:30px;
}
#search input[type="submit"]	{
	display:inline;
	padding:5px;
    background: #0d7105;
    color: #fff;
}
#search input[type="submit"]:hover	{
	background-color:#119606;
}
.searchbox	{
	float:right;
	margin-top:3px;
}
#showmobile	{
	display:none;
}
.showmobile	{
	display:none;
}

/*Main wrapper div*/

#holder {
	width:756px;
	padding:5px;
	margin: 5px auto;
	background-color:#fff;
	border-radius:1em;
	border:#999 solid 1px;
	overflow:hidden;
	}
	
/*Accordion div left side*/	

#leftcol	{
	width:200px;
	float:left;
}
#logo	{
	width:200px;
	height:auto;
}
#logo img	{
	width:190px;
	height:auto;
}
.greentxt	{
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color: #90bc41;
	clear:left;
	font-variant:!important;
}
.greentxt a	{
}
.greentxt a:hover	{
}
#home	{
	width:100%;
	margin-top:15px;
}
#home img	{
	width:125px;
	height:auto;
}
.topnav, .topnav:hover {
  color:#555;
}

/*Left Accordion div*/

#Accordion1 {
    background-color: #FFFFFF;
    font-size: 0.9em;
	margin-top:10px;
    outline: medium none;
    width: 200px;
	height:375px;
}

#Accordion1 ul,#Accordion ol {
	list-style:none;
}

#Accordion1 li {
	font-size:11px;
	margin-left:-20px;
}
.Accordion {
	overflow: hidden;
	outline:none;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	/*color:#eedda5;*/
	color:#f1991e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold ;
	line-height:26px;
	text-align:left;
	/*border-bottom: solid 1px gray;*/
	margin-left:5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	padding-left:10px;
	padding-right:5px;
	margin-left:5px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	/*border-bottom: solid 1px gray;*/
}
.AccordionPanelContent a,.AccordionPanelContent p {
	font-size:12px;
	text-decoration:none;
}
.AccordionPanelContent a:hover {
	text-decoration:underline;
	color:#000;
	background:none;
}
.AccordionPanelOpen .AccordionPanelTab {
	color: #df8404;
}
.AccordionPanelTabHover {
	color: #f1991e;
	text-decoration:underline;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color:#F90;
}
#ajaxticker1{
	width: 200px;
	height: 90px;
	background-color: #ffffc4;
}
#ajaxticker2{
	width: 200px;
	height: 75px;
}
#stream	{
	width:200px;
	margin-bottom:10px;
}
#stream img	{
	border:1px solid #999;
	width:100%;
	height:auto;
}
#eye	{
	width:200px;
	margin-bottom:10px;
}
#eye img	{
	border:0px solid #999;
	width:100%;
	height:auto;
}
#gcsf	{
	width:200px;
}
#gcsf img	{
    border:1px solid #999;
	width:100%;
	height:auto;
}
/*Right column main area frontpage*/

#rightcol	{
	width: 556px;
	float:right;
	position:relative;
}

/*internal pages top banner ads*/

#topad	{
	width:556px;
	clear:right;
	float:right;
}
#topad img	{
	width:100%;
}

/*Main Image Slider */

#sliderbox	{
	float:right;
	margin-top:0;
	margin-left:5px;
	width:551px;
	height:290px;
	overflow:hidden;
	position:relative;
	z-index:0;
}

#slider	{
	margin-top:0;
	margin-left:15px;
	margin-bottom:0px;
	position:relative;
	width:525px;
	z-index:0;
}
#frontnews	{
	width:300px;
	float:right;
	margin-right:10px;
	clear:both;
}

/*front page 3 boxes*/

#seasonal	{
	float:right;
	clear:right;
	text-align:center;
	margin:25px 0 0 0;
	width:550px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#seasonal img{
	width:165px;
	height:auto;
	border:1px solid #999;
	margin:0 5px;
}

/*internal pages top banner ads*/

#ads	{
	clear:right;
	width: 550px;
	float:right;
}
#ads img	{
	width:100%;
}


/*content div for pages with no left accordion div*/

#deepcontent	{
	padding:5px 0 10px 5px;
	overflow:none;
	margin:5px 0 5px;
	clear: both;
	min-height:350px;
}
#deepcontent, #deepcontent p, #deepcontent td, #deepcontent ul, #deepcontent ol 	{
	font-size:14px;
	line-height:1.4;
	margin-top:9px;
	margin-bottom:9px;
}
  /*table for admin staff 3 columns page*/

#deepcontent .tableadm	{
	float:left;
	width:500px;
	background-color:#efefef;
	border:1px #666666 solid;
}
#deepcontent .tableadm td	{
	border:1px #666666 solid;
	padding:3px;
	font-size:11px;
}
#deepcontent .tableadm td p	{
	font-size:12px;
}
#deepcontent .tableadm td h3	{
	font-size:16px;
	font-weight:bold;
}
#deepcontent .tableadm td img	{
	width:140px;
	height:140px;
}

  /*table for hr staff pics 4 columns page*/
#deepcontent #tablehr {
	width:320px;
	background-color:#efefef;
	border:1px #666666 solid;
	float:left;
}
#deepcontent #tablehr td	{
	padding:2px;
	border:1px #666666 solid;
	font-size:9px;
}
#deepcontent #tablehr td img	{
	width:85px;
	height:auto;
}
.hidetm	{
	display:none;
}
/*Horizontal Links Navigation*/

.hlinks {
	margin: 0 0 10px 0;
	padding: 0px;
	float: left;
	clear: right;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.hlinksgroup	{
	margin: 0px;
	padding: 0px;
}
.hlinktab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 3px;
	margin: 0px 1px 0px 8px;
	font-size:14px;
	font-weight:bold;
	color: #90BC41;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	clear:right;
}
.hlinktab a	{
	font-size:13px;
	color: #90BC41;
	text-decoration:none;
	background-color:none;

}
.hlinktab a:hover	{
	color: #f1991e;
	background:none;
}

/*Right side navigation on internal pages*/

.pagelinks	{
	float:right;
	width:200px;
	overflow:hidden;
	margin-top:10px;
	margin-left:5px;
	clear:right;
}

.pagelinks ul	{
	list-style-type:none;
	margin-left:5px;
}
.pagelinks li	{
	text-align:left;
	line-height:15px;
	padding:5px 0;
}
.pagelinks a	{
	color:#555;
	text-decoration:none;
	font-size:13px;
}
.pagelinks a:hover	{
	color:#222;
	background:none;
}

/*News page styles*/

#slidernews {
	width:535px;
	margin-left: auto; 
	margin-right: auto
}

/*Gray box rounded corners float right*/

.boxright	{
	float:right;
	border-radius:1em;
	border:#333 solid 1px;
	background-color:#efefef;
	padding:5px 20px 5px 10px;
	margin:10px 0 10px 10px;
	font-size: 11px;
	clear:right;
	min-width:150px;
	}

/*Gray box rounded corners float right for ajaxtickers*/

.boxright2	{
	float:right;
	border-radius:1em;
	background-color:#efefef;
	padding:10px;
	margin:10px 5px ;
	font-size: 11px;
	width:250px;
	box-shadow: 1px 2px 2px #333;
	-moz-box-shadow: 1px 2px 2px #333;
	-webkit-box-shadow: 1px 2px 2px #333;
}
.boxright span a,.boxright span a:hover	{
	color:#efefef;
}
.boxleft	{
	float:left;
	border:#666 1px solid;
	background-color:#efefef;
	padding:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.mainright	{
	width:220px;
	margin-left:10px;
	float:right;
	clear:right;
	overflow:hidden;
}
.gallery	{
	text-align:center;
}
.gallery img	{
	width:200px;
	height:auto;
	margin:5px;
}
.box50	{
	box-sizing: border-box;
	float: left;
	width: 49%; 
	border: 1px solid #666; 
	padding: 10px;
	min-height:288px;
	margin-bottom:10px;
	position:relative;
}
.box50 h2	{
	text-align:center;
	background-color:#a9d18e;
	padding:10px 0;
	border: solid #666 1px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:.3px;
	margin:-10px -10px 0 -10px;
}
.box50b	{
	box-sizing: border-box;
	float: right;
	width: 49%; 
	border: 1px solid #666; 
	padding: 10px;
	min-height:288px;
	margin-bottom:10px;
	position:relative;
}
.box50b h2	{
	text-align:center;
	background-color:#a9d18e;
	padding:10px 0;
	border: solid #666 1px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:.3px;
	margin:-10px -10px 0 -10px;
}
.hrbutton a	{
	width:450px;
	display:block;
	text-align:center;
	color:#666;
	background-color:#a9d18e;
	padding:10px 0;
	border: solid #666 1px;
}
.hrbutton a:hover	{
	color:#000;
	background-color:#CCC;
	text-decoration:none;
}
.pagebutton	{
	float:right;
}
.pagebutton a	{
	color:#000;
	text-align:center;
	font-weight:bold;
	background-color:#a9d18e;
	padding:10px;
	border: solid #666 1px;
}
.pagebutton a:hover	{
	color:#666;
	background-color:#CCC;
	text-decoration:none;
}

/*grouped icons on page bottom div*/
#icons	{
	margin:10px auto;
	clear:both;
	overflow:hidden;
	height:60px;
	width:240px;
	padding-top:10px;
}
#icons img	{
	margin:0 3px;
	border:0;
}

#icons_emp	{
	margin:10px auto;
	width:530px;
	height:55px;
	padding:5px 0;
    clear:both;
	position:relative;
	z-index:1;
}
#icons_emp img	{
	margin:0 2px;
	border:0;
	width:44px;
	height:44px;
}
#icons_fr	{
	margin:10px auto;
	width:320px;
	height:55px;
	padding:5px 0;
    clear:both;
	position:relative;
	z-index:1;
	}
#icons_fr img	{
	margin:0 2px;
	border:0;
	width:45px;
	height:45px;
}
#icons_par	{
	margin:10px auto;
	width:320px;
	height:55px;
	padding:5px 0;
    clear:both;
	position:relative;
	z-index:1;
	}
#icons_par img	{
	margin:0 2px;
	border:0;
	width:45px;
	height:45px;
}

/*end of grouped icons*/

/*footer div*/

#footer	{
	position:relative;
	background-color:#fff;
	color:#999;
	width:100%;
	font-size:0.7em;
	margin-bottom:0px;
	text-align:center;
	clear:both;
	padding:5px 5px 5px;
	word-spacing:0.1em;
	letter-spacing:0.1em;
}
#footer a	{
	text-decoration:none;
	color:#999;
}
#footer a:hover	{
	text-decoration:underline;
	background:none;
	color: #000; 
}
#footer p	{
	font-size:0.9em;
}
#footer ul	{
	list-style:none;
	margin-left:-30px;
}
#footer h1	{
	font-size:1.0em;
	font-weight:bold;
	text-decoration:underline;
}
#footer-content	{
	position:absolute;
	bottom:0;
	width:100%;
}
#feature	{
	width:450px;
	margin-left:350px;
	height:100px;
	font-weight:bold;
	font-size:16px;
}
#feature div	{
	text-align:left;
	padding-top:25px;
}
#page_title	{
	clear:both;
	font-size:18px;
	font-variant:small-caps;
	color:navy;
	font-weight:bold;
}
.mainnav	{
	font-size:12px;
	margin-bottom: 0px;
}
.mainnav a	{
	color:#999;
	text-decoration:none;
}
.mainnav a:hover	{
	color:#000;
	text-decoration:underline;
	background:none;
}
.floatrt	{
	float:right;
	margin-right:10px;
	}
.floatlft	{
	float:left;
	margin-right:10px;
}

.smallnav {
	font-size: 0.90em;
}
.strikethrough	{
	text-decoration:line-through;
}
.red	{
	color:#F00;
	}
#mapright	{
	width:340px;
	float:right;
	margin-left:10px;
	margin-top:10px;
}
.toggleopacity img {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

.toggleopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
background-color:none;
} 

.toggleopacity a:hover img {
	background:none;
}
.img	{
	background-color:none;
}
.img a	{
	background-color:none;
}
.img a:hover	{
	background-color:none;
}
.newspic	{
	float:right;
	clear:right;
	margin-left:15px;
	margin-bottom:10px;
	font-size:10px;
	background-color:#CCC;
	text-align:left;
	width:314px;
}
.newspic div	{
	padding:5px;
}
.newspic2	{
	float:left;
	margin-right:15px;
	font-size:10px;
	background-color:#CCC;
	text-align:left;
	width:314px;
	margin-bottom:10px;
}
.newspic2 div	{
	padding:5px;
}
.whtlink	{
	color: #efefef;
	background:none;
}
.newspic	{
	float:right;
	margin-left:15px;
	font-size:10px;
	background-color:#CCC;
	text-align:left;
	width:314px;
}
.newspic div	{
	padding:5px;
}
#frame	{
	width:1000px;
	margin:10px auto;
}
.subscribe {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.subscribe:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#000;
}
.subscribe:active {
	position:relative;
	top:1px;
}
.center100	{
	width:80%;
	margin:20px auto;
	border:4px red solid;
	border-radius:1em;
	padding:5px;
	min-width:150px;
}
#hnav	{
	margin-left:0px;
}
#hnav ul	{
	list-style-type:none;
	margin:0;
	padding:0;
}
#hnav li	{
	display:inline;
	margin:0;
}
#hnav li a	{
	padding:3px 5px;
	color:#000;
	background-color:#C2E191;
}
#hnav .selected a	{
	font-weight:bold;
}

#hnav li a:hover	{
	background-color:#EE991A;
	color:#fff;
	text-decoration:none;
}
.shadow img	{
	box-shadow: 1px 2px 2px #333;
	-moz-box-shadow: 1px 2px 2px #333;
	-webkit-box-shadow: 1px 2px 2px #333;
}
#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  overflow:hidden;
}
 
/* Style for the contact form and status messages */
#contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
 
/* The form dimensions */
#contactForm {
  width: 600px;
  padding: 0 1.5em 1.5em 1.5em;
  margin: 10px auto;
  min-height:500px;
}
#contactForm .tablepad td {
	padding:5px;
}
/* Position the form in the middle of the window (if JavaScript is enabled) */
#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
 
 
/* The header at the top of the form */
#contactForm h2 {
  font-size: 2em;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 950px;  
  color: #195695;
  background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}
 
/* Give form elements consistent margin, padding and line height */
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
 
#contactForm input, #contactForm label {
  line-height: 1em;
}
 
/* The field labels */
#contactForm label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 .0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}
 
/* The fields */
#contactForm input, textarea , select {
  display: block;
  margin: 0;
  padding: .4em;
  width: 67%;
  font-family: "Georgia", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}
 
#contactForm textarea {
  height: 20em;
  line-height: 1.5em;
  resize: none;
  width:100%;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
 
/* The Send and Cancel buttons */
#contactForm input[type="submit"], #contactForm input[type="button"] {
  float: right;
  margin: 2em 1em 0 1em;
  width: 15em;
  padding: .5em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #00a;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
 
#contactForm input[type="submit"]:hover,
#contactForm input[type="submit"]:active,
#contactForm input[type="button"]:hover,
#contactForm input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}
 
#contactForm input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}
 
#contactForm input[type="button"] {
  background: #f33;
}
 
#contactForm input[type="radio"] {
	float:left;
	width:20px;
	background:none;
	border:none;
	margin-right:5px;
	clear:left;
	box-shadow:none;
}
#contactForm li input[type="radio"] {
	display:block;
	margin:0;
	height:12px;
}
/* Some IE7 hacks and workarounds */
 
<!--[if lt IE 8]>
/* IE7 needs the fields to be floated as well as the labels */
#contactForm input, textarea {
  float: right;
}
 
#formButtons {
  clear: both;
}
 
/*
  IE7 needs an ickier approach to vertical/horizontal centring with fixed positioning.
  The negative margins are half the element's width/height.
*/
#contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}
 
#contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}
figure {
	display: inline-block; 
	margin-bottom: 20px; 
	border: 1px solid transparent;
	background-color:#dedede;
}
figcaption {
	display: block; 
	text-align: left; 
	font-size: 0.8em; 
	font-style: italic;
	height:2.5em; 
}
.schoolbox {
	box-sizing:border-box;
	float:left;
	width:25%;
	border:1px solid #aaa;
	padding:3px;
	min-height:160px;
	background-color:#efefef;
	font-size:11px;
}
/**
 *
 * Main container
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	-webkit-box-sizing:border-box;
	width:240px;
	font-size:15px;
	padding:12px 14px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIpad {
	width:268px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
	width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
	width:320px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
	position:absolute;
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#505050;
	width:16px; height:16px;
	-webkit-transform:rotateZ(45deg);
	bottom:-9px; left:50%;
	margin-left:-8px;
	-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
	-webkit-border-bottom-right-radius:2px;
}


/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
	-webkit-transform:rotateZ(-135deg);
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
	-webkit-box-shadow:inset -1px -1px 0 #fff;
	top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
	-webkit-box-sizing:border-box;
	position:absolute;
	right:4px;
	top:4px;
	width:18px;
	height:18px; line-height:14px;
	text-align:center;
	text-indent:1px;
	-webkit-border-radius:9px;
	background:rgba(0,0,0,0.12);
	color:#707070;
	-webkit-box-shadow:0 1px 0 #fff;
	font-size:16px;
}


/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}


/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
	display:block;
	float:left;
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:no-repeat;
	width:57px; height:57px;
	-webkit-background-size:57px 57px;
	margin:0 12px 0 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
}


/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#addToHomeScreen .addToHomeShare {
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
	}
}
.center100	{
	width:80%;
	margin:20px auto;
	border:4px red solid;
	border-radius:1em;
	padding:5px;
	min-width:150px;
}