
#content {
background: url(../images/bgEmpty.png) repeat-y;
}

#stripe {
    display: none;
}
#teaser1 {
    position: absolute;
    top: 0;
    /* left: 6px; */
    padding-left: 38px;
    width: 509px;
    height: 245px;
    overflow: hidden;
    color: #666;
}
#teaser1.light {
    color: #e6e7e8;
}
#teaser1 h1 {
    position: absolute;
    top: 30px;
    left: 70px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: normal;
    margin: 0;
}
#teaser1 p {
    position: absolute;
    top: 110px;
    left: 70px;
    margin: 0;
    font-weight: bold;
    width: 300px;
}
#teaser2 {
    position: absolute;
    top: 0;
    /* left: 548px; */
    left: 563px;
    width: 398px;
    height: 245px;
    overflow: hidden;
}
#teaser2 img {
    visibility: hidden;
    position: absolute;
    z-index: 2;
}
#teaser2 #teaser2-default {
    visibility: visible;
    z-index: 1;
}
#segments-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 245px;
    background: url(../images/white.a70.png);
    overflow: hidden;
    font-weight: bold;
    z-index: 3;
}
#segments-list ul {
    margin: 20px;
    margin-top: 0;
    padding: 0;
    list-style: none;
}
#segments-list li {
    margin: 0;
    padding: 0;
}
#segments-list li a {
    padding: 3px 0;
    display: block;
}
#segments-list h2 {
    margin: 20px 20px 10px 20px;
    padding: 0;
    font-size: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}


#cont1 {
    padding-top: 260px;
    /*left: 38px; */
}

/* text body */
#text {
    width: 460px; 
    /* width: 449px; */
    /* width: 487px; */
    padding: 30px;
    padding-top: 15px;
    padding-left:68px;
    margin: 0;
    float: left;
}
#text1 {
    margin-right: 29px;
    width: 210px;
    float: left;
}
#text2 {
    width: 210px;
    float: left;
}



/* highlights */
#highlight {
    float: left;
    width: 398px;
    margin-left: 5px;
    line-height: 150%;
}
#highlight div {
    width: 398px;
    height: 72px;
    margin-bottom: 5px;
    overflow: hidden;
}
#highlight p {
    width: 206px;
    height: 62px;
    margin: 0 5px 0 0;
    padding: 10px 20px 0 25px;
    float: left;
}
#highlight img {
    width: 142px;
    height: 72px;
    float: left;
}
#highlight img.readmore {
    width: auto;
    height: auto;
    float: none;
    display: inline;
}
#highlight p a:after {
  /*  content: url(/images/arrow.red.png); */ //removed as requested by Ida C.
    margin-left: 3px;
    
}

