/* CSS Document */

body {
	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 .shell selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #acc2a9;
	color: #51544b; }
	
p {
	margin: 0 20px 20px;
	font-size: 102%; }
	
h1 {
	padding-top: 10px;
	margin: 0 0 6px;
	font-weight: 400;
	font-size: 200%; }
	
h2 {
	font-weight: lighter;
	font-size: 110%;
	margin: 0 20px 15px; }

h3 { 
	font-size: 140%;
	font-weight: 400;
	margin: 20px 20px 12px; }
	
h4 {
	text-align: center;
	font-size: 110%;
	margin: 10px 20px;
	font-weight: 400; }
	
h5 {
	text-indent: 25px;
	font-size: 100%;
	margin: 10px 20px;
	font-weight: 400; }

h6 {
	font-size: 10px; 
	text-align: right;
	font-weight: lighter;
	margin: 0px 15px 10px; }
			
a {
	color: #51544b;
	text-decoration: underline;
	border: none; }

a:hover {
	color: #303030;
	text-decoration: none; }
	
ul {
	float:right;
	text-align: right;
	text-decoration: none;
	font-size: 110%;
	margin: 78px 10px 0 0;
	padding: 0; }
	
li {
	display: inline;
	margin: 0 0 0 67px;
	color: #666666;
	padding: 0; }
	
li a, h6 a {
	text-decoration: none;
	color: #303030; }
	
li a:hover, h6 a:hover {
	text-decoration: none;
	color: #666666; }
	
.quote {
	font-style: italic;
	margin-bottom: 5px; }
	
.quoter {
	font-weight: 600; }		
	
/* Formatting */

#shell {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px; }
	
	
.main {
	background: transparent url(images/full.png) top center repeat-y;
	padding: 5px 15px 0;
	margin: 0px; }
	
.nav {
	background: transparent url(images/ingham_banner.png) top center no-repeat;
	height:110px;
	overflow:hidden;
	margin: 0; }

#full {
	/*background: transparent url(images/ingham_home1002.jpg) top center no-repeat;*/
	padding: 0;
	margin: 5px 0 0;
	background:#d6d7d1; }
	
.column {
	float: left;
	height: inherit;
	width: 245px; }
	
.statement {
	margin: 15px 15px 0 20px; }
	
.content {
	float: right;
	margin: 0;
	background: transparent url(images/content.gif) top left repeat;
	width: 725px; }

.bottom {
	height: 15px;
	background: transparent url(images/footer.png) top center no-repeat;
	clear: both; }

/* Gallery */
	
#full ul { 
	text-align: left;
	float:none;
	margin: 0;
	background: #FFFFFF;
	list-style-type:none; }
	
#full li {
	margin: 0; }
	
#full a.gallery, #full a.gallery:visited { 
	display:block; 
	float: left;
	text-decoration:none; 
	border: none; 
	margin:0 0 0 10px; 
	text-align:left; 
	cursor: default; }
	
#full a.gallery:hover { 
	background: #666666; }
	
#full a.slide { 
	background: #f1f1ed;
	height:56px; 
	width:56px; }		

.gallery {
	text-align: center;
	margin: 20px 15px 20px 20px;
	background:#d6d7d1;
	border: 1px solid #d6d7d1; }
	
.image {
	height: 360px;
	background: transparent url(images/gallery/image.jpg) top left no-repeat;
	padding: 5px;
	margin: 20px 20px 0; }
	
/* Thumbs */

.thumbs {
	height:56px;
	margin:10px; }
	
/* Forms */

.warning { 
	width: 690px;
	margin:0 15px 20px 20px;
	clear:both;
	text-align:center;
	font-weight:700;
	color:#CC0000; }

.thanks { 
	width: 690px;
	margin:0 15px 20px 20px;
	text-align:center;
	font-weight:700;
	color: #009900; }
	
.form {
	width: 680px;
	background:#d6d7d1;
	margin:0 15px 15px 20px;
	border: none;
	padding: 5px 10px 5px 0; }

.textarea {
	resize: none;
	clear:both;
	width: 670px;
	height: 100%;
	margin:0;
	font-size: 90%;
	padding: 5px 5px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: none;
	background: #f1f1ed; }

.input {
	background-color: #f1f1ed;
	border:none;
	padding: 5px 0 0 5px;
	height: 20px;
	width: 100%;
	font-size: 90%; }

.question {
	float: left;
	display: inline;
	width: 160px;
	height: 22px;
	clear: both;
	text-align: right;
	margin: 0 5px 5px;
	padding: 3px 0 0 4px;
	font-size: 110%; }
	
.question_wide {
	float: left;
	display: inline;
	width: 675px;
	margin:0 5px 5px;
	clear: both;
	padding: 3px 0 0;
	font-size: 110%; }
	
.answer {
	width: 500px;
	height: 25px;
	display: inline;
	margin: 0 0 5px;
	float: right;
	clear: right;
	text-align: left; }
	
.wide {
	width: 675px;
	margin:0 5px 5px;
	padding: 0;
	clear: both; }

.radio {
	margin: 3px 5px; }
	
.title {
	width: 668px;
	margin:0 5px 5px;
	border:1px solid #999999;
	font-size: 110%;
	text-transform:uppercase;
	padding: 5px;
	float: left;
	clear: both; }

.subtitle {
	width: 675px;
	margin:0 5px 5px;
	padding: 2px 5px;
	float: left;
	clear: both; }

/* Added By Bryan Bowers, June 2010 */
/* Column Text for BNI */

.bni {
text-align:center;
	font-size: 10px;
	margin:0 25px; }
