/* some reset stuff */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end reset */

body {
  padding: 0;
  margin: 0 auto;
  color: #737373;
  font: 83%/1.5 Verdana, Geneva;
}
p {
  margin-bottom: 1.5em;
}

ul {
  list-style-image: url(/images/css/bullet_white.gif);
  margin-left: 20px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  font-style: normal;
}

h1, h2 {
  color: #62773c;
  font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
h2 {
  /*color: #6b6940;*/
  font-size: 1.7em;
}

h3 {
  color: #96b75c;
  font-size: 1.2em;
  margin-bottom: 0.3em;
  font-family: Geneva;
}

h4 {
  color: #6b6940;
  font-size: 1.1em;
}

p, #content li {
  font-size: 0.9em;
}


a:link, a:visited {
  color: #e9ab18;
}

a:hover {
  color: #fff;
  background-color: #e9ab18;
  text-decoration: none;
}
a#home, a#home:hover {
  background: url(/images/css/ghf_logo.jpg) no-repeat scroll;
  width: 490px;
  height: 78px;
  display: block;
  padding: 0;margin: 0;
  line-height:  90px;
  text-indent: 700px;
  overflow: hidden;
}

.container {
  width: 940px;
  margin: 0 auto;
}

#header {
  height: 78px;
  position: relative;
}
#header a#donate {
  background:  url(/images/css/donate_button.gif) no-repeat scroll;
  width: 140px;
  height: 40px;
  display: block;
  text-indent: 150px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 40px;
}
#header a#donate:hover {
  background: url(/images/css/donate_button.gif) no-repeat scroll 0 -40px;
}

#nav_wrapper {
  background: url(/images/css/nav_bg.gif) repeat-x top left;
  height: 52px;
}
#nav_footer {
  background: url(/images/css/nav_bottom_bg.gif) repeat-x top left;
  height: 12px;
}

ul#navigation {
  float: left;
  padding: 0; margin: 0;
  height: 52px;
  list-style: none;
}

ul#navigation li {
  background: url(/images/css/nav_divider.gif) no-repeat scroll right;
  float: left;
  margin-top: 14px;
  height:  36px;
}
.IE6 ul#navigation li {
  margin-top: 13px;
}
ul#navigation li.first {
  margin-left: 10px;
  width: 1px;
  padding: 0;
}
ul#navigation li a {
  padding: 10px 22px 10px 22px;
  margin: 0;
  text-align: center;
  display: block;
}

ul#navigation li a:link, ul#navigation li a:visited {
  color: #fff;
  text-decoration: none;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
}

ul#navigation li a:hover {
  background: url(/images/css/nav_link_hover.gif) repeat-x top left;
}
/*
 News section on homepage
*/
.news {
  clear: both;
  float: left;
  margin-top: 10px;
}

.news img {
  float: left;
  margin: 0 20px 10px 40px;
  width: 296px;
  height: 255px;
  border: 2px solid rgb(226,223,198);
}

.news .wrap {
  float: left;
  margin: 0; padding: 0;
  width: 530px;
}
.news h2 {
  padding: 0px;
  margin: 0px;
}
.news h2 a, .news h2 a:hover, .news h2 a:visited {
  color: rgb(98,119,60);
  text-decoration: none;
}
.news h2 a:hover {
  color: rgb(98,119,60);
  background-color: transparent;
}

.news .info {
  padding: 0;margin: 0;
  color: rgb(151,183,92);
  font-size: 1.1em;
  margin-top: -5px;
  display: block;
  margin-bottom: 1.65em;
}
.news .body {
  border-bottom: 1px solid rgb(235,235,235);
  margin-bottom: 1.5em;
}
/* end News section */
a.rss {
  background: url(/images/css/rss_icon.gif) no-repeat scroll 2px 3px;
  padding-left: 16px;
}
a:hover.rss {
  color: #fff;
  background: #e9ab18 url(/images/css/rss_icon_hover.gif) no-repeat scroll 2px 3px;
}

#bottom {
  width: 100%;
  float: left;
  border-top: 2px solid rgb(195,190,137);
  background-color: rgb(246,245,237);
  padding: 0pt 0pt 2em;margin: 0;
}

#bottom .row {
  margin-top: 26px;
}
.row {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.row .widget {
  float: left;
  /*width: 272px;*/
  width: 296px;
  padding: 0;
  margin: 0 26px 0 0;
}
.IE6 .row .widget {
  width: 294px;
}
.row .widget.last {
  margin: 0;
}

#help_links h3 {
  background: url(/images/css/help_trees.gif) no-repeat scroll top right;
  padding-bottom: 18px;
  margin: 0;
}
#help_links ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(211,210,194);
}

#help_links li {
  border-bottom: 1px solid rgb(211,210,194);
  list-style-image: none;
  list-style-type: none;
}
#help_links li a {
  background: url(/images/css/b_bullet.gif) no-repeat scroll 0 16px;
  padding: 14px 0 14px 18px;
  text-decoration: none;
  display: block;
}
#help_links li a:hover {
  background-color: rgb(195,190,137);
  color: #fff;
  background-image: none;
}
.box_wide {
  float:left;clear:left;
}
.box_wide .top {
  background: url(/images/css/wide_box_top.gif) no-repeat scroll;
  height: 8px;
  width: 620px;
  margin: 0; padding: 0;
}
.box .top {
  background: url(/images/css/box_top.gif) no-repeat scroll;
  height: 8px;
  width: 300px;
  margin: 0; padding: 0;
}
.box.green .top {
  background: url(/images/uploads/box_top_green.jpg) no-repeat scroll;
}
.box_wide .middle {
  background-color: rgb(195,190,137);
  border-right: 2px solid rgb(225,222,196);
  border-left: 2px solid rgb(225,222,196);
  width: 616px;
  margin: 0; padding: 0;
}
.box .middle {
  background-color: rgb(195,190,137);
  border-right: 2px solid rgb(225,222,196);
  border-left: 2px solid rgb(225,222,196);
  width: 296px;
  margin: 0; padding: 0;
}
.box.green .middle {
  background-color: #62773c;
  border-right: 2px solid #97b75c;
  border-left: 2px solid #97b75c;
}
.IE6 .box_wide .middle {
  margin-top: -8px;
}
.IE6 .box .middle {
  margin-top: -8px;
}
.box_wide .bottom {
  background: url(/images/css/wide_box_bottom.gif) no-repeat scroll;
  height: 8px;
  width: 620px;
}
.box .bottom {
  background: url(/images/css/box_bottom.gif) no-repeat scroll;
  height: 10px;
  width: 300px;
}
.box.green .bottom {
  background: url(/images/uploads/box_bottom_green.jpg) no-repeat scroll;
}
#featured_homes h2 {
 padding:0 0 0 16px;
 font-size:2.25em;
}
#featured_homes h2 a {
  text-decoration:none;
}
#testimonial h3,
#housing_in_news h3,
#featured_homes h3  {
  color: rgb(107,105,64);
  padding: 10px 0px 0px 16px;
  margin: 0px;
}
#featured_homes h3  {
  color:#E9AB18;
}
#testimonial,
#housing_in_news,
#featured_homes {
  font-size: 0.9em;
  color: #fff;
}
#housing_in_news ul {
  list-style:none;
  list-style-image:none;
  border-top:1px solid #b0ab79;
  width:257px;margin-top:16px;padding-bottom:16px;
}
#housing_in_news ul li {
  border-bottom:1px solid #b0ab79;
}
#housing_in_news ul li a,
#housing_in_news ul li span {
  color:#fff;
  text-decoration:none;
  display:block;padding:11px 0 11px 0;
  font-size:12px;
}
#housing_in_news ul li a:hover {
  background-color:transparent;
  text-decoration:underline;
}
#housing_in_news a.read_more, #featured_homes a.read_more {
  margin-left:20px;
  color:#62773c;
  text-decoration:none;
  line-height:24px;
}
#featured_homes a.read_more {
  color:#E9AB18;
}
#housing_in_news a.read_more:hover, #featured_homes a:hover {
  background-color:transparent;
  text-decoration:underline;
}
#testimonial p,
#housing_in_news p,
#featured_homes p {
  padding: 16px;
  margin: 0;
}
#featured_homes p.space {
padding:0 16px;
}
.wide_box #testimonial img {
  float:right;
}
#testimonial .author, #featured_homes .title {
  display: block;
  font-weight: bold;
}
#testimonial .author, #testimonial .title, #featured_homes .title {
  padding-left: 16px;
}
#testimonial .title {
  color: #6b6940;
}

.divider {
  clear: both;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid rgb(195,190,137);
  margin-top: 16px;
  float: left;
}

#footer {
  float: left;
  clear: both;
  margin-top: 15px;
  width: 100%;
}
#footer .sitemap_col {
  float: left;
  margin-right: 20px;
  /*width: expression(this.scrollWidth > 140? "140px" : "auto");*/
  max-width: 140px;
}
#footer .sitemap_col h4 a {
  color: #6b6940;
  text-decoration: none;
  font-size: 0.8em;
}
#footer .sitemap_col h4 a:hover {
  color: #62773c;
  text-decoration: underline;
  background-color: transparent;
}
#footer .sitemap_col h4 a#board_login {
  background:  url(/images/css/board_login_button.gif) no-repeat scroll;
  width: 91px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-indent: 150px;
  overflow: hidden;
  position: absolute;
  margin-top: -5px;
}
#footer .sitemap_col h4 a#board_login:hover {
  background:  url(/images/css/board_login_button.gif) no-repeat scroll 0 -30px;
}
#footer .sitemap_col ul {
  margin: 0;padding: 0;
}
#footer .sitemap_col li {
  list-style-image: none;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 5px 0;
  padding: 0;
}
#footer .sitemap_col li a {
  color: #999;
  text-decoration: none;
}
#footer .sitemap_col li a:hover {
  background-color: transparent;
  color: #666;
}

#contact_addr {
  float: left;
  margin-top: 15px;
  color: rgb(211,210,194);
  font-size: 0.9em;
}
#contact_addr .name {
  color: rgb(98,119,60);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
#contact_addr .street, #contact_addr .phone {
  color: #96b75c;
  margin-left: 0px 5px 0px 5px;
}

#copyright {
  float: right;
  margin-top: 15px;
  color: rgb(195,190,137);
  font-size: 0.9em;
}

.clearfix {
  width: 100%;
  clear: both;
}
.featured {
  float:right;
  margin:0 0 15px 15px;
  border:2px solid #E2DFC6;
}
.row .widget.last.sp {
  padding:20px 0 0;
}
#featured_homes .featured {
  width:263px;
  float:none;
  margin:10px 0 15px 15px;
}



