@charset "utf-8";
/* CSS Document */

/* css Electronic Computer Services, Inc., http://www.ecsinc1.com/ */
/* All Associated Graphics Copyright 2010, ECS, Inc. */
/* Refer to site-layout.css for the general design code */
/* Base Design - Base tags like p, ul, li, img Etc. */
p {
	margin-left: 20px;
}
/* Main Layout - Changes to the Site Layout */

/* Header - CoE Page specific header */

/* Navigation - Navigation-bar.css */

/* Main Container */
div#Content {
	background-color:#006;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 950px;
	margin: 0 auto;
}
div#SubNavigationBar {
	position:relative;
	left: 125px;
	top: 5px;
	color:#FFF;
	margin: 0;
	padding: 0;
}
/* Main Column */
div#MainColumnMask {
	float: left;
	width: 100%;
	padding-top: 20px;
	background:url(/Images/Municipal_Design/Legal/Legal/Top.gif) top center no-repeat;
}
div#MainColumnMask2 {
	padding-bottom: 20px;
	background:url(/Images/Municipal_Design/Legal/Legal/Bot.gif) bottom center no-repeat;
}
div#MainColumn {
	background:url(/Images/Municipal_Design/Legal/Legal/Mid.gif) center repeat-y;
	margin: 0 auto 0 auto;
	width: 740px;
}
div#MainColumn p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
div#MainColumn h2 span {
	display:none;
}
div#MANav {
	margin: 0 auto;
	width: 700px;
	color:#FFF;
	text-align:right;
	padding-top: 10px;	
}
div#MAListContainer {
	width: 700px;
	margin: 0 auto;
}
div#MAListContainer p {
}
div#MAListContainer h1 {
	font-size: 1.5em;
	text-align: center;
	font-weight: bolder;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	padding-bottom: 20px;
}
div#MAListContainer img {
	float: left;
	border: 2px solid #000;
	padding: 1px;
	margin: 0 8px 8px 8px;
	height: 140px;
	width: 140px;
}
span#MAType {
	font-weight: bold;	
}
table#MATable {
	border: 1px solid #000;
	width: 675px;
	margin: 0 auto;
    text-align: center;
}
table#MATable th {
	background: #006;
	color:#FFF;
	font-size: 1.1em;
	font-weight: bold;
}
table#MATable {
	border-spacing: 1px;
}
table#MATable td {
	border: 1px solid #000;
}
table#MATable tr.MARow-1 {
	background:#FFF;
}
table#MATable tr.MARow-2 {
	background:#CCC;
}
table#MATable td.MANull {
	background:#FFF;
	color:#F00;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
}
div.Contact-1:after, div.Contact-2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Footer - CoE Page Footer */

