body {
    font-family: Gotham-Book, Verdana, sans-serif;    
    color: #666;
    background-color: #ffffff;
    padding: 0;
    margin: 0;    
}
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


h1 {    
    margin: auto;
    color: #999;
}
h2 {
    margin: auto;
    font-weight: 200;
    font-size: 1.1em;
    color: #fff;
}
.top-garden {
    position:relative;
    width: 100%;
    height: 169px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;    
   }
.top-garden img {
    display: block;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -34px;
}
.content {
    position: relative;    
    margin: auto;
    width: 100%;
    height: auto;
    background-color: #ffffff;    
    font-size: 1em;
    padding-bottom: 30px;
}
.content img {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

.content  li {
    list-style: none;
    padding:10px;
    display: inline;
}
.logo {
    position:relative;    
    width: 132px;
    height: 160px;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto; 
    z-index: 5;
    background-color: #fff;
}
.logo img {
    display: block;
    margin: auto;
   
}

.sitename {
    position: absolute;
    left: -99999px;
}
.top-lines-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
    margin-top: -100px;
    margin-bottom: -30px;
    width: 100%;
    height: 60px;
    background-color: #fff;
}
.bottom-lines-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top:0px;   
    width: 100%;
    height: auto;
    background-color: #fff;
}
.top-lines {
    position: relative;    
    width: 100%;
   /* margin-top: -40px;*/
    margin-left:auto;
    margin-right: auto;
    height:11px;    
    border-top: 3px dotted #808000;
    border-bottom: 3px dotted #5F9EA0;
    z-index: 1;
    background-color: #fff;
}
.progressive-gardens {
    position: relative;    
    width: 100%;
    height: 50px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: url(images/progressive-gardens.gif) no-repeat center;
    background-color: #fff;
    z-index: 10;
}

.bottom-lines {
    position: relative;    
    width: 100%;    
    margin-left:auto;
    margin-right: auto;
    height:11px;
    border-top: 3px dotted #808000;
    border-bottom: 3px dotted #5F9EA0;
    z-index: 4;
    background-color: #fff;
}
.text {
    position: relative;
    width:900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 20px;
}
.slogan {
    position: relative;
    text-align: center;   
    font-size: larger;
    margin: 0;
    margin-top: 10px;
    z-index: 9;
}
.footer {
    position: relative;
    width: 900px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;    
    padding: 0;    
    background: url("images/orange_foilage.png") no-repeat 0 -95px;
    z-index: 3;    
}
.bottom-garden {
    overflow: hidden;   
    position:relative;
    width: 100%;
    height: 274px;
    margin-left:auto;
    margin-right: auto;    
    padding: 0;   
    
   }
.bottom-garden img {
    display: block;
    margin-top: -62px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.contact {
    margin: auto;
    margin-top: 40px;
    width: auto;
    display: inline;
}
.contact span {
    font-size: 1.1em;
}
.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}.button:active {
	position:relative;
	top:1px;
}