/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";
@import "navigation.css";

/* Structure
-------------------------------------------------- */

#header {
	width: 810px;
	height: 111px;
}

#contentSidebar img,
ul.team img {
	border: 1px solid #818385;
	margin: 1px;
	padding: 1px;
}

#contentSidebar dl {
	margin-top: 10px;
	font-size: 1.15em;
}

#contentSidebar dl dt {
	display: none;
}

#contentSidebar dl dd {
	margin: 3px 0;
}

#contentSidebar dl dd.ph {
	margin-top: 15px;
}

.attorneys #contentSidebar dl dt {
	display: block;
}

.attorneys #contentSidebar dl dd {
	margin-left: 3px;
}
