#maincontent
{
    background-position: 0 429px;
}
#maincontent p.border
{
    border-bottom: 1px dotted #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#maincontent h3
{
    font-size: 22px;
    margin: 0 0 3px 0;
    padding: 0px;
}

/* Hero Settings Start */

#hero-container
{
    width: 937px;
    height: 370px;
    margin: 10px 0 22px -15px;
    position: relative;
}

#hero-container #hero-image
{
    width: 937px;
    height: 370px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
#hero-container #hero-image .items
{
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
}

#maincontent .hero
{
    width: 940px;
    height: 370px;
    float: left;
    background-repeat: no-repeat;
    position: relative;
}

#maincontent .hero1
{
    background: url("/images/hero/ACT-Home-A.jpg") 0 0 no-repeat;
}
#maincontent .hero2
{
    background: url("/images/hero/ACT-Home-B.jpg") 0 0 no-repeat;
}
#maincontent .hero3
{
    background: url("/images/hero/ACT-Home-C.jpg") 0 0 no-repeat;
}
#maincontent .hero4
{
    background: url("/images/hero/ACT-Home-D.jpg") 0 0 no-repeat;
}
#maincontent .hero5
{
    background: url("/images/hero/ACT-Home-E2.jpg") 0 0 no-repeat;
}

.scoreperfect #maincontent .hero5
{
    background: url("/images/hero/ACT-Home-F.jpg") 0 0 no-repeat;
}

#maincontent .hero .body
{
    width: 390px;
    top: 130px;
    left: 510px;
    position: relative;
    padding: 0 0 30px 0;
}

#maincontent .hero .body p
{
    font-family: arial;
    color: #060c3c;
    font-size: 15px;
}

#maincontent .hero .link
{
    position: absolute;
    width: 100%;
    margin: 30px 0 0 0;
    bottom: 0;
}

#maincontent .hero .link a
{
    background: url("/images/icon/box-bullet-b.png") no-repeat right 5px transparent;
    color: #060C3C;
    font-family: "Times New Roman" , "Times" , serif;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
#maincontent .hero .link a:hover
{
    color: #2660a9;
}

#hero-container .hovertooltip
{
    z-index: 100;
}


#hero-container .navi
{
    top: 336px;
    left: 849px;
    position: absolute;
    z-index: 35;
    width: 60px;
}
#hero-container .navi a
{
    outline: none;
    display: block;
    width: 9px;
    height: 6px;
    margin: 4px 2px;
    float: left;
    border: 1px solid #040829;
    background: url('/images/background/spacer.gif');
}
#hero-container .navi a.active
{
    background-color: #040829;
}

#hero-container .prev, #hero-container .next
{
    background: url('/images/background/spacer.gif');
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 35;
    cursor: pointer;
    top: 334px;
    padding: 3px;
}
#hero-container .prev .arrow, #hero-container .next .arrow
{
    background: url('/images/home/switch-arrows3.png') 0 0 no-repeat;
    width: 15px;
    height: 15px;
}

#hero-container .prev
{
    left: 884px;
    padding-right: 0px;
}

#hero-container .next
{
    left: 907px;
    padding-left: 0px;
}
#hero-container .next .arrow
{
    background-position: -15px 0;
}


#hero-container #herotip
{
    width: 470px;
    height: 370px;
    position: absolute;
    z-index: 35;
    left: 0;
    top: 0;
    background: url('/images/background/spacer.gif');
}

