
/* feature-strip */

#feature-strip{
    height: 100px;
    background: #333 url(feature-strip.jpg) no-repeat center top;
}

#feature-strip .container{
    padding: 25px 0 0;
    width: 940px;
    margin: 0 auto;
}

#feature-strip h1{
    margin: 0;
    color: #fff;
    font-size: 2.25em;
}

/* toolstrip */

#action-strip{
    background: #ffffff;
    border-bottom: solid 1px #e7e7e7;
    height: 40px;
}

#action-strip .container{
    width: 940px;
    margin: 0 auto;
    padding: 10px 0;
    height: 20px;
}

/* breadcrumb */


#breadcrumb{
    min-height: 1px;
    float: left;
    width: auto;
    font-size: 0.81em;
    color: #7b7b7b;
    line-height: 20px;
} * html #breadcrumb{ height: 1px; }

#breadcrumb a{
   color: #7b7b7b;
}

#breadcrumb .separator{
    font-family: Arial, Calibri, Helvetica, Sans-Serif;
}

#content{
    width: 520px;
    margin: 0 auto 40px;
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
    color: #333;
    line-height: 1.4em;
    font-size: 1em;
    min-height: 300px;
    position: relative;
} * html #content{ height: 1px; }

/* tool-strip */

.tool-strip{
    background: #ebebeb url(tool-strip.gif) repeat-x 0 0;
    padding:  10px 15px;
    border: solid 1px #dcdcdc;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
    font-size: .88em;
    margin: 1em 0;
    min-height: 1px;
} * html .tool-strip{ height: 1px; } .tool-strip:after { content:"."; clear:both; height:0; visibility:hidden; display:block; }

.tool-strip a{
    font-style: italic;
}

.tool-strip .tool-strip {
    background: #dcdcdc;
}

.pagination .page_buttons{
    min-height: 1px;
    padding: 3px 0;
    margin: 2px 0;
    position: relative;
} * html .pagination .page_buttons{ height: 1px; } .pagination .page_buttons:after{ content: "."; height: 0; visibility: hidden; display: block; clear: both; }

.pagination a,
.tool-strip .btn{
    background: #f6f6f6;
    border: solid 1px #dcdcdc;
    padding: 2px 5px;
    line-height: 1em;
    margin: 0 2px 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-style: normal;
}

.pagination a:hover,
.tool-strip .btn:hover{
    background: #fff;
    border: solid 1px #ccc;
}

.pagination a.selected{
    background: none;
    color: #999;
    border: solid 1px #dcdcdc;
}

.tool-strip .toolstrip .btn{
    background:#EBEBEB;
}

/* tables */

table{
    width: 100%;
}

/* rates table */

table.rates{
    width: 100%;
    margin: 1em 0 1.5em;
    border: none;
}



#other-rates{
    position: relative;
    min-height: 1px;
    display: none;
} * html #other-rates{ height: 1px; }

#other-rates table.rates{
    margin-top: 0;
    width: 680px;
}

table.rates th,
table.rates td{
    text-align: left;
    padding: 10px 20px;
    line-height: 1.2em;
    text-shadow: 0 1px 0 #fff;
}

table.rates th{
    background: #ebebeb url(table.th.gif) repeat-x 0 0;
    border: solid 1px #dcdcdc;
}

table.rates td{
    background: #fff;
    border: solid 1px #dcdcdc;
}

table.rates td.unit-price{
    white-space: nowrap;
}

table.rates td.unit-price strong{
    font-size: 1.25em;
}

div.other-rates-wrapper{
    margin-bottom: 0;
}

.rates-note{
    margin-top: 1em;
}

/* pull quotes */

.pullquote{
    float: right;
    border-top: 2px solid #00aeef;
    border-bottom: 2px solid #00aeef;
    padding: 15px 0;
    line-height: 24px;
    font-size: 20px;
    color: #00aeef;
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
    display: block;
    width: 220px;
    margin: 0 -160px 30px 20px;
    min-height: 1px;
    position: relative;
    text-shadow: 0 1px 0 #ffffff;
    font-style: italic;
} * html .pullquote{ height: 1px; }

.pullquote h3{
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #B0B0B0; 
}

.pullquote .rate{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 5px 0 0 ;
}

.portfolio-managed{
    width: 260px;
    float: left;
}

.portfolio-select{
    width: 280px;
    float: right;
    margin: 0 -40px 0 0;
}
