@charset "utf-8";
/* 	
	Project: Project Name
	Author:	Scott Barkman
*/


/*
	Main Colors
*/
/*.darkgreen{ color:#008068 !important; }
.lightgreen{ color:#9dc4ba !important;}*/
.darkgreen{ color:#90bf51 !important; }
.lightgreen{ color:#afd779 !important;}
/*------ global ------*/ 
* {margin:0; padding:0;}

body{width:100%;  }
.homepage { background: url('../images/homepage_bg.jpg'); }
.getting-involved { background: url('../images/gettinginvolved_bg.jpg');}
.contact-us { background: url('../images/contactus_bg.jpg');}
.about-us{ background: url('../images/bodybg.jpg');}
.invasive-plants { background: url('../images/invasive_bg.jpg');}
	
#header{background:url('../images/topheaderbg.png') no-repeat top center; height: 110px;}
#logo{position:absolute; top: -81px; z-index: 101;}
.full{width:100%; display:block;}
.fixed{width:960px; display:block; margin:auto;}

.f_right{float:right; display:block;}
.f_left{float:left; display:block;}
.clear{display:block; clear:both;}
small{font-size: 10px;}

.pdfLink{
	background: url("../images/pdf-icon.jpg") no-repeat left;
	padding-left: 20px;
}
.loading{
	background: #fff url('../images/ajax-loader.gif') no-repeat center;	
	width: 100%;
	height: 30px;
	margin-top: -30px;
	position:relative;
	display: none;
	opacity: .9;

}
.plant_species{
	list-style: none;
	margin-left: 0px;	
	display: block;
}
.plant_species li{
	width: 300px;
	float: left;
}
/*------ header ------*/
.social{
	margin-top: 40px;
	margin-right: 30px;
}
.social.facebook{
	margin-right: 5px;	
}
/*------ columns ------*/
.content{
	width: 100%;

	background: url('../images/contentbg.png') repeat-y top center;
	margin-left: auto;
	margin-right: auto;
}
.innercontent{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.col1{
	width: 	680px;
	padding-right: 30px;
	padding-bottom: 30px;
	float: left;
	border-right: 1px solid #ccc;
}
.col2{
	width: 200px;
	padding-left: 29px;
	border-left: 1px solid #ccc;
	float: left;
	margin-left: -1px;
}
.col3{
	width: 305px;
	padding-right: 25px;
	float: right;
}
/*--- Teaser ---*/
#teaser{
	text-align: center;
	position: relative;
	width: 100%;
}
#teaser img{
	margin-top: -20px;	
}
#teasershadow{
	position: absolute; 
	top: 0px;
	left: 0px;
	background: url('../images/teasershadow.png') no-repeat center;
	width: 100%;
	height: 58px;
	
}
/*--- main content ---*/
#body{
	padding: 15px 30px 0px 30px;
	background-color:#fff;
	width: 940px;
}
#body img{
	border: 5px solid #458ad3;
	margin: 10px;
	margin: 0px 10px 10px 0px;
}
	
.article h3{

}
.event h3{
	border-bottom: 1px solid #ccc;	
}
.event,
.article{
	padding-bottom: 10px;
	padding-top: 10px;
	clear:both;
}
.readmore{
	float: right;
	margin-top: 18px;
}
#photogallery{
	list-style: none;
	margin-left: 0px;
	height: 185px;
	
}
.pp_description{
	font-size: 16px;
	color:#90bf51;
	text-align: center;
}
#memberbenefits{
	list-style: none;
	margin-left: 0px;
}
#memberbenefits li{
	background: #fff;
	display: none;
	height: 120px;
	width: 100%;
}
/*------ nav ---------*/
#nav{
	height: 50px;
	background-color: #90bf50;
	padding-right: 20px;
	z-index: 100;
	position:relative;
	overflow: visible;
}
#nav ul{
	list-style: none;
	float: right;
	z-index: 101;
	position: relative;
}
#nav ul li{
	float: left;
	display: inline-block;
	overflow: visible;
	position:relative;
}
#nav ul li a{
	color:#FFF;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 5px 4px;
	margin: 12px 3px;
	font-weight:100;
}
#nav ul li a.active,
#nav ul li a:hover{
	background-color:#fff;
	color:#90bf51;
}
#nav ul li ul{
	position: absolute;
	margin-left: 0px;
	width: 250px;
	margin-top: -2px;
	display: none;
	background:#afd779;
	padding-bottom: 0px;
visibility: hidden;
}
#nav ul li ul li{
	display: inline-block;
	width: 250px;
	padding: 0px;
}	
#nav ul li ul li a{
	display: block;
	padding-left: 20px;
	color:#fff;
	margin: 5px 0px;
}
#nav ul li ul li a:hover{
	background: #fff	
}

/*------ widgets ------ */

.widget{
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.widget.last{
	border-bottom: none;	
}

.bubble{
	background: url('../images/speechbubble.png') no-repeat;	
	width: 137px;
	height: 63px;
	position: absolute; 
	bottom: 20px;
	left: -20px;
}
.bubble p{
	color: #fff;
	font-weight: bold;
	padding: 26px 15px 0px 15px;
	text-align: center;
	font-size: 18px;
}
.sidebarbutton{
	padding: 5px 10px;
	background-color: #2467ae;
	border: none;
	margin: 1px 0px 1px 0px;
	display: block;
	color:  #fff !important;
}
.sidebarbutton:hover{
	background: #458ad3;
	color: #fff !important;
	cursor: pointer;
		
}
/*------ forms --------*/
.input{
	width: 250px;
	background: #fff;
	border: 1px solid #458ad3;
	color: ##90bf51;
	padding: 6px 10px 7px 10px;	
}
.input:focus{
	outline: 1px solid #90bf51;	
}
.select{
	width: 135px;
	height: 30px;

}
.col2 .input{
	width: 154px;	
}
.inlinebutton{
	border: none;
	float: right;
	border-top: 1px solid #458ad3;
	margin: 0px;
	height: 28px;
	width: 24px;
	padding-top: 3px;
}
.formBlock{
	border-top: 1px solid #458ad3;
	border-bottom: 1px solid #458ad3;
	border-right: 1px solid #fff;
}	
.formBlock td{
	padding: 3px;	
}
.tableFooter{
	padding: 10px;
	border-top: 1px solid #458ad3;
	text-align: right;
}
thead td{
	background-color:#458ad3;
	font-weight: bold;
}
.row2{
	background:#eee;
	
}

table td p{
	padding: 0px;	
}
.errorField{
	border: 1px solid #f00;
	outline: 2px solid #ffdcdc;
}
.error{
	border: 1px solid #f00;
	padding: 6px 35px;
	background: #ffdcdc url('../images/cross-circle-frame.png') no-repeat 10px;
	
}
.success{
	border: 1px solid #039a16;
	padding: 6px 35px;
	background: #c9f6ce url('../images/tick-circle-frame.png') no-repeat 10px;
}
.alert{
	padding-top: 10px;
	padding: 10px 0px;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 20px;
	background-color:#eee;
	color:#333;

}
.alert p{
	
	padding: 1px 15px;
}
/*----- pagination ----- */
#pagination{
	margin: 10px 0px;

}
#pagination a{
	border: 1px solid #C3DAD4;
	color: #2467ae;
	background-color: #FFF;
	text-decoration: none;
	padding: 4px 5px;
	margin: 0px 3px;
	cursor: pointer;
}
#pagination strong{
	color: #2467ae;	
	margin: 0px 3px;
}
#pagination a:hover{
	color: #FFF;
	background-color: #458ad3;
	cursor: pointer;
}	
/*------ tooltips ----- */


sup { color:#90bf51; }
sup:hover { cursor:pointer !important; color:#90bf51; }
.tooltip { display:none; background-color:#FFF; font-size:12px; padding:0px; width:250px; color:#FFF; -webkit-box-shadow: 0px 0px 10px #333;  -moz-box-shadow: 0px 0px 10px #333;  box-shadow: 0px 0px 10px #333;}
.tooltip span { display:block; padding: 5px; width: 238px; border: 1px solid #90bf51; border-bottom: 0px; background-color:#90bf51; font-weight:bold; }
.tooltip p { display:block; padding: 5px; margin: 0px; border:1px solid #AAA; border-top: 0px; width: 238px; font-size: 10px; color:#666;}
/*------ gallery ----- */
.gallery{
	list-style: none;	
	margin-left: 0px;
}
.gallery li{
	background:#fff;
	width: 100px;
	height: 100px;
	position:relative;
	float: left;
	margin: 10px;
}
.gallery li div{
	position: absolute; 
	width: 100px; 
	height: 100px; 
	overflow: hidden;
	background: #fff;
	border: 5px solid #c3dad4;
}
.galleryShadow{
	position:relative;
	-webkit-box-shadow: 0px 0px 20px #333; 
	-moz-box-shadow: 0px 0px 20px #333; 
	box-shadow: 0px 0px 20px #333;
	cursor: pointer;
	z-index: 100;
}

/*------ footer -------*/

#footer{
	border-top: 1px solid #90bf51;
	height: 105px;
	padding-top: 20px;
	padding-left: 30px;

}
#footerbg{
	height: 60px;
}
#footer ul{
	list-style: none;
	margin-left: 0px;
	margin-left: -5px;
}
#footer ul li{
	float: left;
}	
#footer ul li a{
	margin: 5px;
	color:#2467ae;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#footer ul li a:hover{
	text-decoration: none;
	color: #458ad3;
}

.noborder{border: none !important}

/*------ clearFix ------*/
.clearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearFix { display: inline-block; }
html[xmlns] .clearFix { display: block; }
* html .clearFix { height: 1%; }




