/* first html elements by heirarchy */
/* followed by divs alphabetically */
/* followed by classes alphabetically */


/* first html elements by heirarchy */
address 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .76em;
	text-decoration: none;
	}
caption
	{
	text-align: left;
	margin-top: 10px;
	padding: 5px 3px 3px 3px;
	font-size: .8em;
	font-weight: bold;
	border-top: 1px solid #999;

	}
h2
	{
	font-size: 1em;
	padding: 0px 0px 0px 3px;
	}
h3
	{
	padding: 0px 0px 0px 3px;
	font-size: .8em;
	}
h4
	{
	margin-top: 0px;
	padding: 3px 0px 1px 3px;
	font-size: .8em;
	border-top: 1px solid #999;
	background-color: #f2f2e6;
	}
p
	{
	padding: 6px 0px 6px 3px;
	line-height: normal;
	}
table
	{
	font-size: 1em;
	}
th 
	{
	font-size: .75em;
	}
td 
	{
	font-size: .75em;
	}
table th 
	{
	text-align: left;
	background-color: #f2f2e6;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px 5px 3px 5px;
	}
table td 
	{
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
ul 
	{
	margin-top: 0;
	padding-top: 0;
	}
ul.details	{
	padding: 7px 0px 5px 0px;
	}
ul.details li 	{
	line-height: .8em;
	}
.list 
	{
	margin-top: 0;
	padding-top: 0;
	}

.servicedetails .servicedescription strong 
	{
	background-color:#ff0;
	}
.servicedetails .agencyname strong 
	{
	background-color:#ff0;
	}
.servicedetails .servicename strong 
	{
	background-color:#ff0;
	}
.servicedetails .highlight strong
	{
	background-color: #ffff99;	
	}
/* consumer reviews */
.loc-date {
	font-weight: normal;
	}
h3.reviewtitle {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 0px;
}
p.submitreview {
	border-top: 1px dotted #ccc;
}
/* end consumer reviews */

.termslist strong
	{
	font-weight: normal;
	}		
.detailsbar 
	{
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 0px 3px 0px;
	width: 100%;	
	}
.detailsbar ul.button 
	{
	height: 30px;
	min-height: 30px;	
	}

.detailsbar ul.button li 
	{
	float: right;
	font-size: .75em;
	list-style-type: none;
	margin: 5px 10px 5px 0px;
	}

.detailsbar ul.button li a 
	{
	font-weight: normal;
	display: block;
	padding: 2px 5px 2px 5px;	
	border: 1px solid;
	}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.detailsbar ul.button li a  {float:none;}
  /* End IE5-Mac hack */

div#submitform {
	border-top: 1px solid;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	height: 26px;
	min-height: 26px;
}

ul.termslist
	{
	font-size: .75em;
	list-style-type: none;
	}