/* General, body & wrapper
-----------------------------------------*/
body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}
h2 {
    color: #43539c;
    font-size: 14px;
    padding-top: 20px;
}
blockquote {
    margin: 0;
    color: #dd4232;
    font-size: 14px;
    line-height: 22px;
}
#wrapper {
    width: 773px;
    margin: 20px auto;
}
.abstract {
    line-height: 1.2;
    font-size: 11px;
}
.clear {
    clear: both;
    margin-bottom: 4px;
}
label {font-weight: normal;}
a:focus {
  outline: none;
}
img {
    border: none;
}
#main a.email, #main #right #news a.email {
    color: #43539C;
}
/* Header
-----------------------------------------*/


#header #logo {
    position: relative;
    z-index: 2;
    display: inline;
    float: left;
    border: none;
}
#header #search {
    background: url(../images/dd/search-bkgrd.gif) no-repeat;
    height: 58px;
    width: 463px;
    color: #fff;
    float: right;
    text-align: right;
    font-size: 11px;
}
#header #search a {
    color: #fff;
    text-decoration: none;
}
#header #search a:hover {
    color: #fff;
    text-decoration: underline;
}
#header #search form {
    margin: 0;
    margin-top: 19px;
    margin-right: 20px;
}
#searchTerm {
    background: #d9d9d9;
    border: 1px solid #b2b2a4;
    margin-right: 10px;
    width: 120px;
}
#header #images {
    position: relative;
    top: -10px;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    float: left;
}
#header #images img {
    float: right;
}
#header #images #title {
    background: url(../images/dd/red_header_block.jpg) no-repeat;
    height: 87px;
    width: 469px;
    float: left;
    margin-right: 5px;
}
#header #images #title h1 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 25px;
}
#header #topNav {
    margin: 0;
    margin-top: -5px;
    padding: 0;
    background: url(../images/dd/nav-bkgrd.gif) no-repeat;
    width: 773px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    clear: both;
    text-transform: uppercase;
}
#header #topNav ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-top: 7px;
}
#header #topNav ul li {
    list-style: none;
    display: inline;
}
#header #topNav ul li a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ffffff;
}
#header #topNav ul li a.first {
    padding-left: 0px;
    border-left: none;
}
#header #topNav ul li a:hover {
    color: #ab1a1a;
    text-decoration: none;
}
#header #topNav ul li a.current {
    color: #000000;
    text-decoration: none;
}
/* Main Content
-----------------------------------------*/
#main {
    margin: 0;
    padding: 0;
    margin-top: 4px;
}
#main #content {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 420px;
    color: #333;
    line-height: 1.5;
}

#breadcrumb {
    color: #7f7f7f;
    font-size: 10px;
}
#main a {
    color: #7f7f7f;
    text-decoration: none;
}
#main a:hover {
    color: #7f7f7f;
    text-decoration: underline;
}
.newsItem {
    margin: 10px 0;
}
#tblForm td {padding: 5px;}
#tblForm .col_1 {width: 35%; white-space: nowrap;}
#tblForm .col_2 {width: 65%;}
#searchResults p {
  margin: 1em 0;
}
#searchResultsList a {font-weight: bold; color: #333;}
#searchNumResults a {text-decoration: underline;}
/* Right Content
-----------------------------------------*/
#main #right {
    float: right;
    width: 305px;
    text-align: right;
    margin-top: 5px;
}
#main #right #news h2 {
    padding: 20px 0 20px 15px;
    width: 275px;
    background: url(../images/dd/news-bkgrd-top.gif) no-repeat;
    font-size: 14px;
    color: #43539c;
    text-align: left;
    position: relative;
}
#main #right #news {
    width: 305px;
    background: url(../images/dd/news-bkgrd.gif) repeat-y;
    text-align: left;
    padding-bottom: 20px;
}
#main #right #news p {
    padding: 5px 15px;
}
#main #right #news h2 a {
    color: #7f7f7f;
    font-size: 10px;
    position: absolute;
    right: 10px;
}
#main #right #news ul {
    margin: 0;
    padding: 0 15px;
}
#main #right #news ul li {
    list-style: none;
    padding-bottom: 10px;
}
#main #right #news a {
    color: #000000;
}
#main #right #news a:hover {
    color: #7f7f7f;
}
#main #right #news #column {
    padding: 0 20px;
}
#main #right #newsBottom {
    margin-top: 4px;
    width: 305px;
    height: 44px;
    background: url(../images/dd/blue-bkgrd.gif) no-repeat;
}
/* Right Content Stocks
-----------------------------------------*/
#main #right #stocks {
    padding: 0 15px;
    margin-top: 20px;
}
#main #right #stocks #stockname {
    font-weight: lighter;
    color: #303343;
}
#main #right #stocks div {
    background: #aeb2c1;
    padding: 5px;
    font-weight: bold;
    width: 210px;
}
#main #right #stocks #price {
    font-size: 18px;
}
#main #right #stocks a {
    text-decoration: none;
    color: #000000;
}
#increase {
    color: #28854b;
}
#decrease {
    color: #ff0000;
}





/* General Form Inputs
-----------------------------------------*/
.textInput {
  border: 1px solid #6c6c6c;
  border-color: #6c6c6c  #c3c3c3 #d3d3d3 #6c6c6c;
  background:#fff url(../images/text-input-bg.gif) repeat-x 0 0;
  font-size: 1.1em;
  padding: 0.15em 0.15em;
}
input.large, textarea.large {
  width: 85%;
}
input.medium, textarea.medium {
  width: 60%;
}
input.small, textarea.small {
  width: 35%;
}
/* Footer
-----------------------------------------*/
#footer {
    width: 773px;
    height: 58px;
    background: url(../images/dd/footer-bkgrd.gif) no-repeat;
    font-size: 10px;
    margin-top: 10px;
}
#footer #footerLeft {
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-left: 20px;
    float: left;
}
#footer #footerRight {
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-right: 20px;
    float: right;
}
#footer a {
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #000000;
}
#footer a:hover {
    color: #000000;
    text-decoration: underline;
}
#footer a.first {
    border-left: none;
}
/* Image Drop Shadow - http://www.alistapart.com/articles/cssdrop2/
---------------------------------------------------*/
.alphaShadowLeft, .alphaShadowRight {
  background: url(../../images/dropshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 5px 10px !important;
  margin: 10px 10px 5px 5px;
}
.alphaShadowLeft {float: left;}
.alphaShadowRight {float: right;}
.alphaShadowLeft div, .alphaShadowRight div {
  background: url(../../images/dropshadow/shadow2.png) no-repeat left top !important;
  background: url(../../images/dropshadow/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}