﻿html
{
	background: #000;
	color: #ffedda;
	font-family: Georgia, serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited { color: #c00000; }

a:active, a:hover
{
	color: #fffffc;
	color: #e00000;
	text-decoration: none;
}

dl dt
{
	clear: both;
	font-weight: bold;
}

dl dd
{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
}

img { border: 1px solid #ffedda; }

ul
{
	list-style-type: none;
	list-style-image: url("images/bullet2.png");
}

ul li { margin-bottom: 0.5em; }

.footnote
{
	font-size: 75%;
	font-style: italic;
}

/* Form-related */
/* .error { color: #c00000; } */
.error { color: #ff0; }

label
{
	font-size: 85%;
	font-weight: bold;
}

.text-field
{
	background: #fff;
	border: 1px solid #ffedda;
	border: 1px solid #412100;
	color: #412100;
}

.button
{
	background: #412100 url("images/buttonbg1.png") repeat-x;
	border: 1px solid #ffedda;
	border: 0;
	color: #ffedda;
	padding: 0 5px;
}

.button[disabled=disabled]
{
	background: #412100 none;
	/* color: #ffd4a5; */
	color: #e09748;
}

.button:active, .button:hover { background: #412100; }
/* End form-related */

#container
{
	background: #b48656 url("images/containerbg1.png") repeat-y;
	border: 1px solid #ffedda;
	margin: 0 auto;
	position: relative;
	width: 750px;
}

#header
{
	background: transparent url("images/header.jpg") no-repeat;
	margin-top: 1.5em;
	width: 750px;
	height: 307px;
}

#header h1
{
	background: transparent url("images/title.png") no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	top: 4px;
	width: 446px;
	height: 40px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	margin: -100px 10px 0 195px;
	min-height: 40em;
}

* html #content { height: 40em; }

#content img.decorative
{
	display: block;
	margin: 4em auto 0 auto;
}

#content h2, #content h3
{
	background: transparent url("images/headingbg1.png") repeat-y;
	font-size: 120%;
	padding: 3px;
}

#content h3 { font-size: 100%; }

#content p strong.point
{
	color: #412100;
	font-size: 110%;
	padding-right: 0.25em;
}

#navigation
{
	background: #412100;
	position: absolute;
	top: 0;
	left: 0;
}

#navigation #main
{
	background: #000;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 1.5em;
}

#navigation #main li
{
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

#navigation #main li a
{
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-size: 75%;
	float: left;
	height: 100%;
	padding: 0 11px;
	text-decoration: none;
}

#navigation #main li a:active, #navigation #main li a:hover { background: #b48656; }

#navigation #main li a span
{
	display: block;
	margin: 0.25em 0 0 0;
}

#navigation ul li strong { font-size: 65%; }

#navigation #extra
{
	left: 0;
	top: 250px;
	position: absolute;
	width: 185px;
}

#navigation #extra .links
{
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#navigation #extra .links li
{
	margin: 0 0 0.75em 0;
	padding: 0;
}

#navigation #extra .links a
{
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

#navigation #extra .links a:active, #navigation #extra .links a:hover
{
	color: #bf976d;
	text-decoration: underline;
}

#navigation #extra #offices
{
	background: transparent url("images/countymap.png") no-repeat center bottom;
	font-size: 70%;
	margin: 65px 10px 0 10px;
	padding-bottom: 180px;
}

#navigation #extra #offices h2
{
	font-size: 105%;
	text-align: center;
}

#footer
{
	clear: both;
	font-size: 80%;
	margin: 0 0 10px 195px;
	padding-top: 3em;
	text-align: center;
}

#footer .privacy
{
	font-size: 85%;
	margin-bottom: 0.5em;
}