html, body  {
font: 100% arial;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
background: #25571c url(images/bkg.jpg) center top;
background-repeat: no-repeat;
background-attachment: fixed;
}
#wrap {
width:961px;
margin:0 auto;
background:#ffffff;
}
#main {
float:left;
width:921px;
margin-top:0px;
text-align:left;
padding-left: 40px;
background: #ffffff url(images/content_bkg.gif) center top;
background-repeat: no-repeat;
}
#header {
position: relative;
height:200px;
margin:0 auto;
background:#75b843;
}
#menu {
height:35px;
width:961px;
margin:0 auto;
background:#333333;
}
/* text styles */
h1 {
font-size: 46px;
margin-top: 20px;
font-weight: bold;
color: #62a53a;
line-height: 40px;
}
h2 {
font-size: 28px;
margin:0 0 0 0;
line-height: 26px;
color: #000000;
}
h3 {
font-size: 16px;
margin:0 0 1em;
color: #62a53a;
}
h4 {
font-size: 14px;
margin:0 0 1em;
color: #000000;
}
p{
font-size: 14px;
color: #000000;
margin-bottom:20px;
font-weight: normal;
line-height: 16px;
}
div.float {
  float: left;
  }

div.float p {
   text-align: left;
   }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
border: 0;
}

a:link, a:visited
{
color: #61390e;
text-decoration: none;
}

a:hover
{
color: #62a53a;
text-decoration: none;
}
a.menulinks:link, a:visited
{
color: #61390e;
text-decoration: none;
}

a.menulinks:hover
{
color: #62a53a;
text-decoration: none;
}
li {
font-size: 14px;
color: #000000;
font-weight: bold;
line-height: 16px;
}
.phonetollfree {
font-size: 20px;
color: #62a53a;
font-weight: bold;
line-height: 25px;
}
.pricemedium {
font-size: 30px;
color: #62a53a;
font-weight: bold;
line-height: 25px;
}
.pricelarge {
font-size: 60px;
color: #62a53a;
font-weight: bold;
line-height: 35px;
}
#lotsize {
font-size: 50px;
color: #62a53a;
font-weight: bold;
line-height: 35px;
}
.phone {
font-size: 30px;
color: #62a53a;
font-weight: bold;
line-height: 26px;
}
/* search box */

#sidebar-right {
float:right;
margin-top:30px;
width:210px;
}

#sidebar-content {
margin: 0px 0px 0px 0px;
color: #ffffff;
text-align:left;
background: #62a53a;
}
#sidebar-search {
margin: 0px 0px 0px 0px;
height:50px;
background: #000000;
}
#sidebar-search p {
color: #f3d894;
font-weight: bold;
margin:0;
}
/* content */
#column-left {
float:left;
padding:0px;
text-align: left;
margin-left: 0px;
margin-top: 0px;
clear: both;
}
#column-left p {
font-size: 16px;
color: #000000;
font-weight: normal;
margin-right:15px;
line-height: 16px;
}
#column-right {
float:right;
text-align: left;
}

/* footer*/
#footer {
clear:both;
height:196px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}
#footerbox{
clear:both;
margin-top:-20px;
padding:0px 20px 0 20px;
background-color: #000000;
color:#ffffff;
text-align:left;
}
#footerboxcareer{
clear:both;
margin-top:20px;
padding:5px 20px 5px 20px;
background-color: #000000;
color:#ffffff;
text-align:left;
}
#footer p {
color: #ffffff;
margin:0;
}
#footer a:link, #footer a:visited
{
color: #ffffff;
text-decoration: none;
}

#footer a:hover
{
color: #f3d894;
text-decoration: none;
}
#footerboxcareer a:link, #footer a:visited
{
font-size:20px;
color: #ffffff;
text-decoration: none;
}

#footerboxcareer a:hover
{
color: #f3d894;
text-decoration: none;
}
#footer .title {
font-size: 16px;
color: #ffffff;
font-weight: bold;
}

* html #footer {
height:1px;
}
/*report*/
#headerreport {
height:170px;
margin:0 auto;
background:#75b843;
}

#lang {
	position: absolute;
	top: 4px;
	right: 4px;
}
#lang a {
	color: #000000;
	font-weight: bold;
}
#lang a:hover {
	color: #666666;
}
