/* CSS Document */

/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 12px Verdana, sans-serif;
  text-align: center;
  /*background-position:bottom;
  background-image:url(/images/footer_bg.gif);
  background-repeat:repeat-x*/
}

h1 {
  font: 18px Verdana, sans-serif;
  color:#669933;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 2em 0;
  line-height: 24px;
  font-size: 12px;
}

a {
  color: #f90;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #fc0;
  text-decoration: none;
}

#container-page {
  margin: 0 auto;
  width: 760px;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: url(/images/garden_spaces.gif) no-repeat;
  height:122px;
}

#head {
  padding: 1em;
}

#container-content {
  padding: 0 2em 40px 2em;
  
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-right {
  width: 550px;
  float: right;

}

#nav {
  padding: 1em 0;
  width: 140px;
  float: left;
  font-size: 12px;
}
#nav ul{
	list-style-type:none;
}

#nav li{
	border-bottom:1px solid #ccc;
	line-height: 24px;
}
#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 84px;
}

#foot {
	text-align:center;
  padding: 55px 1em 0 1em;
  background:url(/images/footer_bg.gif);
  color:#FFF;
  height:29px;
  font-size:10px;
}
.greentext{
color:#693;
}

ul {
	line-height: 1.5em;
	list-style:inside;
	padding-bottom:70px;
	font-size: 12px;
}
-->
/*]]>*/