/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */ 
@import url('/brands/default/css/aboutUs.css');
a								{ color: #1F1F1F !important; }
.top-headline					{ color: #1F1F1F !important; }
#timeline li a:hover,
#timeline li a.selected			{ color: #1F1F1F !important; }
#giving h3						{ color: #1F1F1F !important; }
#qaLabel_Q						{ background-image: url(/brands/norris/images/brButtons/qa_q.jpg) !important; }
#qaLabel_A						{ background-image: url(/brands/norris/images/brButtons/qa_a.jpg) !important; }
#aboutNorris div,
#aboutNorris h1,
#aboutNorris h2,
#aboutNorris h3,
#aboutNorris p 					{ margin-bottom: 10px; }
#aboutNorris h2,
#aboutNorris h3					{ font-weight: bold; }
#aboutNorris ul 					{ list-style-type: disc;
									  margin-left: 30px; }
#aboutNorris td					{ padding-right: 12px; }