/* Hiram Township StyleSheet */
body {
background-image: url("./page-bg.jpg");
background-repeat: no-repeat;
background-position:center top;
background-color: #666666;
margin-top: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 19px;
}
/* Container & Heading */
.container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	background-color: #EADFA1;
	}
.header-image {
	width: 820px;
	background-image: url("./townhall.jpg");
	height: 145px;
	background-repeat: no-repeat;
	}
/* Menu */
.menu {
width: 820px;
background-color: #595A38;
height: 30px;
z-index: 100;
}
/*DROPDOWN FUNCTIONALITY*/
/*set up ul tags*/ 
#menu, #menu ul{ padding:0; margin:0;}
/*set up a tags*/ 
#menu a{display:block; text-decoration: none;}
/*position level 1 links horizontally*/ 
#menu li{display:block; float:left;}
/*undo previous style for level 2 links*/
#menu li ul li{float:none; border-right: none;}
/*position level 2 links vertically and hide*/ 
#menu li ul{display:none; position:absolute; z-index:1;
    border-right: 1px solid #8D8C56;
    border-bottom: 1px solid #8D8C56;
    border-left: 1px solid #8D8C56;
    background-color: #595A38;}
/*unhide level 2 links on li:hover from level 1*/ 
#menu li:hover ul{display:block;
 border-top: 1px solid #EADFA1;}

/*DROPDOWN STYLING:*/
#menu{height:30px}
#menu a{font-size: 13px; color:#EADFA1; text-decoration: none; font-weight: bold; width: 130px;}
#menu a:visited{font-size: 13px; color:#EADFA1; text-decoration: none; font-weight: bold; width: 130px;}
#menu a:active{font-size: 13px; color:#EADFA1; text-decoration: none; font-weight: bold; width: 130px;}
#menu a:hover{color:#EADFA1; text-decoration: underline; font-weight: bold; width: 130px;}
#menu li{background-color:#595A38; border-right: 1px solid #EADFA1; width: 130px; text-align: center; padding:5px 0px 5px 0px; line-height: 19px; }
#menu li:hover{background-color:#8D8C56;}

/* Content */
 .content {
   padding: 6px 18px 6px 10px;
   color: #333;
   margin-bottom: 25px;
   }
.icon-menu {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.icon-menu a {
	display: inline-block;
	color: #595A38;
	text-align: center;
	width: 105px;
	text-decoration: none;
	}
.icon-menu a:hover {
	display: inline-block;
	color: #595A38;
	text-align: center;
	width: 105px;
	text-decoration: underline;
	border: none;
	}
.icon-menu img {
	border: none;
	text-decoration: none;
	}
   
 /* Text Headers */
 h1, h2, h3, h4, h5, h6 {
 color: #A0410D;
 margin-bottom: 16px;
 margin-top: 8px;
 }
 hr{
border:0 #ccc solid;
border-top-width:1px;
clear:both;
height:0;
}
h1{
font-size:25px;
}
h2{
font-size:23px;
}
h3{
font-size:21px;
}
h4{
font-size:19px;
}
h5{
font-size:17px;
}
h6{
font-size:15px;
}

/* Callouts */
.lower-box {
    border: 2px dotted #595A38;
    background-color: #F1C969;
    text-align: left;
    padding: 6px;
	margin-left: 25px;
	margin-right: 25px;
}

.lower-box span{
    border: 1px solid #000;
    background-color: #595A38;
    padding: 6px;
    font-weight: bold;
    color: #FFF;
    font-size: 1.1em;
	display: block;
	text-align: left;
}
.lower-box p {
border-bottom: solid 1px black;
}
.lower-box hr {
border-top: #999 solid 1px;
}
#strong-border strong {
border-bottom: solid 1px black;
display: block;
margin-bottom: 0px;
}
#strong-border{
padding-bottom: 2px;
}
.left-lower {
width: 325px;
margin-right: 5px;
display: inline-block;
text-align: center;
float: left;
}
.right-lower {
width: 325px;
margin-left: 0px;
display: inline-block;
float: right;
text-align: center;
}
.highlight {
	text-align: center;
}
/* Lower Box Tables */
.lower-box table {
width: 100%;
}
.lower-box tr.b {
border-bottom: 1px solid #999;
height: 25px;
margin-top: 1px;
display: block;
}
.lower-box td {
min-width: 360px;
	width: 360px;
}
#docs-table a {
text-decoration: none;
font-weight: bold;
color: #000;
}
#docs-table a:hover{
text-decoration: underline;
font-weight: bold;
color: #000;
}
#docs-table a:visited {
text-decoration: none;
font-weight: bold;
color: #000;
}
#docs-table a:active {
text-decoration: none;
font-weight: bold;
color: #000;
}

.document-box strong {
display: block;
border-bottom: solid black 1px;
height: 25px;
}
/* Footer */
.footer {
height: 50px;
width: 820px;
text-align: center;
color: #fff;
background-color: #595A38;
margin-top: 150px;
padding: 5px 0px;
}
.footer a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
.footer a:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
.footer a:visited{
color: #fff;
font-weight: bold;
text-decoration: none;
}
.footer a:active {
color: #fff;
font-weight: bold;
text-decoration: none;
}
/* Links */
a {
color: #8D8C56;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #8D8C56;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #8D8C56;
font-weight: bold;
text-decoration: none;
}
a:active {
color: #8D8C56;
font-weight: bold;
text-decoration: none;
}