﻿html {
    background-color: #a2b3c7;
    font-size: 7.5pt;
    font-family: Arial, Helvetica, Sans-Serif;
}
body {
    text-align: center;
}
#container {
    margin-left: auto;
    margin-right: auto;
    background-color: #a2b3c7;
    width: 980px;
    height: 690px;
}
#left_container {
    background-color: #a2b3c7;
    background-image:url('/benefits/images/benefits_splash_page_highlights_bg.png');
    background-repeat:no-repeat;
    position:relative;
    float:left;
    text-align:left;
    width: 225px;
    height: 681px;
}

#left_container img {
    margin-top:8px;
    margin-left:11px;
    border:0;
}
#left_container img.first_image {
    margin-top:19px;
}
#right_container {
    background-color: #a2b3c7;
    background-image:url('/benefits/images/benefits_splash_bg.jpg');
    background-repeat:no-repeat;
    position:relative;
    float:left;
    text-align:left;
    width: 744px;
    height: 681px;
}
#dropdown {
    position:relative;
    top:132px;
    left:194px;
    z-index:20;
    cursor:pointer;
}
#options {
    position:relative;
    padding:10px 0 0 0;
    top:120px;
    left:211px;
    background:#FFFFFF;
    width:318px;
    z-index:1;
    border:solid 1px #CCCCCC;
    visibility:hidden;
}

#options a {
    display:block;
    font-family:Arial, Verdana, Sans-Serif;
    font-size: 14px;
    line-height:23px;
    /*border-top:solid 1px #CCCCCC;*/
    padding:0 10px;
    text-decoration:none;
    color:#000000;
}

#options a:hover {
    font-family:Arial, Verdana, Sans-Serif;
    font-size: 14px;
    line-height:23px;
    /*border-top:solid 1px #CCCCCC;*/
    background-color: #336699;
    color:#FFFFFF;
}

#options a.first {
    border:0;
}
