/* lawyer view */

#page-news #wrapper #content-wrapper #page-content{
background-image:none;
padding-top:20px;
}

#page-news #content-wrapper{
background-image:url(../gfx/bg-body-news.gif);
}

.date{
color:#001746;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif
}

.firstArticle{
background:#cccccc;
padding:35px 40px;
height:228px;
margin-bottom:10px;
}
	.firstArticle div{
	height:180px;
	margin-left:280px;
	padding:15px;
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.4em;
	}

	.firstArticle img{
	float:left;
	}
	
a.readMore, a.readMore:visited{
color:#d68933;
text-decoration:none;
} 

a.readMore:hover{
color:#b50010;
}

#page-content ul.articleListing{
	margin:15px 0;
	list-style-type:none;
}

	ul.articleListing li{
	position:relative;
	margin:5px 0;
	line-height:1.4em;
	}

		ul.articleListing li span.date{
		display:block;
		width:65px;
		height:30px;
		position:absolute;
		top:0px;
		left:0px;
		}
		
		#page-content ul.articleListing li p.content{
		margin-left:90px;
		}
		
		
		
		#page-content ul.articleListing li .headline{
		font-weight:bold;
		}

