/* 
    Document   : home.css
*/

#reasons-content {margin: 0 auto; padding: 20px; line-height: 1.3em; background-color: #fff;}
#reasons-heading h3 {letter-spacing: -1px; color: #fff; font-size: 18px; line-height: 190%; margin: 0 0 0 5px; padding: 0; vertical-align: baseline; text-align: center;}

#reasons-heading {width: 100%; height: 35px; background: #99cc99;}

#reasons-data {width: 100%-2px; border: 1px solid #e3e3e3; background: #fff;}

#reasons-data table { padding: 5px;}

#reasons-data table td h5 {font-size: 14px; margin: 0 0 0 0px; padding: 0; vertical-align: baseline; text-align: left;}
#reasons-data table td.reason-text {vertical-align:top; padding-right: 15px;}
#reasons-data table td img {margin: 5px;}

#reasons-finish {width: 95%; margin: 20px 0 0 20px; border-top: 1px solid #e3e3e3;}
#reasons-finish h6 {font-size: 15px; color: #000; line-height: 330%; margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;}

#main-text-block
{
    border: 1.5px solid #000000;
    margin: 20px 50px;
}

#main-text-block h3
{
    font-weight: bolder;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

#main-text-block p
{
    font-size: 14px;
    margin: 15px 25px;;
}

#home #main-paragraph
{
    margin: 20px;
    border: 1.5px solid #669933;
}

#home p
{
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
    margin: 15px;
}

