/* Layout Style Sheet for Normal Township Websites */

/* Globals */

* {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
	color: #459;
}
input, option, select {
	font-size: 100%;
}

/* Body and Main */

body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	background: #fff;
}
#main {}

/* Title */

#title {
	padding: 12px;
	padding-bottom: 4px;
	background: #89f url("/images/mapsbackground02.jpg") left center repeat-x;
}
#title h1 {
	padding: 12px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-size: 140%;
	display: inline;
}
#title h1 a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#title h1 a:visited {
	text-decoration: none;
}
#title h1 a:hover {}
#title span.hideme {
	display: none;
}
/* Right Menu */

#rightmenu {
	position: absolute;
	right: 0px;
	top: 64px;
	width: 176px;
	border-left: 1px solid #89f; 
	border-right: 1px solid #fff;
}
#rightmenu p {
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 80%;
	border-bottom: 1px solid #f5f5f5;
}
#rightmenu p a {
	color: #459;
	text-decoration: none;
}
#rightmenu p a:hover {
	color: #000;
}
#rightmenu p a.mylink {
	color: #000;
}
#rightmenu h1 {
	margin-left: 6px;
	margin-right: 16px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #aaa;
	color: #459;
	font-weight: bold;
	font-size: 100%;
}
#rightmenu div {
	background: #fff;
}
#rightmenu form p {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

/* Content */

#content {
	/* border-top: 1px solid #000; */
	background: #fff url("/images/contentshadow03.jpg") top left repeat-x;
	padding-top: 8px;
}
#content p {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 12px;
	padding-right: 184px;
	font-size: 100%;
	text-indent: 0em;
}
#content p.text {
	text-indent: 32px;
}
#content p.center {
	text-align: center;
}
#content h1, h2 {
	margin-top: 18px;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 184px;
	color: #459;
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px solid #89f;
	border-left: 36px solid #89f;
}
#content h2 {
	border-bottom: 1px solid #f5f5f5;
	border-left: 36px solid #fff;
}
/* set up standard table display for long lists of items */
#content table {
	margin-top: 12px;
	margin-left: 3px;
	margin-right: 184px;
	margin-bottom: 12px;
	font-size: 80%;
	text-align: center;
}
#content td {
	border-top: 1px solid #cdf;
}
#content th, td {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
#content th, td a {
	text-decoration: none;
}
/* table.info is used to display 
Name of Content: Content
items in a list in a nice, formatted fashion */
#content table.info {
	font-size: 100%;
	/* background: #fffcf9;
	border-top: 1px dashed #edc;
	border-bottom: 1px dashed #edc;
	/* margin: 0px;
	padding-right: 184px;
	width: 100%; */
}
#content table.info td {
	border: 0px;
	text-align: left;
}
#content ul {
	margin-left: 80px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 184px;
	font-size: 80%;
}
#content li {}
#content ul#navbar {
	margin: 0px;
	padding-left: 8px;
	padding-right: 184px;
	list-style-type: none;
	border-bottom: 1px solid #89f;
	text-align: center;
}
#content ul#navbar li {
	display: inline; 
	line-height: 32px;
}
#content ul#navbar li a {
	padding-left: 4px;
	color: #459;
	border-left: 1px dotted #aaa;
	text-decoration: none;
}
#content ul#navbar li a:hover {}
#content form {}
#content a:link {
	color: #459;
}
#content a:visited {
	color: #459;
}
#content a img {
	border: 0px solid #000;
}

/* Footer */

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
}

#footer p {
	padding-right: 184px;
	font-size: 70%;
	text-align: center;
}

