
/* Find a Firm search fields */

.section_color {
	background-color: #3C5474;
	background-color: #b3aea0;
}

form#findfirm select {
	margin: 4px 0px 0px 30px;
	border: 1px solid #E3E5E1;
	background-color: #B0B9A8;
	color: #47503F;
	width: 156px;
	height: 16px;
}

form#findfirm input {
	margin: 4px 0px 0px 30px;
	border: 1px solid #E3E5E1;
	background-color: #B0B9A8;
	color: #47503F;
	width: 156px;
	height: 16px;
}

form#findfirm option {
	color: #47503F;
	width: 156px;
	height: 16px;
}

form#findfirm button.green_text {
	margin-top: 14px;
}

form#findfirm button.green_arrow {
	margin-top: 14px;
	margin-right: 40px;
}


/* Find a Firm single search result*/

.find h2 {
	margin-top: 20px;
}

#find_result_1 {
	background-color: #90A2AA;
	background-color: #84979e;
	padding: 0px 20px 20px 30px;
	background-image: url(/images/bg_find_result.gif);
    background-repeat: repeat-y;
	margin-top: 68px;
}

#find_result_1 h2 {
	border-bottom: 1px solid #ffffff;
	padding: 2px 10px 2px 10px;
	text-align: center;
	margin-bottom: 6px;
}

#find_result_1 h3 {;
	margin-bottom: 20px;
	text-align: center;
}

#find_result_1 h4 {
	margin-bottom: 0px;
}

#find_result_1 ul {
	margin-bottom: 20px;
	line-height: 11px;
}

#find_result_1 li {
	margin-left: 17px;
	list-style-image: url(/images/ic_list_publications.gif);
	line-height: 14px;
	font-size: 10px;
}

#find_result_1 li b {
	line-height: 14px;
	font-size: 10px;
}

#find_result_1 li a {
	line-height: 14px;
	font-size: 10px;
}

#find_result_1 li li {
    list-style-type: square;
    list-style-image: url();
}


#find_result_n {
	background-image: url(/images/bg_find_result.gif);
    background-repeat: repeat-y;
}

#find_result_n {
	background-color: #84969E;
	border-bottom: 1px solid #ffffff;
	margin: 68px 0px 40px 0px;
}

#find_result_n li.result {
/*	background-color: #90A2AA; */
	background-color: #84969E;
	border-top: 1px solid #ffffff;
	padding: 10px 20px 6px 40px;
	background-image: url(/images/bg_find_result.gif);
	background-repeat: repeat-y;
}

#find_result_n li.resultheader {
	border-top: 1px solid #ffffff;
	padding: 20px 20px 20px 40px;
	background-image: url(/images/bg_find_result.gif);
	background-repeat: repeat-y;
}

#find_result_n .spec_lang {
  margin: 10px 0px 10px 20px;
}

#find_result_n .spec_lang li, #find_result_n .spec_lang li b {
  font-size: 10px;
  line-height: 17px;
}

#find_result_n .contact {
	margin: 6px 0px 10px 20px;
}

#find_result_n .blue_text {
	margin-left: 20px;
}

#branches {
    font-size:9px;
}

#branches .bar {
    float:left;
    font-size: 9px;
    height: 11px;
    line-height: 11px;
}

.showfirm {
    margin: 0px;
    padding: 0px;
}

.showfirm button {
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	border: 0px;
    float: left;
	overflow: visible;
	text-decoration: underline;
	background-color: #90A2AA;
	cursor: pointer;
}

.showfirm button.active {
    font-weight: bold;
}


/* paging mechanism */

#results {
	margin-left: 40px;
	height: 25px;
	margin-bottom: 30px;
}

#results form {
	float: left;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #73858D;
	text-align: center;
	height: 20px;
	width: 20px;
}

#results form button {
	padding: 0px;
	border: 1px solid #BAC1BD;
	background-color: #73858D;
	height: 20px;
	width: 20px;
	color: #ffffff;
	font-size: 9px;
	line-height: 20px;
}

* html #results form button {
	line-height: 11px;
	vertical-align: middle;
}
