html {
	overflow-y: scroll;
}

body {
	background: #fff none;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
}

#content {
	background-color: #fff;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
}
#content #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/** block at top of every page **/
#data_notice {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px;
}

#data_notice p {
	color: #333;
	text-align: justify;
	font-size: 1.1em;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

/** block that shows up with search results **/
#disclaimer {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px;
}

#disclaimer p {
	color: #333;
	text-align: justify;
	font-size: 1.1em;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

/** links at bottom of page **/
#disclaimer_link {
	background: #fff;
	border-top: 2px solid #333;
	margin-top: 20px;
	padding: 10px 0;
}

#disclaimer_link p {
	color: #333;
	text-align: justify;
	font-size: 1.4em;
	line-height: 120%;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	color: #000;
	font-size: 3em;
	font-weight: bold;
	line-height: 110%;
	margin: 10px 0;
}

h2 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	line-height: 110%;
	margin: 10px 0;
	padding: 0;
}
h2.countytitle {
	font-size: 2em;
	margin: 0 0 1em 0;
}
h2.ai_info {
	margin-bottom: 10px;
}
h2.breakhere {
	page-break-before: always;
}

table {
	border-collapse: collapse;
}

p {
	color: black;
	font-size: 1.5em;
	line-height: 150%;
	margin: 20px 0;
}

p.countylist {
	font-size: 1.4em;
	margin: 0 20px 1em 20px;
}


ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
}

ul li, ol li {
	color: black;
	font-size: 1.5em;
	line-height: 150%;
	margin: 0 0 5px 0;
	padding: 0;
}

ul li li, ul li li li, ol li li, ol li li li {
	font-size: 1em;
}

ul.sitemap {
	margin-bottom: 50px;
	list-style-type: square;
}

a {
	color: #369;
}
a:link, a:visited {
	color: #369;
	text-decoration: underline;
}
a:hover, a:active {
	color: #06c;
	text-decoration: underline;
}

.btop {
	border-top: 2px solid #000;
	padding-top: 10px;
}


/** SEARCHBOX ************************/
table.searchbox th {
	background-color: #000;
	color: white;
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}

table.searchbox td {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

table.searchbox td.specialrow {
	background-color: white;
	font-weight: normal;
}

table.searchbox td.submitrow {
	background-color: #ccc;
	text-align: right;
}

table.searchbox td td, table.searchbox td li, table.searchbox td p {
	font-size: 1em;
}
/*************************************/


/** RESULTBOX ************************/
#uxResultHeader {
	font-size: 1.4em;
	font-weight: bold;
}

table.resultbox {
}

table.resultbox td.resultheader {
	background-color: #000;
	border: 1px solid #666;
	color: white;
	font-size: 1.6em;
	padding: 5px;
	font-weight: bold;
}

table.resultbox td {
	border: 1px solid #666;
	padding: 5px;
	font-size: 1.4em;
	vertical-align: top;
}

table.resultbox td.resultheader a, table.resultbox td.resultheader a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
table.resultbox td.resultheader a:hover {
	color: #ff9;
	font-weight: bold;
	text-decoration: none;
}

table.resultbox td a:link, table.resultbox td a:visited {
	text-decoration: none;
}
/*************************************/

/** DLIST                    *********/
table.dlist {
	border: 0;
	margin: 0 0 40px 0;
}

table.dlist th {
	background-color: #ccc;
	border: 1px solid #999;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

table.dlist td {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px;
}

table.dlist td.btm {
	border-bottom: 4px solid #999;
	padding-bottom: 40px;
}

table.dlist tr.altrow td {
	background-color: #ffc;
}

table.inner, table.inner td {
	border: 0;
}

table.dlist td td {
	font-size: .8em;
	padding: 2px;
}
/*************************************/

/** HEADER ***************************/
table.header {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

td.header {
	padding: 0;
	vertical-align: top;
	color: #000;
	font-size: 1.2em;
	line-height: 150%;
}
td.header img {
	vertical-align: top;
}
/*************************************/

a img, :link img, :visited img {
	border: none;
}

input, select {
	font-size: 1em;
	padding: 1px;
}

.btn {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px;
	padding: 2px;
	min-width: 100px;
}
