@charset "UTF-8";
/* TECHTRIAD - CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../page-design/images/wallpaper.jpg);
	background-color: #71B44D;
}a:link {
	text-decoration: underline;
	color: #EE3A43;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #EE3A43;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #6FB43F;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #62A33D;
	margin-bottom: 6px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
p {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 13px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../page-design/images/nosidebar-content-mid.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#logo {
	background-image: url(../page-design/images/GHG-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 175px;
	height: 140px;
	float: right;
}
#logo a {
	width: 175px;
	height: 140px;
	display: block;
}
#logo h1 {
	display: none;
}
#menu, #menuWrapper	{
	position:relative;
	z-index:999999;
}
#menu-wrapper {
}
#menu {
}
.clearfloater {
	clear: both;
	float: none;
}


#footer-wrapper {
	color: #000;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	margin-right: auto;
	width: 875px;
	margin-left: auto;
}
#footer a:link {
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
}
