

* #header {
    height: 48px;
    padding-bottom: 24px;
}

* #home_top {
    height: 74px;
}

* #flash {
    float:left;
}

* #home_center_left {
    float: left;
    width: 180px;
    height: 145px;
}

* #home_card {
    float: left;
    width: 256px;
    height: 145px;
}

* #home_bottom_left {
    clear: left;
    width: 436px;
    height: 207px;
    padding: 0;
    background: #8fc2f1;
}

* #home_horizon_top {
    padding: 0;
    height: 90px;
    width: 871px;
    float:left;
    overflow:hidden;
}

* #home_horizon_bottom {
    float:left;
    padding: 0;
    width: 871px;
    height: 111px;
}

* #home_copy {
    float:left;
    width: 435px;
    height: 352px;
    background: url(../images/home_gradient.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

* #home_copy h1 {
    padding-left: 56px;
    padding-right: 120px;
    font-size: 18px;
    line-height:14px;
    color: white;
}

* #home_copy h2 {
    padding-left: 56px;
    padding-right: 120px;
    font-size: 16px;
    line-height:10px;
    color: white;
}

* .bullet_img {
    float:left;
    width: 19px;
    height: 60px;
    margin-right: 6px;
}

* .home_bullet_point {
    font-weight: normal;
    padding-left: 36px;    
    color: #003366;
    padding-right: 120px;
    margin-top:24px;
}

* .home_bullet_point_link {
    text-align: right;
    padding-right: 140px;
}

* .home_bullet_point_link a {
    color: white;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

