
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0.75em 0 0.2em 0;
    font-weight: bold;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h1 { font-size: 200%; margin: 0.25em 0; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

a, a:active, a:visited, a:link, a:hover {
    color: blue;
}

#header {
    background-color: #627967;
}

#headerContent {
    width: 872px;
    height: 102px;
    margin: 0 auto;
}

#logo {
    display: inline;
    float: left;
    margin: 1px 0 0 7px;
}

#content {
    min-height: 250px;
    width: 850px;
    margin: 1em auto;
    font-size: 80%;
    text-align: left;
    padding: 0 3px 0 7px;
}

/* Menu styles */
#header .menu {
    display: inline;
    float: right;
    margin: 0;
    padding: 13px 2px 0 0;
    list-style: none;
    font-size: 80%;
    width: 196px;
}

#header .menu li {
    display: inline;
    float: right;
    width: 156px;
    height: 80px;
    line-height: 20px;
    margin-bottom: -7px;
}

#header .menu a {
    display: block;
    padding: 6px 37px 11px 32px;
    width: 87px;
    height: 63px;
    background: url(/images/button-inactive-big.png) transparent left top no-repeat;
}

#header .menu a:hover {
    background-image: url(/images/button-active-big.png);
}

#menubar {
    background: url(/images/bg-menu-top.png) #bccfbe left top repeat-x;
}

#menubar .menu {
    width: 860px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 75%;
}

.menu ul {
    display: none;
}

#menubar .menu li {
    display: inline;
    float: left;
    height: 45px;
    margin-right: -6px;
    line-height: 36px;
    background: url(/images/tab-4-inactive.png) transparent left top no-repeat;
}

#menubar .menu li.active {
    background: url(/images/tab-4-active.png) transparent left top no-repeat;
}

#menubar .menu a {
    display: block;
    padding: 2px 9px 5px 6px;
    height: 38px;
    color: white;
    text-decoration: none;
    white-space: pre;
    overflow: hidden;
    background: url(/images/tab-right-inactive.png) transparent right top no-repeat;
}

#menubar .menu .active a {
    background-image: url(/images/tab-right-active.png);
    color: black;
}

#menubar .menu a:hover {
    text-decoration: underline;
}

#menubar .menu li.b1   { width: 135px; }
#menubar .menu li.b1 a { width: 120px; }
#menubar .menu li.b2   { width: 182px; }
#menubar .menu li.b2 a { width: 167px; }
#menubar .menu li.b3   { width: 218px; }
#menubar .menu li.b3 a { width: 203px; }

body.commercial #menubar .menu li {
    /*width: 221px;*/
    width: 292px;
    margin-right: -5px;
}

body.commercial #menubar .menu li.last {
    margin-right: -6px;
}

body.commercial #menubar .menu a {
    background-image: url(/images/tab-3-inactive.png);
    /*width: 206px;*/
    width: 277px;
}

body.commercial #menubar .menu a.active {
    background-image: url(/images/tab-3-active.png);
}

/*
html body #menubar .commercial,
html body #footTextlinks .commercial,
html body #header .business,
html body #extraLinks .business,
html body.commercial #menubar .business,
html body.commercial #footTextlinks .business,
html body.commercial #header .commercial,
html body.commercial #extraLinks .commercial {
    display: none;
}

html body.commercial #menubar .commercial,
html body.commercial #footTextlinks .commercial,
html body.commercial #header .business,
html body.commercial #extraLinks .business {
    display: inline;
}
*/

.menu b, .categoryIndex b {
    text-transform: uppercase;
}

/* Footer Styles */
#footer {
    clear: left;
    font-size: 70%;
    text-align: center;
    border-top: 2px solid white;
    color: #627967;
}

#footer a {
    color: #627967;
    text-decoration: none;
}

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

#disclaimer {
    background-color: #bccfbe;
    padding: 1em 0;
    margin-bottom: 3em;
    font-size: 80%;
    font-weight: bold;
    color: black;
    width: 100%; /* IE6 Fix */
}

#footer p {
    width: 860px;
    margin: 0 auto;
}

#footer p#footElements {
    margin: 1em auto;
}

p#footTextlinks {
    margin: 1em auto 2px;
}

p#extraLinks {
    margin: 2px auto 1em;
}

#footTextlinks b,
#extraLinks b {
    font-weight: normal;
    text-transform: uppercase;
}

#footTextlinks a,
#extraLinks a {
    border-left: 1px solid #627967;
    padding: 0 10px;
}

#footTextlinks a.first,
#extraLinks a.first {
    border-left: 0px;
}

/* Listings */
.listingTable {
    width: 100%;
}

.listingTable td, .listingSection td {
    padding: 3px 20px;
}

.listingTable td {
    text-align: right;
}

.listingTable th, .listingSection th {
    padding: 3px 20px;
}

.listingTable th {
    text-align: center;
    background-color: #e8e8e8;
}

.listingTable .even, .listingSection .even {
    background-color: #f8f8f8;
}

.listingTable .odd, .listingSection .odd {
    background-color: #e8e8e8;
}

.listingTable td.first {
    text-align: left;
}

.listingTable .control {
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
    float: right;
    font-size: 150%;
    line-height: 1.75;
    position: relative;
    left: 15px;
    left: expression('5px');
    margin-left: -25px;
    height: 1.25em;
}

.listingTable .first .control {
    float: none;
    display: inline;
    margin: 0;
    left: 0;
    padding: 0;
    line-height: 1.0;
    position: relative;
    top: 3px;
}

body.listingIndex form {
    width: 754px;
    padding: 5px 0 0 0;
    margin: 0 auto;
    background: white url(/images/cache/images-util-corners-5d7c6f63480e5b63ecc93d390ba87da4.png) no-repeat scroll left top;
}

body.listingIndex form fieldset {
    border: 0;
    padding: 0 10px 5px 10px;
    margin: 0;
}

body.listingIndex form legend {
    color: black;
    font-weight: bold;
}

body.listingIndex form fieldset .help {
    color: #627967;
}

body.listingIndex form .formFoot {
    background: white url(/images/cache/images-util-corners-47a9c25feb57d6264290abcf43bfec6d.png) no-repeat scroll left top;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}

.listingTable em, .listingSection table em {
    font-style: normal;
    color: #1a9b1b;
}

.numeric {
    text-align: right;
}

tr.total_assets th, tr.total_assets td {
    border-top: 1px dotted black;
}

