@charset "UTF-8";
/* CSS Document */



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: black;

}



.wrapper {
	background-color:#FFF;
	width: 1050px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px black solid;
	
}


.header {
	width: 1050px;
	height: 255px;
	
}


#translate {
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 999;
}
a#translate_link {
	color: #fff;
	font-size: 12px;
	text-shadow: 0 0 7px rgba(73, 89, 105, 0.5);
}


.sidebar {
	width: 225px;
	padding: 8px;
	float: left;
	
}


#navcontainer ul {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left; 
	list-style-type: none;
	margin-left:10px;
	padding:0px;
}

#navcontainer li {
	margin: 0 0 .2em 0;
}

#navcontainer a {
	display: block;
	color:#E6E2D8;
	background-color: #242367;
	width: 11em;
	padding: .2em .8em;
	text-decoration:none;
}

#navcontainer a:hover {
	background-color: #7C7BA4;
	color: #FFF;
}


.content {
	width: 780px;
	height:100%;
	padding: 8px;
	margin-left: 250px;
	
}


.article {
	width: 750px;
	height: 100%;
	margin-top:25px;
	padding: 10px;

}

.articleimg {
	width:100%;
	height:100%;
	padding-top:15px;
	text-align:center;
}


.projarticle {
	width: 750px;
	height: 100%;
	margin-top:0px;
	padding: 0px;

}

.project {
	width: 180px;
	height: 25px;
	float:left;
	
}

.projdesc {
	width: 500px;
	height: 100%;
	float:right;
	padding-top:5px;
	
}

.clear:after {
	content: ".";
	display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

.clear {
	zoom:1;
}



#masterlist ol {
	
}

#masterlist li {
	margin-left: 0;
	margin-right: 10%;
	margin-top: .5em;
	margin-bottom: .5em;
}

.table {
	width:750px;
	border:3px solid black;
}


#data td {
	border:1px solid black;
	width:90px;
	text-align:center;
}

#data th {
	width:180px;
	border:1px solid black;
	text-align:center;

}


.table1 {
	width:765px;
	
}




#data1 td {
	width:565px;
	text-align:left;
	padding-bottom:35px;
}

#data1 th {
	width:190px;
	text-align:left;
	vertical-align:text-top;
	padding-bottom:35px;

}

figure {

}

figure img {
	display: block;
	margin:auto;
	padding-bottom: 40px;
}

figure figcaption {
    text-align: center;
	color: #65181d;

}


#faq a:link {
	text-decoration:none;
	line-height:1.5;
}

#faq a:hover {
	color:#999;
}


/*  <marquee direction="up" loop="true" height="400">
<ul>
<li>The bond was approved in May.  When will construction start?</li>
<li> Where is the new Elementary School going to be constructed?  </li>
<li> My taxes are lower that what was projected prior to the Bond election.  What changed?   </li>
</ul>

</marquee>  */



.footer {
	width: 1050px;
	text-align:center;
	font-size:small;
	
}


