#directory_results {
	margin: 15px 45px 0 0;
	
}

.search_info {
	border-top: 1px solid #4c6861;
	background-color: #e0ebe8;
	padding: 4px;
	height: 13px;
}
.search_info .where {
	float: left;
}
.search_info .results {
	float: right;
}

ul.dir {
	clear: both;
	margin:  0 48px 15px 0;
	padding: 20px 0 8px;
	border-bottom: 1px solid #f0f0f0;
}

ul.dir li {
	font-size: 1.2em ;
	margin: 0;
	padding: 0 4px 0 3px;
	display: inline;
;
}

ul.dir li a:link, ul.dir li a:visited, ul.dir li a:hover, ul.dir li a:active {
	margin: 0;
	padding: 4px 5px 3px;
	color: #4c6861;
	text-decoration: none;
	white-space: nowrap;	
}

ul.dir li a.selected:link, ul.dir li a.selected:visited, ul.dir li a.selected:active {
	background-color: #4c6861;
	color: #f0f0f0;
}

ul.dir li a:hover {
	background-color: #f0eddf;
	color: #4c6861;
}

#form_search_query {
	background-color: #f0eddf;
	border: 1px solid #cbc9bd;
	padding: 3px;
}

#form_search_submit {
	display: block;
	margin: 8px 0 0;
	color: #f0eddf;
	padding: 2px 8px;
	background-color: #585858;
	border-right: 3px solid #313131;
	border-bottom: 3px solid #313131;
	border-top: 3px solid #5c5c5c;
	border-left: 3px solid #5c5c5c;			
}

div.link_more {
	text-align: right;
	margin: -12px 10px 15px;
	padding: 0;
}

/* sub offices. hide them, to be shown with js. */
tr.sub, tr.sub2 {
	display: none;
}
tr.sub.expand, tr.sub2.expand {
	display: table-row;
}
tr.sub td.name {
	padding-left: 30px;
}
tr.sub2 td.name {
	padding-left: 50px;
}

table.result_listing {
	width: 685px;
	margin: 11px 10px 20px 10px;
	border-collapse: collapse;
}
table.result_listing td, table.result_listing th {
	padding: 6px 6px 0px 1px;
	color: #222;
	vertical-align: top;
}
table.result_listing tr th {
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	color: #888;
}
table.result_listing .name{
/*	white-space: nowrap;			*/
}
table.result_listing .location {
	white-space: nowrap;
}
table.result_listing .number {
	white-space: nowrap;
}
table.result_listing .pobox{
	text-align: center;
}
table.result_listing .jobtitle {
	font-style: italic;
}
table.result_listing .address {
	
}
table.result_listing .send_message {
	padding-right: 1px;
	white-space: nowrap;
}

.sub_office_expand {
	cursor: pointer;
	display: inline;
	width: 16px;
	height: 16px;
	background-image: url(/shared/images/icons/16-square-green-add.png);
	display: block;
	float: right;
}
.sub_office_expand.expand {
	width: 16px;
	height: 16px;
	background-image: url(/shared/images/icons/16-square-green-remove.png);
}



.sub_offices_show_all, .sub_offices_hide_all {
	display: none;
}
.sub_office_control {
	float: right;
	display: none;
	margin: 0;
	padding: 8px 0 0;
}
.sub_office_control a {
	clear: none;
	display: inline;
}


/* definitions for the send form */

.display_contact {
	float: left;
	width: 290px;
}

.sendform {
	float: right;
	width: 350px;
	background-color: #f7f6ef; /* f0eddf */
	margin: 10px 45px 0 ;
	padding: 0 10px 10px;

}

.sendform h4 {
	padding-top: 0;
	margin-top: 0;
}

p.error {
	color: #333;
	background-color: #ffc;
	padding: 5px;
}

.element {
	margin: 0 0 .5em;
	padding: 6px 10px 10px;
}

.element.error {
	background-color: #fcc;	
	border: 1px solid #c77;
}

.element .label {
	font-weight: bold;
	display: block;
}

.element .description {
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.element .required {
	color: #333;
}

.element textarea {
	width: 300px;
	height: 150px;
}



.element input {
	margin: 0;
	padding: 0;
}

.element.text input, .element.email input, .element.number input, .element.zip input  {
	width: 300px;
}

.element.radio input, .element.checkbox input {
	margin-right: 7px;
}

/* remove the faux 3d box*/
.element textarea, .element.text input, .element.email input, .element.zip input, .element.money input, .element.number input, .element select {
	border: 1px solid #ccc;
	padding: 3px;
}

.element .validate_message {
	display: block;
	color: #600;
	background-color: transparent;
	padding: 5px;
	margin-bottom: 10px;
}

/* end of defintions for send form */



.in {
	color: #718983;
	font-size: .9em;
	width: 150px;
}

table.result_listing tbody tr:hover {
	background-color: #f5ff8b;
}

.highlight {
	background-color: #f5ff8b;
}

