body, table { font: 11px helvetica, arial, sans-serif; }
.orange, .orange a { color: #ce3600; }
.grey { color: #5b5b5b; }
.main-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: DDE8EA;
	text-decoration: none;
	letter-spacing: 1px;
	text-indent: 20px;
	padding-left: 8px;
}
.main-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: C4ECFF;
	text-decoration: underline;
	letter-spacing: 1px;
	text-indent: 20px;
}
.main-link:select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-indent: 20px;
}
.text-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: 14639F;
		line-height: 17px; 
	text-decoration: underline;
	text-indent: 20px;
}
.text-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: CE3600;
		line-height: 17px; 
	text-decoration: underline;
	text-indent: 20px;
}
.text-link:select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: 14639F;
	text-decoration: underline;
	line-height: 17px; 
	text-indent: 20px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text-tight-spacing{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bigger-blue-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: 0064B8;
	text-decoration: none;
}
.small-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #0033A6;
	text-decoration: underline;
}
.small-blue:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #00AD75;
	text-decoration: none;
}
.small-blue:select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.header-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 27px;
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#available #statepicker {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#available #other_counties { margin-top: 30px; text-align: center; }
#available h3 { margin: 20px 0; color: #333; }
#available h3 u { margin: 20px 0; }
#available h3 a:visited { color: blue; }
#available #nodata { text-align: center; font-size: 14px; }
#available .file { 
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 20px;
    width: 95px;
    height: 120px;
    text-align: center;
    border: 1px solid #ddd;
    color: #ce3600;
    font-size: 10px;
}
#available .file img.thumb {
    height: 100px;
    width: 100px;
    border: 1px solid #fca;
}
#available .file:hover { border-color: #bbb; background: #f3f3f3; }
#available .file:hover img.thumb { border-color: #ce3600; }

#contact { font-size: 12px; }
#contact th { padding: 0 10px 5px 0; text-align: left; }

.admin { font: 12px helvetica, arial, sans-serif; }
.admin h1, .admin legend { color: #788e95; }
.admin h1 a { font-size: 12px; color: #777; }
.admin h1 a:hover { color: #0081bd; }
.admin fieldset { border: 1px solid #ddd; }
.admin legend { font-weight: bold; color: #555; }
.admin fieldset label { display: block; margin-bottom: 5px; }
.admin fieldset label b { float: left; display: block; width: 100px; }

.admin #states, .admin #counties { width: 400px; min-height: 200px; }
.admin #states { float: left; margin-right: 30px; }
.admin #files { width: 850px;}
.admin .state div { width: 200px; float: left; }

.admin .delete { display: none; }
.admin .delete a { color: #c00; }
.admin .error, .admin .success { background: #fff; padding: 8px; }
.admin .success { border: 1px solid green; color: green; }
.admin .error { border: 1px solid red; color: red; }