/*
=general
=page structure
=main_navigation
=sub_navigation
=page content
=misc
=debug
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 101%;
}

html, body {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: black;;
    line-height: 1.4;
    text-align: center;
    background: none;
}

table, tr, td, input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: black;
    display: block;
    width: 500px;
}

h1, h2 {
    font-family: "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 1.835em; /* 22px */
    color: black;
    margin-bottom: .5em;
    line-height: 1.2;
}

h1 em {
    font-style: normal;
    display: block;
    color: black;
}

h2 {
    font-size: 1.085em; /* 13px */
    color: black;
    margin-bottom: .5em;
}

h3 {
}

h4 {
}

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

a:hover, a:focus, a:active {
    color: #000033;
}

ul, ol {
    list-style: none;
}

/*
=page structure
---------------------------------------------- */

#container {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 100%;
    margin-bottom: 5mm;
}

#main_container {
    width: 100%;
}

#sub_container {
    display: none;
}

#sub_container_bottom  {
    display: none;
}

#logo {
}

#wrapper {
    width: 100%;
    float: left;
}

#content_wrapper {
    width: 60%;
    float: left;
}

#content {
    width: 100%;
    height: 300px;
    min-height: 300px;
    position: relative;
    margin-bottom: 10mm;
}

*>#content {
    height: auto;
}

#column {
    margin-top: 10mm;
    float: right;
    width: 35%;
}

.image {
    margin-bottom: 5mm;
}

.image img {
    clear: right;
    display: block;
    float: right;
}

.image p {
    font-size: .75em; /* 9px */
}

/* footer */

#footer {
    display: none;
}

/* homepage */

#home_items {
    float: left;
    width: 722px;
    margin-left: 7px;
    padding-bottom: 3em;
    display: inline;
    background: #fff;
    position: relative;
}

#home_items div {
    width: 354px;
}

#item_one {
    float: left;
}

#item_two {
    float: right;
}

#home_items div.padding {
    margin: 1em 25px 0;
    width: 303px;
}

/*
=main_navigation
---------------------------------------------- */

#main_navigation {
    display: none;
}

/*
=sub_navigation
-----------------------------------------------------*/

#sub_navigation {
    display: none;
}


/*
=sub_sub_navigation
-----------------------------------------------------*/

#sub_sub_navigation {
    display: none;
}


/*
=page content
---------------------------------------------- */

#content p {
    font-size: .915em; /* 11px */
    margin-bottom: 2.5mm;
}

#content ul {
    font-size: .915em; /* 11px */
    margin-left: 10px;
}

#content li {
    margin-bottom: 1em;
}

#content a, #content a:focus, #content a:hover, #content a:active {
    color: blue;
    border-bottom: 1px solid blue;
}

/*
=about
---------------------------------------------- */
.about img.float-left {
    display: none;
}

.about #content {
    width: 100%;
}

/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
}

a.top {
}

/*
=debug
---------------------------------------------- */

.debug {
    clear: both;
    width: 100%;
    margin-top: 2em;
    text-align: center;
}