#banner {
  height: 255px;
  background-color: #fff;
  /* background-image: url('/assets/stage/1.jpg'); */
  background-repeat: no-repeat;
}

#banner #homeLink {
  height: 100px;
}

#sitetools {
  float: right;
  color: #fff;
  height: 33px;
  padding-top: 8px;
  padding-left: 18px;
  background-image: url('/assets/elements/trans.png');
  background:repeat: repeat;
  text-align: right;
  font-size: 85%;
  width: auto;
  -moz-border-radius-bottomleft: 10px;  
  -webkit-border-bottom-left-radius: 10px;
      -khtml-border-radius-bottomleft: 10px;
}

#sitetools #search-field {
  font-style: italic;
  font-weight: normal;
  color: #333;
  font-size: 108%;
  padding: 3px 5px 3px 5px;
  height: 15px;
  margin-right: 8px;
  width: 170px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
}

#navigation {
  /*height: 120px;*/
  background-color: #ccc;  
  z-index: 500;
}

#navigation #SiteNavigation_Container {
  background-color: #252525;
}

#navigation .SiteNavigation {
  height: 30px;
  padding: 0px;
  margin: 0px auto 0px auto;
  background-color: #111;
}

#navigation .SiteNavigation li {
  float: left;
  list-style: none;
  font-size: 100%;
  font-weight: bold;
}

#navigation .SiteNavigation li a {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  color: #fff;
}

#navigation .SiteNavigation a:hover {
  height: 18px;
  background-color: #333;
  color: #fff;
}

#navigation .SiteNavigation li a.current {
  height: 18px;
  background-color: #EB540D;
  color: #fff;
}

#navigation #SubNavigation_Container {
  border-bottom: 1px solid #eee;
}

#navigation .SubNavigation {
  height: 30px;
  padding: 0px;
  margin: 0px auto 0px auto;
  background-color: #e2e3e5;
  border-bottom: 1px solid #ccc;
}

#navigation .SubNavigation li.subnav {
  float: left;
  list-style: none;
  font-size: 93%
}

#navigation .SubNavigation li.subnav a {
  display: block;
  height: 16px;
  padding: 7px 15px;
  text-decoration: none;
  color: #333;
}

#navigation .SubNavigation a:hover {
  height: 16px;
  background-color: #ccc;
}

#navigation .SubNavigation li.subnav a.current {
  background-color: #0099ff;
  color: #fff;
}

#navigation .SubNavigation li.subnav ul.DropNavigation {
  display: none;
}

#navigation .SubNavigation li.subnav:hover ul.DropNavigation {
  display: block;
  float: left;
  list-style:none; 
  min-width: 150px;
  padding:0px 0px 0px 0px; 
  margin: 0; 
  position: absolute;
  z-index: 1000;
}

#navigation .SubNavigation li.subnav:hover ul.DropNavigation li a {
  min-width: 150px;
  clear: left;
  z-index: 1000;
  background-color: #e2e3e5;
  border-top: 1px solid #ccc;
}

#navigation .SubNavigation li.subnav:hover ul.DropNavigation li a:hover {
  background-color: #ccc;
  border-top: 1px solid #aaa;
}

/* more links */

.moreLinkBig a:link {color:#fff;}

a.moreLinkBig {
  position: absolute;
  bottom: 10em;
  right: 10em;
  text-decoration: none;
  color: #666;
  /*background-image: url("/assets/elements/arrow_big.png");*/
  background-repeat: none;
  padding: 5px 5px 5px 9px;
}

a.moreLinkBig:link  {
  position: absolute;
  bottom: 10em;
  right: 10em;
  text-decoration: none;
  color: #fff;
}

a.moreLinkBig:visited  {
  position: absolute;
  bottom: 10em;
  right: 10em;
  text-decoration: none;
  color:#fff;
}

a.moreLinkBig:hover  {
  position: absolute;
  bottom: 10em;
  right: 10em;
  text-decoration: none;
  color:#fff; 
}

a.moreLinkBig:active  {
  position: absolute;
  bottom: 10em;
  right: 10em;
  text-decoration: none;
  color:#fff;
}

#pageContent {
  background-color: #fff;  
  min-height: 400px;
}

#pageIntro {
  background-color: #fff;
  border-top: 4px solid #eb540d;
  border-bottom: 1px solid #999;
  min-height: 100px;
  margin-bottom: 20px;  
}

#panelPromoPerformance {
  background-color: #fff;
  border-top: 4px solid #0099ff;
  border-bottom: 0px solid #999;
  width: 340px;
  height: 95px;
  margin: 0px 10px 0px 10px;
  padding: 10px 0px 0px 0px;
}

#pagePromo {
  min-height: 300px;  
}

#panelPromoQuote {
  background-color: #eb540d;
  min-height: 200px;  
}



#panelPromoQuote #quotemarks img {
  margin-top: 18px;
  margin-left: 10px;
}



#panelPromoVideo {
  margin-top: 10px;
}

#panelPromoGive {
  background-color: #252525;
  min-height: 130px;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
}

#panelPromoGive #givearrow img {
  float:right;
  margin-top: 175px;  
  margin-right: 5px
}

#panelPromoNews {
  background-color: #0099ff;
  min-height: 100px;
  margin-bottom: 10px;  
  margin-top: 10px;
  padding-bottom: 15px;
}

.buffer {
  height: 10px;  
}

.clear_buffer {
}

#pageBody {
  background-color: #fff;
  min-height: 300px;  
}

.pageActionButton {
  background-color: #e2e3e5;
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #ccc;
  height: 180px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

.pageActionButtonCorp {
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  margin-top: -10px;
  padding-bottom: 15px;  
}

.pageActionButtonNews {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  min-height: 85px;
  margin-top: -10px;
  margin-bottom: 20px;    
}

#footer {
  min-height:200px;
  background-color: #333;
  border-top: 0px solid #666;
  margin-top: 20px;
  padding-bottom: 20px;
}

#footerSmallprint {
  height: 30px;
  background-color: #111;
  color: #888;
}



/* Forms */


.JTWForm_DropDownList {
  margin: 10px 20px 3px 10px;
}

.JTWForm_DropDownList select {
  vertical-align: middle;
  width: 340px;
}

.JTWForm_RadioButtonList {
  margin: 10px 20px 3px 10px;
}

.JTWForm_RadioButtonList label{
  font-size: 100%;
  font-weight: normal;
  color: #555;
  margin-left: 5px;
}

.JTWForm_CheckBox {
  margin: 10px 20px 10px 10px;
}

.JTWForm_CheckBox label{
  font-size: 100%;
  font-weight: normal;
  color: #555;
  margin-left: 5px;
}

#pageBody .formLabel {
  font-size: 100%;
  font-weight: normal;
  color: #555;
  margin: 15px 20px 3px 10px;
  width: 330px;
}

#ContentPlaceHolderDefault_ContentPageBody_CultivContactForm_8__recaptchaLabel {
  font-size: 100%;
  font-weight: normal;
  color: #555;
  margin: 15px 20px 3px 10px;
  width: 330px;
}

#recaptcha_widget_div {
  margin-left: 7px;
}

#pageBody input[type="submit"] {

  
  background-color: #EB540D;
color:#fff;
font-weight:bold;
width: 75px;
height: 30px;
padding: 3px 8px 6px;
font-style:normal;
font-size:100%;
border:0;
margin:18px 10px 0 10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
-moz-box-shadow:none;
}

#pageBody input[type="text"] {
  font-size: 100%;
  font-weight: normal;
  color: #555;
  border: none;
  height: 17px;
  width: 330px;
  max-width: 330px;
  margin: 0px 10px 0px 10px;
  padding: 5px 8px 6px 8px;
  text-align: left;
  background-color: #e2e3e5;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
}

#pageBody input[type="text"]:hover, #pageBody input[type="text"]:focus  {
  background-color: #eee;
  text-decoration: none;
  color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
}

#pageBody input[type="text"] {
 margin-top: 10px;
 clear: after; 
}

#pageBody textarea {
  font-size: 100%;
  font-weight: normal;
  color: #555;
  border: none;
  width: 330px;
  margin: 10px 10px 0px 10px;
  padding: 5px 8px 6px 8px;
  text-align: left;
  background-color: #e2e3e5;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
}

#pageBody textarea:hover, #pageBody textarea:focus  {
  background-color: #eee;
  text-decoration: none;
  color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
}

#subscribe input[type="radio"] {
 margin-left: 10px; 
}


            */

























































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

