/*styling for right hand boxes */
.searchbox input {
  height: 35px;
  margin-left:10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom:25px;
}
.searchbox h3 {
  color:#558B2F
}
.searchbox .btn-primary{
  background-color:#558B2F;
  border:none;
}

.moduletable.about_us_right_boxes {
	height: 280px;
	margin-top: 16px;
	background-color: #eeefea;
  	display: block;
  	overflow: hidden;
  	position: relative;
  	border: 5px solid #fff;
  -webkit-box-shadow: 0px 5px 3px #919191;
	box-shadow: 0px 5px 3px #919191;
}
.moduletable.about_us_right_boxes  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #568b30;
	background-color: #f6f4e6;
	font-weight: normal;
	font-size: 1.3em;
 	line-height: 1.5em;
	padding: 16px;
  	text-decoration: none;
  	display: block;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	z-index: 20;
  	width: 100%;
  
}
.moduletable.about_us_right_boxes  img {
	background-color: #333;
	display: block;
  	width: 300px; 
	width: 100%;
  	height: auto;
  	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}




/*styling for right hand boxes EVENTS */
.moduletable.event_right_boxes {
	height: 280px;
	margin-top: 16px;
	background-color: #eeefea;
  	display: block;
  	overflow: hidden;
  	position: relative;
  	border: 5px solid #fff;
  -webkit-box-shadow: 0px 5px 3px #919191;
	box-shadow: 0px 5px 3px #919191;
}
.moduletable.event_right_boxes  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #568b30;
	background-color: #f6f4e6;
	font-weight: normal;
	font-size: 1.3em;
 	line-height: 1.5em;
	padding: 16px;
  	text-decoration: none;
  	display: block;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	z-index: 20;
  	width: 100%;
  
}
.moduletable.event_right_boxes  img {
	background-color: #333;
	display: block;
  	width: 300px;
	width: 100%; 
  	height: auto;
  	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;

}




/*side images*/

.sideimages img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 5px 3px #919191;
	box-shadow: 0px 5px 3px #919191;
  margin-bottom: 15px;
}
