﻿body {
}
.header {
    /*background-image: url(../img/Header.jpg);*/
    position: relative;
    height: 305px;
    background-size: 100% auto;
    margin-top: 20px;
}

.sample1 {
    position: absolute;
    width: 430px;
    left: 270px;
    top: 130px;
}
.sample2 {
    position: absolute;
    width: 258px;
    left: 788px;
    top: -25px;
}
.sample3 {
    position: absolute;
    width: 150px;
    left: 730px;
    top: -23px;
}

/*.sample4 {
    width: 250px;
    padding-top:20px;
    padding-bottom:20px;
}*/


.sample5 {
    width: 800px;
}

.sample6 {
    display: inline-block;
    position: relative;
    height:700px;
}

.sample6 img {
    float:left;
    max-width:50%;
}

.sample6txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.padtop {
    padding-top:20px;
}

.subcontent {
    position: relative;
    text-align: center;
}

.headlinetext {
    font-size: 24.0pt;
    padding-bottom: 15px;
}



.normaltext {
    color: #303030;
}

.purpletext {
    color: rgb(149,27,128);
}

.tickboxlist {
    width:600px;
    margin:0px auto;
    padding-top:20px;
    display:inline-block;
}

.tickbox {
    width:50%; float:left;
    min-height:55px;
}

.tick {
    max-height:30px;
    float:left;
    width:20%;
}

.ticktxt {
    float:left;
    width:80%;
    text-align:left;
}

.tickimg {
    width:30px;
    height:auto;
}

.seperator4 {
    max-width:900px;
    margin:0px auto;
    width:100%;
    display:inline-block;
}

.seperator4 > div {
    width:25%; 
    float:left;
}

.pt20pb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt40pb60 {
    padding-top: 40px;
    padding-bottom: 60px;
}

.pt60pb20 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.c600 {
    width: 500px;
    margin: 0px auto;
}