body {
	background: url('../../img/darkbrown/site-background-repeat.png') top left repeat-x #fff;
}

/* General Link Color */
a:hover {
	color: #581908;
}

/* Page Sub-title Color */
#page-content h2 {
	color: #581908;
}

/* Home Page Mural Image */
#header-mural-image {
	width: 155px;
	height: 88px;
	background: url('../../img/darkbrown/subpage-mural.png') no-repeat;
}

/* Colors for Home Page Blocks */
.attorney-spotlight-bio-copy h3 {
	color: #581908;	
}
#latest-news-block h2, #attorney-spotlight-block h2, #community-block h2 {
	color: #581908;
}
.latest-news-read-link-copy {
	color: #581908;
}

/* Colors for Practice Areas */
.practice-areas-entry h3 {
	color: #581908;
}

/* Colors for Locations */
.location-box h3, .associated-office h3, #associated-offices h2 {
	color: #581908;
}

/* Attorney Listing */
.attorney-listing-name h4, .attorney-listing-name em, .attorney-listing-name h4 a, .attorney-listing-name h4 a:hover {
	color: #581908;
}
.attorney-listing-letter-marker {
	background: #581908;
}

/* Special Select and Checkbox Styles */
div.selectbox-wrapper ul li.selected { 
  background-color: #581908;
  color: #fff;
}

/* News Styles */
h2.news-title-date, #page-content h2.news-title-date, #news-post h2, #news-post .news-post-date, #news-post a.back-link:hover {
	color: #581908;
}

/* Pagination Styles */
.paginator a:hover {
	color: #581908;
}

/* Left Nav Menu Colors */
.left_nav_items li a:hover {
	color: #581908;
}
.left_nav_items li.selected a {
	 color: #581908;
}

/* attorney index */
ul#attorney-indexes {
	background-color:#581908;
	padding:10px 0;
}

/* specializations */
h2#specialization-list-title {
	font-size: 14px;
	font-color: #581908;
	margin-bottom: 5px;
}

/* specializations */
ul#specialization-list li.position {
	color: #581908;
}

.flash-header-image{
	background-image:url('/img/darkbrown/home-mural.png');
	background-color:#6a1f0c;
}

