body {
	width : 100%;
	height : 100%;
	font-family : 'Arial', sans-serif;
	color : #362f2d;
	line-height : 1.6em;
	font-size : 16px;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/background_page.jpg);
}

#window {
	width : 100%;
	height : 100%;
}

#container {
	max-width : 980px;
	margin-right: auto;
	margin-left:auto;
	position: relative;
}

main {
	background-repeat: no-repeat;
	clear : both;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	padding-top : 20px;
	padding-bottom : 20px;
	position : relative;
	display : inline-block;
}

/*************************
 Htags for Titles
 ************************ */

h1 {
	font-size : 1.56em;
	font-family : 'Jura', sans-serif;
	color : #362f2d;
	background-repeat : no-repeat;
	display : block;
	font-weight : 500;
	padding-right : 10px;
	padding-left : 10px;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0px;
	line-height : 1em;
}

h2, .newstitle {
	font-size : 1.25em;
	line-height : 1.2em;
	font-family : 'Jura', sans-serif;
	color: #007003;
	font-weight : 600;
	padding-top : 15px;
	padding-right : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
}

h3, h4, h7 {
	font-size : 1.3em;
	line-height : 1.2em;
	font-family: 'Jura', serif;
	font-weight : 400;
	padding-top : 15px;
	padding-right : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	font-size: 19px;
	font-weight: 500;
}

h4 {
	color: #001376;
}

h5 {
	font-size : 1.2em;
	line-height : 1.2em;
	height : 40px;
	font-family : 'Roboto', sans-serif;
	font-weight : 400;
	padding-right : 10px;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
}

h6 {
	font-size : 1.2em;
	display : block;
	font-family : 'Rock Salt', cursive;
	margin-top : 10px;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 10px;
}

/*** MAIN STYLING ** */

header {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255, 255, 255, .6);
	padding-bottom: 1.25rem;
}

.header-container {
	display: flex;
	flex-direction: column;
}

.header-schoolname {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 8vw;
	line-height: 8vw;
	color: #004fa2;
	margin-left: 10px;
	letter-spacing: -1.5px;
}

.header-logo {
	width: 186px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.header-name-container {
	display: none;
}

section {
	background-color : #FFF;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
}

.slideshow-tagline {
	display : none;
}

p {
	margin-top : 1.0em;
	margin-right : 0;
	margin-bottom : 1.0em;
	margin-left : 0;
}

a {
	color : #007003;
}

a:hover, a:focus {
	text-decoration : none;
}

a:visited {
	color : #007003;
}

ul {
	margin-top : 5px;
	margin-right : 0;
	margin-bottom : 5px;
	margin-left : 0;
}

.sidebar-content ul {
	margin-bottom : 20px;
	margin-right: 20px;
}

#quote {
	padding-top : 30px;
	padding-right : 30px;
	padding-bottom : 30px;
	padding-left : 30px;
}

button.showProfile {
	background-color : transparent;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	border-top-width : medium;
	border-top-style : none;
	border-top-color : -moz-initial;
	border-right-width : medium;
	border-right-style : none;
	border-right-color : -moz-initial;
	border-bottom-width : medium;
	border-bottom-style : none;
	border-bottom-color : -moz-initial;
	border-left-width : medium;
	border-left-style : none;
	border-left-color : -moz-initial;
	text-decoration : underline;
	margin-left : -6px;
	color : #29235F;
}

.profileBio a {
	color : #dd2928 ;
}

.profileBio a:focus {
	outline-width : 0;
	outline-style : none;
	outline-color : -moz-initial;
}

form {
	margin-left : 15px;
	margin-bottom : 20px;
	margin-right: 15px;
}

td.label {
	width : 50%;
	margin-right: 10px;
}

input {
	margin-bottom : 5px;
}

input[type="text"], select, textarea {
	width: 98%;
}

tr td.label h2 {
	margin-left: 0;
	width: 108%;
}

input[type="checkbox"] + label {
	margin-right: 10px;
	display: block;
	margin-left: 25px;
	margin-top: -23px;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	/* Firefox 18- */

color: white;
}

::-moz-placeholder {
	/* Firefox 19+ */

color: white;
}

:-ms-input-placeholder {
	color: white;
}

#weblinkshive {
	margin-left : 25px;
}

.weblinks-smallview {
	display : block;
}

.video-container {
	max-width: 560px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-left: 4%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**************************************
 NAVIGATION
 ************************************** */

nav#menu {
	overflow : auto;
}

nav.nav {
	display : inline-block;
}

nav ul {
	position : relative;
}

nav ul li {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

nav ul li a, nav ul li a:visited {
	color: #c00300;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	text-transform: lowercase;
}

nav ul li ul {
	display : block;
	text-indent : 0px;
}

nav li {
	display : block;
}

.wrap {
	position : relative;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-ms-transition : all 0.3s ease-out;
	-o-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.wrap.active {
	left : 16em;
}

a.menu-link {
	float : left;
	position : absolute;
	z-index : 1000;
	width : 98%;
	background-color : #c00300;
	color : #ffffff;
	text-decoration : none;
	padding: 5px;
	font-size: 1.5em;
}

a.menu-link p {
	margin-top : 10px;
	float : left;
}

nav[role=navigation] {
	background-color : #000000;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	clear : both;
	overflow : hidden;
}

.js nav[role=navigation] {
	width : 16em;
	height : 100%;
	position : absolute;
	top : 0;
	left : -16em;
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #808080;
}

nav[role=navigation] li a {
	display : block;
	padding-top : 0.8em;
	padding-right : 0.8em;
	padding-bottom : 0.8em;
	padding-left : 0.8em;
	color : #c00300;
	text-decoration : none;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color : #fbcd5f;
	text-decoration : none;
}

/*** LIST ITEMS ** */li.visit {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.visit a {
	background-position : 0px 0;
	background-repeat : no-repeat;
	display : block;
	width : 190px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 65px;
}

li.visit a:hover, li.visit a:focus {
	background-position : -190px 0;
}

li.gallery {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.gallery a {
	background-image : url();
	background-position : -15px -86px;
	background-repeat : no-repeat;
	display : block;
	width : 187px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 18px;
}

li.gallery a:hover, li.gallery a:focus {
	background-position : -205px -86px;
}

/**************************************
 FOOTER AREA
 ************************************** */

footer {
	background-color: #c00300;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 5px;
	color: #ffffff;
}

footer a {
	color : #004fa2;
	text-decoration : none;
}

.footer-container {
	padding: 10px;
}

.footer-schoolname {
	color : #004fa2;
	font-family : 'Roboto', sans-serif;
	font-size: 5vw;
	line-height : 1.4em;
}

.footer-logo img {
	display : none;
}

#copyright {
	clear : both;
	font-size : 14px;
	line-height : 19px;
	font-family : 'Jura', sans-serif;
	font-weight: 700;
	color : #000000;
	display : block;
	padding-top : 10px;
	padding-right : 0;
	padding-bottom : 20px;
	padding-left : 0;
	text-align : Center;
}

#copyright a {
	color : #000000;
}

.footer-systemsgo {
    margin-left: .75em;
}


/**************************************
 HOME NEWS TICKER
 ************************************** */

#nt {
	width : 90%;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : 10px;
	padding-top : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	padding-left : 0px;
	margin-top : 0px;
}

#nt-container {
	text-align : left;
	margin-top : 0px;
	height: 250px;
	overflow: hidden;
}

#nt-container i {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	cursor : pointer;
	-webkit-transition : all 0.1s ease-in-out;
	-moz-transition : all 0.1s ease-in-out;
	-ms-transition : all 0.1s ease-in-out;
	-o-transition : all 0.1s ease-in-out;
	transition : all 0.1s ease-in-out;
}

#nt-container i:hover, #nt-container i:focus {
	color : #333;
}

.nt-title {
	font-family : 'Roboto', sans-serif;
	font-size : 1em;
	font-weight : bold;
	text-align : left;
	padding-top : 5px;
	padding-right : 0;
	padding-bottom : 5px;
	padding-left : 0;
	display : block;
}

#nt li {
	overflow : hidden;
	font-weight : normal;
	height : auto;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	text-align : left;
	padding-top : 3px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
	border-bottom-width : 2px;
	border-bottom-style : dashed;
	border-bottom-color : #28225e;
}

li.newsLink a {
	color : #dd2928;
}

li.newslink p {
	margin-top : 0.3em;
	margin-right : 0;
	margin-bottom : 0.3em;
	margin-left : 0;
}

/**************************************
 FAQ
 ************************************** */

#faqcontainer {
	margin-top : 0;
	margin-right : 20px;
	margin-bottom : 0;
	margin-left : 15px;
}

#faqcontainer p {
	margin-left : 0px;
	margin-top : 30px;
}

.backtotop {
	font-size : .8em;
}

/**************************************
 QUICK LINKS
 ************************************** */

.quicklinkscontainer {
	margin-top : -10px;
	margin-bottom : 0px;
	height: 240px;
}

.quicklinks-title {
	font-size : 27px;
	color : #007003;
	font-family : 'Jura', sans-serif;
	font-weight : 400;
	line-height : 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-transform: uppercase;
	padding-top: 5px;
}

.quicklinks-border {
	background-color: #f36f21;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_linebackground.png);
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
}

#quicklinks.community ul {
	background-image: url();
	background-repeat: no-repeat;
	height: 80px;
	z-index : 750;
	padding-left : 0px;
}

#quicklinks.employees ul {
	background-image: url();
	background-repeat: no-repeat;
	height: 80px;
	z-index : 800;
	padding-left : 0px;
}

#quicklinks.students ul {
	background-image: url();
	background-repeat: no-repeat;
	height: 80px;
	z-index : 850;
	padding-left : 0px;
}

#quicklinks.parents ul {
	background-image: url();
	background-repeat: no-repeat;
	height: 80px;
	z-index : 900;
	padding-left : 0px;
}

#quicklinks.parents ul ul, #quicklinks.students ul ul, #quicklinks.employees ul ul, #quicklinks.community ul ul, #quicklinks.military ul ul {
	background-image: none;
}

#quicklinks {
	width: 100%;
}

ul.ql {
	background-color: rgba(255, 200, 45, 0.75);
	margin-bottom: 5px;
	padding: 3px 0px;
	width: 90%;
	margin-left: 5%;
	position: relative;
	text-align: center;
}

ul.ql a:hover, ul.ql a:focus {
	color: #c00300;
}

li.ql {
	list-style-type : none;
	font-family : 'Roboto', sans-serif;
	text-align : left;
	font-size : 1.25em;
	text-align: center;
}

li.ql a {
	color : #000000;
	text-decoration : none;
	padding: 0px;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
}

li.ql ul {
	position : absolute;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	z-index: 1;
	margin-left: 33%;
}

li.ql ul li a {
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	display : block;
	height : auto;
	width : 180px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	color : #ffffff;
	background-color : #c00300;
	background-image: none;
	text-decoration : none;
	text-transform : none;
}

li.ql ul li a:hover, li.ql ul li a:focus {
	color: #000000;
	background-color : #f4bd2c;
}

li.ql ul li a:visited {
	color: #ffffff;
}

ul.ql li.ql ul {
	background-color: #c00300;
	margin-top : 0px;
}

ul.ql li ul {
	display : none;
}

ul li:hover ul, ul li:focus ul {
	display : block;
}

ul.ql li ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

.logo img {
	margin-left : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
}

.logo {
	margin-left : auto;
	margin-right : auto;
	position : relative;
	display : table;
	top : 20px;
}

.header-orgname {
	width: 95%;
	margin-left: 2%;
	max-width: 424px;
}

.header-photo, .sidebar-content img {
	display : none;
}

p, .newsBody {
	margin-top : 15px;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
}

.slideshow {
	display : none;
}

.main-content, .sidebar-content {
	float : none;
	width : 100%;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}

.main-content:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0;
	z-index : -1;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px #888888;
}

.sidebar-content:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0;
	z-index : -1;
}

.sidebar-content span {
	display: inline-block;
	padding-bottom: 60px;
	margin-bottom: -70px;
}

.search {
	margin-top : 35px;
	margin-right :  1.25rem;
	margin-bottom : 10px;
	margin-left : 0;
	height: 106px;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/graphic_searchBackground.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	align-self: flex-end;
}

.gsc-control-cse {
	background-color : transparent !important;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : #FFF;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #FFF;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : #FFF;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : #FFF;
}

.gsc-control-wrapper-cse {
	margin-top : 40px;
}

#gsc-i-id1 {
	width : 140px !important;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : #D9D9D9;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #D9D9D9;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : #D9D9D9;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : #D9D9D9;
	background-color : transparent !important;
	border-color: transparent !important;
	background-image : none !important;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	height : 25px;
	margin-top : -10px;
}

#___gcse_0 input[type="text"] {
	background-color : transparent !important;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
}

.gsc-clear-button {
	display : none;
}

.gsc-input {
	vertical-align : middle;
	margin-top : -10px;
	margin-left : 90px;
	position : absolute;
	color : #000000;
}

table#gs_id50 {
	margin-left: 10px;
}

.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border: 0px solid #D9D9D9 !important;
	background-color : transparent !important;
	box-shadow : 0 0 0 #FFF ;
	margin-top : -25px;
	margin-left : 0px;
	width : 145px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	opacity : 0;
	filter : alpha(opacity=0);
	margin-left : -10px;
}

table.gsc-search-box, table.gsc-search-box tbody, table.gsc-search-box tbody tr {
	width : 190px ;
	position : relative;
	display : inherit;
}

gsc-search-button {
	float : left;
}

.gsc-search-button {
	float : left;
	margin-left : -20px;
}

.gsc-input {
	float : right;
}

.gsc-search-button.gsc-search-button-v2 {
	margin-left : -40px;
}

.gsc-input-box {
	margin-top : -5px;
	padding-top : 5px;
	padding-right : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-left: 0px;
	margin-top: 30px;
}

.gsc-input {
	margin: 0;
}

table.gsc-search-box td {
	vertical-align: top !important;
}

.gsib_a {
	width: 56% !important;
}

#quote, #sidebargraphic, .main-content img {
	display : none;
}

.sidebar-content .button, .main-content .button, img.sciencekit-photo {
	display: block;
}

.mainTrumba {
	margin-top : 25px;
	margin-right : 10px;
	margin-bottom : 0;
	margin-left : 10px;
}

.map {
	display : none;
}

.facebookfeed {
	margin-bottom: 20px;
	max-width: 252px;
}

.twitter-container {
	max-width: 252px;
}

.valuation {
	display: none;
}

.classes {
	margin-top: 24px;
}

.valuationinfo {
	font-weight: 700;
}

.molecule-hover, .molecule-focus {
	display: none;
}

.slideshow-forstudents {
	margin-top: 15px;
}

.slideshow-forstudents img {
	width: 100%;
	max-width: 575px;
}

td.label {
	width: 45%;
}

td {
	display: inline-block;
}

/*********** 29em and wider ******** */

@media screen and (min-width: 29em) {
	.slideshow img {
	width : 595px;
}

.home-slideshow-container {
	margin-left : auto;
	margin-right : auto;
	display : table;
}

.contact .contact, .admin .admin {
	float : left;
	width : 50%;
	height : 130px;
}

.contact .govboard {
	height : 175px;
}

.contact .hr {
	height: 150px;
}

.admin .admin {
	height : 175px;
}

.contact_img img {
	display: none;
}


}

@media screen and (min-width: 30em) {
	.header-container {
	flex-direction: row;
}

.header-logo-container {
	width: 80%;
	margin-top: 3em;
}

.search {
	order: 2;
}

.header-logo {
	margin-left: 10px;
}


}

/**** 34em and wider ***** */

@media screen and (min-width: 34em) {
	.schools .schools {
	float : left;
	width : 50%;
	height : 225px;
}

.ourschools-container {
	width: 98%;
	display: inline-block;
}

.ourschools {
	float: left;
	width: 48%;
	margin-right: 2%;
	height: 240px;
}


}

/**** 45em and wider ***** */

@media screen and (min-width: 45em) {
	main {
	padding-top: 10px;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/background_main.jpg);
}

.main-content:before {
	height: 93%;
}

header {
	padding-bottom: 0;
}

.header-logo-container, .search {
	margin-top: 0px;
}

.header-name-container {
	display: block;
	margin-top: .5rem;
}

.header-tagline {
	width: 100%;
}

.sidebar-content span {
	background-color: #ffc82d;
}

#nt-container {
	height: auto;
}

.quicklinkscontainer {
	margin-top : -10px;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Graphics/graphic_quicklinks_background.png);
	background-repeat : no-repeat;
}

h1 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/graphic_title_background.png);
	padding-left: 35px;
	margin-left: -15px;
	padding-top: 24px;
	height: 63px;
}

h4 {
	border-bottom: #c00300 dashed 1px;
}

nav#menu {
	overflow : visible;
	height: 60px;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/graphic_navBackground.png);
	background-repeat: no-repeat;
}

a.menu-link {
	display : none;
}

.js nav[role=navigation] {
	width : 100%;
	position : static;
	height : 30px;
	overflow : visible;
	background-color : transparent;
	padding-top : 5px;
}

.wrap.active {
	left : 0;
}

nav.nav {
	margin-top: 8px;
	width: 100%;
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	border-top-width : 0;
	border-top-style : none;
	border-top-color : -moz-initial;
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
	border-bottom-width : 0;
	border-bottom-style : none;
	border-bottom-color : -moz-initial;
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
	text-align : center;
}

nav[role=navigation] li {
	display : inline-block;
	margin-top : 0;
	margin-right : 0px;
	margin-bottom : 0;
	margin-left : 0px;
	padding-top : 0;
	padding-right : 0px;
	padding-bottom: 25px;
	padding-left : 0px;
}

nav[role=navigation] li a {
	padding-top : .3em;
	padding-right : 8px;
	padding-bottom : 1px;
	padding-left : 8px;
	text-align : center;
	font-size: 1.3em;
	border-bottom-width : 0;
	border-bottom-style : solid;
	border-bottom-color : #000;
	padding-bottom: 20px;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	text-decoration: underline;
	color: #362f2d;
}

li.nav-Home {
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
}

/*nav[role=navigation] li.nav-Home a:hover {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/nav_bkgd_Home.png);
	background-repeat: no-repeat;
	height: 60px;
}

*/

/*nav[role=navigation] li.nav-Home a:focus {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/nav_bkgd_Home.png);
	background-repeat: no-repeat;
	height: 60px;
}

*/

li.nav-Contact_Us {
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
}

nav[role=navigation] ul li ul {
	display: none;
}

nav[role=navigation] ul li:hover > ul, nav[role=navigation] ul li:focus > ul {
	display : block;
}

nav[role=navigation] ul ul {
	position : absolute;
	width : 250px;
	background-color : #f4bd2c;
	color: #000000;
	padding-left : 0;
	margin-left : 0;
	text-indent : 0;
	float : none;
	z-index : 1000;
	top: 50px;
}

nav[role=navigation] ul ul li {
	float : none;
	border-top-width : 0;
	border-top-style : solid;
	border-top-color : #000;
	border-right-width : 0;
	border-right-style : solid;
	border-right-color : #000;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #000000;
	border-left-width : 0;
	border-left-style : solid;
	border-left-color : #000;
	position : relative;
	display : block;
	padding-bottom: 0px;
}

nav[role=navigation] ul ul li a {
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 10px;
	padding-left : 10px;
	margin-left : 0px;
	font-size : 1em;
	color : #000000;
	text-align : left;
}

nav[role=navigation] ul ul ul {
	margin-left: 250px;
	margin-top: -50px;
}

nav[role=navigation] ul ul li a:hover, nav[role=navigation] ul ul li a:focus {
	color : #ffffff;
	background-color : #be0300;
	text-decoration : none;
	border: 0;
}

.slideshow {
	display : block;
}

.slideshow img, .header-photo img {
	width : 100%;
}

.header-photo, .sidebar-content img {
	display : block;
}

.quicklinks {
	width : 45%;
	float : left;
	height : 277px;
	padding-left : 5%;
}

.slideshow {
	margin-bottom : 5px;
}

.home-slideshow-container {
	display : inline-block;
}

.main-content-container {
	width : 70.4%;
	margin-left : 1.6%;
	margin-right : 3%;
	display : inline-block;
	position : relative;
	z-index : 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.main-content:before {
	top: 250px;
}

.main-content p, h2, .newstitle, .main-content ul {
	margin-left: 30px;
	margin-right: 30px;
}

main {
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.main-content {
	margin-top: 33px;
	background-color: #ffffff;
}

.sidebar-content {
	display : inline-block;
	position : relative;
	width : 20.4%;
	margin-right : 1.6%;
	margin-left : 3%;
	margin-top : 0px;
	z-index : 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.sidebar-content img {
	width: auto;
	margin-bottom : 20px;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

img.button {
	max-width: 247px;
}

#quote, #sidebargraphic, .main-content img {
	display : block;
}

.weblinks {
	display: none;
}

footer {
	background-color: transparent;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/graphic_footer_background.png);
	background-repeat: no-repeat;
	height: 150px;
	color: #000000;
	margin-top: 0px;
}

.footer-address {
	margin-top: -8px;
}

.footer-systemsgo {
    position: absolute;
    margin-top: 1.75em;
}

.footer-address p {
	margin-bottom: -18px;
}

.slideshow-forstudents {
	margin-left: 30px;
	margin-right: 30px;
}

form {
	margin-right: 15px;
}

table {
	margin-left: 20px;
	margin-right: 20px;
}

td {
	display: table-cell;
}

table#gs_id50 {
	margin-left: -10px;
}


}

/**** 52em and wider ***** */

@media screen and (min-width: 52em) {
	nav[role=navigation] li a {
	padding-right : 18px;
	padding-left : 18px;
}

h3 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/graphic_sidebartitle_background.png);
	background-size: cover;
	margin-left: -2px;
	margin-right: 0;
	margin-top: -30px;
	color: #ffffff;
	font-family: 'Jura', serif;
	font-size: 1.125em;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	padding-top: 23px;
}

h7 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Graphics/graphic_sidebartitle_background_2line.png);
	background-size: cover;
	margin-left: -2px;
	margin-right: 0;
	margin-top: -30px;
  	color: #ffffff;
	font-family: 'Jura', serif;
	font-size: 1.125em;
	text-align: center;
	height: 45px;
	background-repeat: no-repeat;
	padding-top: 23px;
}

.quicklinkscontainer {
	margin-bottom: -20px;
	margin-top: -75px;
}

.sidebar-content span {
	background-color: #ffc82d;
	margin-top: 65px;
}

.contact .contact {
	float : left;
	width : 33%;
	height : 165px;
}

.header-logo {
	margin-top: 10px;
}


}

/**** 57em and wider ***** */

@media screen and (min-width: 57em) {
	.footer-address {
	width: 80%;
	float: left;
	margin-top: -8px;
}

.footer-systemsgo {
    margin-top: 4.75em;
}


.footer-logo {
	width: 20%;
	display: inline-block;
	float: right;
	margin-top: -24px;
	z-index: 2;
	position: absolute;
}

.footer-logo img {
	display: block;
	float: left;
	margin-right: 10px;
	width: 100%;
}

.map {
	display : block;
	margin-left: 30px;
}

.maplink {
	display : none;
}

.molecule-hover, .molecule-focus {
	display: block;
	position: absolute;
	right: -1em;
	z-index: 100;
	margin-top: 9.2em;
}


}

/**** 61.25em and wider ***** */

@media screen and (min-width: 61.25em) {
	.header-logo {
	margin-left: 1.875rem;
}

nav[role=navigation] li a {
	margin-top: -15px;
	padding-right : 8px;
	padding-left : 8px;
}

nav[role=navigation] li a:after {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_58879/site_96590/Layout/graphic_nav_moleculedivider.png);
	margin-left: 17px;
	top: 10px;
	position: relative;
}

nav[role=navigation] li.nav-Contact_Us a:after, nav[role=navigation] ul ul li a:after {
	display: none;
}

nav[role=navigation] li li a {
	margin-top: 0px;
}

.slideshow {
	height: 217px;
	overflow: hidden;
}

.footer-address {
	width: 73%;
}

.footer-logo {
	width: 237px;
	margin-top: -65px;
	right: 51px;
}

.main-content {
	margin-bottom: 60px;
}

.header-photo {
	margin-bottom: -7px;
}


}

/**** 67em and wider ***** */

@media screen and (min-width: 67em) {
	footer {
	z-index: 2;
	position: relative;
}

.molecule-hover, .molecule-focus {
	right: -3.5em;
	margin-top: 10em;
}


}

