﻿div.lhhLayout-alternatemain
{
	color: #898989;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

#primaryContent ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
    
/* ----------- office locator -------------- */
div.officeLocator 
{
	/*width: 928px !important;*/
	width: auto;
	height: auto;
	overflow: hidden;
	min-width: 928px;
   	
}

/* ----------- borders --------------- */
.boxtop-small 
{
	width: 389px;
	height: 10px;
	background: transparent url('/_layouts/LHHV2/images/officelocator/border-top-389.gif') no-repeat;
}
.boxmiddle-small
{
	width: 389px;
	height: auto;
	background: transparent url('/_layouts/LHHV2/images/officelocator/border-mid-389.gif');
}
.boxbottom-small
{
	width: 389px;
	height: 10px;
	background: transparent url('/_layouts/LHHV2/images/officelocator/border-btm-389.gif') no-repeat;
	margin-bottom: 10px;
}
.boxtop-large
{
	width: 530px;
	height: 10px;
	background: transparent url('/_layouts/LHHV2/images/officelocator/border-top-530.gif') no-repeat;
}
.boxmiddle-large
{
	width: 530px;
	height: auto;
	background: transparent url('/_layouts/LHHV2/images/officelocator/border-mid-530.gif');
}
.boxbottom-large
{
	width: 530px;
	height: 10px;
	background: transparent url('/_layouts/LHHV2/images/officelocator/border-btm-530.gif') no-repeat;
	margin-bottom: 10px;
}
/* ---------------------------------- *

/* --- search container ------------ */
#olsearch 
{
	width: 530px;
	float: left;
	display: inline;
	
}
.searchcontainer 
{
	width: 520px;
	padding-left: 10px;
}
/* --- search input area ----- */
#olsearch div.searchinput
{
	width: auto;
	/* height: 82px; */
	height: 95px;
}
#olsearch div.searchinput h3
{
	width: 200px;
	height: 25px;
}
#olsearch fieldset 
{
	border: 0;
	background-color: transparent;
}
#olsearch fieldset .disabled
{
	filter: alpha(opacity = 33); /* ie */
	zoom: 1; /* ie */
	opacity: 0.33;
}
#olsearch fieldset input 
{
	background: #fff;
}
#olsearch fieldset p.country
{
	float: left;
	display: inline;
}
#olsearch fieldset p.state
{
	float: left;
	display: inline;
	padding-left: 11px;
}
#olsearch fieldset p.world
{
	float: right;
	display: inline;
	text-align:right;
	padding-right: 10px;
}
#olsearch fieldset p.world a
{
	background: transparent url('/_layouts/LHHV2/images/officelocator/world_sm.png');
	width: 120px;
	height: 54px;
	display: block;
}

#olsearch fieldset p.world a span
{
	visibility: hidden;
}

/* --- search results ----- */
#results 
{
	width: 389px;
	float: left;
	display: inline;
	padding-left: 9px;
}
span.noresults 
{
	padding: 10px;
	font-weight: bold;
}
div.offices
{
	padding-left: 10px;
	padding-right: 10px;
	width: 369px;
}
#results h3
{
	width: 250px;
	height: 25px;
	/*padding-bottom: 5px;*/
}
ul.office
{
	border-top: dotted 1px #898989;
	padding-top: 12px;
	padding-bottom: 10px;
	width: auto;
}
ul.office li.name
{
	font-weight: 600;
}
ul.office li.fax
{
	display: inline;
	float:left;
}
ul.office li.maplink 
{
	text-align: right;
}

.clear 
{
	clear: both;
}
