
@import "reset.css";


/* Generic elements */

html { height: 100%; }
body { padding: 45px 0 2em; background-color: #fefae9; color: #5d5d5d; font: .938em/normal "Helvetica Neue Light", Helvetica, Arial, sans-serif; text-align: center; }

a,:link,:visited { color: #69a231; text-decoration: underline; } 
a:hover,a.important,a.on { color: #000; text-decoration: underline; }

p { margin-bottom: 1em; }

small, big { line-height: normal; }

img.port { float: left; margin: 0 10px 10px 0; }
img.star { float: right; margin: 0 0 10px 10px; }

ul { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
ol { list-style: decimal; margin-bottom: 1em; padding-left: 2em; }
ul.reset, ul.reset ul, ul.reset ol, ol.reset, ol.reset ol, ol.reset ul { list-style: none; margin: 0; padding: 0; }

p img, li img { vertical-align: middle; }

blockquote { padding: .25em 0 0 30px; background: url(images/quotes1_top-left.png) no-repeat; }
blockquote p { margin-bottom: .5em; }
blockquote .a { padding: 2px 30px 2px 0; background: url(images/quotes1_bottom-right.png) 100% 100% no-repeat; white-space: nowrap; *display: inline-block; }
blockquote cite { display: block; font-size: .748em; line-height: 1.25em; text-align: right; }


/* Custom paragraphs, links, images, etc. */









/* Links & Buttons */

a.more,a.more:link,a.more:visited { padding-right: 15px; background: url(images/arrow1-rightwards-green.png) 100% 50% no-repeat; white-space: nowrap; }
a.more:hover { background-image: url(images/arrow1-rightwards-green.png); color: #000; }


/* Headings */

h1,h2,h3,h4,h5,h6 { margin-bottom: .5em; }

h1 { font-size: 200%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 120%; }


/* Form modelling */

input { vertical-align: middle; }
input.text, input.smalltext, input.tinytext, textarea, select { padding: 2px 3px; border: solid 1px #d4d4d4; background: #ebebe9; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
input.smalltext { width: 30px; text-align: center; }
input.tinytext { width: 25px; }
input.text:focus, textarea:focus, select:focus { border-color: #69a231; outline: none; }
input.button { height: 32px; border-style: solid; border-width: 0; border-color: #f9f8f3 #828177 #828177 #f9f8f3; background-color: #9cd664; color: #000; font-size: 112%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
input.button:active { border-color: #828177 #f9f8f3 #f9f8f3 #828177; }
textarea { overflow: auto; height: 100px; resize: none; }
input.checkbox { width: 15px; height: 15px; margin: 5px 5px 0 0; }

form em.required { color: #198cc5; }

form.normal { font-size: 1em; }
form.normal label.a, form.normal .label { float: left; }
form.normal ul.fields { width: 100%; }
form.normal ul.fields li { float: left; width: 100%; }
form.normal ul.fields textarea, form.normal ul.fields input.text, form.normal ul.fields select, form.normal ul.fields input.file, form.normal ul.fields .field { float: left; }
form.normal .buttons { clear: both; float: none !important; width: auto; }

form.normal ul.fields li { padding-bottom: .7em; }
form.normal label.a, form.normal .label { width: 120px; margin-right: 10px; padding-top: 1px; }
form.normal label.longlabel { padding-top: 0; }
form.normal ul.fields li textarea, form.normal ul.fields li input.text { width: 172px; }
form.normal ul.fields li select, form.normal ul.fields .field { width: 180px; }
form.normal ul.fields .field { margin-top: 7px; }
form.normal ul.fields li input.checkbox { margin-top: 10px; }
form.normal ul.fields li.buttons { padding-left: 60px; }


/* Column group model */

.colgroup { clear: both; }
.colgroup .colset { clear: both; width: 100%; }
.colgroup .col { display: inline; float: left; width: 49.9%; }
.colgroup .port { float: left; }
.colgroup .star { float: right; }
.pillars .col { width: 33.3%; }


/* Layout models */

.inner { padding: 15px 15px 1px; }
.section { margin-bottom: 1.25em; }
.loading { overflow: hidden; background: url(images/loading.gif) 50% 50% no-repeat; }


/* Box models */

.box { margin-bottom: 1em; }

.boxA { position: relative; z-index: 10; width: 164px; height: 164px; margin: -1px -7px 0 -3px; padding: 15px 21px 23px 17px; background: url(images/box3.png) no-repeat; }

.boxB { padding: 20px 33px 5px; border: solid 1px #d5d5d5; }

.rbox { position: relative; padding-left: 20px; background: url(images/box4.png) 0 0 no-repeat; }
.rbox .i1 { position: relative; padding-top: 20px; background: url(images/box4.png) 100% 0 no-repeat; }
.rbox .i2 { position: relative; background: url(images/box4.png) 100% 100% no-repeat; }
.rbox .after { margin-right: 20px; margin-left: -20px; padding: 0 0 5px 20px; background: url(images/box4.png) 0 100% no-repeat; }


/* List models */

.listA {  }
.listA li { display: inline; float: left; margin: 0 14px 1em 0; }
.listA li.last { margin-right: 0; }
.listA li a { float: left; border: solid 1px #dbd6d6; }
.listA li a.on { border-color: #69a231; }


/* Story section */

.story p, .story blockquote, .story ul, .story ol { margin-bottom: 1em; }
.story h2, .story h3, .story h4, .story h5, .story h6 { color: #000; font-weight: normal; }
.story h2 { color: #69a231; }
.story h4 a, .story h4 a:visited { color: #000; text-decoration: none; }
.story h4 a:hover { color: #69a231; }
.story .col { width: 49%; }
.story .boxA { display: inline; float: left; margin: 4px 10px 0 -3px; }
.story .boxB { padding-bottom: 1px; }


/* Gallery model */

.gallery {  }
.gallery .large { overflow: hidden !important; width: 610px; height: 269px; }
.gallery .desc { display: none; clear: both; min-height: 1px; }
.gallery .desc-on { display: block; }


/* Custom headings */

#logo { margin-bottom: 1.5em; }
#tagline {  }


/* Single layers */

#container { width: 967px; margin: 0 auto; text-align: left; }
#wrapper { background: #9cd664 url(images/box1-top.png) no-repeat; }
#wrapper2 { padding: 9px; background: url(images/box1-bottom.png) 0 100% no-repeat; }
#wrapperBefore { background: #fff url(images/box2-top.png) 0 0 no-repeat; }
#wrapperAfter { padding: 33px 81px 1em 42px; background: url(images/box2-bottom.png) 0 100% no-repeat; }
#content {  }


/* Custom column groups */

#wrapper {  }
#wrapper .colA { width: 170px; }
#wrapper .colB { float: right; width: 610px; }
#wrapper .colB .colgroupB .colB1 { width: 240px; }
#wrapper .colB .colgroupB .colB2 { float: right; width: 350px; }


/* Navigation */

#navbar { float: left; width: 100%; margin-bottom: 2em; }
#nav { font: bold 1.134em/normal Arial, Helvetica, sans-serif; }
#nav li { float: left; width: 100%; border-bottom: solid 1px #b0aca4; }
#nav a { display: block; padding: .5em 6px .5em 12px; width: 152px; }
#nav a, #nav a:visited { color: #000; text-decoration: none; }
#nav a:hover, #nav a.on { color: #69a231 !important; }


/* Promo Banner */

#promo_panel { position: relative; width: 608px; height: 267px; z-index: 100; overflow: visible; }
#promo_window { position: relative; width: 608px; height: 267px; overflow: hidden; }
#promo_slider { position: absolute; left: 0; top: 0; width: 10000px; height: 267px; z-index: 101; }
#promo_slider .promo_content { float: left; width: 608px; height: 267px; }
#promo_nav li { display: block; position: absolute; top: 95px; width: 61px; height: 67px; z-index: 200; }
#promo_nav li.prev { left: -22px; }
#promo_nav li.next { right: -22px; }
#promo_nav li a { display: block; width: 100%; height: 100%; text-indent: -9999px; background: url(images/arrow2-leftwards-white.png) no-repeat; }
#promo_nav li.next a { background-image: url(images/arrow2-rightwards-white.png); }


/* Featured Sections */

#featured-sections .col h2 { white-space: nowrap; }
#featured-sections .col { width: 195px; margin-right: 12px; }
#featured-sections .col-last { margin-right: 0; }
#featured-sections .col .inner { padding-top: 5px; }


/* Contact Form */

#contactFrm { padding: 20px 19px 5px; }
#contactFrm input.checkbox { float: right; }
#contactFrm input.submit { width: 90px; }


/* The Footer */

#footer { clear: both; padding: 0 50px; color: #000; font-size: .866em; }
#footer a, #footer a:visited { color: #000; text-decoration: underline; }
#footer a:hover { color: #000; text-decoration: none; }
#footer a.facebook { padding: .5em 0 .5em 15px; background: url(images/icon_facebook.png) 0 50% no-repeat; }
#footer cite { float: right; }

#tld { padding: 0 59px; font-size: .866em; text-align: right; }
#tld a, #tld a:link, #tld a:visited, #tld a:hover { color: #5d5d5d; text-decoration: none; }





/* DO NOT EDIT OR ADD CODE BELOW */

.clearfix:after, .box:after, .colgroup:after, .colset:after, .section:after, .after:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .box, .colgroup, .colset, .section, .after { display: inline-block; }
/* hide from ie/mac \*/
* html .clearfix, * html .box, * html .colgroup, * html .colset, * html .section, * html .after { height: 1%; }
.clearfix, .box, .colgroup, .colset, .section, .after { display: block; }
/* end hide */