ul, ol, li,body, h4, h3, h5 {margin:0px;padding:0px;}

/*skip to main content for screenreaders*/
.skip 
{
    position: absolute;
    left: -3000px;
}
.skip:focus {
		position: absolute; left: 0.5em; 
		}
/*Global styles xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
body
{
    padding-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 1em;
    margin: 0px;
    background-color: #5E83D6;
    background-image: url(  '../images/page-bkgnd.gif' );
    background-repeat: repeat-x;
}
#mainContainer
{
   
    width: 900px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #Ffffff;
}
/*maincontainer wrappers for shadows____________*/
#mainwrapper
{
    background-position: 0px;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(    '../images/main-bkgnd.gif' );
}
#mainleft
{
    width: 910px;
    background-position: left top;
    padding-left: 10px;
    background-image: url('../images/shadow_left.gif');
    background-repeat: no-repeat;
}
#mainright
{
    width: 900px;
    background-position: right top;
    padding-right: 10px;
    background-image: url('../images/shadow_right.gif');
    background-repeat: no-repeat;
}
/*_____________________*/

h2
{
    margin: 0px;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    color: #003510;
    padding-bottom: 5px;
   
}
h3
{
    clear: both;
    margin: 0px;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
    color: #000066;
    padding-bottom: 5px;
}

h4
{
    font-size: 1em;
    padding-top: 1em;
    text-align: center;
    margin-bottom: 4px;
    clear: both;
    position: relative;
}

/*horizontal rule div */
.div_hr {

}

/*link styles */
a {
	color: #003399;
	cursor:pointer;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0066FF;text-decoration:underline;
}

a img
{
	border-style:none;
 
 }
 .fltright{float:right;}
.bolder {
	font-weight: bold;
}


/*fix for ie broken float box*/
.clear {
	clear: both;
}

.float_right {
	float: right;
}
.boldtext_color
{
    color: #751E00;
    font-weight: bold;
}
.heading_bld {
	font-weight: bold;
}


.more_ital {
	font-style: italic;
	margin-left: 1em;
}
#zipcode_msg {
	width: 90%;
	font-size: 0.9em;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	
	color: #003366;
	padding-bottom: 1em;
	clear:both;
}
/*header styles--------------------------------------------------*/
#header
{
    position: relative;
    
    background-color: #F15F2B;
}
#header h1, h2
{
	margin-left: -3000px;
	position: absolute;
}
#header .fltleft{position: absolute;left:0px;top:20px;height:130px;width:220px; z-index:100;}
#header .fltright{position: absolute;right:10px;top:40px;height:100px;width:180px; z-index:101;}

/*container for hit count and datetime stamp*/

#header_options
{
    position: relative;
    height: 18px;
    padding-bottom: 5px;
    padding-top: 0px;
    color: #1C26A4;
    font-weight: bold;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    clear: both;
    margin-bottom: 1px;
    z-index: 100;
}
/*used for javascript current date below header image*/
#datetime {
	font-size: 12px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding-top:10px;
	
	
}
#hit_count{
	font-size: 12px;
	float:left;clear:left;
	top:0px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;

}
*html #hit_count{
	margin-left: 270px;
}
/*classes to show/hide header options*/
.ho_search{}
.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;}

/*----font sizer________________________________*/
#fontsize ul
{
    list-style-type: none;
      margin:0px;padding:0px;
}

#fontsize li
{	
    display: inline;
    margin:0px;padding:0px;
}
#fontsize
{
    float: right;
    position: relative;
    top: -20px;
    font-size: 12px;
    height: 26px;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    color: #333333;
    margin-bottom: -20px;
}

#fontsize img
{position:relative;top:3px;}
/*navigation bars and menus xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Site Navigation bars at header------------------------------------*/
/*--main menu bar--*/
#navbar
{
    font-size: 14px;
    text-align: center;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    background-image: url(  '../images/nav-bkgnd.gif' );
    background-repeat: repeat-x;
    color: #000066;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 24px;
}

#navbar ul
{
    margin:  0px;
    padding: 0px;
}
#navbar li
{
   
    list-style-type: none;
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}
#navbar a, #navbar a:visited{
color:#ffffff;
text-decoration:none;
}
#navbar a:hover
{
    color: #FDDB92;
}

/*--navigation for search results, back, print page-----*/
#searchnavbar
{
    height: 12px;
    font-size: .9em;
    text-align: left;
    text-decoration: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #808080;
    border-bottom-color: #808080;
    border-top-style: solid;
    border-bottom-style: solid;
    height: 1%;
    position:relative;
}

#searchnavbar ul
{
    list-style-type: none;
    display: inline;
    margin-right: 1em;
    margin-left: 0px;
    padding:0px;
}
#searchnavbar a
{
    text-decoration: none;
    color: #0000CC;
    white-space:nowrap;
}
#searchnavbar a:hover
{
    text-decoration: underline;
    
}

#searchnavbar li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
   
	
}
#toplinks {
	float: right;
	margin-right: 2em;
}

#a_specsrv
{
	display:none;  /* hide link for specific service keyword search until full list loads */
}



/*for list sort on in search navigation bar floated right*/
#toplinks {
	text-align: right;
	text-decoration: none;
	float: right;
	
	margin-right: 15px;
}
.link_float_rt {
	float: right;
position:relative;
}



/* footer styles xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* disclaimer text at bottom of results pages */
#dtldisclaimer
{
    padding-top:5px;
    text-align: justify;
    color: #000033;
    font-size: .7em;
    margin: 1em auto 1em auto;
    clear: both;
    width: 90%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #77A3CA;
}

/*footer within main form below content*/
#sponsors{width:90%;margin-left:auto;margin-right:auto;padding-bottom:10px;}
#sponsors img{padding-left:20px;padding-right:20px;}
.footer
{
    clear: both;
    text-align: center;
    background-color: #000066;
    color: #ffffff;
}

/*for agency copyright info*/
#copyright
{   float:left;
    font-size: .8em;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
   background-color: #000066;
    color: #FFFFFF;
}
#copyright a
{
    color: #FFFFCC;
}
#copyright a:visited
{
    color: #FFFFCC;
}
#copyright a:hover
{
    color: #FFFF00;
}

/*rtm logo*/
#poweredby {
	margin-top:8px;padding-top:4px;
	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: #FFCC99;
    text-decoration:underline;
}



/*------border divs for style only-------------------------------------------------*/

/*holds border divs to content, don't hide, just remove styles when not in use*/
.pagewrapper
{
    padding-top: 0px;
    background-color: #FFFFFF;
}

/*dont hide left right repeats, they contain the content, just remove styles when not in use*/
.page_leftrepeat{}.page_rightrepeat{}

/* -----------------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-bottom: 1em;
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}


/* language restriction option */
#langOption
{ 	display:none;
    margin-right:auto;margin-left:auto;
    padding-left:0%;
    }

#langOption .comment
{
    position: relative;
    margin-bottom: 5px;
}
 #ib_language
 {  position:relative;
   margin-left:28px;
   top:4px;
     display:none;
     }
     
     .zip{}
/* ---------------------------------------------- */


/* subcategories for browse category, usually remains the same as searchbox_content wrapper*/
#subcat_content {
	padding-bottom: 1em;
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
}
/* keyword search results page*/
#svsearch_content {
    position:relative;
	margin-bottom: 1em;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}


/* matchlist results page*/
#ml_content {
	margin-right: auto;
	margin-left: auto;
font-size: .9em;
padding-top:10px;
}
/* detail  page*/
#dtl_content {
	padding-bottom: 1em;padding-top:10px;
	/*font-size: .9em;*/
	margin-right: auto;
	margin-left: auto;

}
#dtl_content #searchnavbar{font-size:.8em;
}
/* agency  page*/
#agy_content {
padding-bottom: 1em;padding-top:10px;
	/*font-size: .9em;*/
	margin-right: auto;
	margin-left: auto;	
	
}
#agy_content #searchnavbar{
padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	font-size:.8em;
}

/* -------------------------------------------------------------------*/

/* 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
{
   DISPLAY:none;
}

#subcat_content .div_hr {
	 DISPLAY:none;
	}
	searchbox_content #searchnavbar{width:95%;}
	#subcat_content #searchnavbar{width:95%;}
#searchbox_input
{
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    text-align: center;
    font-size: .9em;
    padding-top: 0px;
    padding-bottom: 0px;
    clear:both;
}

#searchbox_input .comment
{
   padding:4px;
   color: #0c0c0c;
   text-align:left;
   margin-left:50px;
  
}
#searchbox_input .comment .boldtext_color
{
    font-style: normal;
    color: #000066;
}
#searchbox_input .heading_bld {
	font-size: 1.3em;
	color: #000066;
}
.greeting
{
    font-size: 1.1em;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0px;
    font-style: italic;
    color: #800000;
}
.greeting .boldtext_color
{
    text-align: center;
}
#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;
}
#searchbox_input .data_input {padding-top:3px;padding-bottom:10px;text-align:left;margin-left:200px;}
.data_input .heading_bld {
	margin-right: 0.5em;
}
#tbZIPCode
{
        margin-right: 1em;
}
#ddCityList{
margin-left:1em;
}
/*keep together labels and option boxes*/
.nowrap {
	white-space: nowrap;
	
position:relative;
}


/*wrapper for left right columns subcats and of button panels*/
#searchbox_colwrapper
{
   
   
    height: 1%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}
#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
{ font-size:.9em;
    width: 500px;
    float: left;
    padding-bottom: 20px;
}

#searchbox_rtCol
{   
    width: 320px;
    padding-bottom: 20px;
    float: right;
}

#searchbox_rtCol_subcat
{font-size:.9em;
    width: 420px;
    float: right;
    padding-bottom: 20px;
}

*html #searchbox_rtCol_subcat
{
    width: 320px;
    position:relative;left:-80px;
}

#subcat_content #searchbox_ltCol
{ 
    width: 400px;
}
*html #subcat_content #searchbox_ltCol 
{width:300px;}

#searchbox_content h3
{
  
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    font-size: 1em;
    color: #000066;
    text-align: center;
    font-weight: bold;
    background-repeat: no-repeat;
}
#subcat_content #searchbox_colwrapper .comment
{color:#000066;}
#searchbox_content #searchbox_colwrapper .comment
{font-size:11px;}

#searchbox_content h4
{
    margin-bottom:0px;text-align:left;
}
.hintslink
{
    float: right;
    position: relative;
    top: -3px;
    font-size: 10px;
}
#searchbox_rtCol .ddlist
{
	position:relative;
    margin-right:24px;
}

/*in rt col panel for search buttons*/

.example{font-size:.9em;font-style:italic;padding-bottom:12px;color:#000099;}


#namebtn_panel
{
    text-align: left;
    font-size: .9em;
    position: relative;
    height: 1%;
  
    padding: 10px;
    margin-bottom: 5px;
    background-color: #FFD595;
    border: 1px solid #FFBD5B;
}
#servicebtn_panel
{
    text-align: left;
    font-size: .9em;
    position: relative;
    height: 1%;
    padding: 10px;
    margin-bottom:10px;margin-top:4px;
    background-color: #FFD595;
    border: 1px solid #FFBD5B;
}
#servproviderbtn_panel
{
    
}

#fulllist_panel
{
    
}

#searchbox_ltCol a
{
}
#servproviderbtn_panel .button, #fulllist_panel .button
{
 text-align:right;
   top:4px;
    }

.instruction
{
    
    width: 90%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }
.fulllist_button #ibFullList {float:right;clear:left;margin-top:10px;}


/*control text in data input*/
.data_label {
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	
}



/*___________________________________*/
/*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: 0em;
}
#searchbox_colwrapper .comment
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
    font-size: 1em;
    padding-bottom: 4px;
}
#searchbox_content #searchbox_colwrapper
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #EFEFEF;
}

/*category panel_____*/


.countpopup
{
    z-index: 555;
    position: absolute;
    background-color: #EBEFFA;
    height: 40px;
    width: 100px;
    top: -40px;
    left: 50px;
    border: solid 1px #000066;
}
*html .countpopup
{
  
    left: 30px;
  
}
.countpopup span{font-size:10px;font-weight:bold;color:#000033;*line-height:1.2em;}
#searchbox_content #navcat_panel
{   display:table;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
    padding-top: 0.5em;
    
}

#searchbox_content #navcat_panel a, #navcat_panel a:visited{color:#000000;}
#searchbox_content #navcat_panel a:hover
{
    color: #800000;text-decoration:underline;
}
#subcat_content #navcat_panel
{  
    text-align: left;
    width:400px;
    position:relative;
}


#subcat_content h4
{
    margin: 0px;
    padding: 0px 0px 18px 0px;
    font-size: 1.1em;
    color: #000066;
    font-weight: bold;
    text-align:left;
}
#subcat_content #searchbox_colwrapper 
{padding-top:10px;}
#subcat_content #navcat_panel
{
padding-left:60px;
}
/*ie6____*
*html #subcat_content #navcat_panel
{  
    width:300px;
background-color:#000000;
}

.catLeft{


}
.catLeft img{}
.catRight{}


font-size:.95em;text-align:right;
}

/*___subcategories panel___________*/
#subcat_panel
{
     font-size: 1em;
    text-align: left;
    padding-top:.5em;
}
#subcat_panel a, #subcat_panel a:visited{color:#000000;}
#subcat_panel a:hover
{
    color: #800000;text-decoration:underline;
}
/*__________________________________*/
/*Subcategory list items___________*/
/*___Navcat classes for category list styles_____*/
#searchbox_content .categories{
padding:10px;
background-color: #FFD595;
    border: 1px solid #FFBD5B;
    width:498px;
    margin-left:auto;margin-right:auto;list-style-type:none;
}
#subcat_content .categories{
list-style-type:none;
}
#searchbox_rtCol .categories, #searchbox_rtCol_subcat .categories{

    list-style-type: none;
    margin: 0px;
    padding:0px;
    clear:both;
}

#searchbox_content #navcat_panel .row{clear:both;}
#searchbox_content #navcat_panel .row .navcat{text-align:center;width:140px;padding:5px;position:relative;}
/*ie style fixes__*/
#searchbox_content #navcat_panel .row .navcat{float:left;width:100px;margin-left:12px;}

#searchbox_content .navcat label{font-size:10px;font-weight:bold;}
.catpic{height:80px;width:80px;}

.catselected{height:200px;width:200px;}

#subcat_heading, #kw_heading{text-align:left;margin-left:40px;margin-right:40px;position:relative;}
#kw_heading{margin-left:10px;margin-right:40px;padding-bottom:10px;}
#lblCat{font-size:16px;font-weight:bold;color:#000066;}
#lblCat a, #lblCat a:hover, #lblCat a:visited
{
    color:#000066;text-decoration:none;cursor:pointer;
}
.lblCat{font-size:16px;font-weight:bold;color:#000066;}
.lblCat, .lblCat:hover, .lblCat:visited
{
    color:#000066;text-decoration:none;cursor:pointer;
}
#lblCat .title, #kw_heading .title
{
    color: #D24400;font-size:16px;font-weight:bold;
}
#lblCat .title a, #lblCat .title a:hover, #lblCat .title a:visited
{
    color: #D24400;text-decoration:none;cursor:pointer;
}
#lblCatDescription{font-weight:bold;color:#555555;margin-top:5px;margin-bottom:15px;position:relative;height:1%;}

/*__________________slider menu bar______________________________*/
#menu
{
    top: 13px;
    left: 60px;
    padding-top: 0px;
    position:absolute;
}

.dropdown
{margin:0px;
    float: left;

}
.dropdown dt
{white-space:nowrap;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    color:#000066;text-decoration:underline;
}
.dropdown dt:hover
{
}
.dropdown dd
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    text-align: left;
    display: none;
    background-color: #ffffff;
    z-index: 200;
    width:200px;
    opacity:0;
}
.dropdown .navcat1, .dropdown .navcat1{margin:0px;padding:0px;}
.dropdown ul
{
    margin: 0px;
    padding: 0px 0px 3px 0px;
    list-style: none;
    border-top: none;
    width: 200px;
}
.dropdown li
{
    margin: 0px;
    padding: 0px;
    display: inline;
    width: 200px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited
{
    display: block;
    padding: 0px 3px 0px 3px;
    text-decoration: none;
    width: 200px;
  
}
.dropdown a:hover
{
}

/*______________________________________________________________*/

#subcat_panel li
{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    }
.subcat_div
{

}
.subcat_detail
{
    padding: 5px 3px 3px 15px;
    margin: 0px 0px 3px 0px;
    list-style-type: none;
    /*display: none;*/
    clear: right;
    position: relative;
    }
.subcat_detail li
{
      padding-top:.15em;
    padding-bottom:.15em;
    clear: both;

   }

.subcat_detail ul
{
   
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: .95em;
margin-left:10px;
}

.navcat2 ul
{
    /*border: 1px solid #3B79B2;
    background-color: #FFFFFF;*/
    clear: both;
    margin-top: 3px;
}
.navcat2 ul .navcat2
{
  
}
.navcat1 ul
{
    /*border: 1px solid #2A6EAB;
    background-color: #F5F5F5;*/
    clear: both;
    margin-top: 3px;
}
.navcat1 ul .navcat1
{
    border-style: none;
  
    
}
.navcat1 ul .navcat1 ul{border-style: none;}
.navcat1 ul .navcat2 ul{border-style: none;}
.navcat2 ul .navcat1 ul{border-style: none;}
.navcat2 ul .navcat2 ul{border-style: none;}
.subcat_detail .viewdef {
		float:right;
		text-align:right;
	     clear:right;
	      position:relative;
}
.subcat_detail .listitem{
    width:85%;
	line-height: 1.3em;
	float:left;
	 position:relative;
	}
.subcat_detail .viewdef{margin-top:5px;}


/*____________________________________*/

/*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 page-----------------------*/
#ml_content h3, #ml_content h4, #ml_content h5{margin:0px;padding:0px;}
#ml_content #zipcode_msg {font-size:.75em;}
#lbl_Def{font-weight:bold;color:#555555;text-align:left;}
#lbl_Def h3{display:none;}
#lbl_Def p{}
.matchlist_keyword
{
    color: #800000;
    padding-top: .33em;
    padding-bottom: .33em;
    font-weight: bold;
    width: 90%;margin-right: auto;
    margin-left: auto;
}
#lblTotalCount {
margin-right:5px;
}
.lblTotalCount {
font-size:.9em;padding-bottom:5px;color:#000066;
}
#matchlist_platform
{
    
    margin-right: auto;
    margin-left: auto;
    
}
#ml_content .div_hr{
display:none;
}
.wordmatch
{
    text-decoration: underline;
}
#pnl_ml{
 
    }


.matchlist_panel1
{padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    font-size: .75em;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #77A3CA;
     margin-right: 20px;
    margin-left: 20px
}


.matchlist_panel2
{padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    font-size: .75em;
    position:relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #77A3CA;
    margin-right: 20px;
    margin-left: 20px
}

.matchlist_panel1 a{
	text-decoration: none;
}
.matchlist_panel2 a{
	text-decoration: none;
}
.ml_text /* matchlist page, text under service group or program name*/
 {
	padding-left:40px;
	line-height:normal;
	text-align:left;
	padding-top: .2em;
	
}
/*location row- table layout ie8__________*/
/*container*/
.address_row{
display:table-row;
height:1%;
}
/*data cells*/
.ml_address {
	display:table-cell;
	width:250px;
	padding-left:20px;
	padding-top:6px;
*float:left;
}
.ml_phones {
	display:table-cell;
	width:280px;
	padding-left:10px;
	padding-top:6px;
*float:left;
}
.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_email, .ml_url{clear:both;}
.ml_email{display:none;}
.maplink {
   display:table-cell;
   width:50px;
   padding-left:10px;
   padding-top:6px;
*float:right;
}
.ml_county {
	display:table-cell;
	width:150px;
	text-align:right;
*text-align:left;
	padding-left:10px;
	padding-top:6px;
*float:right;
	}

/*___________________________*/

.ml_agency
{
    border: 1px solid #EDD272;
    line-height: normal;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    margin-bottom: 10px;
}

.ml_miles {
	float: right;
	font-weight: bold;
	margin-right: 1em;
	margin-top: .5em;
}
.ml_name
{
    padding-left: 20px;
    clear: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0px;
    padding-top: 8px;
    color: #0E1067;
    margin-bottom: .3em;
    background-repeat: no-repeat;
}
.ml_akaname
{
    padding-left: 30px;
    clear: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-top: 3px;
    display:inline-block;
}
.ml_location
{
    line-height: normal;
    font-weight: bold;
    padding-left: 30px;
    color: #000000;
    display:inline-block;
}
.ml_location2
{
    line-height: normal;
    font-weight: bold;
    padding-left: 30px;
    color: #0E1067;
    margin-top: 3px;
    display:inline-block;
}

.ml_data {
	clear: both;
	
}

.ml_namelink {
	padding-left:35px;
	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_stname {width:100%; position:relative; top:-5px; line-height:normal;}

.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;
height:1%;
}
.slider .nav
{
	text-align:center;
}
.slider .nav a
{
	padding-right:5em;
}
.slider .nav2 
{ 
	text-align:right;
	position:absolute;
	top:3px;right:4px;
	font-size:11px;
}

.nav a, .nav2 a
{
    padding: 1px 3px 1px 3px;
    margin-left: 1.5em;
}
.nav a:hover, .nav2 a:hover{
text-decoration:underline;
   
    }
.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 page ------------------------------*/
 /*horizontal rule div */
#dtl_content #searchnavbar {
	font-size:.8em;
}
#dtl_content #searchnavbar a{
	white-space:nowrap;
}
#dtl_content .dtl_wrapper
{
    border: 1px solid #B0B3CE;
    background-color: #FFFFFF;
    margin-top: 1em;
    margin-right: 20px;
    margin-left: 20px;
    font-size: .8em;
    padding: 2em;
}
#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.4em;
	list-style-image: none;
	list-style-type: disc;
	margin-top: 0px;
}

#dtl_content  h4 {
	font-size: 1.25em;
	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:5px;padding-top:5px;
	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: 100px;
}
 /*Agency page------------------------------------------*/
 /*horizontal rule div */
#agy_content #searchnavbar {
	font-size:.8em;
	}
#agy_content #agency_panel
{
    border: 1px solid #B0B3CE;
    width: 90%;
    padding-top: 1em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2em;
    padding-left: 2em;
    font-size: .8em;
    text-align: left;
    background-color: #FFFFFF;
}
#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: 4px;
	list-style-type: none;
	padding-bottom: 6px;
}
#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_content #searchnavbar li
{
  margin:0px;padding:0px;margin-left:5px;margin-right:0px;  
}
#svsearch_content #keyword_servicesearch
{
    white-space:nowrap;margin-left:10px;position:absolute;right:0px;top:1px;
}
#svsearch_content #fulllist_button
{
   white-space:nowrap; margin-left:10px;position:absolute;right:0px;top:1px;
}
#svsearch_content ul{
  list-style-type:none;
}
#svsearch_results
{
    padding-bottom: 1.5em;
    height: 1%;
    margin-right: auto;
    margin-left: auto;
   
}

.keyword_heading {
	font-size: .8em;
	color: #000066;
	padding-top: .5em;
}
.fulllist_button {
	padding-top:3px;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: .6em;
	vertical-align: middle;
	font-style: italic;
	color: #000066;
	position:absolute;right:22px;top:42px;
}
.search_button
{position:relative;
 top:4px;
 padding-top:0px;
 margin-top:0px;
}
.or
{
	color: #000066;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#keyword_panel
{
    border-style: solid;
    border-width: 2px;
    border-color: #CCCCCC #E4E4E4 #E5E5E5 #CCCCCC;
    padding: 10px 0px 10px 0px;
    width: 90%;
    text-align: center;
    font-size: .9em;
    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{
     font-size: 1em;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
   }

#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:3px; 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: 40px;
    padding-left: 70px;
    clear: both;
    position:relative;
}
.keyword_bkgnd2
{
    padding-right: 40px;
    padding-left: 70px;
    clear: both;
    position: relative;
  
}

#keyword_list .usefor{
    color:#000000;
    padding-left:1em;
    font-style:normal;
    font-size:.85em;
    margin-right:25px;
}
#keyword_list  .listitem {}
#keyword_list .trglink  /* div for target link */
{ width:80%;
}

#keyword_list  .viewdef {
	position:absolute;
	left:50px; top:3px;
	text-align: right;
	padding-top: 3px;
	clear:right;
}

/*fulllist alphabet and keyword list------*/

#svsearch_fulllist{

	padding-top: 0em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	
}
#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;
}
#div_letterlinks a:hover{
	text-decoration:underline;
	
}
#list_num{}
.letter_wrapper
{
   FONT-SIZE:.9EM;
   height:1%;
    background-color: #FFFFFF;
    margin-bottom:20px;
}
.letter_wrapper a{
	text-decoration: none;padding-top:0px
}
.letter_leftCol
{
    float: left;
    width: 45%;
    margin-left: 1em;
   
   
    text-align: left;
    padding-right: .5em;
}
.letter_rightCol
{
    float: right;
    width: 45%;
    margin-right: 1em;
   
   
    text-align: left;
    padding-right: .5em;
}
.letter
{
    font-weight: bold;
    color: #000066;
    margin-bottom: 0.75em;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    font-size: 24px;
    background-image: url(../images/letter_bkgnd.jpg);
    background-position: left bottom;
    height: 1%;
    width: 100%;
    background-repeat: no-repeat;
    text-indent: 5px;
}

/*__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: 1px solid #000066;
	padding: 2em;
	right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 300px;
	bottom: 50px;
	/*display: none;*/
	text-align: left;
}
.def_header {
	font-size: 1.25em;
	font-weight: bold;
	color: #000066;
}
#definition_panel p {
	text-align: left;
}
#definition_panel h3 {
	text-align: left;font-size:1em;
}

.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: 1px 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_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;
}

.toTop
{
    font-size: .5em;
    font-weight: normal;
    padding-left: 2em;
    color: #808080;
}
.toTop:hover
{
	color:#c0c0c0;
	text-decoration:underline;
}
.toTop:visited
{
	color:#808080;
}
.toTop:visited:hover
{
	text-decoration:underline;
}


 /* --------- No Match page --------------*/
#nomatch_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	
}
#lbl_words .title
{
    color: #D24400;
}
.lbl_words
{
    margin-left:80px;margin-right:80px;
}
.nomatch
{
    color: #333399;
    font-weight: bold;
}
#keyword_nomatch  /* no match message for keyword search*/
{
    display:none;
}


/*Agency tools Pages______________________________*/
/*request page______*/
#servprov_content
{
margin-bottom:20px;
}
.required{color:#ff0000;float:right;margin-right:40px;font-size:.8em;clear:both;}

#servprov_content h3
{

}
#servprov_wrapper
{   font-size:.9em;
    padding: 2em;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
   
}
/*contact form____*/

#servprov_content #searchnavbar
{
   
    padding-left: 20px;
   
}

#servprov_content .data_input
{
    font-size: .9em;
    padding-top: .3em;
    padding-bottom: .3em;
    text-align:left;
}

#lblInstruct
{
    color: #000066;
    font-size: .8em;
    text-align: center;
}
#contact_frm
{
    margin-top: 10px;
    padding-left: 20px;
    text-align:left;
}
#contact_frm .center{TEXT-ALIGN:center;font-size:.9em;margin-left:auto;margin-right:auto;}
#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: 10px;
}
#lblOption{color:#000066;}
#contact_frm .button
{
    margin-top: 10px;
    text-align: right;
    margin-right: 60px;
}
.contactus{text-align:left;font-size:.9em;margin-left:20px;color:#000099;}
.contactus ul{list-style-type:none;}
.contactus li{padding-bottom:4px;}
.contactus span{font-weight:bold;margin-right:1.5em;}
/*confirm page*/
#confirm_wrapper
{
    padding: 2em;
   border: 1px solid #006720;
    background-color: #EFF8F2;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    
}
/* panels for agency listing on contactus*/
#index_content .agency{display:none;}
#contactpanel
{
    padding: 1em;
    position: absolute;
    top: 150px;
    left: 425px;
    width: 350px;
    font-size: .9em;
}
#contactpanel .name
{
    font-weight: bold;
    color: #0A2668;
}
#contactpanel .location
{
    font-size: .9em;
    margin-top:.5em;
    width:75%;
}
#contactpanel .address{ font-size: .9em; margin-top:.5em;}
#contactpanel .phone{ font-size: .9em;margin-top:.5em}

#contacttext{text-align:center; margin-top:6px;}
/*_____________________________________________________________________________*/
#page_content
{
    
    text-align: left;
    margin-right: 40px;
    padding-bottom: 20px;
    margin-left: 40px;
   font-size:.9em;
}
#page_content h4
{text-align:center;color:#000066;}
#page_content ul
{margin-left:30px;}
#page_content ol
{margin-left:50px;margin-right:50px;margin-top:10px;}
#page_content li{line-height:1.3em;}
#page_content .boldtext_color{font-weight:bold;color:#000066;}
#page_content .heading{font-weight:bold;color:#000066;margin-top:10px;}


.errmsg{padding-top:40px;padding-bottom:100px;text-align:center;}
.errmsg h4{font-size:1.3em;color:#000066;}

/*_____maps________________________*/
#pnl_map
{

}
#if_map
{
   margin-top:5px;margin-bottom:5px;
}
#hl_mapall{margin-right:10px;}

/* send text or email panels___________________________*/
/*________________________________________________________________*/
#pnl_msg
{
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #333333;
   
    overflow: hidden;
    position: absolute;
    z-index: 996 !important;
    background-color: #FFFFFF;
   
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
   
    text-align: left;
}
#if_msg
{
}
#pnl_Mask {
        background: #000000;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 995!important;
        opacity: .5;
        filter: alpha(opacity=50);
        overflow: hidden; 
         height: 24000px; 
         width: 100%; 
         min-width: 968px; 
         position: absolute; 
         top:0px; 
         left: 0px;  
         
         }

