@charset "UTF-8";
/* CSS Document */

/*------------------------------- body -----------------------------*/

#body_container{
                background:url(../images/body_repeat.jpg) repeat-y;
				width:950px;
				height:auto;
}

#body_top{
          background:url(../images/home_bodytop.jpg) no-repeat;
		  width:880px;
		  height:53px;
		  padding-left:70px;
		  padding-top:45px;
}

#body_top p{
            font:16px "Georgia", Times New Roman, Times, serif;
			color:#FFFFFF;
}

.yellow{
        font-size:30px;
		font-weight:bold;
		color:#e8e135;
}

.blue{
      font-size:30px;
	  font-weight:bold;
	  color:#25aae1;
}

#body_back{
           background:url(../images/home_bodyback.jpg) no-repeat;
		   width:548px;
		   height:580px;
		   padding-left:30px;
		   padding-top:20px;
}

#body_back p{
              font:14px "Georgia", Times New Roman, Times, serif;
			  color:#FFFFFF;
			  width:500px;
			  line-height:24px;
}

.gold{
     color:#ffcc00;
}

.lightblue{
           color:#00ccff;
}

#featureservices{
                 background:url(../images/home_rightframe.jpg) no-repeat;
				 width:315px;
				 height:41px;
				 text-align:center;
				 margin-top:50px;
}

#featureservices p{
                   font:20px "Georgia", Times New Roman, Times, serif;
				   color:#e8e135;
				   line-height:41px;
}

#rightpic{
          width:315px;
		  height:140px;
		  margin-top:20px;
}

#rightpic_text{
               width:315px;
			   padding-top:5px;
}

#rightpic_text p{
                 font:15px "Georgia", Times New Roman, Times, serif;
				 color:#ffffff;
}

#readmore{
          width:315px;
		  text-align:right;
		  padding-top:50px;
}

#readmore a{
            font:14px "Georgia", Times New Roman, Times, serif;
		    color:#FFCC00;
			text-decoration:none;
}

#readmore a:hover{
		         color:#0099FF;
}