* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial;
    background: #7B9EFE;
    padding: 20px;
    color: #333333;
}

a {
    color: #0000ff;
}

a:hover {
    text-decoration: none;
}


div#main_wrapper {
    width: 1022px;
    margin: auto;
    background: #ffffff;
    
}

div#main {
    margin-top: 20px;
    min-height: 300px;
    background: url(/images/pdp-background.png) top left no-repeat;
    overflow: hidden;
}

div#column_left {
    float: left;
    width: 225px;
    padding-top: 130px;
    padding-left: 15px;

    padding-bottom: 20px;
    
}

div#column_center {
    padding-top: 200px;
    float: left;
    width: 567px;

}

div#column_right {
    float: right;
    width: 200px;
    padding-top: 170px;
    padding-right: 15px;
}


ul.navigation {
    list-style-type: none;
    font-size: 12px;
}

ul#navigation {
    margin-bottom: 15px;
}

ul.navigation li {
    margin-bottom: 3px;
    position: relative;
    width: 216px;
    height: 27px;
    background: url(/images/pdp-cmi-s.png) top left no-repeat;
    z-index: 10;
}

ul.navigation li img {
    position: absolute;
    z-index: 11;
}

ul.navigation li a {
    z-index: 12;
    position: absolute;
    display: block;
    width: 181px;
    padding-left: 35px;
    height: 20px;
    padding-top: 7px;
    color: #1F1F1F;
    font-weight: bold;
    text-decoration: none;
    
}

ul.navigation li a.mouseover {
    background: url(/images/pdp-cmi-s.png);
}

ul.subnavigation {
    display: none;
    list-style-type: none;
    margin-left: 216px;
}


div#content {
    padding: 18px;
}

div#content h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

div#content h2 {
    font-size: 15px;
    margin-bottom: 8px;
}

div#content h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

div#content h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

div#content p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.3em;
}


div.box {
    background: #B2C7FF;
    padding: 15px;
}


div.box h1 {
    font-size: 14px;
    margin-bottom: 10px;
}

div.box p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5em;
}

div#footer {
    padding-top: 10px;
    font-size: 11px;
    margin: auto;
    width: 922px;
    text-align: right;
    padding-right: 100px;
}

div#footer p.links, div#footer a {
    color: #000268;
}

div#footer p {
    margin-bottom: 4px;
    color: #083BA1;
}

div#footer a {
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}


form {
    padding: 18px;
}

form p {
    overflow: hidden;
    margin-bottom: 7px;
}

form label {
    float: left;
    width: 80px;
    font-size: 12px;
    padding-top: 3px;

}

form input[type=text], form textarea {
    float: left;
    width: 380px;
}

form textarea {
    height: 100px;
}

form input[type=submit] {
    padding: 4px;
    margin-left: 80px;
}

form p.fieldWithErrors {
    color: #ff0000;
}

form span#sending {
    margin-left: 100px;
    display: none;
}

form span#sending img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

div#tickers_wrap {
    background: #B2C7FF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;

    
}


div#tickers {
    height: 140px;
    overflow: hidden;
}

div#tickers ul{
    list-style-type: none;
}

div#tickers ul li {
    
    height: 140px;
    
}

