html {
    font-family: "Arial", sans-serif;
    background-color: rgb(184, 214, 213);
    font-size:10pt;
}

.wrapper {
    position: relative;
    width: 980px;
    margin: auto;
}

.left-column {
    position: absolute;
    width: 28%;
    padding-left: 10px;
}

.right-column {
    position: absolute;
    left: 33%;
    width: 67%;
    padding-right: 10px;
}

.header-type {
    font-family: "Droid Sans Mono";
    font-size: 110%;
}

/* Left column */
.logo img {
    position: relative;
    width: 90%;
    top: 10px;
}

.lower-content {
    position: absolute;
    top: 156px;
    width: 100%;
}

/* right column */
.header {
    position: relative;
    width: 100%;
    height: 125px;
    display: block;
    border-bottom: black solid 2px;
}

.header-text {
    position: absolute;
    bottom: 8px;
}

img.fb-logo {
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 15px;
}

#slides {
    width: 100%;
    display: none;
    overflow: hidden;
}

.images {
    position: relative;
}

.images img {
    width: 657px;
}

.slidesjs-previous {
    position: absolute;
    left: 44%;
    margin-top: 15px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    
    width: 30px;
    height: 35px;
    background-image: url(arrow-left.png);
    background-repeat: no-repeat;
    
}

.slidesjs-next {
    position: absolute;
    text-align: right;
    right: 44%;
    margin-top: 15px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    
    width: 30px;
    height: 35px;
    background-image: url(arrow-right.png);
    background-repeat: no-repeat;

}


.address {
    position: relative;
    top: 65px;
    
    color: white;
    text-align: center;
    height: 40px;
}

.address a {
    color: inherit;
    text-decoration: none;
}

/* nav */
.nav ul {
    padding-left: 0;
    margin: 0;
}

.nav ul li {
	list-style-type: none;
}

.nav .children {
    padding-left: 1em;
    display: none;
}

/*.nav ul li:hover .children {
    display: block;
}
*/
.nav a {
    color: inherit;
    text-decoration: none;
}

.nav .active {
    color: white;
    /*display: block;*/
}

.text {
    text-align: justify;
    position: relative;
    top: 20px;
    opacity: 0.7;
    line-height: 1.4;
    padding-bottom: 20px;
}

.text a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.contact-image {
    position: relative;
    width: 430px;
    left: 18%;
}
