

/*Global styles xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

body
{
    text-align: center;
    width: 100%;
    font-size: 1em;
    margin: 0px;
    background-color: #034a83;
    background-image: url( "../images/page_bkgnd.gif" );
    background-repeat: repeat-x;
}
#mainContainer
{
    border: 3px solid #ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 900px;
    margin-right: auto;
    height: auto;
    margin-left: auto;
    text-align: center;
    background-color: #FFFFFF;
    font-family: 'Trebuchet MS';
}
h3 {
	font-size: 1.3em;
	color: #ffffff;
	text-align: center;
}
h4 {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .33em;
}

/*horizontal rule div */
.div_hr {
height:.75px;
color:#000066;
width:100%;
}

/*link styles */
a {
	color: #FFFF66;
	cursor:pointer;
}
a:visited {
	color: #FFFF66;
}
a:hover {
	color: #FFFF00;
}

a img
{
	border-style:none;
 
 }
.bolder {
	font-weight: bold;
}


/*fix for ie broken float box*/
.clear {
	clear: both;height:1px;
}

.float_right {
	float: right;
}
.comment
{
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    clear: left;
    padding-bottom: 0.5em;
    padding-top: .5em;
    font-size: 1em;
    color: #000033;
}
.boldtext_color
{
	color: #000066;
	font-weight: bold;
}
.heading_bld {
	font-weight: bold;
}

.greeting
{
    margin: 0em auto 1em auto;
    text-align: center;
    width: 70%;
}
.greeting .bolder
{
    font-size: 1.2em;
    color: #000066;
}
.more_ital {
	font-style: italic;
	margin-left: 1em;
}
#zipcode_msg {
	width: 70%;
	font-size: 0.7em;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	color: #000066;
	padding-bottom: 1em;
}
#zipcode_msg a {
color:#000099;text-decoration:underline;
}
/*navigation bars and menus xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Site Navigation bars at header------------------------------------*/

#navbar
{  
    height: 30px;
    width:90%;
       margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: #10167f;
    line-height: 2em;
    margin-top:1em;
    margin-bottom:1em;
   
}
#navbar .fltleft {float:left;}
#navbar .fltright {float:right;}

#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li
{
    background-image: url(../images/navbar_bkgnd.jpg);
    list-style-type: none;
    display: inline;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-left: 40px;
    margin-right: 40px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #266F38;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000099;
}

#navbar a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:visited {
	color: #ffffff;
	
	}
#navbar a:hover {
	color: #10167f;
	cursor:pointer;
}




/*search navigation links, print, back, etc*/
#searchnavbar
{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: .8em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000066;
    padding-bottom: 6px;
    padding-left: 1em;
    padding-top: 6px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000066;
}
#searchnavbar ul {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
}
#searchnavbar li {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 1.5em;
}

#searchnavbar a
{
    color: #FFFF66;
    text-decoration: none;
    white-space: nowrap;
}

#searchnavbar a:visited {
	color: #FFFF66;
}

#searchnavbar a:hover
{
    list-style-type: none;
    display: inline;
    color: #FF9900;
}

/*for list sort on in search navigation bar floated right*/
#toplinks
{
    text-align: right;
    text-decoration: none;
    float: right;
    font-size: .9em;
    margin-right: 7%;
    color: #FFFFFF;
}
.link_float_rt {
	float: right;
position:relative;
}


/*header stylesxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#header
{   background-image:url(../images/header_bkgnd.gif);
    position: relative;
    height: 140px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
}
/*hidden header text for image headers*/
#header h1 {
	position:absolute;
	left:-3000px;
		
}

#header .fltleft{
	z-index: 500;
	position: absolute;
	top:25px;
	left: 40px;
	

}

#header .fltright{
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 500;
}


/*container for hit count and datetime stamp*/

#header_options
{
    border-width: 2px;
    border-color: #C0C0C0;
    text-align: left;
    background-color: #074B72;
    color: #ffffff;
    position: relative;
    height: 24px;
    font-family: 'Trebuchet MS';
    padding-left: 1em;
    padding-right: 1em;
    border-top-style: solid;
    border-bottom-style: solid;
    margin-bottom:1em;
}
/*used for javascript current date below header image*/
#datetime {
font-size: 12px;
height:1%;
margin-top:2px;
}
#hit_count{
	font-size:12px;
	text-align:right;
	margin-top:2px;
	height:1%;
}
/*classes to show/hide header options*/
.ho_search #hit_count{}
.ho_sub #hit_count{display: none;}
.ho_ml #hit_count{ display: none;}
.ho_dtl #hit_count{ display: none;}
.ho_agy #hit_count{ display: none;}
.ho_kw #hit_count{ display: none;}



/* footer styles xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* disclaimer text at bottom of results pages */
#dtldisclaimer
{
    padding: 1.2em 2% 0.5em 2%;
    text-align: left;
    color: #000033;
    font-size: .8em;
    margin: 1em auto 1em auto;
    clear: both;
    width: 86%;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #256C32;
}

/*footer within main form below content*/
.footer {
	clear: both;
	text-align: center;
	margin-top:.4em;
	}
/*for agency copyright info*/
#copyright
{
    font-size: .7em;
    text-align: center;
    width: 100%;
    padding-top: .2em;
    padding-bottom: .5em;
    color: #000099;
    font-family: Arial, Helvetica, sans-serif;
}
#copyright a{
	color: #000066;
}
#copyright a:visited{
	color: #000066;
}
#copyright a:hover
{
    color: #0000FF;
}

/*rtm logo*/
#poweredby {
	
	text-align: center;
}
/*footer below mainform used with taxonomy copyright*/
.footercopyright {
	margin-bottom: 2em;
	padding-top: 1em;
	clear: both;
	position: relative;
}
.footercopyright a{
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
}
.footercopyright a:visited{
	color: #FFFFFF;
}
.footercopyright a:hover{
	color: #FFFF00;
}

/*------border divs for style only-------------------------------------------------*/

/*holds border divs to content, don't hide, just remove styles when not in use*/
.pagewrapper 
{   
    background-image:url("../images/vcbcpanel_repeat.jpg");
    width:800px;
      padding:0px;
    margin:0px;
    margin-left:auto;margin-right:auto;
 }

/*dont hide left right repeats, they contain the content, just remove styles when not in use*/
.page_leftrepeat
{
    background-position: top;
    background-image: url( "../images/vcbcpanel_top.jpg" );
    width: 800px;
    background-repeat: no-repeat;
}
.page_rightrepeat
{
    background-position: bottom;
    background-image: url( "../images/vcbcpanel_bottom.jpg" );
    width: 800px;
   
    background-repeat: no-repeat;
}

/* -----------------containers for various content pages--------------------------*/
/* ---can be used to show/hide panels for callback if necessary-------------------*/

/* main search page or default page*/
#searchbox_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;

}




/* subcategories for browse category, usually remains the same as searchbox_content wrapper*/
#subcat_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	padding-top: 1em;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	
}
/* keyword search results page*/
#svsearch_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	padding-top: 1em;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
}

/* matchlist results page*/
#ml_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;

}
/* detail  page*/
#dtl_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
	/*font-size: .9em;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;

}
/* agency  page*/
#agy_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
	/*font-size: .9em;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
}

/* -------------------------------------------------------------------*/

/* default page for entering zip etc with searchname or service buttons------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*top panel for zip code input*/
/*--------------------------------*/
/*horizontal rule div-show-hide as needed*/
#searchbox_content .div_hr {
	height: 5px;
	width: 90%;
	display: none;
}
#subcat_content .div_hr {
	height: 5px;
	width: 90%;
	display: none;
}
#searchbox_input
{
    color: #FFFFff;
    margin-right: 1em;
    margin-left: 1em;
    text-align: center;
    font-size: .8em;
     position: relative;
    padding-left: 1.2em;
    padding-right: 1.2em;
}
#searchbox_input .heading_bld {
	font-size: 1.3em;
	color: #000066;
}
#searchbox_input p {
	margin-top:0em;
	margin-bottom:.3em;
}

/*for data input lines in searchbox*/
.data_input {
	clear: left;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: .5em;
}
.data_input .heading_bld {
	margin-right: 0.5em;
}
#tbZIPCode
{
        margin-right: 1em;
}
#ddCityList{
margin-left:1em;
}
.searchbtn_panel #tbName
{
    margin-left:1%;
    margin-right:1%;
}
.searchbtn_panel #tbWord
{
    margin-left:1%;
    margin-right:1%
}
/* language restriction option */
#langOption
{ 
    margin-right:auto;margin-left:auto;
    padding-left:0%;
    display:none;
}
#langOption #ib_language
{   position:relative;
   margin-left:20px;
   top:5px;
}
#langOption .comment
{   position:relative;
   left:432px;
    top: -612px;
}
#langOption #ibSearchLanguage
 {
     display:none;
     }
     #agegender{display:none;}
#cityzip
{
    width: 69%;
}
/* ---------------------------------------------- */

/*keep together labels and option boxes*/
.nowrap {
	white-space: nowrap;
	float: left;
position:relative;
}

/*in rt col panel for search buttons*/
.searchbtn_panel {
	text-align: left;
	font-size: .7em;
	padding-top: 1em;
	padding-right: 1.2em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	position: relative;
}
.hintslink{float:right;
           margin-right:1em;}

.searchbtn_panel .button
{
	text-align:right;
}
.searchbtn_panel .button .ddlist
{
	position:relative;
	top:-20px;
	margin-right:20px;
}
#searchbox_content .fulllist_button{color:#ffffff; font-size:.9em;margin-right:5px;}

.fulllist_button #ibFullList {float:right;clear:left;}

/*in rt col panel for link to service provider tools*/
#servproviderbtn_panel {
   clear:both;
   color:#ffffff;
   font-size: .8em;
display:none;
    }
#servproviderbtn_panel img {
   float:right;
   padding-top:1em;padding-bottom:2em;
    }

/*control text in data input*/
.data_label {
	clear: left;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: .5em;
}


/*wrapper for left right columns subcats and of button panels*/
#searchbox_colwrapper {
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	margin-top: 1em;
	height:1%;
}
#searchbox_colwrapper a {
	text-decoration: none;
	padding-top: 0.5em;
	color: #000066;
}
#searchbox_colwrapper a:visited {
	text-decoration: none;
	padding-top: .5em;
	color: #000066;
}
#searchbox_colwrapper a:hover {
	text-decoration: none;
	padding-top: .5em;
	color: #0066FF;
}

/*columns for browse or search buttons*/
#searchbox_ltCol
 {
	width: 45%;
	float: left;
	
}
#searchbox_rtCol {
	float: right;
	
	width: 45%;
}
#searchbox_rtCol_subcat {
	margin-left: 30px;
	width: 45%;
	float: right;
	padding-bottom: 1.25em;
	text-align:left;
}
/*___________________________________*/
/*container for input boxes and buttons for word search*/
#searchbox_rtCol .data_input {
	text-align: left;
	font-size: 1.1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#searchbox_ltCol  .comment {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: .8em;
	padding-top: 0px;
}
#searchbox_rtCol  .comment {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: .8em;
	padding-top: 0em;
}
#searchbox_rtCol_subcat .comment {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: .9em;
	padding-top: 0px;
}

/*category panel_____*/
#navcat_panel
{
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #5E8865 #FFFFFF #FFFFFF #5E8865;
    padding: .5em;
    font-size: .8em;
    text-align: left;
    vertical-align: middle;
    padding-top: 0.5em;
    background-color: #F4FFDF;
}

/*___subcategories panel___________*/
#subcat_panel
{
  border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #5E8865 #FFFFFF #FFFFFF #5E8865;
    padding: 0.5em;
    font-size: .8em;
    text-align: left;
    background-color: #F4FFDF;
    position: relative;
}
/*__________________________________*/
/*Subcategory list items___________*/
.categories
{
    list-style-type: none;
    margin: 0px;
    padding-left:0px;
    clear:both;
    }
#navcat_panel li
{
    padding-top:.3em;
    padding-bottom:.3em;
    }
#subcat_panel li
{   height:1%;
    padding-top:.15em;
    padding-bottom:.15em;
    }
.subcat_detail
{
    padding: 3px 3px 3px 15px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    display: none;
    clear: right;
    font-size: .99em;
}
.subcat_detail li
{
      padding-top:.15em;
    padding-bottom:.15em;
    clear: both;
   }

.subcat_detail ul
{
      padding-top:.15em;
    padding-bottom:.15em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    margin-right: 15%;
    list-style-type: none;
    font-size: .95em;
   
   }
.navcat2 ul
{
clear:both;
   background-color: #FFFF99;
    }
.navcat2 ul .navcat2 
{
   background-color: #FFFF99;
   
}
.navcat1 ul
{
  background-color: #FFFF99;
     clear:both;
}
.navcat1 ul .navcat1
{
   background-color: #FFFF99;
   
}
.subcat_detail .viewdef {
		float:right;
		text-align:right;
	     clear:right;
}
*html .subcat_detail .viewdef {
position:relative;
}

.subcat_detail .listitem{
    width:85%;
	line-height: 1.3em;
	float:left;
	}
*html .subcat_detail .listitem{
	position:relative;
	}

/*___Navcat classes for category list styles_____*/

.navcat1 {
	
	clear:both;
    padding-left:.3em;
    padding-right:.3em;
    
}
.navcat2 {
	
	clear:both;
	padding-left:.3em;
    padding-right:.3em;
}
#navcat_panel  .navcat1 {
	
		
}
#navcat_panel .navcat2 {
	
		
}

.selected
{
    font-weight: bolder;
}
/*____________________________________*/

/*Keyword Search page xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#keyword_Search .button
{
	position: relative;
	top: .75em;
	left: 0.5em;
}
#svsearch_results .button
{
	position: relative;
	top: .75em;
	left: 0.5em;
}
#keyword_Search .data_input
{
	font-size: .8em;
}
/*matchlist pages xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.matchlist_keyword
{
    color: #005500;
    padding-top: .33em;
    padding-bottom: .33em;
    font-weight: bold;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.matchlist_heading {
	font-size: .8em;
	color: #000066;
	padding-top: .3em;
}
/*horizontal rule div-show-hide as needed*/
#ml_content .div_hr {
display:none;
}
#matchlist_platform {
	width: 730px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .9em;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;

}

.wordmatch
{
    text-decoration: underline;
}

#matchlist_wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 700px;
	margin-top: .5em;clear:both;
}
#matchlist_wrapper a {
	color: #0000CC;
}
#matchlist_wrapper a:visited {
	color: #0000CC;
}
#matchlist_wrapper a:hover {
	color: #0066FF;
}
.lblTotalCount
{
	font-size:.9em;
	font-weight:bold;
}
.matchlist_panel1
{
    background-position: center;
    padding: 1em;
    border: 1px solid #257037;
    text-align: left;
    font-size: .75em;
    margin-top: 1em;
}
.matchlist_panel2 {
	padding: 1em;
	 border: 1px solid #257037;
	text-align: left;
	font-size: .75em;
	margin-top: 1em;
}
.matchlist_panel1 a{

}
.matchlist_panel2 a{
	
}
.ml_text /* matchlist page, text under service group or program name*/
 {
	padding-left:40px;
	line-height:normal;
	text-align:left;
	padding-top: .2em;
	
}
.ml_address {
	padding-left:35px;
	line-height:normal;
	padding-top: .5em;
}
.ml_address a {
    position:relative;
    left:100px;
text-decoration: none;
}
.ml_agency
{
    border: 1px solid #EDD272;
    line-height: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.ml_county {
	float:right;
	text-align:right;
	font-weight:bold;
	line-height:normal;
	margin-right: 2em;
	margin-top: .7em;
}
.ml_miles {
	float: right;
	font-weight: bold;
	margin-right: 1em;
	margin-top: .5em;
}
.ml_name
{
    padding-left: 30px;
    clear: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: .3em;
    padding-top: 24px;
    color: #0E1781;
    background-position: left top;
    background-image: url(../images/ml_header.png);
    margin-bottom: .3em;
    background-repeat: no-repeat;
}
.ml_akaname
{
    padding-left: 30px;
    clear: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: .7em;
    padding-top: .3em;
    background-color: #ffffff;
}
.ml_location
{
    line-height: normal;
    font-weight: bold;
    padding-left: 30px;
    color: #000000;
}
.ml_location2 {
	line-height:normal;
	
	font-weight: bold;
	padding-left: 30px;
	color: #003366;
	margin-top: 1em;
}

.ml_data {
	clear: both;
	
}

.ml_namelink {
	padding-left:30px;
	line-height:normal;
	text-align:left;
	padding-top: 1.0em;
}
.ml_pgnamelink {
	margin-left:35px;
	line-height:normal;
	text-align:left;
	padding-top: .25em;
position:relative;	
}

.ml_phones {
	padding-left:35px;
	line-height:normal;
	text-align:left;
	padding-top: .5em;
}

.ml_prgphones {
	margin-left:35px;
	line-height:normal;
	text-align:left;
	padding-top: .25em;
	margin-top:1px;
	
}
.ml_prgphones ul
{
	list-style-type:none;
	margin-top:0px;
	padding-top:0px;
}
.ml_stname {width:100%; position:relative; top:-5px; line-height:normal;}
.ml_url {
	margin-left:35px;
	line-height:normal;
	text-align:left;
	padding-top: .25em;
	margin-top:1px;
	
}
.ml_email{display:none;
	margin-left:35px;
	line-height:normal;
	text-align:left;
	padding-top: .25em;
	margin-top:1px;
	
}
.ml_text /* matchlist page, text under service group or program name*/
 {
	padding-left:2.5em;
	line-height:normal;
	text-align:left;
	padding-top: .2em;
}
/** ml section that slides under service group name **/
.slider
{	padding-top:15px;
	padding-left:.75em;
	line-height:1em;
	position:relative;
}
.slider .nav
{
	text-align:center;
}
.slider .nav a
{
	padding-right:5em;text-decoration: none;
}
.slider .nav2
{   position:absolute;
    top:0px;right:5px;
	text-align:center;
}
.slider .nav2 a
{
	padding-right:5em;text-decoration: none;
}

.slider_data
{		
	padding-bottom:.75em;
}


.slider_data li
{		
	list-style-type:disc;
margin-left:1em;
line-height:1.4em;
}
.slider_data ul
{		

margin-left:1em;
}
.slider_address
{
	padding-left:1em;
	line-height:normal;
	padding-bottom: 1em;
}
.slider .heading
{
	font-weight: bold;
	padding-right:.5em;
}
slider_othrloc
{
	padding-top: .25em;
	padding-bottom: .5em;
}

 /* detail and parent agency page xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* detail page ------------------------------*/
 /*horizontal rule div */
#dtl_content .div_hr {
	display:none;
}
#dtl_content .dtl_wrapper
{
 width:90%;
       margin-top:1em;
	margin-right: auto;
	margin-left: auto;
    font-size: .8em;
    padding:2em;
    background-color:#ffffff;
}
#dtl_content #detail_panel
{
    min-height: 200px;
    line-height: normal;
    text-align: left;
}

#locations_panel
{
     line-height: normal;
    text-align: left;

}

#services_panel /* detail page, other services at this location */
 {
	line-height: normal;
    font-size: .7em;
  
   }


#locations_panel ul {
	line-height: 1.5em;
	list-style-image: none;
	list-style-type: disc;
	margin-top: 0px;
}

#dtl_content  h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	padding: 0px;
	text-align:left;margin-left:0px;padding-left:0px;
}
#dtl_content h5
{
    font-size: 1.1em;
    font-weight: bold;
    color: #000066;
    margin-bottom: 0px;
    text-align:left;margin:0px;padding:0px;
}

#dtl_content #detail_panel ul {
	line-height: 1.3em;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
}
#dtl_content #detail_panel p {
	line-height: 1.3em;
	text-align: left;
	margin:.5em;margin-left:0px;	
}

.dtlHeading
{
    margin-right: 1.25em;
    color: #282828;
    font-size: 1em;
    font-weight: bold;
}

#dtl_Agency
{
    padding-bottom: 1em;
    text-align: left;
    clear: both;

}
#dtl_Info {
	text-align: left;
	line-height: 1.65em;
	
}
#dtl_Servicelist {
	padding-bottom: 1em;
	
}
#dtl_OtherSvc {
	padding-bottom:.5em;
	border-top:solid 1px #c0c0c0;
margin-top:1em;
	
}
#dtl_OtherSvc ul {
	padding-bottom: 1em;padding-top:1em;
	list-style-type:disc;
	margin-left:2em;
}


#dtl_OtherLoc {
	clear: left;
	padding-bottom: .5em;
	
	
}
#dtl_OtherLoc ul{
	padding-bottom: 1em;padding-top:1em;
	list-style-type:disc;
	margin-left:2em;
	
}
/* for service listing  in detail page -use w/ dtl_Left and right div*/
#dtl_2ColumnWrapper {
	padding-top: 0px;
	text-align: left;
	position: relative;height:1%;
}
#dtl_Right {
	float: left;
}
#dtl_Right li {

}

#dtl_Left {
	float: left;
	width: 70px;
}
 /*Agency page------------------------------------------*/
 .agy_wrapper h3,  .dtl_wrapper h3,  .agy_wrapper a,  .dtl_wrapper a, .agy_wrapper #searchnavbar a,  .dtl_wrapper #searchnavbar  a {color:#000099;}
 /*horizontal rule div */
#agy_content .div_hr {
display:none;
}
#agy_content .agy_wrapper
{
 width:90%;
       margin-top:1em;
	margin-right: auto;
	margin-left: auto;
    font-size: .8em;
    padding:2em;
    background-color:#ffffff;
}
#agy_content #agency_panel
{
     width:90%;
      margin-top:1em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2em;
    padding-left: 2em;
    font-size: .8em;
    text-align:left; 
}
#agency_panel h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	padding: 0px;
	text-align: left;
}
#agency_panel .comment {
	font-size: .9em;
	
	font-weight: normal;
}
#agency_panel h5
{
    color: #000066;
    font-size: 1.1em;
}
.agy_heading
{
    font-weight: bold;
    color: #333333;
    margin-bottom: 0em;
}
#agency_panel p{margin:.5em;margin-left:0px;}
#agy_content ul {
	line-height: 1.5em;
	list-style-image: none;
	list-style-type: disc;
	margin-top: 0px;margin-left:2em;
}
#agy_content ul .agy_heading{font-weight:normal;}
#agency_detail {
	margin-top: 1em;
}
#agency_Servicelist ul ul {
	padding-top: .5em;
	list-style-type: none;
	padding-bottom: 1.5em;
}
#agency_Servicelist ul {
	padding-bottom: .5em;
}
#agency_Servicelist li ul {
	font-size: .9em;
	font-weight: normal;
}
/*--Resname page-----------------------------------*/
#nmsearch_content .div_hr{
display:none;
}
#nmsearch_content .boldtext_color
{
    color: #00529A;
    font-size: 1.1em;
}
#nmsearch_panel
{
    font-size: 0.8em;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    
}


#nmsearch_panel .data_input 
{
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 13%;
	padding-right: 50px;
	text-align: left;
	height: 1%;
	position: relative;
}
#nmsearch_panel .comment {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
font-size:.9em;
	color: #000066;
}

/* keyword search page--------------------------------------------- */
/*search results panel_____________________________________________*/
#svsearch_results {
	padding-bottom: 1.5em;
	height: 1%;
	margin-right: auto;
	margin-left: auto;

}

.keyword_heading
{
    font-size: .8em;
    color: #FFFFFF;
    padding-top: .5em;
}
.fulllist_button
{
    text-align: center;
    font-size: 0.9em;
    margin-bottom: .6em;
    vertical-align: middle;
    font-style: italic;
    color: #000099;
}
.search_button
{
    position: relative;
    top: 10px;
    padding-top: 0px;
    margin-top: 0px;
    
}
#keyword_servicesearch
{
    color: #FFFFFF;
}
#keyword_panel
{
  
    padding: 0em 2em 1em 2em;
    width: 84%;
    text-align: center;
    font-size: .8em;
   
    margin-right: auto;
    margin-left: auto;
}
#keyword_list .bolder {
	color: #000099;
}
#keyword_panel a
 {	text-decoration:none;
	color: #000066;	
}
#keyword_panel a:visited {
	color: #000066;	
}
#keyword_panel a:hover	
{
    text-decoration: underline;
	color: #0033CC;
}
#keyword_list
{
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1em;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #5E8865 #FFFFFF #FFFFFF #5E8865;
}


#keyword_list .sectiontitle{
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
	color: #000066;
}
#keyword_list .sectiontitle2{
	padding-top:2em;
	padding-bottom: .25em;
	text-align:center;
	color: #000066;
}
/*______lists items_____________________________*/
#keyword_list li
{padding-top:.3em;padding-bottom:.3em;
}
#keyword_list li{
    padding-top:.5em; clear:both;
    }
#keyword_list ul ul{
    padding-left: 0px;
    margin-left: 5px;
    width:90%;
    list-style-type: none;
}
#keyword_list ul li{
    clear:both;
}
.keyword_bkgnd1{
    padding-right: .5em;
    padding-left: 1em;
    clear: both;
    position:relative;
}
.keyword_bkgnd2
{
    padding-right: .5em;
    padding-left: 1em;
    background-color: #FFFFCC;
    clear: both;
    position: relative;
}

#keyword_list .usefor{
    color:#000000;
    padding-left:1em;
    font-style:italic;
    margin-right:25px;
}
#keyword_list  .listitem {}
#keyword_list .trglink  /* div for target link */
{ width:80%;
}

#keyword_list  .viewdef {
	position:absolute;
	right:5px; top:3px;
	text-align: right;
	padding-top: 0.2em;
	clear:right;
}
*html #keyword_list  .viewdef {margin-right:3%;}

/*fulllist alphabet and keyword list------*/

#svsearch_fulllist
{
    padding-top: 1em;
    padding-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-top: .7em;
    width: 90%;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #5E8865 #FFFFFF #FFFFFF #5E8865;
    background-color: #FFFFFF;
}
#svsearch_fulllist a
{
    color:#000066;
}
#svsearch_fulllist a:visited
{
    color: #000066;
}
#svsearch_fulllist a:hover
{
    color: #0033CC;
}
#div_letterlinks{
	display:block;
	padding-bottom:1em;
	text-align:center;
	width:100%;
}

#div_letterlinks a{
	text-decoration:none;
	padding-right:0.3em;
	padding-left: .3em;
}
.letter_wrapper{}
.letter_wrapper a{
	text-decoration: none;
}
.letter_leftCol{
	float: left;
	width: 47.5%;
	margin-left: 1em;
	padding-bottom: 0.5em;
	padding-top: .5em;
	text-align: left;
}
*html .letter_leftCol{width:45%;}

.letter_rightCol{
	float: right;
	width: 47.5%;
	margin-right: 1em;
	padding-bottom: 0.5em;
	padding-top: .5em;
	text-align: left;
}
*html .letter_rightCol{width:45%;}

.letter{
	font-weight: bold;
	color: #FFFFFF;
	margin-top: .3em;
	margin-bottom: 0.3em;
	padding-top: .2em;
	padding-bottom: .2em;
	width: 98%;
	text-align: left;
	font-size: 1.6em;
	text-indent: 2em;
	background-image: url(../images/letter_bkgnd.gif);
	background-position: left;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
.toTop{
	font-size:.5em;
	font-weight:normal;
	padding-left:2em;
	}
	
	
#svsearch_fulllist .letter a
{
	
	color:#ffffff;
}

#svsearch_fulllist .letter a:visited
{
	color:#ffffff;
}
#svsearch_fulllist .letter a:hover
{
	color:#ffffff;
	text-decoration:underline;
}



/*__list items_________________________________________________*/
/*main list categories style see subcat list*/
#svsearch_fulllist ul ul{
    list-style-type:none;
}
#svsearch_fulllist li{
    position:relative;
    padding-top:.15em;
	padding-bottom:.15em;
	width:95%;
}
#svsearch_fulllist .viewdef  /* definition link image */
{
	position:absolute;
	left:0px;
	top:5px;
	}

#svsearch_fulllist .listitem  /*  for service link */
{   position:relative;	
	left:25px;
	margin-right:5px;
}
#svsearch_fulllist .trglink
{
    clear: both;
    font-size: .9em;
}


/*definition popup panels xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#definition_panel {
	width: 400px;
	overflow: scroll;
	position: absolute;
	z-index: 200;
	background-color: #FFFFFF;
	border: thick solid #000066;
	padding: 2em;
	right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 300px;
	bottom: 50px;
	display: none;
}
.def_header {
	font-size: 1.25em;
	font-weight: bold;
	color: #000066;
}
#definition_panel p {
	text-align: left;
}

#definition_panel a {
	color:#000066;
}

#definition_panel a:visited {
	color:#000066;
}
#definition_panel a:hover {
	color:#003366;
}

.closedef {
	text-align: right;
	/*float: right;*/
}

/*search hints popup panels xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#hints_panel
{
	width: 400px;
	overflow: scroll;
	position: absolute;
	z-index: 200;
	background-color: #FFFFFF;
	border: thick solid #000066;
	padding: 2em;
	right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 400px;
	top: 100px;
	text-align: left;
	display: none;
}
#hints_panel li {
	padding-bottom: .3em;
}
#hints_panel a {
	color:#000066;
}
#hints_panel a:visited {
	color:#000066;
}
#hints_panel a:hover{
	color:#006699;
}

.hints_header {
	font-size: 1.25em;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.hintsbolder {
	font-weight: bold;
	color: #000066;
}

#closehints {
	text-align: right;
	float: right;
}




 /* --------- No Match page --------------*/
#nomatch_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;

	color:#ffffff;
	font-weight:bold;
}
.nomatch
{
	color:#FF9933;
	font-weight:bold;
}

#keyword_nomatch  /* no match message for keyword search*/
{
    display:none;
}

/** subcategory page - subcategory display panel styles   **/


.navcat_panel {
	padding: 5px;
	background-color: #FFCCaa;
	text-align:left;
    border: thin solid #fe864a;
    font-size:.9em;
}

.navcat_panel a {
	text-decoration:none;
    padding-top:.22em;
    padding-bottom:.22em;
}


.subcat_panel  /* contains the taxonomy terms under the subcategory */
{
	display:none;
}



/*Agency tools Pages______________________________*/
/*request page______*/
#servprov_content
{
padding-top:1em;padding-bottom:20px;
}

#servprov_content h3
{

}
#servprov_content a{color:#000066}
#servprov_content a:visited{color:#000066}
#servprov_content a{color:#003366}
#servprov_wrapper
{
    border: 1px solid #074B72;
    padding: 2em;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #E7F3E2;
}


/*contact form____*/

#servprov_content #searchnavbar
{
margin-bottom:2em;

}

#servprov_content .data_input
{
    font-size: .9em;
    padding-top: .3em;
    padding-bottom: .3em;
}

#lblInstruct
{
    color: #000066;
    font-size: .7em;
    text-align: center;
}
#lblOption
{   color: #000066;
    font-size: .8em;
    text-align: center;
}
#contact_frm
{
    margin-top: 10px;
  
}
.required
{
    float: right;
    color: #CC0000;
    font-weight: bold;
    font-size: .8em;
}
#servprov_content .center{text-align:center;font-size:.9em;}
#contact_frm label {margin-left:6px;margin-right:6px;}
#tbSt
{
    margin-right: 30px;
}
#tbCity{margin-right: 30px;}

#servprov_content .data_input2
{
    font-size: .9em;
    padding-top: 20px;
}
#contact_frm .button
{
    margin-top: 10px;
    text-align: right;
    margin-right: 60px;
}
/*confirm page*/
#confirm_wrapper
{
    padding: 2em;
    border: 1px solid #B5CBE3;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
