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

/* Basic page layout */

a {
    text-decoration: none;
    color: #d07705;
}

a:hover {
    text-decoration: underline;
}

html, body {
    background-color: white;
}

body {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    background: url(/images/theme-lendersconsult/TampaPhoto_07-faded.jpg) right 25px no-repeat;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0.6em 0 0;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    color: #004a75;
}

h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 135%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

ul, ol, p, form {
    margin-top: 0;
    margin-bottom: 1em;
}

legend {
    color: black;
}

strong {
    color: #006ba9;
}

#header {
    height: 150px;
}

div.headerbar {
    height: 5px;
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    background: #006ba9;
    opacity: 0.666;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=66);
}

#logo {
    display: inline;
    float: left;
    width: 50%;
    padding-top: 11px;
    padding-left: 4px;
}

#headElements {
    float: right;
    padding-right: 20px;
    text-align: right;
    font-size: 180%;
    padding-top: 20px;
    font-style: italic;
    font-weight: bold;
    font-family: "Garamond", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    margin-bottom: 0;
}

#tagline {
    display: inline;
    position: absolute;
    left: 517px;
    top: 42px;
}

.striped {
    background: url(/images/theme-lendersconsult/bg-yellow.png) -760px top repeat-y;
    width: 980px;
}

#content {
    padding-bottom: 1.25em;
    width: 720px;
    margin-left: 20px;
    float: left;
}

table.twocol {
    width: 100%;
}

table.twocol td {
    vertical-align: top;
    width: 50%;
}

table.twocol td.left {
    padding-right: 18px;
}

table.twocol td.right {
    padding-left: 18px;
}

/* Styles for /photo/ page */
.photoPage {
    text-align: center;
    padding: 1em 0;
}

.photoPage a {
    display: block;
    margin: 0.5em auto;
    font-weight: bold;
}

.photoPage img {
    border: 1px solid black;
}

ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 1.5em;
    padding-bottom: 1em;
}

/* Top Menu styles */
div.menutop {
    background: #006ba9 left center repeat-x;
    height: 25px;
}

ul.menu {
    position: absolute;
    right: 0;
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    z-index: 100;
}

ul.menu li {
    display: inline;
    float: left;
}

ul.menu li a {
    display: block;
    padding: 0 15px;
    border-right: 1px solid #00598d;
    border-left: 1px solid #267fa9;
    text-decoration: none;
    color: white;
}

ul.menu li.first a {
    border-left: 0;
}

ul.menu li.last a {
    border-right: 0;
}

/* Top Sub-menu styles */
ul.menu ul {
    position: absolute;
    top: -2000px;
    margin: 0;
    border: 1px solid #00598d;
    padding: 0;
    background: #00598d;
    width: 150px;
}

ul.menu ul li.heading {
    padding: 0 10px;
    color: #ffddab;
    border-top: 2px solid #006ba9;
    border-bottom: 2px solid #004a75;
}

ul.menu ul li {
    float: none;
    display: block;
    line-height: 1.5;
    background-image: none;
}

ul.menu ul li a {
    float: none;
    display: block;
    border: 0;
    border-top: 1px solid #006ba9;
    border-bottom: 1px solid #004a75;
    width: 120px;
}

ul.menu li a:hover {
    color: #ffddab;
    text-decoration: underline;
}

/* Side Menu styles */
ul.menuside {
    position: relative;
    width: 220px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
    background: #ffddab;
    z-index: 100;
}

ul.menuside li {
    display: inline;
    float: left;
    width: 220px;
}

ul.menuside li a:hover {
    color: #d07705;
    text-decoration: underline;
}

ul.menuside li.heading a {
    padding-top: 1.25em;
    font-size: 125%;
    color: #004a75;
}

ul.menuside li a {
    display: block;
    padding: 0 10px;
    width: 200px;
    border-bottom: 1px solid #ffd791;
    border-top: 1px solid #ffe4c5;
    text-decoration: none;
    color: black;
}

ul.menuside li.first a {
    border-left: 0;
}

ul.menuside li.last a {
    border-right: 0;
}

ul.menuside li.expanded ul {
    position: static !important;
    display: block !important;
    border: 0;
}

ul.menuside li.expanded ul li {
    width: auto;
    background: #ffddab;
}

ul.menuside li.expanded ul li a {
    padding-left: 25px;
    border-bottom: 1px solid #ffd791;
    border-top: 1px solid #ffe4c5;
    color: black;
}

ul.menuside li.expanded ul li a:hover {
    color: #d07705;
}

ul.menuside li.heading:hover,
ul.menuside li.heading.hover {
    background: #ffddab;
}

ul.menuside li.heading:hover a,
ul.menuside li.heading a:hover {
    color: #004a75;
    text-decoration: none;
}

/* Side Sub-menu styles */
ul.menuside ul {
    position: absolute;
    top: -2000px;
    margin: 0;
    border: 4px solid #006ba9;
    padding: 0;
    background: #00598d;
}

ul.menuside ul li.heading {
    border-top: 1px solid #ffddab;
    border-bottom: 1px solid #ffd076;
    color: #ffddab;
    padding-left: 10px;
}

ul.menuside ul li {
    float: none;
    display: block;
    line-height: 1.5;
}

ul.menuside ul li a {
    width: auto;
    border: 0;
    border-top: 1px solid #006ba9;
    border-bottom: 1px solid #004a75;
    color: white;
}

ul.menuside ul li:hover,
ul.menuside ul li.hover {
    color: #ffddab;
}

ul.menuside ul li.heading:hover,
ul.menuside ul li.heading.hover {
    background: #ffeadb;
}

ul.menuside ul li a:hover {
    color: #ffddab;
    text-decoration: underline;
}

/* Ticker styles */
table.tickers {
    clear: both;
    width: 100%;
    border-top: 2px solid #ffd076;
    border-bottom: 2px solid #ffd076;
    font-size: 85%;
    background: #ffddab;
}

table.tickers td {
  text-align: center;
  height: 50px;
}

table.tickers td.tup {
  width: 220px;
  background: url(/images/theme-lendersconsult/arrow-up.png) center center no-repeat;
}

table.tickers td.tdn {
  width: 220px;
  background: url(/images/theme-lendersconsult/arrow-dn.png) center center no-repeat;
}

table.tickers td.tup div.change {
  color: #33cc33;
}

table.tickers td.tdn div.change {
  color: #cc5555;
}

/* Contact Us Styles */

table.contact {
    width: 100%;
}

table.contact td {
    vertical-align: top;
    width: 50%;
}

table.contact td.left {
    padding-right: 8px;
}

table.contact td.right {
    padding-left: 8px;
}

/* Footer Styles */
#footer {
    clear: both;
    padding-top: 1em;
    font-size: 80%;
    text-align: center;
}

#footTextlinks {
    margin-top: 1em;
}

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

#footElements span.line {
    display: block;
}

#footElements span.line0 {
    font-size: 133%;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

