.services-district-supervisor{
	display:none;
}

.services-district-supervisor1{
	display:block;
}

/** SERVICES ******************************/

#cservices-long{
	display:none;
}

.location_box {
	border: 1px #ADADAD solid;
	height: 30px;
	padding: 0;
	margin: 0;
	position: relative;	
	margin-top: 25px !important;
}

.location_box #loc_input3, .location_box #loc_input5, .location_box #loc_input7, .location_box #loc_input9  {
	width: 75%;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 0;
	left: 5px;
	top: 5px;
	background-color: transparent;
}

.location_box #loc_input3 input, .location_box #loc_input5 input, .location_box #loc_input7 input, .location_box #loc_input9 input  {
	margin: 0;
	border: 0;
	font-size: 1.1em;
	width: 90%;
	color: #666;	
}

.location_box #loc_input4, 
.location_box #loc_input6 , 
.location_box #loc_input8, 
.location_box #loc_input10 {
	width: 25%;
	right: 0;	
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0px;
}

.location_box #loc_input4 input, .location_box #loc_input6 input, .location_box #loc_input8 input, .location_box #loc_input10 input {
	width: 100%;
	height: 30px;
	background: rgb(209,209,209); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(173,173,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(173,173,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(173,173,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(173,173,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(173,173,173,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(173,173,173,1) 100%); /* W3C */
	color: #333;
	right: 0;	
	padding: 0;
	margin: 0;
	border: 0;
	border-left: 1px #ADADAD solid;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0px 1px 0px #fff;	
}

/*.search_type {
 	margin-bottom: 10px;
}*/

.search_type p {
	margin-bottom: 0;	
	color: #222;
}

.search_type p:first-child {
 	font-weight: bold;
}

.search_type input:first-child {
 	margin-left: 0;
}

.search_type input {
 	margin-left: 2em;
	margin-right: .25em;
}

.nearby_box {
	font-weight: bold;	
	margin-top: -20px;
	width: 40%;
	display: inline-block;
	padding-bottom: 20px;
}

.nearby_box select {
	width: 100%;
	margin-bottom: 10px;
	line-height: 2;
}

.dist_box {
	padding-top: 3px;
	text-transform: capitalize;	
	float: right;
	width: 50%;
}

.dist_box br {
	display: none;	
}

.dist_box select {
	margin: 0 .75em;	
}

.dist_box p {
	display: inline;
	color: #222;
	text-transform: capitalize;	
}

.service_list1,
.service_list2 {
	margin-top: 0px;
}

.service_list1 li,
.service_list2 li {
	list-style-type: bullet;
	margin-left: 10px;
	padding-left: 0px;
	font-size: .9em;
}

.service_list1 li a,
.service_list2 li a {
	color: #666;
}

.service_list1 li a:hover,
.service_list2 li a:hover {
	text-decoration: none;
}


.service_list1 li a span.find_name,
.service_list2 li a span.find_name {
	font-weight: bold;
	color: #357FB8;
	font-size: 1.1em;
	text-transform: capitalize;
}

.service_list1 li a span.find_addr,
.service_list2 li a span.find_addr {
	text-transform: capitalize;
}

.service_list1 li a:hover span.find_name,
.service_list2 li a:hover span.find_name {
	text-decoration: underline;
}

.service_list1 a.sf-list-more {
	display: block;
	margin-top: 20px;
	padding-bottom: 5px;
	float: left;
	padding-right: 15px;
}

.first_link {
    padding-right: 10px;
}

.last_link{
	padding-left: 10px;
}

.previous_link {
	padding-right: 10px;
}

.next_link {
	padding-left: 10px;
}

 .page_navigation  active_page{
	text-decoration: underline !important;	
}

.paging {
	margin-bottom: 20px;	
}

#map {
	margin-left: 0;
	margin-bottom: 50px;	
}

#map_detail{
	margin-left: 0;
	margin-bottom: 100px;	
	padding-bottom: 40px;
	margin-top: 40px !important;
 }
 
.detail_map {
	margin-top: .5em;	
}
 
.map_info{
	background-color: #d8f1fd;
	padding: .25em;
}

.map_name a {
	color: #2D64A1;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: capitalize;
}

.map_name {
	display: block;
	color: #2D64A1;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	text-transform: capitalize;
	margin: .5em 0 .5em .5em;
}

.map_address,
.map_phone {
	font-size: .9em;
	display: block;
	margin-left: .5em;	
	line-height: 1.2em;
	text-transform: capitalize;	
}

.page_navigation {
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
}

@media only screen 
and (max-width : 980px) {
.page_navigation {
	text-align: center;
}
}

.page_link {
	line-height: 1.5;
	padding-left: .25em;
	padding-right: .25em;
	margin-right: .5em;
}

.reset_list {
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: .95em;
}

.ui-autocomplete {
	padding-top: 0;
	-webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, .2);
    box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, .2);
}

.ui-autocomplete li a {
	display: block;
	padding: 4px;
	border: 1px solid #fff;
}

ul.ui-autocomplete ul. {
	background-color: transparent;
}

ul.ui-autocomplete ul,
ul.ui-autocomplete li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 279px;
}

ul.ui-autocomplete ul {
	border: 1px red solid;
}

ul.ui-autocomplete ul li {
	padding: .5em .25em;
}

ul.ui-autocomplete li a {
	color: #357FB8; 
}

ul.ui-autocomplete li a:hover,
ul.ui-autocomplete li a:active,
ul.ui-autocomplete li a:focus {
	text-decoration: none; 
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
	border: 1px #fff solid;
	background-color: #ecf6fd;
	background-image: none;
}

ul.service-type {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

ul.service-type li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.service-type .service-type-name {
	font-weight: bold;
	font-size: 1em;	
}

.service-type .serivce-type-url {
	/*background: url("_gfx/external-link-icon.png") no-repeat;*/
	white-space: nowrap;
	overflow: hidden;		
}

#result_map {
	margin: 15px 0 30px;
}

.home_tab_col{width:32%;float:left;}
.home_tab_col2{width:48%;float:left;}
.home_tab_col3{float:left;}
.atab{height:550px !important;}
/*
#result_map,#result_list{width:90%;height:280px;display:none;border:1px solid #ddd;margin-top:10px;border-radius:15px;-moz-border-radius:5px;}
.ui-tabs .ui-tabs-panel{padding-left:0.5em;padding-right:0.5em;}
.ui-tabs .grid-4{margin:0;}
@media all and (max-width:599px){.home_tab_col{display:none;}}
#result_list,#map,#map_detail{
	width:300px;height:300px;display:none;
	background-color:#ddd;
	margin:10px;
}
#result_list{overflow:auto;}*/
#map,#map_detail {
	width:100%;height:300px;display:none;
	background-color:#ddd;
	margin:10px;
}

.detail_map{
width:100%;height:250px;
}

#result_keyword {
	margin-top: -20px;	
}

#result_map{width:90%;height:280px;display:none;border:1px solid #ddd;margin-top:10px;border-radius:15px;-moz-border-radius:5px;}


/*.sf_home .agencies-on-social-media,*/
.sf_home .other-agency-apps {
	margin-bottom: 3em;
}

.sf_home .agencies-on-social-media,
.sf_home .agencies-on-social-media li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf_home ul.agencies-on-social-media {
	margin-top: .5em;
}

.sf_home .agencies-on-social-media li,
.sf_home .other-agency-apps li {
	font-weight: bold;
	margin-bottom: .75em;
}

.sf_home .agencies-on-social-media a,
.sf_home .other-agency-apps a,
.sf_home .agencies-on-social-media li .sf-social-more {
	font-weight: normal;
}

#social_short_list {
	min-height: 145px;
}

#social_long_list .page_navigation a,
#social_long_list .page_navigation span {
	padding: 0;
	margin: 0;
	padding-right: 1em;
}

.social-media-links {
	display: block;
	line-height: 1.3;
	font-weight: normal;	
}

a.sf-social-more {
	font-weight: normal !important;	
	padding-bottom: 10px !important;
}

.connect-column-two #social_long_list .sf-social-less {
	padding-bottom: 20px;	
}

.field-items h3 {
	font-size: .975em;
	color: #666;
}

.services-district-supervisor tr, .services-district-supervisor1 tr  {
	border-top: 1px solid #CCC;
}

.services-district-supervisor th, .services-district-supervisor1 th {
	background: #fff;
	border: 0;	
}

.services-district-supervisor th,
.services-district-supervisor td,
.services-district-supervisor1 th,
.services-district-supervisor1 td {
	cursor: pointer;
}

.services-district-supervisor th a,
.services-district-supervisor td a,
.services-district-supervisor1 th a,
.services-district-supervisor1 td a  {
	cursor: pointer;
}

.services-district-supervisor th a:hover,
.services-district-supervisor td a:hover,
.services-district-supervisor1 th a:hover,
.services-district-supervisor1 td a:hover {
	text-decoration: underline;
}

.intro-column-one {
	width: 160px;
	float: left;	
}

.intro-column-two {
	width: 103px;
	height: 108px;
	float: right;	
}

.connect-introduction img {
	float: right;	
}

.ios {
	width: 47%;
	float: left;
	border-right: 1px #e0e0e0 solid;	
}

.android {
	width: 45%;
	float: right;	
}

.ios img,
.android img {
	width: 60px;
	margin: 0 auto;	
	display: block;
}

.ios p,
.android p {
	margin-bottom: 0;
	text-align: center;	
}

.other-apps {
	clear: both;
	margin-top: 10px;
	border-top: 1px #e0e0e0 solid;
	padding-top: 10px;	
}

.other-agency-apps li{
	width: 49%;
	float: left;
	font-weight: bold;	
}

.cservices li {
	width: 49%;
	float: left;
}

.search_type input[type="radio"] {
	margin-right: 5px;
}

.ui-autocomplete {
	cursor: pointer;	
}

.agencies-on-social-media li{
	list-style: none;
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
}

.agencies-on-social-media {
	font-size: 1em;	
}

.services-district-supervisor {
	margin-top: 15px;	
}

.services-district-supervisor td,
.services-district-supervisor th {
	background-color: transparent;
}

.services-district-supervisor th {
	font-weight: bold;
}

.services-district-supervisor tr:hover td,
.services-district-supervisor tr:focus td,
.services-district-supervisor tr:hover th,
.services-district-supervisor tr:focus th,
.services-district-supervisor1 tr:hover td,
.services-district-supervisor1 tr:focus td,
.services-district-supervisor1 tr:hover th,
.services-district-supervisor1 tr:focus th{
	background-color: #ecf6fd;
}

#district-supervisor-more, #district-supervisor-less{
	display:none;
}


#node-10 {
	min-height: 167px;	
}

#other-agency-apps-more,
#other-agency-apps-less {
	margin-top: 20px;
	border-top: 1px #e0e0e0 solid;
	padding-top: 5px;	
	display: none;
}

h3.field-content {
	line-height: 1.3;	
}

#cservices-more,
#cservices-less {
	padding-bottom: 1.5em;	
	display:none;
}

.open-gov-results li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.open-gov-results li em {
	font-weight: bold; 
	font-style: normal;
	text-transform: capitalize;
}

#result_dir, #result_opengov, #result_keyword {
	padding-top: 1em;	
}

.agencies-on-social-media {
	margin-top: 0;	
}

.highlight {
    background-color: yellow
}

.agencies-on-page {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.agencies-on-page li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: .25em;	
	padding-bottom: .25em;
	border-bottom: 1px solid #e9f0f3;
}

.agencies-on-page li a,
.agency_list_header span.agency {
	display: block;
	float: left;
	width: 85%;
}

.agencies-on-page span {
	background-color: #e9f0f3;
	display: block;
	padding: 4px 10px;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}

.agencies-on-page span.phone {
	background-color: transparent;
	display: inline;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.agency_list_header {
	font-weight: bold;
	margin-bottom: 1em;	
}



#filter-wrapper {
	border: 1px #D3D3D3 solid;	
	color: red;
	background-color: #F9F9F9;
	padding: 1em;
	margin-bottom: 2em;
	position: relative;
}

#filter-wrapper h2 {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;	
	color: #828383;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#filter-wrapper .alpha-filter {
	padding: 3px;
	border-bottom: #d3d3d3 1px solid;
	margin-bottom: 1em;
	padding-bottom: 1em;	
}

#filter-wrapper .alpha-filter a {
	display: inline-block;
	padding: 0 .5em;
}

#filter-wrapper .filter-select {
	padding: 3px 0 10px 3px;
	border-bottom: #d3d3d3 1px solid;
	margin-bottom: 1.3em;
	padding-bottom: 1.3em;
}

#filter-wrapper .filter-select #cat_list {
	width: 100%;
	padding: 0;
	margin: 0;
}

#filter-wrapper .find-box-wrapper {
	padding: 3px 0 10px 3px;
}

#filter-wrapper .find-box-wrapper .filterinput {
	width: 100%;
	padding: 0;
	margin: 0;
}

#filter-wrapper p.or {
	background-color: #828383;
	border: 2px #fff solid;
	margin: -40px 0 0 45%;
	float: left;
	padding: 3px 6px;
	color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#filter-wrapper .find-box-wrapper p {
	margin-top: 5px;
	padding-right: 10px;
	margin-left: 0;
}

#filter-wrapper .label-wrapper {
	width: 10%;
	float: left;
}

#filter-wrapper .label-wrapper p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#filter-wrapper .form-element-wrapper {
	width: 90%;
	float: left;
}

/***********Search background******************/


#content {
    margin-left: 10px;
    width: 98%;
}

