﻿#tripplanner
{
    margin: 0;
    padding: 0;

    width: 407px;
    margin-top: 10px;
}

#tp_top
{
    height: 17px;
    background: url(../images/home/tp_top.jpg) top left no-repeat;
}

#tp_middle
{
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 20px;
    background: url(../images/home/tp_middle.jpg) top left repeat-y;
    
    margin: 0px;
    height: 210px;
}

#tp_middle p
{
    margin: 0;
    margin-bottom: 3px;
    color: #123531;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

#tp_middle table
{
    margin-left: 40px;
    margin-top: 10px;
}

#tp_middle table tr td
{
    color: #123531;
    font-size: 12px;
}

#tp_middle table tr td input
{
    width: 175px;
}

#tp_middle table tr td select
{
    width: 179px;
}

#tp_bottom
{
    height: 19px;
    background: url(../images/home/tp_bottom.jpg) top left no-repeat;
    
    margin: 0px;
}

input[type='image']#reports_btn
{
    width: 119px;
    height: 18px;
}

#pledge
{
    width: 404px;
    height: 161px;
    
    background: url(../images/home/pledge.jpg) top left no-repeat;
    
    position: relative;
    
    margin-top: 17px;
    margin-bottom: 24px;
}

#pledge_name
{
    width: 200px;
    height: 14px;
    
    position: absolute;
    left: 40px;
    top: 52px;
}

#pledge_reason
{
    width: 245px;
    height: 14px;
    
    position: absolute;
    left: 25px;
    top: 95px;
}

#pledge_btn
{
    position: absolute;
    left: 22px;
    top: 120px;
}

#besmart
{
    margin: 0;
    padding: 0;
    
    float: right;

    width: 218px;
    margin-top: 10px;
}

#besmart_top
{
    height: 17px;
    background: url(../images/home/besmart_top.jpg) top left no-repeat;
}

#besmart_middle
{
    padding-top: 5px;
    padding-left: 18px;
    padding-right: 10px;
    background: url(../images/home/besmart_middle.jpg) top left repeat-y;
}

#besmart_middle p
{
    margin: 0;

    color: #123531;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
}

#besmart_bottom
{
    height: 20px;
    background: url(../images/home/besmart_bottom.jpg) top left no-repeat;
}

#testimonials
{
    margin: 0;
    padding: 0;
    
    float: right;
    clear: right;

    width: 218px;
    margin-top: 10px;
}

#testimonials_top
{
    height: 17px;
    background: url(../images/home/testimonials_top.jpg) top left no-repeat;
}

#testimonials_middle
{
    padding-top: 5px;
    padding-left: 18px;
    padding-right: 5px;
    background: url(../images/home/testimonials_middle.jpg) top left repeat-y;
}

#testimonials_middle p
{
    margin: 0;

    color: #123531;
    font-size: 11px;
    font-family: Book Antiqua, Palatino, Serif;
}

#testimonials_middle a
{
    color: #a19977;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}

#testimonials_middle a:hover
{
    text-decoration: underline;
}

#testimonials_bottom
{
    height: 18px;
    background: url(../images/home/testimonials_bottom.jpg) top left no-repeat;
}

#floatplan_btn
{
    float: right;
    clear: right;
    
    margin-right: 17px;
    margin-top: 5px;
    
    display: block;
}
