body {
	background-color:#FFFFFF;
	background-image:url(images/background_bar.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	margin:0;
}

#wrapper {
	border:0 none;
	height:auto;
	margin:0 auto 0;
	padding:0;
	text-align:left;
	width:1000px;
}

#header {
	background: url(images/district_header.gif) repeat scroll 0 0;
	height:297px;
	margin:0;
	padding:0;
}


#content {
	background:transparent url(images/) no-repeat scroll 0 0;
	border:medium none;
	height:1000px;
	width:1000px;
}

div.nl
{width: 700px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	text-align: left;
	border: 0;}

div.nl ul {
width: 36em; 
margin: 0;
padding: 0;
list-style: none;
}

div.nl li {
width: 6em;
margin: 0;
padding: 0;
float: left;
} 

/*buttons*/


.buttonstyle{
width: 100%;
font-weight: bold;
}

.buttonstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.buttonstyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.buttonstyle ul li{
display: inline;
}

.buttonstyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.buttonstyle ul li a:hover, .buttonstyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.intro {
	background: ;
	margin:0;
	padding-left: 20px;
	padding-right: 20px;
}

/* left side
   --------- */

.left {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}
	.left_articles {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	}

	.lt {
		height: 10px;
		background: #3333CC url(images/lt.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
	color: #eee;
	padding: 3px 12px;
	margin: 0 0 15px 0;
	background: #3333CC url(images/lb.gif) no-repeat bottom left;
	height: auto;
	}
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #3333CC;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 350px;
	margin: 0 0 10px 0;
	padding-right: 10px;
}

	.rt {
		background: #C85E35 url(images/rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	.right_articles {
		font-size: 0.9em;
		background: #C85E35 url(images/rb.gif) no-repeat bottom;
		color: #FEE1D5;
		padding: 4px 8px;	
		margin: 0 0 20px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #E0FFFF;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

