/* CSS Document */

div.offices {
    width:98%;
    height:55px;
	padding:1%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:-1px;
}
ul.offices_menu {
    width:100%;
	height:22px;
	display:table;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
ul.offices_menu li {
    float:left;
	width:23%;
	display:block;
}
ul.offices_menu li a {
    outline:none;
	display:block;
	height:20px;
	line-height:20px;
	margin-top:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
    text-decoration:none;
}
ul.offices_menu li a:hover{
    outline:none;
	display:block;
	height:20px;
	line-height:20px;
	margin-top:1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
    text-decoration:none;
}
ul.offices_menu li a.menu_active {
    position:relative;
	bottom:0px;
    outline:none;
	display:block;
	height:22px;
	line-height:22px;
	margin-top:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
    text-decoration:none;
	border-bottom:0px;
}
ul.offices_menu li a.menu_active:hover {
    position:relative;
	bottom:0px;
    outline:none;
	display:block;
	height:22px;
	line-height:22px;
	margin-top:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
    text-decoration:none;
	border-bottom:0px;
}
div.offices div.office_search {
    width:100%;
	height:20px;
	margin-bottom:7px;
}
div.offices div.office_search b {
    width:72%;
    float:left;
}
div.offices input.search_for {
    width:45.3%;
    font-size:10px;
	margin-left:1%;
	margin-right:3%;
}
div.offices select.fields {
    position:relative;
    width:22%;
	left:3%;
    font-size:10px;
}
div.offices input.search_office {
	width:150px;
	height:22px;
	line-height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
div.offices div.office_filter {
    width:100%;
	height:20px;
	border-top:1px dotted;
}
div.offices div.office_filter b {
    width:69%;
    float:left;
    margin-top:1%;
}
div.offices div.office_filter b select {
    width:81%;
    margin-left:22px;
}
div.offices div.office_filter i {
    width:31%;
    float:right;
    text-align:right;
    margin-top:1%;
}
div.offices div.office_filter i select {
    width:49%;
    margin-left:1.5%;
    margin-right:0.8%;
}
div.offices select.brokers {
    width:35.8%;
	margin-left:1%;
	margin-right:2.8%;
    font-size:10px;
}
div.offices select.towns {
    position:relative;
    width:21.3%;
	left:1%;
    font-size:10px;
}
div.offices i {
    float:right;
	font-style:normal;
	font-weight:bold;
}
div.offices select.sort {
    width:150px;
	margin-left:5px;
    font-size:10px;
}
/* Results Info css styles */
div.results_info {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div.results_info b {
    display:block;
	font-size:16px;
}
div.results_info b i {
    font-style:normal;
}
div.results_info span {
    display:block;
	font-size:11px;
}