.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
    max-width: 1235px;
    width: 90%;
}

.Left {
    float: left;
    padding-right: 30px;
    width: 210px;
}

.TopMenu {
    font-size: 12px;
    margin: 0px;
}

.TopMenu {
  background: #051048;
}

.PageMenu {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
}

#Header {
    position: relative;
    background:#F0EEEF;
    border-bottom:1px solid #E6E6E6;
    padding-top:20px;
    margin-bottom:16px;
}

/* Logo */
.header-logo {
    /*float: left;*/
    height:60px;
    display: table-cell;
    vertical-align: middle;
    position:relative;
    z-index:1;
}

.header-secondary {
    position: absolute;
    z-index: 1;
    top: -27px;
    right: 0px;
}


.clear {
    clear:both
    }
.floatRight {
    float:right
    }
.floatLeft {
    float:left
    }
.floatCenter {
    float:center
    }

.imageborder { border: 1px solid #cccccc; }

.footer .powered-by {
    float: left;
    margin: 0px 0px 0px 5px;
    line-height: 22px;
}

/* popup.css
-----------------------------------

h1, .h1, h2, .h2, h3, .h3 {
    color: was #fd5757 now #1C4587;
}
    
*/

/* img, a img {
    border: 1px solid #CCCCCC;
} */

/* DOT LEADERS FROM http://www.w3.org/Style/Examples/007/leaders.en.html
------------------------------------------------------------------------------- */
ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #fff;}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #fff;
    position: relative;
    z-index: 1}

/* GREY DOT LEADERS FROM http://www.w3.org/Style/Examples/007/leaders.en.html
------------------------------------------------------------------------------- */
ul.leadersG {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leadersG li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leadersG span:first-child {
    padding-right: 0.33em;
    background: #f2f2f2}
ul.leadersG span + span {
    float: right;
    padding-left: 0.33em;
    background: #f2f2f2;
    position: relative;
    z-index: 1}