/* CSS for index.tpl.php */


.box
 {
    width: 290px;
    height: 180px;
    padding: 5px;
    background-color: #f2f2f2;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
 }
.box_title
 {
    font-weight: bold;
    font-size: 12px;
    margin-left:20px;
    text-decoration: none;
}
.box_sub
 {
    text-decoration: underline;
}

.box1 {
    width: 290px;
    height: 185px;
    padding: 5px 5px 0px 0px;
    background-color: #f2f2f2;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    background-image:url(http://www.west-way.com/images/Home_Feature_01Bck.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.box2 {
    width: 290px;
    height: 180px;
    padding: 5px;
    background-color: #f2f2f2;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    background-image:url(http://www.west-way.com/images/Home_box2_03_17.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 20px;
    margin-right: 20px;
}

.box3 {
    width: 290px;
    height: 180px;
    padding: 5px;
    background-color: #f2f2f2;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    background-image:url(http://www.west-way.com/images/HomeBox3_03_10.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#boxMore
{
    float: right;
    text-align: right;
    color: #A6345A;
}