.expandable-sidebar-module
{
	width: 159px;
	padding: 10px 16px 12px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background-color: #f9f9f9;
	clear: right;
	margin-bottom: -1px;
}

.expandable-sidebar-module h3 {
	margin: 0 0 8px 0;
}

.expandable-sidebar-module ul {
	list-style: none;
	padding: 0 0 8px;
}

.expandable-sidebar-module p {
	padding: 0 0 8px;
}

.expandable-sidebar-module .activator {
	display: block;
	margin: 0 -16px 8px ;
	padding: 0 0 0 16px;
	background-image: url(../images/arrow-expanded.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	cursor: pointer;
}

.collapsed-sidebar-module .activator {
	background-image: url(../images/arrow-collapsed.gif);
	background-position: 6px 4px;
	margin-bottom: 0px;
}

.collapsed-sidebar-module * {
	display: none;
}

.expanded-sidebar-module a.sidebarlink {
	font-weight: bold;
	margin: -8px 0 8px 0;
	display: block;
}
.sidebar-jobs ul.joblist a
{
	display: block;
	font-weight: bold;
}

.sidebar-jobs ul.joblist li
{
	margin: 0 0 2px;
}

.sidebar-map .l4 {
	font-weight: normal;
}

.sidebar-banner img,
.sidebar-map img {
	margin-left: -16px;
}

.sidebar-agent .activator {
	margin-bottom: 0;
}

.sidebar-agent .address-link {
	clear: both;
}

.sidebar-agent .agents{
	margin: 5px 0;
}

.sidebar-agent .agents .agent-image {
	width: 30px;
	height: 45px;
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.sidebar-agent .agents dt.agent-name,
.sidebar-agent .agents dd {
	width: 106px;
	margin: 2px 0 0;
	float: right;
	clear: right;
}

.sidebar-branch address {
	font-style: normal;
}

.sidebar-branch address span {
	display: block;
}

.sidebar-branch address .label {
	font-weight: bold;
}

.sidebar-marketing img {
	float: left;
	margin: 0 3px 3px 0;
}

.sidebar-marketing p {
	clear: left;
}

