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

#logo{
	height: 190px;
	width: 950px;
	display: table-header-group;
}
#master_header {
	height: 190px;
	width: 950px;
	z-index: 18;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E0000;
	display: none;
}
#container {
	background-color: #DFDFDF;
	height: 1900px;
	width: 950px;
	left: auto;
	right: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#page_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	display: table;
}
#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;
}
#body_container {
	height: 670px;
	width: 950px;
	position: relative;
	z-index: 2;
	top: -10px;
	display: block;
}
#content {
	height: 1600px;
	width: 930px;
	float: right;
	padding: 8px;
	overflow: auto;
	display: block;
}
#sitemap {
	height: 72px;
	width: 950px;
	background-image: url(../images/gshf_exterior_footer2.png);
	position: relative;
	top: 900px;
	display: table-footer-group;
}
#table_sitemap {
	border: 1px solid #000000;
	height: 72px;
	width: 950px;
}
