* {
	margin: 0;
	padding: 0;
}
body {
	background: #ededed url(../images/bg.gif) repeat-x;
}
p {
	color: #999;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
}
a {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a img {
	border: none;
	}
#container {
	margin: auto;
	width: 100%;
}
#header {
	background: url(images/hgg_headerBg.jpg) repeat-x;
	float: left;
	height: 307px;
	width: 100%;
}
#headerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 903px;
}
#logo {
	width: 305px;
	float: left;
}
#logo h1 {
	display: block;
	float: left;
	height: 45px;
	text-indent: -9999px;
	width: 269px;
}
#logo h1 a {
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	height: 100%;
	outline: none;
	width: 100%;
}
#navigation {
	float: right;
	height: 38px;
	width: 580px;
	margin-top: 270px;
}
.nav-links li {
	display: inline;
	float: right;
	padding: 9px 25px 0 0;
}
.nav-links li a {
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: capitalize;
}
.nav-links li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.phone-number li {
	color: #fff;
	float: right;
	font: normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	list-style-type: none;
	padding-top: 12px;
	text-transform: capitalize;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 903px;
	}
#content a {
	color: rgb(123, 145, 34);
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#left-content {
	float: left;
	margin-top: 20px;
	width: 566px;
}
.content-top {
	background: url(images/hgg_content_top.jpg) no-repeat;
	float: left;
	height: 32px;
	padding: 4px 15px;
	width: 568px;
	margin-left: -1px;
}
.content-middle {
	background: #fff;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	float: left;
	padding: 5px 15px 0 15px;
	width: 534px;
}
h2 {
	color: #666;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-top: 7px;
	text-transform: capitalize;
}
.content-middle p {
	text-align: justify;
}
.highlight {
	color: #7b9122;
	font-style: italic;
}
.content-bottom {
	background: url(images/hgg_content_bottom.jpg) no-repeat;
	float: left;
	height: 17px;
	margin-bottom: 3px;
	width: 566px;
}
#content-right {
	float: right;
	margin-top: 20px;
	width: 322px;
}
.sidebar-top {
	background: url(images/hgg_sidebar_top.jpg) no-repeat;
	float: left;
	height: 32px;
	padding: 4px 15px;
	width: 324px;
	margin-left: -1px;
}
.sidebar-middle {
	background: #fff;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	float: left;
	padding: 5px 15px 0 15px;
	width: 290px;
}
.sidebar-middle p {
	text-align: justify;
}
.sidebar-bottom {
	background: url(images/hgg_sidebar_bottom.jpg) no-repeat;
	float: left;
	height: 16px;
	margin-bottom: 3px;
	width: 322px;
}
#footer {
	background: url(images/hgg_footerBg.jpg) repeat-x bottom;
	clear: both;
	height: 111px;
}
#footer-content {
	height: 91px;
	margin: auto;
	padding-top: 20px;
	width: 950px;
}
#footer-content p {
	color: #fff;
	padding-top: 35px;
	text-align: center;
}

#tweet ul li {
	list-style-type: none;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 10px;
	}