/* Styles for ABOUT sections of ANSIRH web site */

body { background-image: url(/_images/backgrounds/about.gif); }
h1, h2, h3, h4, h5, .caption, .emphasis1, .emphasis2, #photoArea p {  /* main title for content section */
	color: #989149;
}

#breadcrumbNav, /* color bar that runs between main nav and primary content areas */
table th,
div#blog-promo { 
	background-color:#999933;
}

#breadcrumbNav #left p {
	background-image:url(/_images/decorations/arrow-about.gif);
	background-position: 73px 2px; /* controls placement of arrow */
	background-repeat:no-repeat;
	margin: 0;
}
#mainContent #rightSide p { /* text definition for right side callout */
	color: #989149;
}
/* BR* - fixed color */
#mainContent #leftNav ul li a.current, 
#mainContent #leftNav ul li a:hover,
#mainContent #leftNav ul li#follow,
#mainContent #leftNav ul li#blog a {
	color: #989149;
}	

#mainContent #middle ul li {
	background: url(/_images/decorations/bullet_about.gif) no-repeat;
	background-position: 0 7px;
}
