

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    /*    background: url("CS_guide_0031_Layer Comp 33.jpg");*/
    background-color: #eeeeee;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
/*    border: 1px solid black;*/
}

#highlights {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
}

#circ1, #circ2, #circ3, #circ4, #circ5, #circ6 {
    position: absolute;
    top: -11px;
    left: 355px;
    width: 22px;
    height: 22px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    background-blend-mode: multiply;
}

#circ1 {
    background-color: #1e5a9f;
/*    top: 191px;*/
/*    left: 96px;*/
}

#circ2 {
    background-color: #81b14f;
/*    top: 228px;*/
/*    left: 97px;*/
}

#circ3 {
    background-color: #9183ae;
/*    left: 127px;*/
/*    top: 245px;*/
}

#circ4 {
    background-color: #f1b800;
/*    left: 164px;*/
/*    top: 225px;*/
}

#circ5 {
    background-color: #37b8a9;
/*    left: 161px;*/
/*    top: 189px;*/
}

#circ6 {
    background-color: #009adf;
}

#whiteBubble {
    position: absolute;
    top: 16px;
    left: 339px;
    width: 54px;
    height: 54px;
    -moz-border-radius: 78px;
    -webkit-border-radius: 78px;
    -ms-border-radius: 78px;
    border-radius: 78px;
    border: 1px solid white;
}

#mainCircle {
    position: absolute;
    top: 203px;
    left: 140px;
    width: 20px;
    height: 20px;
    background: #195a9e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bubble {
    position: absolute;
    width: 26px;
    height: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: 2px solid #195a9e;
    box-sizing: content-box;
}

.bubbleOut {
    border: 2px solid rgba(0,0,0,0);
}

.innerBubble, .outerBubble {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: 2px solid #195a9e;
    box-sizing: content-box;
}

.innerBubbleOut, .outerBubbleOut {
    width: 100px;
    height: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    opacity: 0;
    transform: translate3d(-38px,-38px,0px);
}

#bubble1 {
    top: -26px;
    left: 126px;
}
#bubble2 {
    top: -113px;
    left: 96px;
}
#bubble3 {
    top: -216px;
    left: 126px;
}
#bubble4 {
    top: -308px;
    left: 172px;
}
#bubble5 {
    top: -422px;
    left: 126px;
}
#bubble6 {
    top: -517px;
    left: 205px;
}

#footnote {
    position: absolute;
    right: 0px;
    width: 151px;
    height: 118px;
    background: white;
}

#logo {
    position: absolute;
    /* bottom: 15px; */
    top: 12px;
    left: 13px;
    width: 69px;
    height: 65px;
    background: url(amfundsLogo.png);
}

#cta {
    position: absolute;
    top: 25px;
    left: -134px;
    width: 104px;
    height: 38px;
    background: url(cta.png);
}

#copy1a {
    position: absolute;
    top: 21px;
    left: 23px;
    width: 210px;
    height: 24px;
    background: url(copy1a.png);
}

#copy1b {
    position: absolute;
    top: 48px;
    left: 24px;
    width: 184px;
    height: 19px;
    background: url(copy1b.png);
}

#copy2 {
    position: absolute;
    top: 21px;
    left: 17px;
    width: 283px;
    height: 52px;
    background: url(copy2.png);
}

#copy3 {
    position: absolute;
    top: 21px;
    left: 17px;
    width: 211px;
    height: 51px;
    background: url(copy3.png);
}

.guide {
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.5;
    background-image: url('guide.png');
}