@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}


#menubar, #searchlink {
	display: none;
}

#outerWrapper {
	border: 0px;
}

#outerWrapper #header {
	height: 91px;
}

#homelinkprint {
	display: block;
	border: none;
	height: 91px;
}

#homelink {
	display: none;
}

#vcard {
	display: none;
}

#footer {
	display: none;
	}


#outerWrapper #contentWrapper #profileLeft {
	display: none;
}
	

#profileHeading {
	margin: 0 250px 0 0px;
	padding: 25px 10px 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#practiceareaprint {
	display: block;
}

#profileBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#outerWrapper #contentWrapper #profileRight {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 30px 25px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 208px;
}

#outerWrapper {
  color: #000;
  width: 7in; 
  padding: 0;
  margin: 0 auto;
}

#printpage {
	display: none;
}
