#text{
    float: left;
    position: relative;
    width: 395px;
    height: 230px;
    padding: 10px;
    margin-right: 30px;
    font-size: 110%;
    color: #19433d;
    border-top: 0px;
    }
    
#login{
    float: left;
    position: relative;
    width: 170px;
    height: 105px;
    padding-top: 37px;
    padding-left: 20px;
    background: url(/images/login-bg.png) no-repeat;
    }
    
#picture{
    width: 150px;
    }
    
.login-input{
    width: 140px;
    height: 14px;
    font-size: 9px;
    margin-bottom: 5px;
    border: solid 1px #19433d;
    padding-top: 2px;
    }

#login-small-text-box{
    float: left;
    position: relative;
    width: 90px;
    height: auto;
    }

.login-small-text{
    font-size: 9px;
    color: #19433d;
    }
    
.login-small-text a{
    color: #19433d;
    text-decoration: none;
    }
    
.login-small-text a:hover{
    color: #19433d;
    text-decoration: underline;
    }

#login-butt{
    float: left;
    position: relative;
    width: 60px;
    height: 14px;
    padding-left: 20px;
    padding-top: 5px;
    }
    
#contact-box{
    float: left;
    position: relative;
    width: 190px;
    padding-left: 0px; 
    }

#bottom-title-box{
    float: left;
    position: relative;
    width: 783px;
    height: 17px;
    border: solid 1px #19433d;
    background: url(/images/welcome/bottom-box-bar.png);
    }

#bottom-box-holder{
    float: left;
    position: relative;
    width: 783px;
    height: 103px;
    margin: 0px;
    padding: 0px;
    border-left: solid 1px #19433d;
    border-right: solid 1px #19433d;
    }

.bottom-divider{
    float: left;
    position: relative;
    width: 1px;
    height: 93px;
    margin-top: 10px;
    background: url(/images/welcome/bottom-divider.png) no-repeat;
    }

#icon1{
    float: left;
    position: relative;
    width: 35px;
    height: 53px;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 10px;
    background: url(/images/welcome/bottom-icon1.png) no-repeat;
    }

#box1{
    float: left;
    position: relative;
    width: 137px;
    height: 63px;
    padding-top: 10px;
    padding-right: 5px;
    }
    
#icon2{
    float: left;
    position: relative;
    width: 40px;
    height: 53px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    background: url(/images/welcome/bottom-icon2.png) no-repeat;
    }

#box2{
    float: left;
    position: relative;
    width: 137px;
    height: 63px;
    padding-top: 10px;
    padding-right: 5px;
    }

#icon3{
    float: left;
    position: relative;
    width: 30px;
    height: 53px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    background: url(/images/welcome/bottom-icon3.png) no-repeat;
    }

#box3{
    float: left;
    position: relative;
    width: 137px;
    height: 63px;
    padding-top: 10px;
    padding-right: 5px;
    }
    
#icon4{
    float: left;
    position: relative;
    width: 27px;
    height: 53px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    background: url(/images/welcome/bottom-icon4.png) no-repeat;
    }

#box4{
    float: left;
    position: relative;
    width: 137px;
    height: 63px;
    padding-top: 10px;
    padding-right: 5px;
    }
    
.find-out-more{
    float: left;
    position: relative;
    width: 112px;
    height: 10px;
    margin: auto;
    }
    
.bottom-link a{
    font-weight: bold;
    text-decoration: none;
    color: #7f9869;
    }
.bottom-link a:hover{
    text-decoration: underline;
    }