/* ---------------------------------------------------------- */


/* Securities MIPC (Missouri Investor Protection Center)
/* --------------------------------------------------------- */


/* General --------------------------------------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    background-color: rgb(255, 255, 255);
    background-position: top center;
    background-repeat: repeat-x;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    color: rgb(0, 24, 64);
}

#main, #ppPage {
    width: 900px;
    /* For footer */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    /* the bottom margin is the negative value of the footer's height */
    line-height: 1.5
}


/* Links for light backgrounds: DEFAULT */

a:link {
    color: #0065AD;
    text-decoration: underline;
}

a:hover {
    color: rgb(0, 40, 160);
    text-decoration: underline;
}

a:active {
    color: rgb(140, 50, 180);
    text-decoration: none;
}

/*a:visited {
    color: rgb(140, 50, 180);
    text-decoration: none;
}*/

a:active,
a:focus {
    /*outline: 0;*/
}


/* Links for dark backgrounds */

.lnkLight a:link {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.lnkLight a:hover {
    color: rgb(200, 200, 200);
    text-decoration: none;
    border-bottom: 1px dotted;
}

.lnkLight a:active {
    color: rgb(200, 200, 200);
    text-decoration: none;
}

.lnkLight a:visited {
    color: rgb(200, 200, 200);
    text-decoration: none;
}

#banner {

    margin-top: 0px;
    background-color: rgb(30, 49, 107);
    width: 1200px;
    height: 156px;
}
/*
.map_image {
    display: block;
    width: 1200px;
    height: 156px;
    background-image: url('/cmsimages/securitiesmipc/img/mpibanner.jpg');
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.map_image .map_link {
    display: block;
    position: absolute;
    text-indent: -999em;
    overflow: hidden;
}

.map_image #map_link_0 {
    width: 524px;
    height: 110px;
    top: 1px;
    left: 1px;
}

.map_image #map_link_1 {
    width: 95px;
    height: 68px;
    top: 36px;
    left: 543.9999694824219px;
}

.map_image #map_link_2 {
    width: 100px;
    height: 71px;
    top: 37px;
    left: 669.9999694824219px;
}

.map_image #map_link_3 {
    width: 140px;
    height: 32px;
    top: 1px;
    left: 736.9999694824219px;
}
*/
.bannerbuttons {
    float: right;
    position: absolute;
    top: 36px;
    left: 780px;
    width: 200px;
    height: 66px;
    /*border: 1px #000000 solid;*/
}

#complaint {
    position: absolute;
    float: right;
    margin-left: 140px;
    /*margin: -85px 0 10px 10px;*/
    border-radius: 5px;
}

#magglass {
    position: absolute;
    float: left;
    /*margin: -85px 10px 10px 650px;*/
    border-radius: 5px;
}

#body {
    /* For all pages except default.asp */
    float: right;
    width: 640px;
    margin-top: -15px;
}

#body.news {
    /* For all pages except default.asp */
    float: none;
    width: 100%;
    margin-top: 0;
}

#bodyfull {
    /* For pages that don't need left nav */
    width: 850px;
    margin: -15px 0 0 40px;
}

h1 {
    margin: 14px 0 -8px 0;
    color: rgb(0, 24, 64);
    font-size: 1.77em;
    font-family: 'Open Sans Condensed', sans-serif;
}

h1.hide-text {
    text-indent: -9999px;
    height: 0px;
    width: 0px;
    margin: 0 0;
}

h2 {
    margin: 22px 0 -8px 0;
    color: rgb(0, 24, 64);
    font-size: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

.toolheader {
    margin: 2px;
    color: rgb(0, 24, 64);
    font-size: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

h3 {
    margin: 18px 0 -14px 0;
    color: rgb(0, 24, 64);
    font-size: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
}

.h2Menu {
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    position: relative;
    background-color: #333;
}

hr {
    padding: 2px;
    border-top: .1em dotted #CCC;
    border-bottom: .1em dotted #CCC;
    border-left: none;
    border-right: none;
}

.hr {
    height: 4px;
    background-image: url('/cmsimages/securitiesmipc/img/hr.png');
    background-repeat: repeat-x;
}

.hr2 {
    margin-top: 5px;
    border-top: .1em solid rgb(225, 225, 225);
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.hrFtr {
    border-top: 1px dotted rgb(100, 100, 100);
    border-left: none;
    border-right: none;
    border-bottom: none;
}

p {
    margin: 15px 0 0 0;
}

#pMain {
    text-align: justify;
    margin: 15px 0 0 0;
}

.pNote {
    margin: 15px 0 0 0;
    padding: 5px 10px;
    border-radius: 10px;
    border-top: 1px solid rgb(225, 225, 225);
    border-right: 1px solid rgb(225, 225, 225);
    border-left: 1px solid rgb(225, 225, 225);
    border-bottom: 5px solid rgb(225, 225, 225);
    background-color: rgb(255, 255, 175);
}

.pNews {
    margin-left: 10px;
    text-align: justify;
}

.list {
    width: 430px;
    margin-left: 40px;
}

li {
    padding-bottom: 7px;
}


/*.liMenu { border-top: 1px solid rgb(200,200,200); padding-top: 5px; padding-bottom: 5px; }*/

blockquote {
    margin-left: 30px;
}


/* END General */


/* Breadcrumbs ---------------------------------------------------------------------------------------------------- */

#breadcrumb {
    width: 100%;
    height: 24px;
    font-size: .9em;
    line-height: 2;
    padding: 0px;
    margin: 16px 0 0 0;
    border: 1px solid rgb(225, 225, 225);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-repeat: repeat-x;
    background-image: linear-gradient(0deg, rgb(230, 230, 230) 20%, rgb(250, 250, 250) 60%);
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 10px;
}

#breadcrumb a {
    height: 24px;
    display: block;
    background-image: url('/cmsimages/securitiesmipc/img/bc_separator.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
    text-decoration: none;
    color: rgb(45, 45, 45);
}

#breadcrumb a:hover {
    color: rgb(0, 40, 160);
}

.home {
    border: none;
    margin: 4px 0px;
}


/* END Breadcrumbs */


/* Menu ----------------------------------------------------------------------------------------------------------- */

#menu {
    float: left;
    width: 260px;
    /*border-top: 25px solid rgb(8, 36, 81);*/
    border-radius: 10px;
    margin-left: -8px;
    background-image: linear-gradient(0deg, rgb(238, 238, 238) 10%, rgb(225, 225, 225) 70%);
}

#nav {
    font-size: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 13px;
    /*letter-spacing: .05em; letter-spacing: 0em\9; *letter-spacing: 0em; */
    text-transform: uppercase;
    list-style-type: none;
    padding: 24px 0 14px 0;
    margin-left: 12px;
}

#nav a{
    height: 24px;
    display: inline-block;
}

#nav a:link {
    color: rgb(75, 75, 75);
    text-decoration: none;
}

#nav a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline dotted rgb(0,0,0);
    text-underline-offset: 2px;
}


/* END Menu */


/* Slideshow ------------------------------------------------------------------------------------------------------- */

#slideshow {
    float: left;
    width: 600px;
    height: 252px;
    margin: 0 0 8px 25px;
    padding: 0 0 2px 0;
}

.bx-pager a {
    margin-right: 5px;
    color: rgb(175, 175, 175);
    padding: 3px 8px 3px 6px;
    font-size: 12px;
    zoom: 1;
    background: url(/cmsimages/securitiesmipc/img/gray_pager.png) no-repeat 1px 2px;
}

.bx-pager {
    text-align: right;
    padding-top: 2px;
}

.bx-pager .pager-active,
.bx-pager a:hover {
    color: rgb(50, 50, 50);
}


/* END Slideshow */


/* Investor Education Tools ---------------------------------------------------------------------------------------- */

#tools {
    width: 900px;
    /* margin-left: 7px; */
    margin-left: -8px
}

#toolsCntr {
    float: left;
    width: 210px;
    margin: 5px 15px 15px 0;
}

.toolsCntr {
    float: left;
    width: 210px;
    margin: 5px 15px 15px 0;
}

.toolsBx {
    width: 208px;
    height: 150px;
    border: 1px solid rgb(150, 150, 150);
    background-color: rgb(91, 93, 100);
}

.NewsBx {
    width: 208px;
    height: 150px;
    border: 1px solid rgb(150, 150, 150);
}

.NewsBx h2 {
    margin: 8px 0 8px 0;
    color: rgb(0, 24, 64);
    font-size: 1.1em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

.NewsTxt {
    position: relative;
    height: 160px;
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(235, 235, 235);
}

.newslink {
    font-size: .8em;
    font-weight: 500;
}

.Newsdate {
    font-size: .8em;
    font-weight: 900;
    color: #666;
    font-family: 'arial black', arial, helvetica, sans-serif;
}

.toolsTxt {
    position: relative;
    height: 160px;
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(235, 235, 235);
}

.toolsTitle {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
}

.toolsDesc {
    color: rgb(90, 90, 90);
    text-align: left;
    font-size: .9em;
    height: 140px;
    width: 190px;
}

.toolsView {
    font-size: 1em;
    position: absolute;
    padding: 0 8px 5px 0;
    bottom: 0;
    right: 0;
}


/* END Investor Education Tools */


/* Footer ---------------------------------------------------------------------------------------------------------- */

#footer {
    margin: 0;
    padding: 0;
    font-size: .95em;
    color: rgb(122, 122, 122);
    border-top: 5px solid rgb(188, 189, 192);
    background-color: rgb(35, 35, 35);
}

#footer,
.push {
    clear: both;
    height: 220px;
    /* .push must be the same height as .footer */
}

#footer a:link,
a:hover,
a:active,
a:visited {
    font-weight: initial;
}

#footer h2 {
    margin: 14px 0 -8px 0;
    color: rgb(200, 200, 200);
}

#ftInfoBgUpper {
    margin: 22px auto 0 auto;
    color: rgb(82, 82, 82);
    background-color: rgb(244, 244, 244);
}

#ftInfo {
    width: 900px;
    margin: 0 auto;
    padding: 5px 0;
}

#ftHotlineNmbr {
    float: left;
    margin: 0 10px 0 275px;
    font-size: 2.22em;
    color: rgb(0, 0, 0);
}

#ftHotlineTxt {
    font-size: .9em;
    text-align: left;
}

#ftInfoBgLower {
    margin: 0 auto;
    color: rgb(98, 98, 98);
    background-color: rgb(222, 222, 222);
}

#ftLinks {
    width: 900px;
    margin: 0 auto;
    padding: 4px 0 3px 0;
    font-size: .9em;
    text-align: center;
}

#ftInner {
    width: 900px;
    margin: 0 auto;
}

#ftLeft {
    float: left;
    margin: 0;
}


/* For News */

.blog {
    clear: both;
    margin: 15px 10px 22px 0;
}

.blogBull {
    float: left;
}

.blogTxt {
    float: left;
    height: 46px;
    width: 320px;
    font-size: .85em;
    text-align: justify;
    padding: 3px 6px;
    border-radius: 6px;
    margin-bottom: 5px;
    background-image: linear-gradient(0deg, rgb(35, 35, 35) 22%, rgb(40, 40, 40) 60%);
}

#ftMiddle {
    float: left;
    margin: 0 0 0 12px;
}

@media all and (max-width: 700px) {
    #twitter {
        width: 200px;
        clear: both;
        margin: 15px 10px 0 8px;
    }
}

@media all and (min-width: 700px) {
    #twitter {
        width: 400px;
        clear: both;
        margin: 15px 10px 0 8px;
    }
}


/* For Twitter */

#tweetBx {
    height: 160px;
    padding: 3px 6px;
    border-radius: 6px;
    background-image: linear-gradient(0deg, rgb(35, 35, 35) 22%, rgb(40, 40, 40) 60%);
    font-size: .85em;
}

.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em;
    list-style-type: none;
}

#tweetFlw {
    text-align: right;
}

#ftRight {
    float: left;
    margin: 0 0 0 10px;
}


/* For Flicker */

#flickr {
    width: 194px;
    margin: 15px 10px 0 8px;
    height: 135px;
    clear: both;
    padding: 6px 0 0 6px;
    border-radius: 6px;
    background-image: linear-gradient(0deg, rgb(35, 35, 35) 22%, rgb(40, 40, 40) 60%);
}

.flickrBx {
    float: left;
    margin: 0 4px 6px 0;
}

.flickrImg {
    height: 60px;
    border: none;
    border-radius: 6px;
}


/* END Footer */

.bumpTop {
    margin-top: 16px;
}

.bumpLeft {
    margin-left: 10px;
}

#complaintForms {
    margin: 15px 0 15px 70px;
}

.complaintFormIcons {
    padding: 0 5px;
}

.doctype {
    padding: 1px 3px 2px 3px;
    font-size: .7em;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 2px;
    background-color: rgb(89, 89, 89);
}

.btn {
    color: rgb(0, 24, 64);
    border: 1px solid rgb(150, 150, 150);
    border-radius: 5px;
    padding: 3px 6px;
    margin: 0 3px 0 3px;
    background-color: rgb(240, 240, 240);
    background-image: linear-gradient(0deg, rgb(225, 225, 225) 16%, rgb(245, 245, 245) 58%);
}

a[href="#ppPage"]{
color: initial;
}

a.btn:link {
    color: rgb(0, 24, 64);
    text-decoration: none;
    padding: 3px 6px;
    font-size: 11px;
}

a.btn:hover,
.btn:hover {
    color: rgb(0, 24, 64);
    border-color: #999;
    background-image: linear-gradient(0deg, rgb(190, 190, 190) 16%, rgb(220, 220, 220) 58%);
}

#hotline {
    font-size: 3.5em;
    padding-left: 6px;
}

.imgL {
    float: left;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
}

.imgR {
    float: right;
    margin: 10px 0 10px 10px;
    border-radius: 5px;
}

#map {
    width: 647px;
    height: 350px;
    color: #0000FF;
    text-align: left;
    border: 1px solid rgb(150, 150, 150);
}

.pubDocs {
    margin: 0 0 0 10px;
}

.pubDoc {
    float: left;
    width: 137px;
    margin: 0 10px 10px 0;
}

.pubCap {
    font-size: .85em;
    text-align: center;
}

.transcript {
    width: 450px;
    margin-top: 14px;
}

.transcript img {
    float: left;
    margin: 0px 10px 10px 0;
    border-radius: 5px;
}

#searchbox {
    width: 365px;
    margin-left: 65px;
    border-radius: 5px;
    border: 1px solid rgb(220, 220, 220);
    padding: 1px 14px 20px 14px;
    background-color: rgb(240, 240, 240);
    background-image: linear-gradient(0deg, rgb(230, 230, 230) 40%, rgb(250, 250, 250) 70%);
}

#nSearch {
    width: 350px;
    font-size: 1.22em;
    padding: 9px 6px;
    margin: 5px 0;
}


/* styles for subscription and other forms */

table.subform {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    padding: 4px;
    display: block;
    background-color: #ebf4fb;
    border: solid 2px #b7ddf2;
    margin-bottom: 12px;
}

.req {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: rgb(238, 0, 0);
}

.subtitle {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    text-align: right;
    margin: 0;
    padding: 4px;
}

.subtitle label,
input {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
}

.subtitle td,
label {
    text-align: right;
}

.subdata {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    color: #000;
    padding: 4px;
    margin: 4px;
}

.subdata label,
select,
input {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    color: #000;
}

.subdata select {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    color: #000;
}

video{
    max-width: 900px;
    width: 100% !important;
    height: auto !important;
}

@media only screen and (max-width: 917px) {
    video{
        width: 100% !important;
        height: auto !important;
    }
	
    #videoContainer{
        text-align: center !important;
        width: 95vw;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 646px) {
    video{
        width: 100% !important;
        height: auto !important;
    }
	
    #videoContainer{
        text-align: center !important;
        width: 95vw;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 479px) {
    video{
        width: 100% !important;
        height: auto !important;
		
    }
	
    #videoContainer{
        text-align: center !important;
        width: 95vw;
        margin-left: 5px;
    }
}

#videoContainer{
    text-align: center;

}

#geHeader{
    background-color: #941925;
}

.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* ----------------------------------------- END OF FILE ------------------------------------------ */