@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    text-align: center;
    font-family: Arial,Arial, Helvetica, sans-serif;
    background: #fff url(../img/fig_back_header.gif) center top no-repeat;
}
    
p, li, dt, dd, th, td {
    font-size: 1.3em;
    line-height: 1.6;
}

img {
    vertical-align: bottom;
    border: 0;
}

div.wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.header {
    width: 800px;
    height: 70px;
    padding-top: 20px;
    background: url(../img/fig_sub_logo.gif) center right no-repeat;
}

.header h1 {
    margin: 0;
    padding: 0;
}

.content {
    width: 800px;
    overflow: hidden;
}

.content h2 {
    margin: 0;    
}

.content .pagetitle,
.content .tweetarea {
    margin: 0 10px;
}

.content .section {
    width: 400px;
    float: left;
    display: inline;
}

.content .full {
    width: 800px;
    clear: both;
}

.content .graph {
    width: 800px;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.content .full p {
    margin-left: 10px;
    margin-right: 10px;
}

.content .graph li {
    width: 400px;
    float: left;
}

.section h3 {
    border-bottom: 3px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.section a:link {
    color: #900;
}

.section a:visited {
    color: #600;
}

.section a:hover {
    color: #c00;
}

.tweetarea {
    background: #bbb;
    padding-top: 40px;
    background: url(../img/form_parts01.png) no-repeat left top;
    position: relative;
}

.tweetarea form {
    margin: 0;
    padding: 0;
    border: 0;
    width: 380px;
    background: #bbb;
}

.tweetarea textarea {
    border: none;
    width: 360px;
    height: 70px;
    margin: 0 10px;
    padding: 0;
    font-family: Arial,Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    _zoom: 1;
}

.tweetarea .formfooter {
    margin: 0;
    padding: 20px 0 0 0;
    height: 20px;
    cursor: pointer;
    background: url(../img/form_parts02.png) no-repeat left top;
    text-align: center;
}

.tweetarea .counter {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
  color: #999;
  font-size: 24px;
  z-index: 10;
}

.tweetarea .warning {
  color: #b70b0e;
}

.twidget h3 {
    border: 0;
}

.footer {
    width: 800px;
    height: 80px;
    clear: both;
    background: url(../img/fig_footer_back.gif) no-repeat left top;
    margin-top: 30px;
}

.footer .copyright {
    margin: 0 10px;
    padding: 0;
    text-align: right;
}

.past {
    text-align: right;
    margin: 10px;
}

.past a {
    font-weight: bold;
    padding-left: 24px;
    background: url(../img/btn_menu_back.gif) no-repeat left center;
}

.hr {
    clear: both;
}

.hr hr {
    height: 1px;
    border: 1px solid #fff;
    background-color: #fff;
}

#report .pdf {
    font-size: 1.0em;
    margin-left: 0;
    padding-left: 1.0em;
    list-style: none;
}

#report .pdf ul {
    margin: 0;
    padding: 0 0 0 40px;
}

#report .pdf ul li {
    font-size: 1.0em;
}

#report .pdf li a {
    padding-left: 20px;
    background: url(../img/fig_pdf.gif) no-repeat;
}

#report h4, #report .pdf,
#press dl {
    margin-left: 10px;
    margin-right: 10px; 
}

#report h4 {
    font-size: 1.3em;
    margin: 1.0em 10px;
}

#press dl {
    background: #fff;
}

#press dt {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin: 0 0 1.0em 0;
    padding: 0;
    /zoom: 1;
    /display: inline;
}

#press dd {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin: 0 0 1.0em 0;
    padding: 0;
    /zoom: 1;
    /display: inline;
}

#twitterbanner {
    margin: 10px 0 0 0;
    float: left;
}

#posttweet {
    margin: 10px 0 0 0;
    float: right;
}

#tw {
    width: 100%;
    padding: 20px 0;
    overflow: hideen;
    background: #efefef;
    text-align: center;
}

#tw .content {
    margin: 0 auto;
    text-align: left;
}

#tw .hr hr {
    height: 1px;
    border: 1px solid #efefef;
    background-color: #efefef;
}


#twtr-widget-1 {
    margin: 0 10px;
}

#twtr-widget-1 p {
    font-family: Arial,Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}


