@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

body {
    margin: 0;
    padding: 0;
    background-image:url(../Images/back.png);
    background-repeat:repeat-x;
    background-color: #8dc050;
    background-position: 0 0;
/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#d8d8d8');
    background: -moz-linear-gradient(100% 100% 90deg, #d8d8d8, #ffffff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d8d8d8));*/
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #5c6567;
    border: 0 solid #ffffff;
}

td, th, div {
    line-height: 18px;
}

a {
    color: #2aa7b7;
    text-decoration: underline;
}

img {
    border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    width: 175px;
    height: 15px !important;
    padding: 2px;
    border: 1px solid #a8a8a8;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
/*	background-image: url('../Images/bg_input.gif');
    background-repeat: no-repeat;
    background-position: fixed;*/
}
textarea {
    height: 130px !important;
}
input.radio {
    border: 0 solid transparent;
}
input[type=submit],
button {
    margin-left: 14em;
    padding: 5px 10px;
    border: 0 solid transparent;
    background: none;
    background-color:#8dc050 !important;
    color: #000;
    font-weight: bold;
    text-align:center;
    cursor:pointer;
}

select {
    width: 182px;
    padding-left:2px;
    background: none;
    border: 1px solid #a8a8a8 !important;
    color:#666666;
    font-size:11px;
}

/* basis */

.container {
    margin: 0 auto;
    width: 100%;
}

/* header */
.topmenucontainer {
    width: 100%;
    height: 30px;
    background-color: #ebebeb;
    background-image: url(../Images/bg_topmenu.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.topmenu {
    margin: 0 auto;
    width: 950px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: right;
    color: #666666;
    font-size: 11px;
}
.topmenu a {
    color: #666666;
    text-decoration: none;
}
.headercontainer {
    width: 100%;
    height: 215px;
}
.header {
    margin: 0 auto;
    width: 950px;
    height: 215px;
    overflow: hidden;
}
.headerimage {
    float: left;
    width: 690px;
    height: 215px;
    padding: 0 0 0 260px;
    overflow: hidden;
}

.logo {
    position: relative;
    top: 0;
    left: 0;
    width: 950px;
    height: 215px;
    /*margin-bottom: -215px;*/
    background-image: url('../Images/logo.png');
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
}

body.home .logo {
}

.maincontainer {
    width: 100%;
}
.mainshadow {
    width: 100%;
    float: left;
    background-image: url('../Images/bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}
.maincontent {
    margin: 0 auto;
    width: 950px;
}
.content {
    float: left;
    width: 950px;
    background-image: url(../Images/left.png);
    background-position:left bottom;
    background-repeat: no-repeat;
    background-color: #ffffff ! important;
}
.left,
.main,
.right {
    float: left ! important;
}
.footercontainer {
    clear: both;
    width: 100%;
    min-height: 100px;
    background-image: url(../Images/bg_footer.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.footer {
    margin: 0 auto;
    width: 950px;
    padding: 10px 0 10px 0;
}
.footer P,
.footer P a {
    color:#FFF;
}

/* maincontent */

.maincontent ul,
.maincontent ol {
    margin-left: 15px;
    margin-bottom: 15px;
}
.maincontent ol {
    margin-left: 25px;
}
.right ol {
    margin-left: 25px;
}

/* mainmenu */

.left {
    float: left;
    width: 260px;
}

.mainmenu {
    width: 155px;
    margin: 30px 0 10px 70px;
}

div.no1,
div.no2,
div.no3,
div.act1,
div.act2,
div.act3 {
    width: 155px;
    padding-top: 9px;
    padding-bottom: 7px;
    border-bottom: 1px solid #a1a1a2;
    font-size: 18px;
    font-weight: bold;
}
div.act1,
div.act2,
div.act3 {
}
div.no1 a,
div.no2 a,
div.no3 a,
div.act1 a,
div.act2 a,
div.act3 a {
    font-weight: normal;
    color: #5b6466;
    text-decoration: none;
    font-size: 18px;
    line-height: 14px;
}

div.act1 a,
div.act2 a,
div.act3 a {
    color: #5b6466;
}

div.act1 {

}

div.no2,
div.act2 {
    width: 120px;
    padding-left: 30px;
    background-position: 13px 12px;
}

div.no3,
div.act3 {
    width: 110px;
    padding-left: 40px;
    background-position: 23px 12px;
}

/* leftcontent */

.leftcontent {
    width: 230px;
    margin: 15px 10px 10px 30px;
    overflow: hidden;
}
.right span.more {
    position: relative;
    top: -15px;
    margin-bottom: -15px;
}
.right span.more a,
.right p a {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    color: #8dc050;
    font-weight: bold;
    text-decoration: none;
}
.right a {
    text-decoration: none;
}

/* main */

.main {
    float: left;
    width: 400px;
    min-height:350px;
    padding: 30px 20px 20px 40px;
    background-image:url(../Images/shadow_left.png);
    background-repeat:repeat-y;
}

.main ul {
    margin: 0;
    margin-bottom: 15px;
}

.main ul li,
.right ul li {
    list-style-type: none;
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 2px;
    background-image: url(../Images/bg_ul_right.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.right ul {
    margin-left: 0;
}

.right h4 {
    font-style: italic;
}

/* right */

.right {
    float: right;
    width: 190px;
    padding: 300px 20px 20px 20px;
    background-image: url(../Images/right_back.png);
    background-repeat: no-repeat;
    background-position:top right;
}
.right .rightcontent {
}
.right .rightcontentmid {
    font-size: 12px;
}
.right div.csc-textpic-imagewrap {
    float:right;
    width:120px !important;
}
.right ul li {
    float:right;
    width:32px !important;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    border:none;
    background:none;
    list-style-type:none;
    overflow:hidden;
}


/* --- */

P {
    margin-bottom: 25px;
}
p.align-right {
    text-align: right;
}
p.align-center {
    text-align: center;
}

h1 {
    color: #2aa7b7;
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 20px;
}

h2,
h3,
h4,
h5,
h6 {
    color: #2aa7b7;
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
}
h2 {
    margin-bottom:20px;
}


/* -- extra -- */

span {
    border: none !important;
    background: none !important;
}

