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

#logo{
	height: 190px;
	width: 950px;
	display: table-header-group;
}
#master_header {
	height: 156px;
	width: 950px;
	z-index: 18;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E0000;
	display: none;
}
#container {
	background-color: #DFDFDF;
	height: 1000px;
	width: 950px;
	left: auto;
	right: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	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;
}
#content {
	width: 934px;
	padding: 8px;
	display: table;
	float: left;
}
#page_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	display: block;
}
#list {
	width: 925px;
	height: auto;
	float: left;
}
#categories {
	width: 235px;
	float: left;
	display: none;
}
#information{
	display: block;
	float: left;
}

#sitemap {
	height: 72px;
	width: 950px;
	background-image: url(../images/gshf_exterior_footer2.png);
	position: relative;
	top: -10px;
	display: table-footer-group;
}