﻿#home_search {
    width: 670px;
    padding: 2px;
    padding-top: 4px;
    background-color: #000000;
}

#searchLabel {
    width: 54px;
    height: 15px;
    
    background-image: url(../Images/home_keywordsearch.gif);
    background-repeat: no-repeat;

    border: solid 1px yellow;
}

#homefeatures {
    position: relative;
    margin-top: 6px;
    height: 215px;
}

#homefeature1 {
    float: left;
    width: 217px;
    margin-left: 5px;
}

#homefeature2 {
    float: left;
    margin-left: 6px;
    width: 217px;
}

#webexclusive1 {
    float: left;
    width: 217px;
    margin-left: 6px;
}

.featurebody {
    height: 156px;
    border-left: solid 1px #b9b9b9;
    border-right: solid 1px #b9b9b9;
    background-color: #efefef;
    padding: 4px;
    font-size: 12px;
}

#webexbody {
    height: 156px;
    border-left: solid 1px #b9b9b9;
    border-right: solid 1px #b9b9b9;
    background-color: #fff6cf;
    padding: 4px;
    font-size: 12px;
}

.continuelink {
    display: block;
    width: 215px;
    height: 22px;
    border-left: solid 1px #939393;
    border-right: solid 1px #939393;
    border-bottom: solid 1px #939393;
    background-color: #b3b3b3;
    text-indent: -20000px;
    background-image: url(../Images/home_continuebutton.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#featurebar, #departmentbar, #webexbar {
    display: block;
    width: 217px;
    height: 23px;
    text-indent: -20000px;
    background-repeat: no-repeat;
    background-position: left top;
}

#featurebar { background-image: url(../Images/home_featurebar.gif); }
#departmentbar { background-image: url(../Images/home_departmentbar.gif); }
#webexbar { background-image: url(../Images/home_webexbar.gif); }

.homethumbnail {
    float: left;
    width: 87px;
    height: 87px;
    margin-right: 4px;
    margin-bottom: 2px;
}

#section1 {
    width: 300px;
    float: left;
    margin-left: 5px;
}

#section2 {
    width: 357px;
    margin-left: 311px;
}

#supplementsBar {
    display: block;
    width: 357px;
    height: 23px;
    background-image: url(../Images/home_supplementsbar.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -20000px;
    margin-bottom: 2px;    
}

.home_section_module {
    background-image: url(../Images/home_sectionmodule_bg.gif);
    background-repeat: repeat-x;
    background-position: top center;
    padding-bottom: 4px;
}

.home_section_module2 {
    background-image: url(../Images/home_sectionmodule_bg.gif);
    background-repeat: repeat-x;
    background-position: top center;
    padding-bottom: 0px;
}
 
.home_section_module h5 {
    height: 26px;
    font-size: 11px;
    font-weight: bold;
    color: #f1f39f;
    padding-top: 3px;
    padding-left: 6px;
}
 
.hsm_img {
    display: block;
    height: 23px;
    margin-top: 1px;
    padding-top: 1px;
}

.hsm_img2 {
    display: block;
    height: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
 
.hsm_body {
    padding: 4px;
    font-size: 11px;
}

.hsm_body2 {
    padding: 0px;
    font-size: 11px;
}
 
.homeDescriptions { font-size: 11px; }
.homeTitle { display: block; margin-bottom: 4px; font-weight: bold;}