body {
	background: url('../../img/darkblue/site-background-repeat.png') top left repeat-x #fff;
}

/* General Link Color */
a:hover {
	color: #2a3b48;
}

/* Page Sub-title Color */
#page-content h2 {
	color: #2a3b48;
}

/* Home Page Mural Image */
#header-mural-image {
	width: 155px;
	height: 88px;
	background: url('../../img/darkblue/subpage-mural.png') no-repeat;
}

/* Colors for Home Page Blocks */
.attorney-spotlight-bio-copy h3 {
	color: #2a3b48;	
}
#latest-news-block h2, #attorney-spotlight-block h2, #community-block h2 {
	color: #2a3b48;
}
.latest-news-read-link-copy {
	color: #2a3b48;
}

/* Colors for Practice Areas */
.practice-areas-entry h3 {
	color: #2a3b48;
}

/* Colors for Locations */
.location-box h3, .associated-office h3, #associated-offices h2 {
	color: #2a3b48;
}

/* Attorney Listing */
.attorney-listing-name h4, .attorney-listing-name em, .attorney-listing-name h4 a, .attorney-listing-name h4 a:hover {
	color: #2a3b48;
}
.attorney-listing-letter-marker {
	background: #2a3b48;
}

/* Special Select and Checkbox Styles */
div.selectbox-wrapper ul li.selected { 
  background-color: #2a3b48;
  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: #2a3b48;
}

/* Pagination Styles */
.paginator a:hover {
	color: #2a3b48;
}

/* Left Nav Menu Colors */
.left_nav_items li a:hover {
	color: #2a3b48;
}
.left_nav_items li.selected a {
	 color: #2a3b48;
}

/* attorney index */
ul#attorney-indexes {
	background-color:#2a3b48;
	padding:10px 0;
}

/* specializations */
ul#specialization-list li.position {
	color: #2a3b48;
}

.flash-header-image{
	background-image:url('/img/darkblue/home-mural.png');
	background-color:#344756;
}
