﻿@import url(TreeView.css);
/*BACKGROUND AREA*/

#background {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 100px 0 0;
    background: url(../images/bg-pagewidth.gif);
    background-color:White;
	
}
#belowheader {
    margin-left: 8px;
}
#belowheader td {
    vertical-align: top;
}
/*RIGHT SIDE CONTENT
-----------------------------------------------------------------------------*/

#breadcrumbs {
    font-size: 8pt;
    margin-bottom: 20px;
}

#m2content {
    float:left;
    z-index: 1;
    position: relative;
    top: 0px;
    left: -2px;
    width: 85%;
    padding: 12px 11px 10px 20px;
}

#m2content p {
    line-height: 18px;
}

#m2content ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-image: url(../images/bullet.gif);
}
#m2content ul li {
    margin: 0 0 5px 15px; /*background: url(../images/bullet.gif) no-repeat left;*/
}
#m2content ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

#m2content .more {
    padding: 0 18px 0 0;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    background: url(../images/bullet2.gif) no-repeat right;
    font-weight: bold;
}

/*LEFT SIDE NAV
-----------------------------------------------------------------------------*/
#sidebar {
    width: 170px;
    position: relative;
    top:0px;
    z-index: 5;
}


#sidebar h3 span {
    font-size: 12pt;
    display: block;
}
#leftnav {
    width: 190px;
    background-color: #EBE4D0;
    font-size: 8pt;
    padding: 5px 0 10px 0px;
}

#leftnav h3 {
    margin: 10px 2px 5px 5px;
    color: #836452;
}
#leftnav h3 a {
    color: #836452;
    text-decoration: none;
}
#leftnav h3 a:hover {
    color: #4e1410;
    background-color: Transparent;
}

#leftnav br {
    display: none;
}

.leftnavbullet {
    border: 0;
    padding: 0px 2px 0 5px;
    margin-bottom: -1px;
}

#leftnav a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

#leftnav a:hover {
    background-color: #fff;
    font-weight: inherit;
}
/*Glossary
-----------------------------------------------------------------------------*/

.term {
    font-weight: bold;
}
.glossaryitem {
    font-size: 8pt;
}
.glossaryletters {
    font-size: 10pt;
    letter-spacing: 3px;
}
.topofpage {
    width: 100%;
    text-align: right;
}
/*OPEN ACCOUNT
-----------------------------------------------------------------------------*/

.openaccount {
    background: #fff;
    width: 170px;
    border-top: 2px solid #B99A66;
    border-bottom: 2px solid #B99A66;
    padding: 20px 10px 20px 10px;
    position: fixed;
}
.openaccount h3 {
    margin: 0 0 0 0px;
    font-size: 14pt;
    font-weight: normal;
    color: #836452;
}

.openaccount h3 .top {
    font-size: 12pt;
    display: block;
}

.openaccount img {
    float: right;
    border: 0;
    margin-left: 5px;
    margin-right: 10px;
}
.openaccount h3 a {
    text-decoration: none;
    color: #836452;
}
.openaccount h3 a:hover {
    text-decoration: underline;
    font-weight: normal;
}

/*WHITEPAPER
-----------------------------------------------------------------------------*/

.whitepaper {
    border-top: 2px solid #B99A66;
    padding: 20px 5px 20px 5px;
    display: block;
}
.whitepaper h3 {
    margin: 0 0 0 5px;
    font-size: 14pt;
    font-weight: normal;
    color: #836452;
}
.whitepaper h3 span {
    font-size: 12pt;
    display: block;
}
.whitepaper a {
    text-decoration: none;
    color: #836452;
}
.whitepaper a:hover {
    text-decoration: underline;
    font-weight: normal;
}
.whitepaper div {
    font-size: 8pt;
    margin: 10px 5px 10px 5px;
}
a.viewallpapers {
    padding: 0 0 0 1px;
    margin: 8px 0 0px 20px;
    text-transform: uppercase;

    font-weight: bold;
    color: #4e1410;
}
a:hover.viewallpapers {
    text-decoration: underline;
    font-weight: bold;
}

/*Current CTA Standings
-----------------------------------------------------------------------------*/

#ctarankings {
    background: #fff;
    width: 170px;
    border-top: 2px solid #B99A66;
	border-bottom: 2px solid #B99A66;
    padding: 10px 10px 10px 10px;
}
#ctarankings h3 {
    margin: 0 0 0 0px;
    font-size: 14pt;
    font-weight: normal;
    color: #836452;
}
#ctarankings img {
    float: right;
    border: 0;
    margin-left: 5px;
    margin-right: 10px;
}
#ctarankings h3 span {
    font-size: 12pt;
    display: block;
}
#ctarankings a {
    text-decoration: none;
    color: #836452;
}
#ctarankings a:hover {
    text-decoration: underline;
    font-weight: normal;
}
/*********************************************COMMON STYLES************************************************/
.table {
    width: 100%;
}
.table td {
    border: 1px solid #EBE4D0;
}
.table .odd {
    background-color: white;
}
.table .heading {
    font-weight: bold;
}
.gridheading th {
    font-weight: bold;
    text-align: left;
    background-color: white;
    border: 1px solid #EBE4D0;
}
.table .nowrap {
    white-space: nowrap;
}
.floatright {
    float: right;
    margin: 0px 0px 5px 5px;
    border: 2px solid #EBE4D0;
    padding: 5px 5px 5px 5px;
}
.centertext {
    text-align: center;
}


/*News Pages
-----------------------------------------------------------------------------*/
.grid {
    margin: 0;
    width: 100%;
}
.grid th {
    display: none;
}
.griditems {
    border-bottom: 1px solid #EBE4D0;
    padding: 7px 0 7px 0;
}
.pager {
    text-align: right;
    background-color: #EBE4D0;
    padding: 0;
    margin: 0;
    height: 10px;
}

/*Open Account
-----------------------------------------------------------------------------*/
.login {
    font-size: 12pt;
    margin: 10px 10px 10px 10px;
}
#wireaddress {
    background-color: white;
    border: 2px solid #EBE4D0;
    padding: 5px;
    width: 98%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#addressheading {
    float: left;
    width: 180px;
}
#addressdetail {
    float: left;
}
.accountflowchartimage {
    text-align: center;
    width: 560px;
    background-color: #F8F5ED;
    margin-bottom: 5px;
}
.accountflowcharttext {
    width: 550px;
    margin-left: 5px;
}
