@CHARSET "UTF-8" ;
/* print.css = style for printing. */
body.fontSerif {font-family: "Times New Roman", Times, serif;}
body.fontSansSerif {font-family: Arial, Helvetica, sans-serif;}

@media all {
	.mediaScreen { display:none; }
	.mediaProjection { display:none; }
	.mediaPrint { display:none; }
	.mediaHandheld { display:none; }
}
@media print {
	.mediaPrint { display:inline; }
}
.meta,
.screenOnly,
#coreFrame div.navFrames,
#greyStoneDisplay .online {
	display: none;
}
#logoPanel img {
	border:none;
}
a {
	text-decoration: none;
	color: black;
}
/***** 8pt font **********************************************************************************/
#footFrame #infoPanel h6 {			 /* Copyright info */
	font-size: 0.63em;	/* 8 pt. */
	text-align: center;
}
/***** 8.5pt font ********************************************************************************/
#footFrame #infoPanel h5 {			 /* Address info */
	font-size: 0.69em;	/* 8.5 pt. */
	text-align: center;
}
p {
	margin: 0 0 0.5em 0;
}

div.staffPhoto,
div.facilityRight {
	float: right;
}


/** Contact Us Floating Right Box ****************************************************************/
div.iwContent #ContactUs {
	float:right;
	width: 30%;
	margin: 0.5em;
	padding-bottom: 1em;
	border: solid black;
	border-width: 1px 0 1px 0;
}
div.iwContent #ContactUs .ConTopPad {
	margin-top: 1em;
	font-weight: bold;
}
div.iwContent #ContactUs dt {
	border-bottom: 1px solid black;
	width: 100%; 
	padding-left: 0.5em;
	font-size: 1em; 
	font-weight: bold; 
	line-height: 1.7em;
	margin-bottom: 1em;
}
div.iwContent #ContactUs dd {
	margin-left: 0.5em;
	padding-right: 1em;
}
.swBar {
	width: 100%;
	height: 0.3125em;
}
#headFrame .swBar {
	margin-top: 1em;
	margin-bottom: 2em;
}
#footFrame .swBar {
	margin-top: 2em;
	margin-bottom: 1em;
}
#swhpPrintFooter #printCR {
	background-color: #babcbe; 
	color: white; 
	text-align: center; 
	font-family: Garamond, 'Times New Roman', Times, serif;
	font-weight: bold;
}
#swhpPrintFooter #printAddress {
	text-align:center; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8125em;
}

/*	This is the print styles to hide the Flash headlines from the browser... 
	regular browser text headlines will now print as normal */
.sIFR-flash, 
.sIFR-flash object, 
.sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
#gMap {										 
	top: 0em;
	left: 0em;
	margin-top: 2em;
	width: 42em;/**/
	height: 37.5em;/**/
}
#gDirections {
	clear:left;/**/
}
