
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.left,
.alignleft {
    float: left;
    display: inline;
}

h1,
h2,
h3
{
    font-weight: normal;
    text-transform: uppercase;
    color: #187d1d;
}

.last {
    margin-right: 0!important;
}
.col {
    float: left;
    display: inline;
}


#content {
    width: auto;
}

.box {
    background-repeat: repeat-y;
    background-position: 0 0;
    margin-top: 5px;
}
.box .box-b {
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.box .box-t {
    background-repeat: no-repeat;
    background-position: 0 top;
}
ul.customBullet {
    list-style: none outside none;
}
ul.customBullet li {
    background: url(images/custom-bullet.png) no-repeat 0 3px;
    padding-left: 30px;
}

ul.customBullet li a {
    color: #5ab13e;
    text-decoration: underline;
}
ul.customBullet li a:hover {
    text-decoration: none;
}
.service-col {
    float: left;
    display: inline;
    width: 310px;
    margin-right: 5px;
}

.service-col .center {
    float: none;
    display: inline;
    width: 310px;
    margin-right: 10px;
}
.service-col .box {
    width: 310px;
    background-image: url(images/service-box-bg.gif);
}
.service-col .box-b {
    background-image: url(images/service-box-b.gif);
}
.service-col .box-t {
    padding-bottom: 0px;
}
.service-col .blue-box .box-t {
    background-image: url(images/blue-service-box-t.gif);
}
.service-col .gold-box .box-t {
    background-image: url(images/gold-service-box-t.gif);
}
.service-col .box h3 {
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: 24px;
    padding-top: 16px;
}
.service-col .box .price {
    font-size: 14px;
    color: #fff;
    text-align: center;

}
.service-col .box ul.customBullet {
    padding-top:0px;
}
.service-col .box ul.customBullet li {
    font-size: 15px;
    color: #0c5d18;
    line-height: 18px;
    padding: 11px 10px 9px 53px;
    background-position: 12px 12px;
    border-bottom: 1px solid #e0e0e0;
}

.service-col .box ul.customBullet li:last-child
{
    background: none;
    padding-left: 30px;
    text-align: right;
}
.service-col .blue-box h3 {
    color: #405364;
}
.service-col .gold-box h3 {
    color: #8a5400;
}

.box {
    background-repeat: repeat-y;
    background-position: 0 0;
}
.box .box-b {
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.box .box-t {
    background-repeat: no-repeat;
    background-position: 0 top;
}
