/* BEGIN BONNER PRINT CSS ----------------------------------------> */


/* Hide these */
.contentSide,
#topLinks,
#topSearch,
#banner,
.letters,
.pdfLink,
#menuWrapper,
#index #media {
	display: none;
}


/* no bg image */

.attorneys-item #contentWrapper,
.practices-item #contentWrapper,
.about-item  #contentWrapper,
.contentMainCol ul.hierList li {
	background: none;
}

body {
	width: 660px;
	margin: 0px;
	padding: 0px 0px 0 0px;
	background: #fff;
	color: #333;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 1px;
	border-bottom: 70px solid #4a1d18;
	margin: 0 0 25px 0;
}

#index #header {
	margin: 0 0 40px 0;
}

img#logo {
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 0px;
	margin-top: 15px;
}

h1.pageTitle {
	position: relative;
	top: 0px;
	left: 21px;
	width: 650px;
	color: #333;
}

#index #homeOffices {
	left: 365px;
	width: 250px;
}

#contentWrapper {
  	border-top: 0px solid #ab4f42;
  	border-bottom: 0px solid #ab4f42;
	padding: 0px 0 0 0;
	
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* neede for FF */
	!height: auto !important; /* need for IE */
}

.contentMainCol {
	min-height: auto !important;
	height: auto !important;
	width: 660px;
	margin: 0 0 0 0;
}

#index .contentSide {
	display: block;
	clear: both;

	overflow: visible !important;
	
	min-height: auto !important;
	height: auto !important;
	
	float: left;
	width: auto;
	margin: 0px 0 0 0;
	padding: 0px 14px 0px 20px;
	background: none;
}

.mainLeft {
	width: 620px;
	margin: 0px 0 0 0px;
	padding: 0px 0 20px 21px;
}

.attorneys-item .mainRight,
.practices-item .mainRight,
.about-item .mainRight {
	float: left;
	display: block;
	width: 158px;
	margin: 0px 0 0 30px;
	padding: 0px 0 20px 0px;
}

#bioContact {
	border-bottom: 0px solid #ab4f42;
}

.officeItem {
	clear: both;
	float: none;
}

#footer {
	clear: both;
	font-size: 8px; 
	
	!overflow: visible !important;
	height: 30px !important;
}


/* END BONNER PRINT CSS ------------------------------------------> */