@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'connections';
    src: url('fonts/connections_regular-web.eot');
    src: url('fonts/connections_regular-web.eot?#iefix') format('embedded-opentype'), url('fonts/connections_regular-web.woff') format('woff'), url('fonts/connections_regular-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Default style, feel free to remove if not needed. */

body {
    vertical-align: baseline;
    width: 300px;
    height: 250px;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: connections;
    font-size: 18px;
    color: #0073cf;
}
/* Div layer for the entire banner. */

#container_dc {
    position: absolute;
    width: 298px;
    height: 248px;
    border: 1px solid #999999;
    top: 0px;
    left: 0px;
    background-color: #f5f2ee;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

#content_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #f5f2ee;
    z-index: 100;
/*    background-image: url(polite.jpg);*/
    background-repeat: no-repeat;
    display: none;
}

#content_dc img {
    position: absolute;
}
/* Invisible button for background clickthrough. */

#background_exit_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

#seeFeeDetails{
    position: absolute;
    padding: 3px;
    top: 3px;
    right: 9px;
    font-size: .68em;
    letter-spacing: .007em;
    z-index: 101;
}

.details{
    text-decoration: underline;
    font-weight: 100;
    top: 3px;
    right: 7px;
    font-size: 12px;
}

#head_line {
    position: absolute;
    text-align: left;
    width: 270px;
    height: 50px;
    top: 30px;
    left: 16px;
}




#contentL {
    position: absolute;
    top: 76px;
    left: 1px;
    width: 150px;
    height: 112px;
}

#line {
    height: 82px;
    left: 150px;
    top: 88px;
    border-left: 1.5px solid #d1c9c0;
    position: absolute;
    width: 2px;
}

#containerR {
    position: absolute;
    top: 75px;
    left: 165px;
    width: 125px;
    height: 112px;
}

#contentR {
    display: table-cell;
    text-align: left;
    font-size: 14px;
    width: 125px;
    height: 112px;
    vertical-align: middle;
}

#ctaContainer {
    position: absolute;
    overflow: hidden;
    width: 120px;
    height: 32px;
    background-color: #012169;
    top: 191px;
    left: 165px;
    opacity: 1;
}

#ctaCopy {
    position: absolute;
    text-align: center;
    color: #FFF;
    width: 120px;
    height: 32px;
    top: 6px;
}

#shine{
    position: absolute;
    width: 41px;
	height: 34px;
    left: -42px;
    background: url('logo.png') no-repeat -1px -53px;
    opacity: .4;
    z-index: 1;
}

#logo {
    position: absolute;
    top: 191px;
    left: 16px;
    background: url('logo.png') no-repeat 0px 0px;
    width: 108px;
    height: 51px;
}

#disclosure {
    position: absolute;
    text-align: right;
    font-size: 8px;
    line-height: 10px;
    width: 120px;
    height: 22px;
    bottom: 0px;
    left: 164px;
}