@charset "utf-8";
/* CSS Document for Newark Board of Education ECU */

body {
	background-image: url("../images/background3.jpg");
	margin: 0;
	padding: 0;
	background-repeat:repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	background-position:top;
	background-attachment:fixed;
	font-size: 12px;
	}
#background{
	position:fixed;
	background-image: url("../images/backgroundSkyline3.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	z-index:-1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	
}
#wrapper {
	/*background: #FFF;*/
	/*border: solid 1px #000;*/

	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
h2 {
	color: #666;
	border-bottom: solid #3E567A 2px;
	font-size:16px;
	font-weight:bold;
}
h3 {
	color: #922930;
	font-size: 14px;
	font-weight:bold;
}
.contain{
	width: 1000px;
	margin: auto;
}
.leftColumn {
	width: 174px;
	background: #000;
	vertical-align:top;
}
	.leftColumn ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		.leftColumn li {
			background: url(../images/button.png);
			height: 11px;
			padding: 10px 0px 10px 30px;
		}
			.leftColumn li a {
				color: #000;
				font-weight: bold;
				text-decoration: none;
			}
			.leftColumn li a:hover {
				text-decoration: underline;
			}
	.VB {
		border: solid #922930 2px;
		background-color: #fff;
		margin:auto;
		width: 150px;
	}
.homeMiddle {
	float:left;
	/*width: 585px;*/
	vertical-align:top;
	/*background-color:#fff;*/
}
.homeContent {
	/*background-color: #fff;*/
	width: 585px;
}
.secContent {
	/*background-color: #fff;*/
	width: 785px;
	padding: 12px;
	vertical-align:top;
}

	.bold {
		font-weight: bold;
	}
	/*.gray {
		width: 590px;
		height:95px;
		vertical-align:top;
		background-color: #CCCCCC;
	}*/
	.noBullet {
		list-style: none;
	}
	.noBullet li {
		margin: 5px 0px;
	}
	
	.red {
		color: #F00;
	}
	.yellow {
		color: #FF9321;
	}
#rightColumn {
	/*background: #CBCBCB;*/
}
	.small {
		font-size: 10px;
	}
	#address {
		/*background: #CBCBCB;*/
		border-top: solid 2px #8F2B2F;
		color: #4C4C4C;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0px 10px 2px;
		width: 189px;
	}
.bottom {
	background-image:url(http://nbeecu.org/_inc/images/bottom.png);
	width: 960px;
	height: 32px;
}
#footer {
	background: #000;
	border-top: solid 10px #93292F;
	height: 26px;
	margin-top:30px;
}
.footerTag {
	color: #93292F;
	text-align: right;
	float: right;
	padding-top: 8px;
	padding-right: 8px;
}
.footerTag a {
	color: #93292F;
	font-weight:bold;
}
.footerTag a:hover {
	color:#000;
	text-decoration:none;
}
	/****************/
	/*****RATES******/
	/****************/
		#rates_container{
			
		}
		.rates_effective{
			clear: both;	
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button {
			background: #FF5;
			border: solid 1px #000;
			color: #000;
			font-weight: bold;
			padding: 4px;
			text-decoration: none;
		}
		.rates_button:hover {
			background: #FFF;
			border: solid 1px #000;
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
	        font-size: 1.5em;
			font-weight: bold;
			border-bottom: 2px solid #3e567a;
			color: #666;
			font-size: 16px;
			font-weight: bold;
			padding-top: 1em;

		}
		.rates_title{
			font-weight: bold;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: rgba(149, 39, 50,0.2);
		}
		.rates_standard{
			padding: 3px;
			
		}