@charset "UTF-8";

/* ===== begin dreamweaver generated css  ======== */

body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #00B5D6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #00B5D6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*  
	border: 1px solid #000000;   */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #00B5D6; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #00B5D6;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00B5D6;
}
.oneColFixCtrHdr #footer p {
	margin: 30px 60px 30px 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ========= begin vs css =============== */

/* ====  top slogan 25th year  =========  */
#yr25 {
	margin: .5em 0 .5em 22px;
	font: 100%
	color: #000;
	font-family: "Gill Sans", Verdana, arial, sans-serif;
	
}

/* ===== links pseudo selectors ===== */

a {
	text-decoration: none;
}


a:link {
	color: saddlebrown;
}

a:visited {
	color: #3F0E00;
}


a:hover {
	color: goldenrod;
}


/* ===== extra ===== */

#twitter-follow {
	border: 0;
	position:fixed;
	top: 200px;
	right:0;
	text-decoration: none;
	color: #00B5D6;

}


p.clear {
	clear: both;
	height: 0;   /* for IE only */
	margin: 0;
	padding: 0;
}




/* ===== horizontal menu ====== */

#mainmenu li {
	float: left;
	margin: 0px 0px 0px 34px;
	padding: 0;
	

}


#mainmenu a {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	display: block;
	text-decoration: none;
	padding: 0 4px 0 4px;
	margin: 0px 33px 0px -55px;
	line-height: 25px;
	background-color: #00B5D6;
	border: none;

}

#mainmenu a:hover {
	background-position: 0px; 
	

}


#mainmenu li { 
	list-style-type:none;   /* gets rid of the bullets  */
	
} 





/* ===== gallery box ======  */

.oneColFixCtrHdr div.outer {
	width: 860px;
	height: 324px;
	margin: 55px 0px 0px 0px;
	background: url(images/leather.jpg) repeat;
	border: solid 3px goldenrod;
	border-style:inset;

}

.oneColFixCtrHdr div.img {
  	margin:6px;
  	border:none;
  	height:auto;
  	width:auto;
  	float:left;
  	text-align:center;
  	border: solid 3px goldenrod;
  	border-style: inset;
}
.oneColFixCtrHdr div.img img {
  display:inline;
  margin:8px 8px 0px 12px;
  border:1px solid #ffffff;
}

.oneColFixCtrHdr div.img a:hover img {
  border:1px solid #0000ff;
} 

.oneColFixCtrHdr div.desc {
  text-align:center;
  font-weight:80%;
  width:192px;
  margin:2px;
  color: goldenrod;
}

/*  ========  flash scroll bar boxes for testimonials  ==========  */




.oneColFixCtrHdr div .rdsaying {
	width: 320px;
	height: 280px;
	margin: 25px 0px 0px 0px;
	background-color: GoldenRod;
	border: solid 1px yellow;

}


.oneColFixCtrHdr div .adsaying {
	width: 320px;
	height: 280px;
	float: right;
	margin: -280px 56px 0px 280px;
	background-color: slategray;
	border: solid 1px yellow;

}



#footer p {
	margin:15px;
	padding:10px;
	color: #3F0E00;
	font-size:10px;
	background-color: wheat;
	font-family: "Gill Sans", Verdana, arial, sans-serif;
}


/*  ========   text boxes for about, mission, green policy          =================  */


	
.tbox {

	width: 440px;
	height: 640px;
	margin: 55px 0px 0px 15px;
	padding: 4px; 4px; 4px; 4px;
	background-color: wheat;
	border: solid 3px goldenrod;
	border-style:inset;
	font: "Gill Sans", verdana, sans serif;
	font-size: 13px;
	color: #3F0E00;
}

.tboxgr {

	width: 540px;
	height: 640px;
	margin: 55px 0px 0px 15px;
	padding: 4px; 4px; 4px; 4px;
	background-color: wheat;
	border: solid 3px goldenrod;
	border-style:inset;
	font: "Gill Sans", verdana, sans serif;
	font-size: 13px;
	color: #3F0E00;
}


	