
/* IMPORT CATELLA PROPERTY GLOBAL STYLES */
@import url("../shared/css/print.css");

BODY.offices DIV#content DIV#officeSearch 
{
	display: none;
}
BODY.offices DIV#content H1 
{
	font-size: 1.5em;
	font-weight: normal;
}
BODY.offices DIV#content DIV.clear 
{
	clear:both;
	display:block;
	height: 26px;
	width: 20px;
}
BODY.offices DIV#content UL 
{	
    list-style: none;    
    padding: 0; 
}
BODY.offices DIV#content SPAN.org {
    font-weight: bold;
}
BODY.offices DIV#content UL LI 
{
	width: 49.5%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;	
}
/* Hide hidden vcard labels in print also */
.hide {
    display: none;
}