body {
    min-height: 2000px;
    padding-top: 0px;
}
.navbar-default .navbar-nav>li>a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.navbar-brand{
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px
}
.navbar-default{
    background: transparent;
    opacity: 1;
    border:none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 145px;
}
div#navbar{
    margin-right: 91px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: none;
    color: #669900;
}
.bg1{
    width: 100%;
    background-image:url('../images/bg1.jpg');
    background-repeat:no-repeat;
    padding-top: 100px;
}
h1.title1{
    font-size: 31px;
    color: #669900;
    font-family: 'Open Sans', sans-serif;
}
h2.title1{
    font-size: 33px;
    color: #999999;
    font-style: italic;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.stext{
    font-size: 15px;
    color: #999999;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
.stext a{
    font-size: 15px;
    color: #669900;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    text-align: right;
}
h3.title1{
    font-size: 37px;
    color: #669900;
    font-style: italic;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
h3.title2{
    font-size: 37px;
    color: #669900;
    font-style: italic;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-right: 80px;
    margin-top: 50px;
}
h3.whitetitle1{
    font-size: 30px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: -55px
}
.bg2{
    width: 100%;
    background-image:url('../images/bg1.png');
    background-repeat:no-repeat;
    background-position: 0 bottom;
    background-position: left -3px bottom -35px;
    padding-top: 30px;
}
.ptext1{
    font-size: 15px;
    color: #999999;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
.ptext2{
    font-size: 20px;
    color: #999999;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
.ptext3{
    font-size: 20px;
    color: #999999;
    font-style: italic;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
.ptext4{
    font-size: 31px;
    color: #669900;
    font-style: italic;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 78px;
}
INPUT.contact{
    font-size: 14px;
    border:1px solid #669900;
    color:#999999;
    font-weight: 500;
    padding:0 10px;
    width: 212px;
    line-height: 43px;
    font-family: 'Open Sans', sans-serif;
    float: right;
    background: transparent;
}
INPUT.contactbtn{
    font-size: 14px;
    border:1px solid #669900;
    background:#669900;
    color:#fff;
    font-weight: 500;
    padding:0 10px;
    width: 120px;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
}
TEXTAREA.contactarea{
    font-size: 14px;
    border:1px solid #669900;
    color:#999999;
    font-weight: 500;
    padding:10px;
    width: 357px;
    height: 171px;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
}
.contactlabel{
    font-size: 14px;
    color: #669900;
    font-style: italic;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}
.contacttext{
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.contacttext a{
    color: #669900;
}
.contacttext a:hover{
    color: #999999;
    text-decoration: none;
}
.bg3{
    width: 100%;
    background-image:url('../images/bg2.jpg');
    background-repeat:no-repeat;
    padding: 100px 0 0 0;
}
.contactrow{
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.ptext5{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    padding: 130px 0 220px 40px;
}
#navheader{
    width: 100%;
    float: left;
}
.formerror{
    width: 100%;
    color: red;
    font-size: 13px;
    float: left;
}