/* BEGIN GRESHAM PRINT CSS ---------------------------------------> */

/* Hide these */
#menuWrapper,
#udm,
#topSearch,
.bioListVcard,
.bioLetters,
.footerOffice,
.attorneys-item #subNav,
.practices-item #subNav,
.industries-item #subNav,
img#logo,
#index img.newsHeader {
	display: none;
}

body,
#body,
body#index,
.contentSide ul.subNavList li.backlink,
#index #footerBlock,
#contentWrapper {
	background: none;
}

#body {
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#index #body {
	padding: 0px;
	background: none;
}

#index #introText {
	float: left;
  	margin: 40px 0 0 0;
  	padding: 0 0 0 1px;
}

#index .printNewsHeader {
	display: block;
	padding: 22px 0 5px 0;
	font-weight: bold;
	font-size: 120%;
}

#header {
	height: 70px;
}

img#printLogo {
	display: block;
}

#contentWrapper,
#index #contentWrapper {
	border-top: 0px;

	min-height: auto !important;
	height: auto !important;
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* neede for FF */
}

.contentMainCol {
	min-height: auto !important;
  	height: auto !important;
	width: 420px;
	margin: 0px 0 0 200px;
	padding: 0px 0 20px 20px;
}

#index .contentMainCol {
	min-height: auto !important;
  	height: auto !important;
}

.contentSide {
	float: left;
	width: 165px;
	margin: 0px 0 0 0;
	padding: 12px 10px 20px 0px;
}

#bioDetails {
	height: 170px;
}

#bioDetails .bioContact {
	float: left;
	margin: 0 100px 0 0;
	padding: 0 0 0 0;
}

#bioDetails .bioAddy {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 0px solid #b6a66b;
}

.bioListItem {
	height: 55px;
}

.bioListItem div.bioListPhone {
	float: right;
	text-align: right;
}

ul#pracList2 {
	border-top: 0px solid #e5e4e2;
	margin-left: 0px;
}


img.officeFloat {
	float: left;
	margin: 0 0 15px 0;
}

#footer {
	float: left;
	display: block;
	padding: 0px;
	text-align: left;
}




/* END GRESHAM PRINT CSS -----------------------------------------> */