/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

div.singlespace span
{
	display: block;
}

body
{
	padding: 20px;
	margin: 0;
	background-image:  url("../images/covered_bridge_for_back2.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
	position: relative;
	margin: 0;
	padding: 1em;		
}

#mission
{
	display: inline;
	position: absolute;	/* this one is mine.  Mission statement of county. */
	width: 45%;
	top: 3em;
	left: 17em;
	margin: 0;
	padding: 0 0;
	text-align: center;
	color: maroon;
	font-size: 25%;
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
	font-weight: Bold;
}

#statemap
{
	position:absolute; top: 15px; left:750px; width:35%;
	
}


#masthead, #footer
{
	background-color: #363732;	/* charcoal gray */
	color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}

#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
	background-color: white;
}
#innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	position: relative;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
	position: absolute;
	top: 7em;
	width: 95%;
	margin-left: 2em;
			
}
#footer, #masthead, #innerLeftColumn, #contentColumn
{
	border: solid 0px #000;
	padding-top: 0.5em;
	padding-bottom: 0;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: white;
	color: #000;
	padding: 20px;
	margin: 0;
}

#pageFrame
{
	background-color: #A79C7E;
	color: #000;
	
}


.hide
{
	display: none;
}

#magic ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#magic a strong
{
	color: #fff;
	text-decoration: none;
}

#magic a:hover strong
{
	color: #59291D;
	text-decoration: none;
}


ul.nobullet						/* CG County no bullets in list */
{
	list-style-type: none;
}

li.magic
{
	color: #fff;
}

p.crumb
{
	color: gray;
}

p.ssh
{
	line-height: 1em;
}

p.single
{
	margin-top: 0;
	margin-bottom: 0;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/

