
.parent_projects #content #bodycopy h2.head_title {
	margin-top: 1em;
}

table.ehs {
        border: none;
	width: 100%; 
	margin-bottom: 1em;
}       

	table.ehs tr {
		background: url(images/inv_ehs_td_bg.jpg) top left repeat-x;
	}

	table.ehs tr:hover {
		background: #333;
	}
        
        table.ehs td {
                width: 50%;
                border: 1px solid #444;
		border-right: none;
		border-left: none;
                margin: 0;
                padding: 0.3em 0;
                white-space: 0;
                margin-left: -1px;
                vertical-align: top;
		padding-left: 15px; 
        }

        

