@import url("whitespace.css");
@import url("forms.css");
@import url("faq.css");
@import url("staff-morelink.css");

img {
	margin: 5px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {	text-decoration: none;}

body {
	background: #caca98 url(../images/bg.jpg) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #303018;
}
#container {
	width: 780px;
	margin: 0 auto;
	background: #f8f8f8 url(../images/repeat.jpg) 0 131px repeat-y;
	position: relative;
}
#header {
	height: 131px;
	margin: 0;
	text-indent: -1234em;
	background: #7B7C50 url(../images/header.jpg) 0 0 no-repeat;
}
#header a {
	display: block;
	height: 131px;
	width: 400px;
	text-decoration: none;
}
#navigation {
	position: absolute;
	left: 0;
	top: 131px;
	margin: 0;
	list-style: none;
	text-indent: -1234em;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	width: 182px;
	height: 260px;
}
#navigation li {
	margin: 0;
	position: absolute;
	left: 0;
	width: 182px;
	height: 21px;
}
#navigation li a {
	display: block;
	height: 21px;
	text-decoration: none;
}
#home {	top: 47px;}
#home a:hover {	background: url(../images/menu.jpg) -182px -47px no-repeat;}
#clients {	top: 71px;}
#clients a:hover {	background: url(../images/menu.jpg) -182px -71px no-repeat;}
#aop {	top: 95px;}
#aop a:hover {	background: url(../images/menu.jpg) -182px -95px no-repeat;}
#attorneys {	top: 120px;}
#attorneys a:hover {	background: url(../images/menu.jpg) -182px -120px no-repeat;}
#contact {	top: 143px;}
#contact a:hover {	background: url(../images/menu.jpg) -182px -143px no-repeat;}

#content {
	background: url(../images/top.jpg) 100% 0 no-repeat;
	margin: 0 0 0 216px;
	padding: 10px 46px 0 0;
	min-height: 350px;
	_height: 350px;
}
#title {
	margin: 0 0 10px;
	padding: 20px 0 3px;
	border-bottom: 1px solid #6a1906;
	color: #6a1906;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
}
#bottom,
#requestmore {
	background: url(../images/more.gif) 100% 0 no-repeat;
	height: 60px;
	text-indent: -1234em;
	padding-left: 540px;
}
#bottom {	background: url(../images/bottom.gif) 100% 0 no-repeat;}
#requestmore a {
	height: 60px;
	display: block;
	text-decoration: none;
}
#requestmore a:hover {	background: url(../images/more.gif) 100% -60px no-repeat;}
#footer {
	border-top: 1px solid #5d293e;
	background: #caca98;
	padding: 20px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {	text-decoration: none;}
#footer a:hover {	text-decoration: underline;}
#links {
	margin: 5px 0 5px;
	font-size: 14px;
	color: #3b3b2a;
}
#links a {	color: #3b3b2a;}
#copyright {
	color: #7c7c50;
	margin: 5px 0 10px;
	font-size: 11px;
}
#byline a,
#copyright a {	color: #7c7c50;}
#byline {
	font-size: 10px;
	margin: 30px 0 10px;
	text-align: right;
	color: #7c7c50;
}
#map {
	float: right;
	margin: 0 0 5px 5px;
}


table.contact {
margin: 0 0 10px;
border: 1px solid #7B7C50;
border-collapse: collapse;
width: 518px;
}
.contact th {
padding: 3px;
text-align: left;
background: #7B7C50;
color: #FFF;
}
.contact td {
vertical-align: top;
font-size: 12px;
padding: 2px;
line-height: 1;
}
.contact img {
margin: 0;
}

