nav,
section,
header,
footer {
  display: block;
}


/* Defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: arial, Arial;
  font-size: 16px;
  line-height: 1.4em; 
  color: #43602F;
}

p {
  margin: 0 0 14px 0;
  line-height: 140%;
}
p.tac {
  text-align: center;
}
p.gap {
  margin-top: 40px;
}
p.large {
  font-size: 20px;
}


a {
  color: #43602F;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 125%;
}

h1 {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

h2 {}

h3 {}

h4 {}


ul.tac {
  text-align: center;
}
ul.plain {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
}
ul.plain li {
  margin: 0 0 10px 0;
  padding: 0
}
ul.dashes {
  margin: 20px 0;
  padding: 0 0 0 30px;
  list-style: disc;
}
ul.dashes li {
  margin: 10px 0;
  padding: 0 0 0 10px;
}


/* PAGE WIDTH */
.page {
    margin: 0 auto;
    padding: 20px 0;
    width: 1120px;
}



/* HEADER */
header {
  position: relative;
  margin: 0 -20px 0 0;
  padding: 0 0 40px 40px;
  z-index: 13;
}

header .headTop {
  position: relative;
  margin: 10px 0 0 8px;
  width: 1080px;
  height: 168px;
  background-image: url('/resource/rts-header.png');
  background-repeat: no-repeat;
  background-position: left;
}


/* NAV */
nav {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 0 30px;
  width: 680px;
  text-align: center;
}

nav a {
  display: inline-block;
  width: 25%;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}



/* PAGE CONTAINERS */
.pageCont {
  margin: -110px 0 0 0;
  border-width: 2px;
  border-style: solid;
  border-color: #B5A658;
  border-radius: 120px 0;
  background: rgba(217,243,202,1);
  background: -moz-linear-gradient(left, rgba(217,243,202,1) 0%, rgba(242,251,238,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,243,202,1)), color-stop(100%, rgba(242,251,238,1)));
  background: -webkit-linear-gradient(left, rgba(217,243,202,1) 0%, rgba(242,251,238,1) 100%);
  background: -o-linear-gradient(left, rgba(217,243,202,1) 0%, rgba(242,251,238,1) 100%);
  background: -ms-linear-gradient(left, rgba(217,243,202,1) 0%, rgba(242,251,238,1) 100%);
  background: linear-gradient(to right, rgba(217,243,202,1) 0%, rgba(242,251,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f3ca', endColorstr='#f2fbee', GradientType=1 );
}
.pageContIn {
  padding: 100px 40px 40px 40px;
}

.pageContent {
  float: left;
  padding: 0 40px;
  width: 716px;
}




/* PAGE ELEMENTS */
.wideList {
  margin: 14px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.wideList li {
  float: left;
  font-weight: bold;
}

.wideList-7 li {
  width: 14%;
}


/* PAGE SIDES */
.pageSide {
  position: relative;
  float: left;
  width: 120px;
  text-align: center;
}
.pageSide .txtBorder {
  position: absolute;
  top: 0;
  width: 8px;
  word-wrap: break-word;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #93b07f;
}

.pageSideL .txtBorder {
  left: -30px;
}
.pageSideL .title {
  padding: 0 0 20px 0;
  font-weight: bold;
  text-decoration: underline;
}
.pageSideL .group {
  margin: 0 0 10px 0;
  border-width: 0 2px;
  border-style: solid;
  border-color: #B5A658;
  border-radius: 15px;
}
.pageSideL .group .groupTitle {
  font-weight: bold;
}
.pageSideL .group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.pageSideL .group ul li {
  margin: 0;
  padding: 5px 0;
}

.pageSideR .txtBorder {
  right: -30px;
}
.pageSideR img {
  margin: 0 0 40px 0;
}




/* PAGE CONTENT */
.compTitle {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.intro {
  margin: 0 0 40px;
  font-weight: bold;
  text-align: center; 
}

.gradBox {
  margin: 40px 0;
  padding: 10px;
  background: rgba(220,207,158,1);
  background: -moz-linear-gradient(top, rgba(220,207,158,1) 0%, rgba(243,239,225,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,207,158,1)), color-stop(100%, rgba(243,239,225,1)));
  background: -webkit-linear-gradient(top, rgba(220,207,158,1) 0%, rgba(243,239,225,1) 100%);
  background: -o-linear-gradient(top, rgba(220,207,158,1) 0%, rgba(243,239,225,1) 100%);
  background: -ms-linear-gradient(top, rgba(220,207,158,1) 0%, rgba(243,239,225,1) 100%);
  background: linear-gradient(to bottom, rgba(220,207,158,1) 0%, rgba(243,239,225,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dccf9e', endColorstr='#f3efe1', GradientType=0 );
}




/* CONTACT */
.contactCont {
  margin: 40px 0px;
  padding: 5px 135px;
  background-image: url('/resource/contact-form.png');
  background-repeat: no-repeat;
  background-position: center center;
}

#formMsg {
  padding-bottom: 4px;
  text-align: center;
  font-weight: bold;
}

#formMsg .sending {
}

#formMsg .success {
  display: block;
  padding: 40px 0;
  font-size: 22px;
  line-height: 140%;
}

#formMsg .error {
  color: #EA2E2E;
}


.formRow {
  padding: 5px;
}
.formRow label {
  display: table-cell;
  width: 130px;
  font-weight: bold;
  vertical-align: top;
}

.formRow.formRow_text {
  display: table;
}
.formRow.formRow_text input {
  display: table-cell;
  padding: 2px;
  width: 290px;
}

.formRow.formRow_textarea {
  display: table;
}

.formRow.formRow_textarea textarea {
  display: table-cell;
  padding: 2px;
  width: 290px;
  height: 100px;
  resize: none;
}

.formRow.formRow_text-captcha input {
  width: 60px;
}
.formRow.formRow_text-captcha span {
  display: inline-block;
  margin-left: 20px;
}

.formRow.formRow_submit {
  padding-top: 10px;
  text-align: center;
}
.formRow.formRow_submit input {
  padding: 5px 0;
  width: 80px;
  color: #43602F;
}




/* FOOTER */
footer {
  padding: 40px 0 0 0;
  font-size: 14px;
  text-align: center;
}



/* SERVICE IMAGES */
.servImgs {
  text-align: center;
}
.servImgs-2 .servImg {
  float: left;
  width: 50%;
}

.servImgs span {
  display: block;
  padding: 4px 0 0 0;
}



/* Clear */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
  float: none;
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
}
