/* MAIN CSS Document, Items found on ALL pages */
/* Site design by William Blidy, Newark Community High School, © Created Nov 2012 */

a:link,a:active,a:visited,a:hover { outline: none;}

a { outline: none;}

body {
	margin:0;
	padding:0;
	background-color:#000033;
	}
	
/* IN EMERGENCY, show code below / Smartphones (portrait and landscape) , no emergency, comment out below */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 640px) 
	and (-webkit-min-device-pixel-ratio: 1)
	{
	.emergency {width:1156px;}
	}
/*  IN EMERGENCY, show code above / Smartphones (portrait and landscape), no emergency, comment out above ----------- */


/*  IN EMERGENCY, comment out below, no emergency, show below code 
.emergency {
	 margin:0; 
	 padding:0;
	 position:relative;
	 visibility:hidden;
	 display:none !important;
	//display:none; 
	*display:none;
	}
 IN EMERGENCY, comment out above, no emergency, show above code   */

hr {
	color:#e2e6e9;
	background-color:#e2e6e9;
	height:2px;
	width:90%;
	border:none;
	padding:0;
	margin:0;
	text-align: center;
   /* align:center; */
	}

.img {
	padding:5px;
	border:1px solid #C1C6CB;
	}

.banner {
   margin:0;
   padding:0;
    background-color:#1b367d;
	background-image:url(images/_main/bannerweb3.jpg);
	/* background-image:url(images/_main/bannerweb3.jpg); regular */
	/* background-image:url(images/_main/bannerweb4.jpg);  9-11 */
	/* background-image:url(images/_main/bannerweb5.jpg); veterans day */

	z-index:1;
	width:1150px;
	height:249px;
	}

.click {
	z-index:1;
	height:210px;
	margin:0;
	padding:0;
	width:100%;
	}
	
.sides {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	}

.bluebar {
	margin:0;
	padding:0;
	height:18px;
	width:100%;
	margin-top:2px;
	background-image:url(images/_main/_bluebar.gif);
	background-repeat:repeat-x;
	}

.smallbluebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/_main/_bluebar.gif);
	background-repeat:repeat-x;
    text-align:left;
	text-indent:9px;
	text-decoration:none;
	vertical-align: middle;
	}

.smallbluebar a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/_main/_bluebar.gif);
	background-repeat:repeat-x;
    text-align:left;
	text-indent:9px;
	text-decoration:none;
	vertical-align: middle;
	}
	
   .smallbluebar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/_main/_bluebar.gif);
	background-repeat:repeat-x;
    text-align:left;
	text-indent:9px;
	text-decoration:none;
	vertical-align: middle;
	}
	
.smallbluebar a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/_main/_bluebar.gif);
	background-repeat:repeat-x;
    text-align:left;
	text-indent:9px;
	text-decoration:underline;
	vertical-align: middle;
}

.smallbluebar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/_main/_bluebar.gif);
	background-repeat:repeat-x;
    text-align:left;
	text-indent:9px;
	text-decoration:none;
	vertical-align: middle;
	}

.footer {
	margin:0;
	padding:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size: 12px;
	color: #FFFFFF;
	line-height:20px;
	text-decoration:none;
	}

.bottomleft {
	margin:0;
	padding:0;
	background-image:url(images/_main/bottomleft.gif);
	background-repeat:no-repeat;
	}

.bottom {
	margin:0;
	padding:0;
	background-image:url(images/_main/bottom.gif);
	background-repeat:repeat-x;
	}

.bottomright {
	margin:0;
	padding:0;
	background-image:url(images/_main/bottomright.gif);
	background-repeat:no-repeat;
	}

.footer a {
 	margin:0;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size: 12px;
	color: #FFFFFF;
	line-height:20px;
	text-decoration:none;
	}

.sidegreyleft {
	margin:0;
	padding:0;
	background-image:url(images/_main/sidegreyleft.gif);
	background-repeat: repeat-y;
	}

.sidegreyright {
	margin:0;
	padding:0;
	background-image:url(images/_main/sidegreyright.gif);
	background-repeat: repeat-y;
	}

.vertical {
	border-right:1px solid #e2e6e9;
	}

.iframemargin {
	margin-left:15px;
	}