@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, #leftColumn1,  #navigation, #attorneyAlpha {
	display: none;
}

#outerWrapper {
	border: 0px;
}

#outerWrapper #header {
	height: 91px;
}

#homelinkprint {
	display: block;
	border: none;
	height: 91px;
	padding-bottom: 20px;
}

#homelink {
	display: none;
}


#footer {
	display: none;
	}


#outerWrapper {
  color: #000;
  width: 7in; 
  padding: 0;
  margin: 0 auto;
}



.directions {
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 11px;
}

#directions {
	display: none;
}

#printpage {
	display: none;
}
