/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/* Style */

body {
    margin: 30px;
    font-size: 0.8em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color: #636363;
    background-color: #f3f3f3;
}

h1 {
    font-size: 1.75em;
}

a:link, a:visited, a:active {
    color: #4ca0d5 !important;
    text-decoration: none;
}

a:hover {
    color: #636363 !important;
    text-decoration: underline;
}

.clear {
    clear: both;
}

#container {
    margin: 0px auto;
    width: 600px;
}

#main {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #CECECE;
}

#logo {
    float: left;
    background-color: #fff;
    margin-right: 40px;
}

#text {
    float: left;
}

#map {
    margin-top: 30px;
    border: 1px solid #CECECE;
    height: 300px;
}

table.gadget span.title a:visited,
table.gadget span.title a:active {
    color: #4ca0d5 !important;
}

table.gadget span.title a:hover {
    color: #636363 !important;
}

table.gadget span.title {
    display: none;
}

table.gadget span.powered {
    display: none;
    color: #636363 !important;
}