@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;
}

#outerWrapper #contentWrapper #homeBanner  {
	float: center;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: auto;
	height:auto;
	margin: 0;
	background-image: none;

}

#menubar, #searchlink, #leftColumn1 {
	display: none;
}

#outerWrapper {
	border: 0px;
}

#outerWrapper #header {
	height: 91px;
}

#homelinkprint {
	display: block;
	border: none;
	height: 91px;
}

#homelink {
	display: none;
}


#footer {
	display: none;
	}


#outerWrapper {
  color: #000;
  width: 7in; 
  padding: 0;
  margin: 0 auto;
}


#directions, #homeNewsBox, #homeNewsBar, #homeSpotlightBox {
	display: none;
}