.homepage_top_section .left_col {
    float: left;
    // width: 430px;
}

.homepage_top_section .right_col {
    float: left;
    width: 220px;
    margin-left: 10px;
}

.homepage_top_section .right_col img {
    width: 220px;
    height: 80px;
}

.homepage_top_section .left_col h2 {
    font-size: 20pt;
    color: #555555;
    margin: 0 0 5px 0;
}

.homepage_top_section .left_col p {
    font-size: 9pt;
    color: #555555;
    margin: 0;
}

.feat_box_row {
    margin: 0;
    padding: 0;
    height: 230px;
    overflow: hidden;
}

.feat_box_row .feat_item {
    width: 220px;
    margin-left: 5px;
    float: left;
    margin: 0;
    padding: 0;
}

.feat_box_row .feat_item img {
    display: block;
    height: 140px;
    width: 220px;
}

.feat_box_row .feat_item .header_outer {
    background-image: url('/images_site/feat_top_header.png');
    background-position: top left;
    margin-left: 10px;
    margin-right: 10px;
}

.feat_box_row .feat_item .header_inner {
    margin-left: 7px;
    background-image: url('/images_site/feat_top_header.png');
    background-position: top right;
    padding-top: 1px;
    padding-right: 7px;
    height: 28px;
    text-align: center;
}

.feat_box_row .feat_item .header_inner h3 {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    margin: 2px auto;    
}

.feat_box_row .feat_item .footer_outer {
    background-image: url('/images_site/feat_bottom.png');
    background-position: bottom left;
    margin-left: 10px;
    margin-right: 10px;
}

.feat_box_row .feat_item .footer_inner {
    margin-left: 7px;
    background-position: bottom right;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 0 0 1px 0;
}

.feat_box_row .feat_item a {
    color: #666666;
    outline: 0;
}
    
.feat_box_row .feat_item .footer_inner h4 {
    color: #666666;
    margin: 0;    
}


.feat_box_row .feat_item .footer_inner p {
    margin: 5px 0 9px 0;
    font-size: 8pt;
}

.feat_box_row .feat_item .footer_inner p a{
    text-decoration: underline;
}

.feat_items_padding {
    margin: 0;
    padding: 0;
    height: 25px;
}

.front_page_img_frame {
    background-image: url('/images_site/homepage_photo_hole.gif');
    width: 500px;
    height: 384px;
    margin: 0 auto 0 auto;
}

.front_page_img_frame img {
    margin: 37px 45px 0 41px;
}

.front_page_img_caption {
    width: 370px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.front_page_img_caption p {
    font-size: 10pt;    
    font-weight: bold;
    color: #555555;
}
