@charset "utf-8";
/* CSS Document */

body {
	background-color:#b2d234;
	background-image: url(../images/bk-spring.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat: repeat-y;
	margin-bottom: 17px;
}
td.black {
	background-image:url(../images/bk-sponsor.png)
}
td.white {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-image:url(../images/bk-content.png)
}
.quickclick {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	border: #000000;
	color: #000000;
	background-color: transparent;
}
.unused {
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
	margin-right:15px;
}
p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
a:link {
	color: #293d10;
	text-decoration: underline;
}
a:visited {
	color: #293d10;
	text-decoration: underline;
}
a:hover {
	color: #44651b;
	text-decoration: underline;
}
a:active {
	color: #44651b;
	text-decoration: underline;
}

/* ADDED FOR Listings */

.listAgency {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
}
p.countyName {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
}
td.countyName {
	padding: 10px;
	background: #2A3D12;
}
.listDetails {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.listHeads {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight:bold;
}
td.listBtm {	border-top: 2px solid #2A3D12;
	border-left: 2px solid #2A3D12;
	border-right: 2px solid #2A3D12;
	border-bottom: 2px solid #2A3D12;
	padding:10px;
	background: #FFFFFF;
}
td.listMid {	border-left: 2px solid #2A3D12;
	border-right: 2px solid #2A3D12;
	padding: 5px;
	background: #FFFFFF;
}
td.listTop {	border-top: 2px solid #2A3D12;
	border-left: 2px solid #2A3D12;
	border-right: 2px solid #2A3D12;
	border-bottom: 2px solid #2A3D12;
	padding: 10px;
	background: #2A3D12;
}
h3{
	font-family: "Adobe Garamond Pro", Garamond, "Garamond Premr Pro", AGaramond, "Times New Roman";
}