/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    background: #333333 url(../img/static/bg.gif) repeat-x;
    text-align: justify;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

h1, h2, h3 {
    color: #123891;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1em;
}

ul {
    list-style-image: url(../img/static/dot.gif);
}

dl {
    width: 100%;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

img {
    vertical-align: middle;
}

a img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

input[type="checkbox"] {
    margin: 1px 5px 0 0;
}

.clear {
    clear: both;
}

.red {
    color: #900;
}

.tags {
    text-align: justify;
}

.tags a {
    margin: 0 5px;
    line-height: 1.5em;
    white-space: nowrap;
    text-decoration: none;
    font-size: 110%;
}

#google-ads {
    margin: 0 5px;
}

.logo {
    margin: 0 7px;
}

small.advanced-search {
    margin-left: 2px;
}

table.last tbody tr td {
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}

table.last tbody tr:last-child td {
    border-bottom: none;
}

table.last tbody tr td h2 {
    margin: 0 0 4px;
    font-size: 1.1em;
}

.hide {
    display: none;
}

.map-container {
    width: 326px;
    padding: 3px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

.map-container div.map-view {
    width: 326px;
    height: 240px;
}

form fieldset.map {
    margin: 0 0 15px;
}

form fieldset.map div {
    clear: none;
    margin-bottom: 0;
    padding: 0;
    vertical-align: baseline;
}

form fieldset.map h4 {
    margin: 0;
}

form fieldset.map div.map {
    width: 399px;
    height: 260px;
    margin: 8px 0;
}

/* Header */

#logo {
    width: 750px;
    height: 65px;
    margin: 0 auto;
}

#logo h1, #logo p {
    margin: 0;
    color: #FFFFFF;
}

#logo h1 {
    float: left;
    padding-top: 30px;
}

#logo p {
    float: right;
    padding-top: 40px;
    font-size: 1em;
}

#logo p img {
    margin: -15px 2px 0 2px;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

#logo p a:hover {
    text-decoration: underline;
}

/* Menu */

#menu {
    width: 750px;
    height: 42px;
    margin: 0 auto;
    background-color: #F6F6F6;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 28px;
    padding: 14px 14px 0 14px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

#menu li.lastChild a {
    padding: 14px 19px 0 19px;
}

#menu a:hover {
    color: #31529F;
    background-color: #DEDEDE;
    /* border-bottom: 2px solid #B5B5B5; */
}

/* Page */

#page {
    width: 778px;
    margin: 0 auto;
    background: #FFFFFF url(../img/static/bars.gif) repeat-y;
}

#page-bg {
    padding: 5px 20px;
    background: url(../img/static/blur.jpg) no-repeat;
    overflow: hidden;
}

/* Content */

#content {
    float: left;
    width: 440px;
    min-height: 200px;
    padding: 0 20px 0 20px;
}

#content-wide {
    width: 698px;
    min-height: 200px;
    padding: 0 20px 0 20px;
}

#content-wide .full {
    width: 698px;
    line-height: 50px;
}

#content-wide .full h2 {
    float: right;
    margin: 0 0 0 60px;
}

#content-wide .full img {
    float: left;
}

#content-wide .left {
    float: left;
    width: 346px;
}

#content-wide .right {
    float: right;
    width: 346px;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 230px;
    padding-right: 20px;
    text-align: left;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
}

#sidebar li ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

#sidebar li li {
    padding: 1px 20px 1px 25px;
}

#sidebar h2 {
    margin: 0;
    padding: 20px 0 3px 20px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 1.1em;
    font-weight: bold;
}

#sidebar a {
    text-decoration: none;
    font-weight: bold;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar #search div, #sidebar #search input {
    margin: 0;
    padding: .1em;
}

/* Footer */

#footer {
    width: 750px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(../img/static/footer.gif) no-repeat;
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: smaller;
    color: #666666;
}

#footer a {
    color: #666666;
}

/* Charts */

.chart {
    width: 676px;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    margin-bottom: 10px;
}

