@import url('nav.css');
@import url('contact.css');

* { margin: 0; padding: 0; }
body { font: small 'Bitstream Charter Sans', sans-serif; }

h2:first-child { margin-top: 0; }
h2 {
    font-size: 1.1em;
    margin-top: 30px;
    margin-bottom: 15px;
}

a, #sidebar a:visited { color: #5c81e3; }
a:visited             { color: #002154; }
a img { border: none; }

p, dd { margin-bottom: 1em; }
dt { font-weight: bold; }
dd { padding-left: 2em; }

address { font-style: normal; }

.nobr { white-space: nowrap; }

#wrapper {
    margin-left: 100px;
    width: 800px;
}

#logo {
	/* no 'margin' here; it messes up IE's positioning of content/ sidebar */
    padding: 30px 0 10px 0;
}

#content, #sidebar {
    margin-top: 1px;
    float: left;
}

#content {
    clear: left;
    padding: 30px;
    padding-left: 0;
    text-align: justify;
    width: 570px;
}

#content p {
    line-height: 1.4em;
}

#content ul {
    margin-bottom: 1em;
    margin-left: 115px;
    list-style: circle;
}

#sidebar {
	background: url('../images/sidebar-top-background.png') top no-repeat #444;
    border-color: #444;
    color: #eee;
	width: 200px;
}

#sidebar-inlay {
	background: url('../images/sidebar-bottom-background.png') bottom no-repeat;
    padding: 10px;
    padding-top: 20px;
    width: 180px;
}

#teamviewer {
	background: url('../images/teamviewer-background.png') no-repeat #444;
    color: #eee;
    float: right;
    height: 75px;
    margin-top: 1px;
    padding: 10px;
    width: 180px;
}

#teamviewer a.small {
    color: #888;
    font-size: x-small;
}

#teamviewer a.badge {
    background: url(../images/teamviewer-badge.png) no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 37px;
    padding: 23px 10px 0 60px;
    text-align: center;
    text-decoration: none;
    width: 110px;
}

#footer {
    color: #888;
    float: right;
    font-size: x-small;
    margin-top: 20px;
    padding-left: 10px;
    width: 190px;
}

#footer a {
    color: #666;
}
