/******* colors used:********/
/**mustard yellow: #D8DF20***/
/***medium yellow: #E6EB87***/
/******dark green: #00491B***/
/****medium green: #316B16***/
/*****light green: #4BA123***/
/*******teal blue: #499A87***/
/******light beige #E6EB87***/
/****************************/

/* core styles */

html {
  height:100%;
	margin-bottom: 1px;
}

body {
  font-size: medium;
	color: #000;
	background: #00491B;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
  text-decoration: none;
	color: #00491B;
}

a:hover {
  text-decoration: underline;
	color: #4BA123;
}

image { border: none; }

/* new styles */

#wrap {
  margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 1067px;
	background-color: #00491B;
	height: 100%;
}

#header {
  width: 1067px;
	height: 216px;
  background: url('pix/header1067.jpg') no-repeat;
}
 
#contents {
  width:100%;
	background: #E6EB87;
  border-bottom:1px solid #00491B; 
}

#left {
  float:left;
	width: 20%;
  border-right:1px solid #00491B; 
}

#membership { 
  padding: 15px;
}

#membership td {
 font-size: medium;
 text-align: center;
}

#menu {

}

.email form, p {
  text-align: center;
}

#connect {
  padding:10px;
	text-align: center;
}

#middle {
  border-left: 1px solid #00491B;
	border-right: 1px solid #00491B;
	border-bottom: 5px solid #00491B;
	float: left;
	width:59%;
  height: 100%;
}

#programs {
  padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 567px;
}

#programs image {border:0}

#addthis {
  float:right;
}

#childpages {
  text-align:left;
}

#main {
  clear: both;
	padding: 5px;
	border-top: 2px solid #00491B;
	text-align: center;
}

#contact {
	text-align:left;
	font-size: large;
}

#right {
  text-align: center;
	float: left;
	width: 20%;
  border-left:1px solid #00491B;
  padding-top: 5px; 
}

#footer {
	padding: 10px;
}

#sitemap {
  border-top: 5px solid #00491B;
	padding: 10px;
	text-align: center;
	font-size: medium;
}

#clr {clear:both;}

#edit {
  background: #E6EB87;
	text-align:left;
}
 



/***addthis styling ***/

.addthis_toolbox .hover_effect {    
  width: 194px;    
  padding: 6px 0 6px 10px;    
  -moz-border-radius: 5px;    
  -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div {    
  float: left;
}

.addthis_toolbox .hover_effect a {    
  height: 18px;
  padding: 2px 2px 2px 16px;    
  position: relative;    
  text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover {    
  -moz-border-radius: 4px;    
  -webkit-border-radius: 4px;    
  background: #B4D3F8;    
  color: #105CB6;    
  text-decoration: none;
}

.addthis_toolbox .hover_effect span {    
  position: absolute;    
  width: 16px;    
  height: 16px;    
  top: 2px;    
  left: 1px;
}

/** faith forum google form style tweaks **/
div.ss-form-container {
	width: 39em;
}