/* Imports ----------------- */

@import url(reset.css);

/* Master ------------------ */

body{ font-family:Georgia;background: #d6e7c1 url(../images/background.jpg) no-repeat center top; margin-top: 45px; }
#container{ width: 920px; margin: 0 auto; background: #fff; position:relative; padding-bottom: 20px; }
#content { padding-bottom: 10px; }
div.about-1, div.about-2, div.about-3, div-about-4 { padding-bottom: 20px; }


/* Headings ---------------- */

h1,h2,h3,h4,p { padding: 0 30px 0 30px; }
h1{ font-size: 31px; color: #8bc441; padding-bottom: 10px; }
h2{ font-family: helvetica, Arial; font-size: 18px; font-weight: bold; color: #8bc441; padding-bottom: 15px;}
h3{}
h4{}
p{ color: #666; font-size: 14px; line-height: 20px; padding-bottom: 20px; font-family: Helvetica, Arial;}
p.large{ font-size: 16px; color: #0d2b51; line-height: 25px;}

.i {font-style: italic;}

/* Navigation -------------- */

#logo { position: absolute; height:51px; width:234px; background: url(../images/logo.jpg); top:14px;left:7px; }

#nav{background: url(../images/nav-bg.gif) repeat-x;}

#nav ul { margin-left: 260px; height: 105px; }
#nav ul li { float:left;display:block; }
#nav ul li a { 
	text-decoration: none; 
	color: #8dc641; 
	font-family: Verdana; 
	font-size: 11px; 
	text-transform: uppercase; 
	margin-top: 10px; margin-bottom: 25px;
	padding: 29px 31px 29px 30px;
	font-weight: bold; 
	float: left;
	display: block;
	border-left: 1px solid #f2f2f2;
	background: url(../images/bg-grad.jpg) no-repeat left top;
	}
#nav ul li a:hover { background: #f7f7f7; }

/* ------- */

#side-nav {}

#side-nav ul {  }
#side-nav ul li { }
#side-nav ul li a { padding:18px 0px 18px 0px; display: block; background: #ccc; width: 280px; clear: both; margin-bottom: 2px; text-decoration: none; }
#side-nav ul li a:hover {  }

#side-nav ul li a.sn1 { background: url(../images/grass.gif) no-repeat 12px center; }
#side-nav ul li a.sn2 { background: url(../images/rain.gif) no-repeat 24px center; }
#side-nav ul li a.sn3 { background: url(../images/globe.gif) no-repeat 23px center; }
#side-nav ul li a.sn4 { background: url(../images/recycle.gif) no-repeat 22px center; }

#side-nav h3 {padding:0;margin:0; font-family: Arial; font-size: 13px; text-transform: uppercase; color: #0d2a52; font-weight: bold; padding: 0 30px 0 96px;}
#side-nav p {padding:0;margin:0; font-family: Arial; font-size:11px;padding: 0 30px 0 96px; color: #0d2a52; line-height: 14px;}

/* ------- */

#home-footer ul {  }
#home-footer ul li { 
	font-size: 12px; 
	font-family: Arial; 
	margin-bottom: 10px;
	margin-left: 30px; 
	line-height: 17px; 
	padding: 2px 30px 2px 30px;
	background: url(../images/leaf-bullet.gif) no-repeat left top;
	color: #0d2a52;

	}

/* ------- */

.sub-nav ul { margin-left: 30px; padding-top: 130px; text-align: right; margin-right: 30px; }
.sub-nav ul li { display: inline;}
.sub-nav ul li a { font-family: helvetica, Arial;  margin-right: 18px; text-decoration:none; color: #fff; font-size: 14px; }
.sub-nav ul li a.on {color:#ccc;}

/* ------- */

ul.board { margin-left: 55px; padding-bottom: 30px; padding-top: 10px; }
ul.board li { font-family: Helvetica, Arial; font-weight:normal; font-size: 14px; color: #333; line-height: 28px; }
ul.board li strong { font-weight:bold; color: #0d2a52; }


/* Structure -------------- */

#home-left{ width: 639px; float: left; margin-top: 20px;  }
#home-right{ width: 280px; float: left; border-left: 1px solid #f2f2f2; }

#contact-left{ width: 500px; float: left; margin-top: 30px;  }
#contact-left strong { font-weight:bold; }
#contact-left iframe { margin-left: 30px; margin-bottom:30px; border: 5px solid #ccc; }
#contact-right{ width: 419px; float: left; border-left: 1px solid #f2f2f2; padding-top: 30px;}

div.success { margin: 30px; margin-top:0; font-family:Arial; color: #8bc441; font-size: 14px; border: 1px solid #8bc441; background: #dae4c9; padding: 10px; }
div.error { margin: 30px; margin-top:0; font-family:Arial; color: red; font-size: 14px; border: 1px solid #8bc441; background: #dae4c9; padding: 10px; }

div.box { width: 580px; margin-left: 30px; margin-bottom: 15px; }
div.box div.box-top { background: url(../images/box-top.gif); height:9px; }
div.box div.box-bot { background: url(../images/box-bot.gif); height:9px; }
div.box div.box-content { background: #e8eceb;}

div.box p { padding:5px 20px 5px 20px; margin:0; font-size: 18px; font-style: italic; font-family: Helvetica, Arial; line-height: 24px; text-align:center; }
.high { color: #8dc641; font-family: "Times New Roman", Georgia, Times, serif; font-weight: bold; font-size: 20px; }
img.banner { margin: 0 0 15px 24px;}

/* Form -------------- */
form.contact { font-family: helvetica, Arial; padding-left: 30px; }

div.form-inline { margin-bottom: 10px;  }
div.form-inline label { float:left; width: 80px; color:#666; font-size: 12px; text-transform: uppercase; padding-top: 10px; }
div.form-block label { float:left; width: 80px; color:#666; font-size: 12px; text-transform: uppercase; padding-top: 10px; }
div.form-block textarea { width: 260px; height: 100px; font-size: 13px; color: #666; }
div.form-block { margin-top: 20px; }

div.f-button input { margin: 15px 0 20px 80px;}

/* Footer -------------- */

#home-footer{ border-top: 1px solid #f2f2f2; clear: both; }

#home-footer #hf1 { width: 290px; float: left; margin-right: 15px; padding-top: 20px; }
#home-footer #hf2 { width: 290px; float: left; margin-right: 15px; padding-top: 20px; }
#home-footer #hf3 { width: 290px; float: left; padding-top: 20px; }

#footer { width: 920px; margin: 0 auto; clear: both; height: 49px; background: url(../images/footer.jpg);}
#footer p { padding-top: 38px; text-align:center; font-size: 12px; color:#8bc441; }
#footer p a { color:#8bc441; font-weight:bold; }

#about-us { background: url(../images/aboutus-banner.jpg); height: 161px;}

div.about-5 img { padding: 20px 0 30px 0; } 


/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

