﻿
.section {
	clear: both;
	padding-top: 1em;
	border-bottom: 3px #E5E5DA double;
}

.section h3 {
	margin: 0;
	font: normal .7em Georgia, serif;
	color: #016600;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.section h3 a {
	margin: -1px -3px; 
	padding: 1px 3px; 
	text-decoration: none;
}

.section h3 a:hover {
	background: #E2E2D2;
}

.section p {
	margin-bottom: 1.2em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: .7em;
}

.section_pic {
	float: left; 
	margin-right: 1.25em; 
	width: 24%; 
	height: 70px; 
	border: 4px solid #EBEBE5;
	text-indent: -9000px;
}

.shell {
	margin: 0 auto; 
	width: 90%;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		