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

/* Hide these */
#menuWrapper,
#udm,
img#spot,
#backLink,
.bioIcons,
#topLinks,
.contentSide {
	display: none;
}

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

h1 {
	margin: 0 0 10px 0;
	padding: 5px 0 3px 0;
}

#header {
	height: 76px;
}

img#logo {
	margin-top: 0px;
}

#contentWrapper {
	height: auto !important;
	padding: 10px 0 0 0;
	background: none -500px -500px no-repeat;
	
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* need for FF */
	!height: auto !important;
}

.contentMainCol {
	width: 660px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 35px 0px;
}

.lawyers-item .contentMainCol,
.practices-item .contentMainCol,
.publications-articles-item .contentMainCol,
.publications-books-item .contentMainCol,
.news-item .contentMainCol {
	width: 470px;
	margin: 0px 0 0 180px;
	padding: 0px 0px 35px 0px;
}

.lawyers-item .contentSide,
.practices-item .contentSide,
.publications-articles-item .contentSide,
.publications-books-item .contentSide,
.news-item .contentSide {
	display: block;
	float: left;
	width: 150px;
	!width: 160px;
	margin: 60px 0 0 0;
	padding: 0px 10px 20px 0px;
}

#index .contentSide {
	display: block;
}

#index #quoteBox {
	height: auto !important;
	padding-bottom: 20px;
}

#index #mainBox {
	width: auto !important;
	height: auto !important;
	padding-bottom: 20px;
}

.contentSide ul.subNavList  {
	margin: 0px 0 15px 0;
}

img.bioPic {
	display: block;
}

#contactOfficeList {
	border-top: 0px solid #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
	height: auto !important;
}

#footer {
	clear: both;
	padding: 0px;
	
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* need for FF */
	!height: auto !important;
}	

#footer .footerRight {
	clear: left;
	float: left;
	text-align: left;
}

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