@charset "utf-8";
/* CSS Document */

#logo{
	height: 190px;
	width: 950px;
	display: table-header-group;
}
#master_header {
	height: 156px;
	width: 950px;
	z-index: 1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E0000;
	display: none;
}
#page_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	display: block;
}
#nav_bar {
	z-index: 20;
	height: 110px;
	width: 950px;
	position: relative;
	top: -10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: none;
}
#sitemap {
	height: 72px;
	width: 950px;
	background-image: url(../images/gshf_exterior_footer2.png);
	position: relative;
	top: -10px;
	display: table-footer-group;
}
