@import url(http://fonts.googleapis.com/css?family=Advent+Pro&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro&subset=latin,latin-ext);

.not-active {
  pointer-events: none;
  cursor: default;
}

body {
    background: url('../gfx/bg.jpg') repeat center top;
    margin: 0;
    padding: 0;
}

#root {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#top {
    width: 1000px;
    height: 95px;
    background-color: white;
    float: left;
}

#logo {
    width: 200px;
    height: 70px;
    float: left;
    margin: 15px 20px;
}

#menu {
    width: 760px;
    height: 47px;
    float: left;
    background-color: #333333;
    margin-top: 37px;
}

.topMenu {
    margin: 0;
    padding: 0;
}

.topMenu li {
    list-style-type: none;
    display: inline-block;
    margin-top: 13px;
}

.topMenu a:link, a:visited {
    font-family: 'Advent Pro';
    font-weight: 400;
    font-size: 17px;
    color: white;
    text-decoration: none;
    padding: 13px;
}

.topMenu a:hover {
    background: #97bf0e;
    color: white;
}

#banner {
    width: 1000px;
    height: 385px;
    float: left;
    background-color: white;
    margin-top: 20px;
}

#slider {
    width: 960px;
    height: 385px;
    float: left;
    margin: 20px;
}

#bannerShadow {
    width: 1000px;
    height: 33px;
    background: url('../gfx/banner_shadow.png') no-repeat;
    float: left;
}

.sliderTitle {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 24px;
    color: #000;
    margin: 10px;
}

.sliderText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
}

.slider-more {
    width: 100px;
    height: 29px;
    margin-top: 15px;
    right: 20;
    position: absolute;
}

#center {
    width: 1000px;
    min-height: 300px;
    float: left;
    background: url('../gfx/center_bg.png') repeat;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #9b9b9b;
}

#center h1 {
    font-family: 'Source Sans Pro';
    font-size: 24px;
    color: white;
    font-weight: 200;
    padding: 25px 0px 0px 20px;
}

#center p {
    text-align: justify;
    margin: 20px;
}

.content-header {
    font-family: 'Advent Pro';
    font-weight: 500;
    font-size: 30px;
    border-bottom: 1px solid #97bf0e;
    padding-bottom: 10px;
    color: #97bf0e;
    margin: 15px;
}

#center h3 {
    font-family: 'Advent Pro';
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px solid #97bf0e;
    padding-bottom: 10px;
    color: #97bf0e;
    margin: 15px;
}

.content-list {
    list-style: disc;
    margin-left: 40px;
}

.content-list li {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.content-list-upper {
    margin-left: 20px;
    margin-right: 20px;
}

.content-list-upper li {
    font-weight: 400;
    font-family: 'Source Sans Pro';
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}

#centerLeft {
    width: 460px;
    height: 280px;
    float: left;
}

#centerRight {
    width: 540px;
    height: 280px;
    float: left;
}

#centerRight p {
    line-height: 20px;
}

.content-paragraph {
    line-height: 1.5;
    text-indent: 20px;
}

#centerRightImg {
    width: 136px;
    height: 184px;
    float: left;
    margin: 5px 10px;
}

#footer {
    width: 1000px;
    height: 110px;
    float: left;
    background-color: white;
}

#footerSeparator {
    width: 1px;
    height: 70px;
    float: left;
    background-color: #707173;
    margin: 20px 40px;
}

#footerContact {
    width: 400px;
    height: 70px;
    float: left;
    margin: 15px 10px;
}

#footer p, #footer a {
    font-family: 'Source Sans Pro';
    line-height: 10px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

#copyRights {
    width: 200px;
    height: 70px;
    float: right;
    margin: 15px 10px;
}

.green {
    color: #97bf0e;
}
