/* Modified style sheet to use with blue logo
*/

/*Hex color values for nav bars: lt blue- #6495ed (basic background fill to match- #7089ba), lt brn- #f7ca9d (upper nav), logo brn & header text- #a76627
	dk gray for text on tan nav- #333333, top of page arrow green- #6b8e23
	rec permit page(s) nav's- #cccc99
*/

/*body
     { font-family: verdana, arial, helvetica;
       font-weight: none;
       font-size: x-small;
       color: black;
       background-color: white; } */
       

h1           { font-size: 18pt; color: #A76627}
h2           { font-size: 12pt; color: #A76627}
h3           { font-size: 10pt; color: #A76627}
h4           { font-size: 10pt; color: #008080; text-transform: uppercase; margin-top: 18 }
h5           { font-size: 10pt; color: #008080; margin-top: 18 }
h6           { font-size: 10pt; color: #008080}

a:link       { color: #003399; text-decoration: underline }
a:visited    { color: #003399; text-decoration: underline }
a:active     { color: #003399; text-decoration: none }
a:hover      { color: gray; text-decoration: none }

/* style for links in the Legislative section */

a.legis:link {color: #003399; font-family: arial; font-size: 8pt; text-decoration: underline; }
a.legis:visited {color: #003399; font-family: arial; font-size: 8pt; text-decoration: underline; }
a.legis:hover {color: #gray; font-family: arial; font-size: 8pt; text-decoration; none; }
a.legis:active {color: #003399; font-family: arial; font-size: 8pt; text-decoration: none; } 


li           { margin-bottom: 18 }
.bullethang  { text-indent: -18; margin-left: 18 }
.bullethang1 { text-indent: -18; margin-left: 30 }
.bullethang2 { text-indent: -18; margin-left: 36 }
.bullethang3 { text-indent: -18; margin-left: 44 }
.re_township { font-size: 10pt; font-weight: normal; text-align: Center; border-top-style: solid; border-top-width: 1; 
               border-bottom-style: solid; border-bottom-width: 1; 
               padding-top: 3; padding-bottom: 3 }
.re_parcel   { text-indent: -60; margin-left: 60 }
.re_location { text-indent: -76; margin-left: 76 }

/*Add code for font type to be verdana/ arial-- easier to read online
*/
.spaceabove  { margin-top: 18; 
					font-size: 8pt;
					font-family: arial, helvetica, verdana;
					font-style: italic;
					color: #000000;
					}
.spaceabove6pt  { margin-top: 6 }
.spacebelow6pt  { margin-bottom: 6;
					font-size: 8pt;
					font-family: arial, helvetica, verdana;
					font-style: italic;
					color: #000000;
					 }
.spacebefore { margin-left: 12 
				font-style: normal;
					color: #A76627;
				}
.spacebefore2 { margin-left: 20 }
.spaceboth   { margin-top: 18; margin-left: 12
					font-style: normal;
					color: #A76627;
						 }
.steps       { text-indent: -18; margin-left: 18 }
.steps2digit { text-indent: -24; margin-left: 24 }

/* Alternating row color for tables */

tr.d0 td {
	background-color: #f9edd8;
}
tr.d1 td {
	background-color: #ffffff;
}

.newsItems {
				font-family: Verdana, Arial, Helvetica;
				font-size: 8pt;
				font-weight: normal;
				color: #000000;
}

.footertext {
				font-family: Arial, Helvetica;
				font-size: 8pt;
				font-weight: normal;
				text-align: center;
}

.blackText {
				color: black;
}

.imgBorder {
				
    border-style:solid;
    border-top-color:gray;
    border-bottom-color:gray;
    border-left-color:white;
    border-right-color:white;
    border-width:1px;
/*    border-top-width:1px;
    border-left-width:1px;  */
}
.ltBlueBorderAll {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4dbf6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4dbf6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c4dbf6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c4dbf6;
}
