﻿body 
{
	margin: 0 auto;
	padding: 0;
	font: 90% sans-serif;
	background-image:url('backgroundfading.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color: #286ea0;

}

#wrap 
{
	background: #1C4E72;
	margin: 0 auto;
	color: #303030;
	padding: 0 0px 0 0px;
	width: 800px;
}

#header 
{
	clear: both;
	padding: 0px 0 0px 0;
	padding: 0;
	height: 45px;
	background: #1C4E72;
}

#header h1 
{
	font-weight: normal;
	z-index:101;
	margin: 20px 0px 0px 210px;
	font-size: 1.1em;
	color: #ffffff;
	position: absolute;
}

#header p
{
	width: 400px;
	float: left;
	text-align: left;
	color: #ffffff;
	margin: 0 0 10px 0 ;
	font-size: 0.9em;
	line-height: 1.2em;
}

.backphoto
{
	margin: 10px 10px 10px 0px ;
	/*border: 1px solid #000000;*/
	z-index:99;
}

.frontphoto
{
	margin:35px 5px 5px 10px ;
	border: 0px solid #000000;
	z-index:100;
	position: absolute;
}

#wardpic
{
	margin: 0 0 10px 0 ;
	border: 0;
	float: right;
}

#navbar 
{
	clear: left;
	width: 800px ;
	margin: 0 0 0 0px;
	padding: 0;
	font-size: .9em;
	position: absolute;
	top: 186px;
	z-index:104;
}

#navbar ul
{
	list-style: none;
	width: 0px;
	margin: 0 0 20px 0;
	padding: 0;
}	

#navbar li 
{
	margin-bottom: 4px;
}

#navbar a 
{
	font-weight: bold;
	height: 16px;
	text-decoration: none;
	display: block;
	padding: 1px 3px 2px 3px;
	margin: 0 2px 0 2px;
	font-size: 1.1em;
	text-align: left;
	background: #1C4E72;
	color: white;
}

#navbar a:hover
{
	background: #E0EEEE;
	color: #286ea0;
}

#extras 
{
	padding: 5px;
	border: 1px solid #000000;
	float: right;
	width: 130px;
	margin: 0 0 0 10px ;
	font-size: 0.9em;
	line-height: 1.5em;
	background: #E0EEEE;
}

#content 
{
	position: absolute;
	top: 210px;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 1.2em;
	text-align: left;
	/*border: 1px solid #000000;*/
	background:#ffffff url(esplogo.jpg) center center no-repeat;
	z-index: 103;
}

#content h2 
{
	font-size: 1.5em;
	margin: 0 0 0.5em 0 ;
}


h3 
{
	font-size: 1.3em;
	margin: 0 0 3px 0 ;
}

a 
{
	text-decoration: none;
	color: #286ea0;
}

a:hover 
{
	text-decoration: underline;
	color: #286ea0;
}

.busphoto
{
	float: left;
	border: 0;
	margin: 5px 5px 5px 5px;
}

#footer 
{
	clear: right;
	margin: 0 ;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

.left 
{
	margin: 10px 10px 5px 0;
	float: left;
}

.right 
{
	margin: 10px 0 5px 10px;
	float: right;
}

.textright 
{
	text-align: right;
}

.center 
{
	text-align: center;
}

.small 
{
	font-size: 0.8em;
}

.bold 
{
	font-weight: bold;
}

.hide 
{
	display: none;
}

#info a td
{
}

#info a td:hover
{
}

#infopop, #councilpop, #servicespop, #recpop, #deptpop, #announcementspop
{

	z-index: 101;
	visibility: hidden;
	position: absolute;
}

#infopop tbody td a, #councilpop a, #servicespop a, #recpop a, #deptpop a, #announcementspop a
{
	font-weight: normal;
	display: block;
	padding: 2px 5px 5px 2px;
	font-size: 1.1em;
	border: 1px solid #E0EEEE;
	text-align:left;
	background: #E0EEEE;
	color: #286ea0;

}

#infopop tbody td a:hover, #councilpop a:hover, #servicespop a:hover, #recpop a:hover, #deptpop a:hover, #announcementspop a:hover
{
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #286ea0;
	color: #505050;
}

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: scroll no-repeat left top;
}
