/* CSS Document */
/* first HTML elements */
/* then IDS and classes, alphabetically where possible */
caption 
{
  font-size: .75em;
  font-weight: bold;
 padding: 3px 0 3px 0;

}
#results caption 
{
	 text-align: left;

}
table{
	font-size: 1em;
	padding: 0px;
	}
th {
	font-size: .75em;
	}
td {
	font-size: .75em;
	line-height: 1.2em;
}
	
table th {
	text-align: left;
	padding: 3px 5px 3px 5px;
	}
table td {
	line-height: 1.2em;
	padding: 3px 5px 3px 5px;
}
table tr td a {
	text-decoration: underline;
	display:block;
    }
table tr td a:hover {
	text-decoration: underline;
    }
table th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	}
table th.center {
	text-align: center;
	}

/* IDS and classes, alphabetically where possible */

.button_results {
	width: 5em;
	font-size: .9em;
}
.buttonbar {
	padding: .5em .0em .25em .0em;
	height: 1.5em;
	min-height: 1.5em;
	}




.seealso {
	/*padding-left: 15px;*/
	float: left;
	width: 100%;	
}
.seealso li {
	float: left;
	list-style-type: none;
    /*padding:0 0 0 9px;*/
    font-size: .75em;
    /*font-weight: bold;*/
}

.seealso a 
{
	/*text-decoration: none;*/
	/*font-weight: bold;	*/
	float:left;
    display:block;
    /*padding:5px 10px 1px 1px;*/
    /*padding:6px 10px 2px 1px; */
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .seealso a {float:none;}
  /* End IE5-Mac hack */























/*
#footer li {
	float: left;
	list-style-type: none;
	font-size: .7em;
	line-height: 1em;
}

#footer li a {
	line-height: 1.2em;
	display: block;
	padding: 0px 10px 0px 10px;
}*/
#page {
	padding: .0em .0em .25em .0em;
	height: 1.5em;
	min-height: 1.5em;
}
#page h2.page {
	font-size: .75em;
	padding: 0em 0em 0em 0em;
	margin-top: .5em;
	float: left;
	}
#page ul {
	padding: .25em 0em 0em 0em;
	margin: 0em 0em 0em .75em;
	list-style-type: none;
	list-style-image: none;
	font-size: 1em;
	float:left;
}
#page li {
	float: left;
	font-size: .75em;
	list-style-type: none;
	margin: 0px 3px 0px 0px;
}
#page a {
	font-weight: normal;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	display: block;
}
#page a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#page a.current {
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ccf;
	padding: 1px 5px 1px 5px;
	display: block;
}

#resultstabs {
	padding-left: 10px;
	padding-top: 10px;
	min-height: 20px;
	/*width: 100%;*/ /* it isn't necessary, plus it makes the line too wide in FF */
	float: none;
	margin: 0px 0px 0px 0px;	
}
#resultstabs li {
	float: left;
	list-style-type: none;
    /*margin:0;*/
    padding:0 0 0 9px;
	font-size: .75em;
}
#resultstabs a {
	text-decoration: none;
	font-weight: normal;
	float:left;
    display:block;
    padding:5px 10px 1px 1px;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #resultstabs a {float:none;}
  /* End IE5-Mac hack */

#resultstabs a:hover {
	text-decoration: underline;
}
#resultstabs .current {
	font-weight: bold;
    }
#resultstabs .current a {
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
    }
#resultstabs .current a:hover {
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 2px;
    }
#results {
	margin: 0px 0px 10px 0px;
	padding: 16px 20px 10px 20px;
}
#results h1 {
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}
#results h2 {
	padding: 5px 10px 5px 6px;
	font-size: 1em;
}
#results h3 {
	font-size: .75em; 
	font-weight: bold;
}
#results h3.service {
	font-size: .75em;
	line-height: 1.2em;
}


#results p {
	font-size: .75em;
	line-height: 1.2em;
}
#results .agency {
	margin-top: 10px;
	}
#results .servicecontainer {
	padding: 10px 0px 0px 0px;
	min-height: 100px;
	}
#results .desc {
	float: left;
	width: 41%;
	padding: 0px 6px 10px 5px;
	}
#results .addresses {
	float: right;
	width: 54%;
	padding: 0px 6px 10px 0px;
	margin-right: 0px;
	}
#results .instructions {
	padding-top: 16px; /* KLC- trying to fix the problem with the disappering text
	apparently using padding is preferable to margin for avoiding the disappearing 
	text */
	}



#showresults {
	font-size: .75em;
	color: #333;
	padding: 5px 10px 5px 0px;
	margin: 10px 0 0 0;
	width: 98%;
	
}
#showresults label 
{
	font-weight: bold;
	padding-left: 10px;
}
#showresults a 
{
	font-size: .85em;
	font-weight: normal;
}
.select_results {
	font-size: .9em;
}

/* HIGLIGHTING IN RESULTS */
.instructions strong
	{
	background-color:#ff0;
	}

.agency strong 
	{
	background-color:#ff0;
	}
.agency h2 strong 
	{
	background-color:#ff0;
	color: #000;
	}
.agency h3 strong 
	{
	color:#000;
	background-color:#ff0;
	}

/*
definition terms used in location table
*/
td dt {
	float: left;
	clear: left;
	width: 70px;
	text-align: right;
	font-weight: bold;
	color: #000;
	}

td dd {
    margin-left: 75px;
    padding: 0 0 3px 0;
    border:none;
  }

#results .container-1c-tips
	{	
 	padding: 0% 0% 0% 0%;
	float: left;
	width: 31%;
	height: auto;
	}	

#results .container-2c-tips
	{
	float: left;
	width: 61%;
	height: 100%;
	min-height: 10em;
	margin-left: 16px;
	}

#results .container-1c-tips li  {
	margin-left: 0px;
	padding: 1px 0px 1px 0px;
	font-size: 1em;
	list-style-type: none;
	}
	
#results .container-1c-tips ul
	{
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	}
	
/* alphabetical controls for Browse Tips page ----*/

#alphabet {
	padding: 0px 0px 20px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	min-height: 26px;
	width: 100%;
	clear: both;
	display: block;
	}

#alphabet h2.page {
	font-size: .75em;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	float: left;
	}

#alphabet ul
	{
	padding:5px 0 0 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
	font-size: 1em;
	float:left;
	}
#alphabet li 
	{
	float: left;
	font-size: .75em;
	list-style-type: none;
	text-decoration: none;	
	font-weight: normal;
	/*display: block;*/
	}
#alphabet a 
	{
	font-weight: normal;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	display: block;
	}
#alphabet a:hover
	{
	font-weight: normal;
	text-decoration: underline;
	padding: 1px 5px 1px 5px;
	}
#alphabet li.current 
	{
	font-weight: normal;
	text-decoration: none;
	/*display: block;*/
	}

.alpha-jump 
	{
	font-size: .8em;
	}
