/* Structure */
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 130%;
    color: #000000;
    text-align: left;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.left {
    float: left;
    margin: 0px 15px 5px 0px;
}

.right {
    float: right;
    margin: 0px 0px 5px 10px;
}

.top {
    display: block;
    margin: 0px 0px 5px 0px;
}

.clear {
    clear: both;
}


/* Links */
a {
    text-decoration: none;
    color: #5A463B;

}

a:hover {
    text-decoration: none;
    color: #715E4E;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #5A463B;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #5A463B;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #5A463B;
}


/* Body - Container */
#toolboxswitcher2 {
    display: none;
}

#toolboxswitcher2_end {
    display: none;
}

#container_tb {
    clear: both;
    width: 100%;
}

#container {
    clear: both;
    width: 100%;
}

#container-bg {
    clear: both;
    width: 100%;
}

#logoandsidenav {
    clear: both;
    width: 100%;
}

#logo {
    clear: both;
    float: right;
    width: 110px;
    height: 100px;
}

#sidenavwrapper {
    display: none;
}

#header {
    display: none;
}

#contentandzone {
    clear: both;
    width: 100%;
}

#contentwrapper {
    clear: both;
    width: 100%;
}

#contenttopline {
    display: none;
}

#content {
    clear: both;
    width: 100%;
    padding-bottom: 15px;
}

#zonewrapper {
    clear: both;
    width: 100%;
}

#zonetopline {
    display: none;
}

#zone {
    clear: both;
    width: 100%;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul {
    margin: 0;
    padding: 0 0 0 17px;
    list-style-position:outside;
}

#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}