/************************************************************************/
/*Block Level Styles                                                    */
/*                                                                      */
/*body, table, td, h1-h6, p, div, span, a, ul, ol, li                   */
/*These styles are read into vars and initialization of the site's      */
/*application, and they're used to define the basic look and feel of    */
/*the front end of the site.                                            */
/*                                                                      */
/*please put any custom classes or styles in the Custom area below this */
/*one                                                                   */
/************************************************************************/

body{
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: no-repeat;
	background-image: ;
	margin: 0;
}
ul {
	color : #000000;
	padding: 0px 0px 0px 20px;
	margin : 0px 0px 0px 0px;
}
h1 {
	color : #000;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	color : #000;
	font-weight : normal;
}
h3 {
	color : #000000;
	font-weight : bold;
}
a:link, a:visited, a:hover, a:active {
	font-size : inherit;
	color : #005500;
	font-weight : inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************************************************************************/
/*Custom Classes and Styles;                                            */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here.                                                    */
/************************************************************************/

.printhidden{
	display: none;
}
#topholder{
	padding-top: 0;
}
#topbody{
	background-repeat: no-repeat;
	/*background-image: url('/media/images/aboutus.jpg');*/
}
#footholder{
	background-repeat: repeat-x;
	background-image: url('../media/images/footspan.gif');
}
#footcopy, #footbody{
	padding: 10px 20px;
}
#logoimage{
	display: none;
}
.cell1, .cell2{
	display: none;
}
/* main nav */
	div.mainnav{
		display: none;
	}
/* subnav */
	#subnav{
		display: none;
	}
/* content area */
	#contentbody{
		padding: 20px;
		width: 100%;
	}
	#contentbody, #contentbody div, #contentbody p, #contentbody td, #contentbody caption{
		font-family: verdana;
	}
	#contentbody a:link, #contentbody a:visited, #contentbody a:hover, #contentbody a:active{
		color: #000;
		text-decoration: none;
	}

/* attorney styles */
	#attorneyBio{
		display:block;
		width:300px;
		float:left;
	}
	.attorneyListing .label{
		font-weight: bold;
		width: 30%;
		float: left;
		width: 2in;
		clear: both;
	}
	.attorneyListing .datafield{
		width: 65%;
		float: left;
	}
	.attorneyListing{
		display:block;
		float:left;
		margin-top: 1em;
	}
	.attorneyImg{
		float: right;
		margin-left: 1em;
	}
	.attorneyPracticeList, .attorneyNewsList{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.attorney_title{
		display:block;
		float:left;
		color: 005500;
	}
/* practice section styles */
	#practiceside a:link{
		font-family: arial;
	}
	#practiceside{
		float: right;
		margin-left: 1em;
	}
	#practiceside ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.practicenewslist, .practicelisting{
		list-style: none;
	}
/* news and articles styles */
	.newslist_type{
		font-weight: bold;
		margin: 1em 0 0 0;
	}
	.newslist_viewall{
		display: none;
	}
	a:link.newslist_viewmore, a:visited.newslist_viewmore, a:hover.newslist_viewmore, a:active.newslist_viewmore{
		display: none;
	}
	.newslist_title{
		margin: 1em 0 0 1em;
		display: block;
		font-weight: bold;
	}
	.newslist_abstract{
		margin: 0 0 0 2em;
		display: block;
	}
	.newsdetail_title{
		margin: 0 0 1em 0;
		display: block;
		font-weight: bold;
	}
	.newsdetail_body{
		margin: 0 0 0 1em;
		display: block;
	}
/* Legal Links */
	a.legallink_morelink:link, a.legallink_morelink:visited, a.legallink_morelink:hover, a.legallink_morelink:active{
		display: none;
	}
	.legallink_name{
		font-weight: bold;
		margin-top: 1em;
		display: block;
	}
	.legallink_abstract{
		margin-left: 10px;
		display: block;
	}
/* Locations */
	.locationlistblock listing_name{
		margin-top: 10px;
		display: block;
		font-weight: bold;
	}