/**
 * Home
 */
#welcome {
   background:url(/images/welcome.jpg) left no-repeat;
   margin:15px 0;
   height:325px
}

#welcome div {
   float:right;
   background:#a4cc45;
   padding:25px;
   width:300px;
   height:274px;
   color:#fff
}

#welcome p {
   line-height:24px
}

#welcome h2 {
   font-style:italic;
   color:#6b8925
}

#welcome a {
   display:block;
   background-color:#8bb034;
   border-bottom:1px solid #add64a;
   -moz-border-radius:.5em;
   -webkit-border-radius:.5em;
   padding:7px 0 8px;
   width:100px;
   text-decoration:none;
   text-align:center;
   font-weight:bold;
   color:#fff
}

#welcome a:hover {
   background-color:#99c13b
}

h3 {
   padding:14px;
   font-style:italic;
   font-size:1.45em
}

/* About */
#about {
   float:left;
   background:url(/images/home-about.jpg) left no-repeat #fff;
   margin:0 5px 15px 0;
   width:415px;
   height:198px
}

#about h3 {
   color:#94b43d
}

#about p {
   padding:0 13px
}

/* Testimonial/Services */
#testimonial, #services {
   float:left;
   width:330px;
   color:#7c7e6b
}

#testimonial p, #services p {
   margin:0;
   padding:10px 13px
}

#testimonial .content, #services .content { 
   height:151px
}

#testimonial h3 {
   background-color:#dcdeca;
}

#testimonial .content {
   background-color:#d6d8c1
}

#services h3 {
   background-color:#d9dbc8
}

#services .content {
   background-color:#d3d5bf
}

#services ul {
   float:left;
   list-style:square inside;
   margin:10px 0 0;
   padding-left:50px;
   color:#fff
}

#services li {
   padding:5px 0
}

#services strong {
   color:#7c7e6b
}