/*	(c) Copyright 2005 Studio Prima Inc.
	1108 19th Ave. East
	Seattle, WA 98112
	206 325-9037
	info@studioprima.com
	http://studioprima.com/
*/

body {
	margin: 0;
	background-color: #4D581E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 65%;
	color: #FFDF96;
}

#header {
	display: block;
	width: 773px;
	height: 72px;
	background: url(/images/global/bkg_top.gif) left top repeat-x;
}

#header .wood {
	display: block;
	margin-left: 132px;
	width: 241px;
	height: 72px;
	background: url(/images/home/wood.jpg) left top no-repeat;
}

#body {
	position: relative;
	width: 773px;
	height: 329px;
	background: url(/images/home/bamboo.jpg) 132px 0px no-repeat;
}

#logo {
	position: absolute;
	top: 48px;
	left: 28px;
}

#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 16px;
	left: 12px;
	width: 120px;
	height: 287px;
	border-top: solid 1px #76872E;
	border-bottom: solid 1px #76872E;
	border-left: solid 1px #76872E;
	list-style-type: none;
}

#nav li {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 24px;
	left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#nav li a span {
	position: absolute;
	left: -3000px;
}

#nav_about {
	top: 144px;
	width: 48px;
	background-image: url(/images/global/btn_about.gif);
}

#nav_attorneys {
	top: 168px;
	width: 84px;
	background-image: url(/images/global/btn_attorneys.gif);
}

#nav_clients {
	top: 192px;
	width: 69px;
	background-image: url(/images/global/btn_clients.gif);
}

#nav_contact {
	top: 216px;
	width: 50px;
	background-image: url(/images/global/btn_contact.gif);
}

#dot_hover,
#dot_static {
	position: absolute;
	display: none;
}

#content {
	position: absolute;
	top: 16px;
	left: 373px;
	width: 399px;
	height: 287px;
	border-top: solid 1px #76872E;
	border-right: solid 1px #76872E;
	border-bottom: solid 1px #76872E;
}

h1 {
	position: absolute;
	top: 48px;
	left: 19px;
	width: 334px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: url(/images/home/name.gif) left top no-repeat;
}

strong {
	display: block;
	position: absolute;
	top: 89px;
	left: 19px;
	width: 364px;
	height: 8px;
	background: url(/images/home/tagline.gif) left top no-repeat;
}

h1 span,
strong span {
	position: absolute;
	left: -3000px;
}

#content p {
	position: absolute;
	top: 144px;
	left: 19px;
	width: 334px;
	margin: 0;
	padding: 0;
	line-height: 2.4em;
}

#footer {
	margin-left: 132px;
	margin-top: 36px;
	color: #8C9D54;
	line-height: 1.6em;
}

#footer a {
	color: #8C9D54;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}