@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

body {
background-color: #fff;*/
}

#header {
width: 100%;
hight: 660px;
background-image: url(images/header-bg.png);
/*background-color: #414042;*/
}

#header-container {
width: 960px;
padding-top: 30px;
padding-bottom: 30px;
margin: 0px auto 0px auto;
}

#header-video {
margin-top: 20px;
}

#container {
background: url(images/bg.png) repeat;
width: 100%;
}

#content-container {
width: 960px;
background-color: #fff;
border-left: 1px solid #BCBEC0;
border-right: 1px solid #BCBEC0;
margin: 0px auto 0px auto;
}

#info {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
width: 960px;
padding-top: 30px;
padding-bottom: 20px;
}

#info-left {
width: 280px;
float: left;
margin-left: 30px;
}

#info-center {
width: 280px;
float: left;
margin-left: 30px;
}

#info-right {
width: 280px;
float: left;
margin-left: 30px;
}

#pictures {
margin-top: 30px;
background-color: #fff;
}

#pictures img {
margin-bottom: 30px;
}

#pictures-left {
width: 435px;
float: left;
margin-left: 30px;
}

#pictures-right {
width: 435px;
float: left;
margin-left: 30px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size: 16px;
color: #4D8B3F;
margin-bottom: 10px;
}

#contact-form{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background:#D1D3D4;
    width:960px;
}

.contact-form-column{
    float:left;
    margin:20px 0 20px 30px;
    width:280px;
}

.contact-form-column input{
    width:275px;
}

.contact-form-column textarea{
    height:120px;
    width:275px;
}

#contact-form-bottom{
    background:#ddd;
    color:#fff;
    padding:0 0 20px 0;
    width:960px;
}

#contact-us {
    background:black;
    float:left;
    height:40px;
    line-height:40px;
    width:620px;
}

#submit input{
    border:none;
    color:#fff;
    float:left;
    height:40px;
    width:340px;
    text-align:left;
}

.clear{
    clear:both;
}
