div#content_main div#title-bar {
height:165px;	
background-image: url(../images/work-place-banner.jpg);
background-repeat: no-repeat;
background-position: left;
}

/* no indent for the first paragraph after heading 1 */
div#main_content h1 + p {
	text-indent: 0;
	padding-bottom: 0;	
}
/* set color to orange for all paragraphs after the heading 1 */
div#main_content h1 + p /*, div#main_content h1 ~ p*/  {
	color: #BF7315;
}


/* no indent for the first paragraph after heading 1 */
div#main_content h1 + p + p {
	text-indent: 2%;
	padding-bottom: 3%	
}
/* set color to orange for all paragraphs after the heading 1 */
div#main_content h1 + p + p /*, div#main_content h1 ~ p*/  {
	color: #BF7315;
}
