body {
	margin: 0px;
	padding: 0px;
	/*font:  12px Arial, Helvetica, sans-serif;*/
	color:#333333;
}


a{	
	color: #369;
}

a:visited {
	color:#669;
}

.be { 
	width:611px;
	padding-top:25px;
	margin-left: 159px;
	text-align:center;
	display:block;
	background: #D9D9D9;
	}


/*  ||||||||||||||||  MAIN CONTENT STYLES  ||||||||||||||||| */
/* margin-left area for content should be same value as leftnav width  */

	#content {
		width:611px;
		padding-top: 0px;
		padding: 0px;
		margin-left: 159px;
		background-color:#FFFFFF;		
	}
	

	#subpage{
		padding: 0px 15px 10px 20px;
	}
	
	
		
	
	
/*  ||||||||||||||||  LEFTNAV STYLES  ||||||||||||||||| */

	#leftnav{
		position:absolute;
		/*float:left; */
		left:0px;
		width: 159px;
		margin: 0px;
		padding: 0px;
		font:  11px Arial, Helvetica, sans-serif;
	}
	
	#leftnav img, #nav li img{
		display:block;
		padding:0px;
		}
		
	#leftnav  a {
		background-color:transparent;
		display:block;
		}
		
	#leftnav a:hover{
		/* background-color:#2B4E80; THIS IS NOW IN EACH PAGE */
		/*change this color to affect the rollover of the left nav */
	}


	#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 159px; /* Width of Menu Items */
	}
	
	#leftnav ul li {
	position: relative;
	}
	
	#leftnav ul li ul {
	position: absolute;
	width:140px;
	left: 159px; /* Set 1px less than menu width if you have borders on */
	top: -1px;
	display: none;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	}
	
	/* Styles for Menu Items */
	#leftnav ul li a {
	display: block;
	text-decoration: none;
	/*background: #fff;  IE6 Bug */
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #leftnav ul li { float: left; height: 1%; }
	* html #leftnav ul li a {  }
	/* End */
	
	#leftnav ul li a:hover {  } /* Hover Styles */
	
	#leftnav ul li ul li a { /* Sub Menu Styles */
		color: #FFFFFF; 
		padding: 2px 5px; 
		display: block;
		height:16px;
		border-left:1px solid white;
		} 
		
	#leftnav ul li ul li a.firstdrop { /* Sub Menu Styles */
		border-left:none;
		padding-left:6px;
		} 
	
	#leftnav ul li:hover ul, #leftnav ul li.over ul { display: block; } /* The magic */

	
/*  ||||||||||||||||  HOME NEWS BOX STYLES  ||||||||||||||||| */

	#hmnews p{
		margin:5px 10px 15px;
		font:  11px Arial, Helvetica, sans-serif;
		background: url(images/bg_hm_news_p.gif) repeat-x bottom;
		padding-bottom: 10px;
		}
	#hmnews a{	
		font-weight:bold;
		color: #369;
		}
		
		
	span.recentnews { 
		display:block; 
		width:338px; 
		height:36px;
		background: url(images/hm_recentnews.gif) no-repeat;
	}
	span.recentnews h1 {display:none;}


/*  ||||||||||||||||  HOME LOCATIONS BOX STYLES  ||||||||||||||||| */

	#hmlocations p{
		margin:5px 5px;
		font:  11px/14px Arial, Helvetica, sans-serif;
		padding-bottom: 10px;
		float:left;
		}
	#hmlocations a{	
		font-weight:bold;
		color: #369;
		}
	
	span.locations { 
		display:block; 
		width:273px; 
		height:36px;
		background: url(images/hm_locations.gif) no-repeat;
		clear:both;
	}
	span.locations h1 {display:none;}
	
	
/*  ||||||||||||||||  ATTORNEY STYLES  ||||||||||||||||| */

	.attorneytitle {  font-size: 13px; font-weight: bold; color: #666666}
	.attorneyname { font-size: 13px; font-weight: bold; color:#003366}
	.attorneystats { font-size: 10px}
	.attorneystathdr { font-weight: bold; color: #999900}


/*  ||||||||||||||||  NEWS COLUMNS  ||||||||||||||||| */

	#newscolumns td {  font-size: 11px; border-left: 1px solid #2B4E80; padding-left:8px;}
	#newscolumns td.firstcolumn {  border-left: 0px; padding-right:8px;}
	
	#newscolumns h3 {  font-size: 14px; color:#2B4E80}
	#newscolumns hr {  margin-bottom: 10px;}
	
	

