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

/* Hide these */
#menuWrapper,
#udm,
a#clientAccess,
#index.emailPage a#clientAccess,
#topLinks,
#sectionTitle,
#sectionNoTitle,
#siteSearch,
.contentSide,
#index .homeRightBox,
#pdfLink {
	display: none;
}

/* remove bg images */
#body,
#index.emailPage #body, 
.mainBox,
.bioItem,
ul#pracList,
ul#pracList li.pracLevel_1,
ul.faqsList li.faqItem,
.news ul.results_list li {
	background-image: none;
}

body {
	background: #fff;
}

#body,
#index.emailPage #body {
	width: 660px;
	margin: 0px;
	border-top: 0px solid #000000;
}

img#logo,
#index.emailPage img#logo {
	top: 0px;
	left: 0px;
}


/* home page */

#index img#logo {
	left: 50px;
}

#index #homeBottom {
	margin: -110px 0 0 20px;
}

#index .homeLeftBox,
#index .homeTeaserBox,
#index .homeRightBox {
	width: 175px;
	padding: 0 20px 0 15px;
}

#index .footerLeft {
	clear: both;
	float: left;
	padding: 50px 0 0 10px;
}

#index .footerRight {
	clear: both;
	float: left;
	padding: 0 0 0 10px;
	text-align: left;
}


/* inside pages */

#contentWrapper,
#index.emailPage #contentWrapper {
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* need for FF */
	!height: auto !important;
}

.contentMainCol,
#index.emailPage .contentMainCol {
	min-height: 100px;
  	height: auto !important;
  	height: 100px;
	width: 592px;
	margin: 6px 0 0 0px;
	padding: 28px 30px 36px 0px;
}

.mainBox {
	width: 599px;
	min-height: 99px;
  	height: auto !important;
  	height: 99px;
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* need for FF */
	!height: auto !important;
}

.footerRight,
#index.emailPage .footerRight {
	clear: both;
	float: left;
}

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