/* CSS Document */


#feature{
   width:800px;
   height: auto;
   float: left;
   text-align: left;
   background: #FFFFFF;
}

#feature .top{
  width: auto;
  height: auto;
  text-align: center;
}

#feature .toptext{
  width: auto;
  height: auto;
  margin: 10px 25px;
  padding: 10px;
  line-height: 2.0;
  border: #bdcc32 1px dotted;
}


#feature .intext{
  width: auto;
  height: auto;
  margin: 10px 25px;
  padding: 10px;
  line-height: 1.8;
  border: #99CCCC 1px solid;
}
#feature .intextbox{
  width: auto;
  height: auto;
  padding: 30px;
  margin: 30px;
  border: #CCCCCC 1px solid;
}

.intext h3 {
  font-size: 130%;
  height: 35px;
  font-weight: normal;
  color: #006633;
  padding-left: 10px;
  background: url(img/bar.gif) no-repeat;
}
.intext p {
  font-size: 100%;
  font-weight: normal;
  color: #333333;
  padding-left: 30px;
  padding-right: 35px;  
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: 15px;
}
.intext ul li {
  padding-left: 5px;
  margin-left: 45px;
  list-style: circle;
  line-height: 1.8;
}
.intext img.i_right{
	float:right;
	margin:30px 0px 0 5px;
	padding:0;
    }
.intext img.i_left{
	float:left;
	margin:0px 50px 0px 40px;
	padding:0;
    }	