@charset "utf-8";

body {

	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;

	background: #fff;

	margin: 0;

	padding: 0;

	color: #000;

	margin-top:20px;

}



/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

	padding: 0;

	margin: 0;

}

h1, h2, h3, h4, h5, h6, p {

	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

	padding-right: 30px;

	padding-left: 30px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

	color:#b4cf75;

	color:#96bf3d;

}

h3, h4 {margin-top:10px;

padding-bottom:10px;}







p {padding-right: 30px;

	padding-left: 30px;

	padding-bottom:4px;

	padding-top:8px;

	color:#000;}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

	border: none;

}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {

	color: #42413C;

	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */

}

a:visited {

	color: #6E6C64;

	text-decoration: underline;

}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

	text-decoration: none;

}

h3 a:link, h3 a:visited {color:#b4cf75;}

#header {padding: 30px 55px 10px 47px;

	

}



/* ~~ this fixed width container surrounds all other elements ~~ */

.container {

	width: 960px;

	background: #FFF;

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */

	border:1px solid black;

	margin-bottom:10px;

}

.palegreen{background-color:#f6f9ee}

.paleyellow{background-color:#fef9de}

.paleblue{background-color:#f7f9fb}



/* ~~ This is the layout information. ~~ 



1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.



*/

.content {



	padding: 10px 55px 10px 55px;

	/*height:340px;*/

	

}



.content a {text-decoration:none}

.contentbanner {

	width:816px;

	height:210px;

	line-height:7em;

	color:white;

	padding-left:24px;

	font-size:28px;

	font-weight:bold;

	margin-bottom:20px;

}

.yellowinthecommunity{background-image:url(../images/yellowbar.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.yellowcompletedwork{background-image:url(../images/yellowcompletedwork.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.yellowservices{background-image:url(../images/yellowbarservices.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.blueworkshops{background-image:url(../images/blueworkshops.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.yellow{background-image:url(../images/yellowbarnews.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.green{	background-image:url(../images/greenbar.jpg);}

.greencontact{	background-image:url(../images/greencontact.jpg);}

.greenfeatured{	background-image:url(../images/greenfeatured.jpg);}

.greengoingon{	background-image:url(../images/greengoingon.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.blue{	background-image:url(../images/bluebar.jpg);}

.blue4{	background-image:url(../images/joyfulbar.jpg);}

.blue3{	background-image:url(../images/bluebar3.jpg);}
.blue3b{background-image:url(../images/bluebar3b.jpg);}
.blue2{	background-image:url(../images/bluebar2.jpg);font-size:23px;

	font-weight:bold;line-height:9em;}

.quote{color:white;font-size:14px;font-weight:normal;font-style:italic;line-height:normal;text-align:center;width:277px;margin-left:541px;



vertical-align: middle;

margin-top:-230px;

padding:10px;

height:187px;

margin-bottom:20px;









}



.textcontent {

font-size:12px;	

margin-right:10px;



}



.textcontent img{float:left; padding:0 30px 10px 0px;}

 

.textcontent img.biopic{float:left;display: block;padding:0px 0px 0px 30px;}

.textcontent li{margin-left:60px;}



/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}



.suckertreemenu{

width:960px;

padding-left: 55px; 

margin-top:-50px;

}













.suckertreemenu ul{

margin: 0;

padding: 0;

list-style-type: none;

}





/*Top level list items*/

.suckertreemenu ul li{

position: relative;

display: inline;

float: left;

background-color: #94c03d; /*overall menu background color*/

}



/*Top level menu link items style*/

.suckertreemenu ul li a{

display: block;

width: 85px; /*Width of top level menu link items*/

height:20px;

padding: 6px 8px;

border: 1px solid white; 

border-left-width: 0;

text-decoration: none;

text-align:center;

color: white;

font-style:normal; font-variant:normal;  font-size:16px; font-family:helvetica,arial;

background-color: #94c03d; /*overall menu background color*/



}

	

.suckertreemenu ul li a.home{

width:55px;

}



.suckertreemenu ul li a.whoweare{

width:108px;

}



.suckertreemenu ul li a.values{

width:160px;

}



.suckertreemenu ul li a.services{

width:86px;

}



.suckertreemenu ul li a.completedwork{

width:134px;

}



.suckertreemenu ul li a.events{

width:82px;

}



.suckertreemenu ul li a.contact{

width:99px;

}





/*1st sub level menu*/

.suckertreemenu ul li ul{

left: 0;

position: absolute;

top: 1em; /* no need to change, as true value set by script */

display: block;

visibility: hidden;

width: 185px; /*Width of top level menu link items*/

height:20px;

background-color: #9eaf9d;

border-left-width: 1px solid white;

text-decoration: none;

text-align:left;

color: white;

background:#fff; /*  Added this line */



}



/*Sub level menu list items (undo style from Top level List Items)*/

.suckertreemenu ul li ul li{

display: list-item;

float: none;

width:108px; /*Width of top level menu link items*/

height:20px;

text-align:left;

padding: 0px 6px 6px 0px;



/*padding: 1px 0px 1px;*/



}



/*All subsequent sub menu levels offset after 1st level sub menu */

.suckertreemenu ul li ul li ul{ 

left: 85px; /* no need to change, as true value set by script */





}



/* Sub level menu links style */

.suckertreemenu ul li ul li a{

display: block;

width: 205px; /*width of sub menu levels*/

height:14px;

color: white;

text-decoration: none;

text-align:left;

font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:helvetica,arial;



/*border: 1px solid white;*/

}



.suckertreemenu ul li ul li ul {

border:1px solid red;

margin-top:-14px;

}









.suckertreemenu ul li a:hover{

background-color: #d3e3ae;

color: white;

color: #004579;

font-weight:bold;



}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/

padding-top: 1em;

}



/* Holly Hack for IE \*/

* html .suckertreemenu ul li { float: left; height: 1%;}

* html .suckertreemenu ul li a { height: 1%;}

* html .suckertreemenu ul li ul li { float: left; height: 1%; } /* corrected to the proper level \*/

* html .suckertreemenu ul li ul li a { height: 1%; } /* corrected to the proper level \*/



.checkerbox{

	width:210px;

	height:167px;

	/*border:1px solid red;*/

	float:left;

	font-style:normal; font-variant:normal; font-size:20px; font-family:helvetica,arial;

	padding:0px;

	margin:auto;

	text-align:center;

	line-height:8em;

}



.checkerbox a{text-decoration:none;}





.blue2b{background:#3c88c8;color:white;}

.skin{background:#fcf0be;color:#3c88c8;}

.ltgreen{background:#b2cf74;color:white;}

.logo{}

.bg{}

.bluechecker{background:#004478;color:white;}

.greenchecker{background:#95c13d;color:white;}

.yellowchecker{background:#f8d101;color:white;}

.testimonialchecker{background:#7591b8;color:white;}



.greenline{

	border-top:10px solid #94c03d;

	margin:0px 65px 15px 55px;

}



.greenlinethin{

	border-top:2px solid #94c03d;

	margin: 20px 0px 18px 0px;

	padding-top:5px;

}



#footer{

	margin:0px 55px 0px 55px;

	color:#94c03d;

	font-size:10px;	

}



#footer .right{

	float:right;

}

#footer a{

text-decoration:none;

font-weight:bold;	

color:#94c03d;

}

#footer a:hover{color:#42413c;}



#footer ul{

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 10px;

margin-top:4px;

font-size:9px;

}

#footer li {margin-bottom:2px;}

#footer ul a{

font-weight:normal;

}

#footer ul a:hover{

color:#42413c;

}



/*bottom spacing between each UL and rest of content*/

/*-------------------------------- GRID --------------------------------*/







.footer_columns, .one_third, .one_half, .two_third, .three_fourth {

    float: left;

    margin-bottom: 10px;

    margin-right: 8px;

    position: relative;

	line-height:1.2em;



}



.home {

	width:44px;}



.whoweare {

	width:107px;}

	

.values {

	width:110px;}

	

.services {

	width:105px;}



.featuredwork{

	width:85px;}

	

.completedwork {

	width:103px;}

	

.events {

	width:58px;}

	

.community {

	width:100px;}

	

.contact {

	width:65px;}



.one_third {

	width: 293px;

}



.one_half {

	width: 49%;

}



.two_third {

	width: 626px;

}



.three_fourth {

	width: 710px;

}



.last_column {

	clear: right;

	margin-right: 0px !important;

}

.servicebutton{ float: left;background-color:#fbe068;

width:360px;

height:36px;

color:white;

padding:0px;

margin:0px 10px 10px 20px;

font-size:18px;

font-weight:bold;

text-align:center;

padding-bottom:5px;}

.servicebuttontable{ float: left;

	margin:10px 10px 10px 30px;

    position: relative;

	line-height:1.2em;}

.servicebutton a:hover{ background-color:#98c23d;display:block;}

.servicebutton a{text-decoration:none;height:26px;padding-top:10px;display:block;padding-bottom:5px;}

.smalltext a{font-size:14px;padding-top:5px;height:26px;padding-bottom:10px;}

.corppic{float:left;padding:0px 30px 30px 30px;}

.biotext{padding-bottom: 30px;width:690px;display:block;float:left; }

.navbar{float:right;height:25px;width:400px;}

.navbar li{border:2px solid #98c23d;color:#98c23d;font-weight:bold;float:right;height:20px;width:25px;margin-left:3px;list-style-type: none;text-align:center;display:block;}

.navbar li a{color:#98c23d;font-weight:bold;float:right;height:20px;width:25px;text-align:center;display:block;text-decoration:none;padding-top:2px;}

.navbar li a:hover{color:#fff;background-color:#98c23d;text-decoration:none;}





#bios {

width:850px;

/*margin:1em auto;

border:1px solid purple;

clear:left;

padding:1em;*/

}







.ind{margin-left:30px;background-color:#9F9;border:1px solid #004479;padding-bottom:10px;margin-top:10px;margin-bottom:10px;}



li a.show_hide{color:#96bf3d;font-weight:bold;}

.story li a {color:#96bf3d;font-weight:bold;}

.socialicons{color:red;
float:right;}

.socialicons img {
    padding-left: 6px;
}