html {
	background-color: #64604d;
	margin: 0;
	padding: 0;
}
body {
	background-color: #64604d;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 20px;
	width: 700px;
}
h1 {
	font-size: 18px;
	margin: 0;
}
h2 {
	color: #68581e;
	font-size: 14px;
	margin: 0 0 10px 0;
}
table {
	border-collapse: collapse;
}
th,
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
}
a {
	color: #092e8a;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
img {
	border-width: 0;
}

#container {
	overflow: hidden;
	width: 700px;
}
#header {
	background: transparent url(../images/top_right.png) right 0 no-repeat;
	height: 166px;
	margin: 0;
	padding: 0;
}
.overview #header {
	background-image: url(../images/top_right_overview.jpg);
}
.practice #header {
	background-image: url(../images/top_right_practice.jpg);
}
.attorneys #header {
	background-image: url(../images/top_right_attorneys.jpg);
}
.contact #header {
	background-image: url(../images/top_right_contact.jpg);
}
.location #header {
	background-image: url(../images/top_right_location.jpg);
}
.employment #header {
	background-image: url(../images/top_right_employment.jpg);
}
.news #header {
	background-image: url(../images/top_right_news.jpg);
}
#header h1 {
	float: left;
	height: 107px;
	width: 326px;
}
#header h1 a {
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	display: block;
	height: 107px;
	overflow: hidden;
	text-indent: -9999px;
	width: 326px;
}
#header ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	height: 59px;
	margin: 0;
	padding: 0;
}
#header li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#header li a:hover,
.overview #header #overview a,
.practice #header #practice a,
.attorneys #header #attorneys a,
.contact #header #contact a,
.location #header #location a,
.employment #header #employment a,
.news #header #news a {
	background-position: 0 -59px;
}
#header #overview a {
	background-image: url(../images/menu_overview.png);
	width: 131px;
}
#header #practice a {
	background-image: url(../images/menu_practice.png);
	width: 120px;
}
#header #attorneys a {
	background-image: url(../images/menu_attorneys.png);
	width: 87px;
}
#header #contact a {
	background-image: url(../images/menu_contact.png);
	width: 76px;
}
#header #location a {
	background-image: url(../images/menu_location.png);
	width: 74px;
}
#header #employment a {
	background-image: url(../images/menu_employment.png);
	width: 101px;
}
#header #news a {
	background-image: url(../images/menu_news.png);
	width: 111px;
}
#content {
	background: transparent url(../images/page_bg.png) 0 0 repeat-y;
	clear: both;
	min-height: 302px;
	padding: 20px 10px 10px 10px;
}
.scroll {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	padding: 10px 16px;
	width: 568px;
}
#footer {
	background: transparent url(../images/bottom.jpg) 0 0 no-repeat;
	height: 77px;
}
#footer a {
	display: block;
	float: right;
	margin: 30px 70px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 160px;
}
.disclaimer {
	color: #666;
	font-size: 9px;
}

.clear {
	clear: both;
}

.attorneys .scroll td {
	text-align: center;
	width: 180px;
}
.attorneys .scroll dl {
	float: left;
	margin: 8px 0 20px 0;
	width: 180px;
}
.attorneys .scroll dt {
	font-weight: bold;
	margin: 0 0 8px 0;
	text-align: center;
}
.attorneys .scroll dd {
	margin: 0 0 6px 0;
	text-align: center;
}
.attorney .photo {
	float: left;
	margin: 0 12px 8px 0;
}
.attorney th,
.attorney td {
	padding: 2px 16px 2px 0;
}
.attorney th {
	width: 100px;
}
.directory .scroll table {
	width: 550px;
}
.directory .scroll th,
.directory .scroll td {
	border-bottom: 1px solid #ddd;
	font-size: 10px;
	padding: 4px 10px;
	text-align: left;
}
.directory .scroll th {
	border-bottom: 2px solid #aaa;
	font-size: 12px;
	padding: 4px 8px;
}
.directory .scroll .name {
	width: 110px;
}
.directory .scroll .title {
	width: 160px;
}
.directory .scroll .ext {
	width: 40px;
}
.directory .scroll .email {
	width: 100px;
}

.clear {
	clear: both;
}
