@import 'reset.css';

/* GENERAL
----------------------------------------------------------------------------------------------------*/
  @font-face{
    font-family:"CoconLight";
    src:url("fonts/CoconLight.ttf");
}

body,h1,h2,h3,h4,h5,h6{
    font-family:"CoconLight";
}
.sf-menu li{
	font-family:"CoconLight" !important;
	font-weight: 800 !important;
}
#hero p {
	font-family:"CoconLight" !important;
	}
body {
	background: #85c631;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	font-style: normal;	
	-webkit-text-size-adjust:none;  
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: "ff-cocon-web",sans-serif;*/
	font-style: normal;
	font-weight: 800;
	color: #218ddf;
	line-height: 1;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 10px;
}

a {
	color: #218ddf;
}

a:hover {
	color: #218ddf;
	text-decoration: none;
}
.italic {
	font-style: italic;
}

/* MISC CLASSES
----------------------------------------------------------------------------------------------------*/

.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
img {
	max-width: 100%;
	height: auto;
}

/* BUTTONS
----------------------------------------------------------------------------------------------------*/

.button {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 10px 10px;	
	background-color: #85c631;
	background-image: url('../images/icons/next.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center; /* horizontal, then vertical */		
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;	
	line-height: 14px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;	
	border: none;
	border-radius: 17px 17px 17px 17px;
	-moz-border-radius: 17px 17px 17px 17px;
	-webkit-border-radius: 17px 17px 17px 17px;	
}
.small-button {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 5px 25px 5px 10px;	
	background-color: #85c631;
	/*background-image: url('../images/icons/next.png');*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center; /* horizontal, then vertical */	
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	color: #ffffff;
	line-height: 11px;	
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;	
	border: none;
	border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;	
}
.small-button.back {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 25px;		
	background-color: #85c631;
	background-image: url('../images/icons/back.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center; /* horizontal, then vertical */
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	color: #ffffff;
	line-height: 11px;	
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;	
	border: none;
	border-radius: 14px 14px 14px 14px;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;			
}
.button:hover,
.small-button:hover,
.small-button.back:hover {
  	color: #ffffff;
  	background-color: #6a9e27;
  	text-decoration: none;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#bkgrd {
	background-color: #ffffff;
}
#header {
	/* top right bottom left */
	padding: 10px 0px 10px 0px;
	background-color: #218ddf;
}
#sky,
#sky-home {
	width: 100%;
	background: url('../images/bkgrd-sky.png') repeat-x center top;
}
#sky .container_12 {
	background: #ffffff url('../images/bkgrd-skytint.gif') repeat-x center top;
}

/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/

#navigation-container {
	/* top right bottom left */
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
   	position: relative;
}
#navigation {
	clear: left;
   	float: right;
   	margin: 0;
   	padding: 0;
   	position: relative;
   	right: 50%;
}
#navigation li {
	position: relative;
   	left: 50%;
}
#navigation ul {
   	left: 0;
   	right: auto; /*resets the right:50% on the parent ul */
}
#navigation ul li {
   	left: auto;  /*resets the left:50% on the parent li */
  	clear: left;
}

/* SUPERFISH
----------------------------------------------------------------------------------------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	/* top right bottom left */
	padding: 13px 0px 13px 15px;	
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #ffffff;
}
.sf-menu a:hover {
	color: #90c6ef;
}
.sf-menu li {
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	background: #218ddf;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	text-transform: uppercase;
	line-height: 1;
}
.sf-menu ul li {
	background: #ffffff;
}
.sf-menu ul ul li {
	background: #ffffff;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #218ddf;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #cccccc; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,0,0,.25);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #999999; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* BREADCRUMBS
----------------------------------------------------------------------------------------------------*/

.breadcrumbs {
	/* top right bottom left */
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #90c6ef; /* 50% */
}
.breadcrumbs li {
	/* top right bottom left */
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	display: inline;
}
.breadcrumbs li span {
	/* top right bottom left */
	padding: 0px 0px 0px 5px;
}

/* HOMEPAGE
----------------------------------------------------------------------------------------------------*/

#hero {
	width: 100%;		
}
#hero h1 {
	color: #ffffff;
}
#hero p {
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	color: #c2e298;
	line-height: 1.2;
}
#latest-news-top {
	/* top right bottom left */
	padding: 10px 10px 10px 10px;
	background-color: #649626;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}
#latest-news {
	/* top right bottom left */
	padding: 0px 10px 10px 10px;
	background: #85c631 url('../images/news-bkgrd.gif') repeat-x center top;
}
#latest-news-top h2 {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	color: #85c631;	
 	border-bottom: 1px solid #85c631;
}
#latest-news .news-listing h3 {
	/* top right bottom left */
	margin: 0px 0px 5px 0px;	
}
#latest-news .news-listing h3 a {
	color: #ffffff;
 	text-decoration: none;
}
#latest-news .news-listing p.date {
	/* top right bottom left */
	margin: 0px 0px 5px 0px;
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}
#latest-news .news-listing .excerpt p {
	/* top right bottom left */
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.vl {
	/* top right bottom left */
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	position: relative;
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;	
}
.vl-content {
	min-height: 170px;	
}
.vl img.icon {
	position: absolute;
	top: 3px;
	right: 11px;
}
.vl h2 {
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	color: #85c631;
 	border-bottom: 1px solid #85c631;
}
.vl-content p {
	/* top right bottom left */
	padding: 0px 120px 0px 0px;
}

/* ABOUT
----------------------------------------------------------------------------------------------------*/

#note-top {
	/* top right bottom left */
	padding: 30px 0px 0px 0px;
	background: #ffffff url('../images/directors-message-top.gif') repeat-x center top;
}
#note-message {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	background: #f6f6e4 url('../images/bkgrd-dm.gif') repeat-x center top;
}
#note-message h2,
#note-message h3 {
	color: #85c631;
}

/* GALLERY
----------------------------------------------------------------------------------------------------*/

.album-list {
	float: left;
	width: 25%;
}
.album-list .album {
	/* top right bottom left */
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.album-list .album h2 {
	/* top right bottom left */
	padding: 10px 0px 10px 0px;
}
.album-list .album h2 a {
	text-decoration: none;
}
#image-list li {
	padding: 2%;
	float: left;
	width: 28%;
	background-color: #ffffff;
}
#image-list li img {
	opacity: 0.5;
}
#image-list li.cycle-pager-active img,
#image-list li a:hover img {
	opacity: 1;
}

/* NEWS & EVENTS
----------------------------------------------------------------------------------------------------*/

.post-list {
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #c7e2f7; /* 25% */	
}
.post-list h2 {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;	
}
.post-list h2 a {
	text-decoration: none;	
}
.post-list p.date {
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #90c6ef; /* 50% */
}
.post ul.meta {
	/* top right bottom left */
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #c7e2f7;
}
.post ul.meta li {
	/* top right bottom left */
	margin: 0px 30px 0px 0px;
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #218ddf;	
	display: inline-block;
	line-height: 40px;
}
.post ul.meta li.post-date {
	/* top right bottom left */
	padding: 0px 0px 0px 35px;
	background: url('../images/icons/calendar.gif') no-repeat left center;
}
.post ul.meta li.post-author {
	/* top right bottom left */
	padding: 0px 0px 0px 35px;
	background: url('../images/icons/avatar.gif') no-repeat left center;
}
.post .post-image {
	/* top right bottom left */
	padding: 20px 0px 0px 0px;
}
.post .post-description {
	/* top right bottom left */
	padding: 20px 0px 0px 0px;
}
.post .post-documents {
	/* top right bottom left */
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #c7e2f7;
}
.meta .cats,
.meta .tags {
	/* top right bottom left */
	padding: 20px 0px 0px 0px;
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
}
#news-archive {
	/* top right bottom left */
	margin: 0px 0px 20px 0px;
}
#news-archive h2,
#news-archive h3 {
	color: #85c631;
}
#news-archive ul {
	/* top right bottom left */
	margin: 0px 0px 20px 0px;
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
}
#news-archive li a {
	text-decoration: none;
}
#news-archive ul ul {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
}
#news-archive ul ul li {
	/* top right bottom left */
	padding: 0px 0px 0px 20px;
}

/* DOWNLOADS
----------------------------------------------------------------------------------------------------*/

.download {
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #c7e2f7; /* 25% */
}
.download h3 {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
}
.download p.date {
	font-family: "ff-cocon-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #90c6ef; /* 50% */
}

/* JOBS
----------------------------------------------------------------------------------------------------*/

.job-listing {
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #c7e2f7; /* 25% */
}
.job-detail ul {
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
}
.job-detail li {
	/* top right bottom left */
	margin: 0px 0px 0px 20px;
  	list-style: disc;
}
.divider {
	/* top right bottom left */
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #c7e2f7; /* 25% */
}

/* CONTACT
----------------------------------------------------------------------------------------------------*/

.contacts h2,
.contacts h3 {
	color: #85c631;
}

/* FORMS
----------------------------------------------------------------------------------------------------*/

form {
	padding: 0px;
}
form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
form textarea,
form input[type="text"],
form input[type="email"] {
  height: 40px;
  margin-bottom: 10px;
  /* top right bottom left */
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  vertical-align: middle;
	width: 97%; 
}
form select {
  height: 40px;
  margin-bottom: 10px;
  /* top right bottom left */
  padding: 0px 10px 0px 10px;
  font-size: 14px; /* Will render at 14px */
  line-height: 40px;
  color: #333333;
  background: #ffffff url('../images/icons/form-select-arrow.gif') no-repeat right center;
  border: 1px solid #cccccc;  
  -webkit-appearance: none;
  width: 97%;
}
form textarea {
  height: auto;
}
form textarea,
form input[type="text"],
form input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
form textarea:focus,
form input[type="text"]:focus,
form input[type="email"]:focus {
  border-color: rgba(102, 102, 102, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
form input[type="submit"] {
	border: none;
	cursor: pointer;
	text-transform: uppercase;	
}
form fieldset p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	clear: both;
}
form p.error {
	font-size: 12px;
	color: #cc0000;
	margin: 0px 0px 10px;
	padding: 0px;
}
form p.required {
	padding-top: 10px;
	font-size: 12px;
	color: #cc0000;
}
form p label span {
	color: #cc0000;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

#grass {
	/* top right bottom left */
	padding: 50px 0px 0px 0px;
	width: 100%;
	background: url('../images/bkgrd-grass.gif') repeat-x center top;
	clear: both;
}
.footer {
	/* top right bottom left */
	padding: 0px 0px 10px 0px;
}
.footer p {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
.footer-links {
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
}
.footer-links li {
	font-size: 12px;
	color: #ffffff;
	display: inline;
}
.footer-links li a {
	color: #ffffff;
	text-decoration: underline;
}
.footer-links li a:hover {
	color: #ffffff;
	text-decoration: none;
}