body {
	background-color: #A29261;
	margin: 0;
	padding: 0;
}

p,li,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table,td {
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
}

#siteText td {
	vertical-align: top;
}

a:link, a:visited {
	color: #990000;
}

#homeContent, #siteContent {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 676px; 
	margin-left: -338px;
}

#splash {
	background-image: url('../images/group_photo.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 0px 0px 255px;
	margin: 0px;
}

#siteNav {
	margin: 0;
	padding: 0;
	height: 40px;
	background-image: url('../images/nav_bg.gif');
}


#siteNav li {
	margin: 0;
	float: left;
	display: block;
	padding-top: 12px;
	height: 28px;
	position: relative;
}

#siteNav li a {
	color: #4A432C;
	height: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}

#siteNav li a:hover {
	text-decoration: underline;
}

#siteNav li.here {
	background-image: url('../images/nav_bg_on.gif');
}

#siteNav ul li ul {
	left: 0;
	position: absolute;
	top: 1em;
	display: block;
	visibility: hidden;
}

#siteNav ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #4A432C;
	margin-top: -1px;
	left: -25px;
	z-index: 100;
}

html>body #siteNav ul li ul li {
	border: none;
}

#siteNav ul li ul li a {
	display: block;
	color: #4A432C;
	width: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #D3C7AF;
	padding: 10px 5px 0px 5px;
}

html>body #siteNav ul li ul li a {
	border: 1px solid #4A432C;
	padding: 10px 5px 5px 5px;
}

#siteNav ul li ul li a:hover {
	text-decoration: none;
	background-color: #4A432C;
	color: #FFFFFF;
}

#homeContent #siteNav {
	padding-left: 42px;
	width: 634px;
}

#siteContent #siteNav {
	padding-left: 15px;
	width: 661px;
	margin-top: 10px;
}

h1 {
	font-size: 0px;
	height: 37px;
	width: 100%;
	margin: 15px 0px 10px 0px;
	color: #A29261;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	font-style: italic;
}

h1#about {
	background-image: url('../images/h_about.gif');
	background-repeat: no-repeat;
}

h1#attorneys {
	background-image: url('../images/h_attorneys.gif');
	background-repeat: no-repeat;
}

h1#practice {
	background-image: url('../images/h_practice.gif');
	background-repeat: no-repeat;
}

h1#clients {
	background-image: url('../images/h_clients.gif');
	background-repeat: no-repeat;
}

h1#contact {
	background-image: url('../images/h_contact.gif');
	background-repeat: no-repeat;
}

h1#legislative {
	background-image: url('../images/h_legislative.gif');
	background-repeat: no-repeat;
}

h1#legal {
	background-image: url('../images/h_legal.gif');
	background-repeat: no-repeat;
}

h1#education {
	background-image: url('../images/h_education.gif');
	background-repeat: no-repeat;
}

h1#international {
	background-image: url('../images/h_international.gif');
	background-repeat: no-repeat;
}

h1#sports {
	background-image: url('../images/h_sports.gif');
	background-repeat: no-repeat;
}

h1#disclaimer {
	background-image: url('../images/h_disclaimer.gif');
	background-repeat: no-repeat;
}

#siteText {
	background-color: #D3C7AF;
	padding: 10px 20px 10px 20px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}

.photo {
	border: 1px solid #A29261;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px 10px 10px 0px;
}