body {
  
  background-color: #DEEAD4;
  /*background-image: url("../img/Gradient7.jpg");
  background-repeat: repeat-x;*/
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  color: black;
  padding: 0;
  margin: 0;
}

h1 {
  color: #224717;
	display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

#main_div {
	background-color: white;
  width: 990px;
  margin: 0px auto 0px auto;
  min-height: 400px;
}

#banner_outer {
  background-color: white;
  width: 990px;
  border: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}

#banner {
	width: 990px;
	height: 125px;
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 0;
}

#logo {
  height: 100%;
	width: 343px;
	float: left;
}

#banner_img {
  border: 0;
}

#banner_right {
  border: 0;
  margin: 5px auto 5px auto;
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 640px;
}

#tag_line {
	color: #224717;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  height: 25px;
  /*margin: auto;*/
}	 

#banner_phone {
  color: #224717;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  height: 25px;
  /*margin: 15px auto 5px auto;*/
}

#topnav {
  width: 990px;
  background-color: white;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 0px auto;
}

span.but_normal, span.button_selected  {
  display: inline-block;
  color: black;
  font-weight: normal;
  font-size: small;
  padding: 0 .7em 0 .7em;
}

span.but_normal {
  background-color: #b7cca5;
  border-top: solid #EBF0EE 2px;
  border-right: solid #C5C9C7 2px;
  border-bottom: solid #AAADAC 2px;
  border-left: solid #D2D6D4 2px;
}

span.but_selected {
  background-color: white;
  border: solid 2px white;
  /*border-top: solid 2px gray;
  border-right: solid 2px gray;
  border-left: solid 2px gray;*/
}

a.but_link {
  color: black;
  text-decoration: none;
}

a.but_link:hover {
  color: black;
  text-decoration: underline;
}

/* Drop-down menu stuff */
/*Sub level menu*/
span.submenu, span.submenu_selected {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
  text-align: left;
  vertical-align: top;
	padding: 0 .7em 0 .7em;
  font-weight: normal;
}

span.submenu {
  background-color: #b7cca5;
  border-top: 0;
  border-right: solid #c5c9c7 2px;
  border-bottom: solid #aaadac 2px;
  border-left: solid #d2d6d4 2px;
}

span.submenu_selected {
  background-color: white;
  border-top: 0;
  border-right: solid gray 2px;
  border-bottom: solid gray 2px;
  border-left: solid gray 2px;
}

span.but_selected:hover {
  border-top: solid grey 2px;
  border-right: solid grey 2px;
  border-left: solid grey 2px;
}

#leftCol {
	float: left;
  margin: 10px 5px 5px 10px;
  width: 275px;
  min-height: 150px;
  border:  solid #C9DAC8 1px;
  display: inline;
}

#leftCol img {
  border:  solid #C9DAC8 1px;
  margin: 0px;
}

#leftCol a {
  text-decoration: none;
}

/*#leftCol h1 {
  color: #224717;
	display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  padding: 0;
}*/

#featured {
  height: 359px;
  /*overflow: hidden;*/
	float: left;
  margin: 10px 5px 5px 10px;
  width: 275px;
  border:  solid #C9DAC8 1px;
  display: inline;
}

#featured img {
  border:  solid #C9DAC8 1px;
  margin: 0px;
}

#featured a {
  text-decoration: none;
}

/*#featured h1 {
	display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  padding: 0;
}*/

#featured img {
  border:  solid #C9DAC8 1px;
}

div.leftColContentBlock {
	margin-bottom: 15px;
}

#content {
	float: right;
  width: 675px;
  margin: 0px auto 5px auto;
  min-height: 700px;
  padding: 10px;
  color: black; /*#d8d8d8;*/
  font-weight: 500;
  text-align: left;
}

#gallery_content {
	float: right;
  width: 670px;
  height: 350px;
  overflow: auto;
  margin: 0px auto 5px auto;
  padding: 10px;
  color: black; /*#d8d8d8;*/
  font-weight: 500;
  text-align: left;
  border-bottom: solid #C9DAC8 2px;
}

#gallery {
  clear: both;
  width: 100%;
}

#gallery p {
  margin-left: 10px;
  margin-right: 10px;
}

/*#content p ul li {
  list-style-type: disc;
}*/

#content img {
  border:  solid #C9DAC8 1px;
  margin: 8px 8px 3px 8px;
}

#content a {
	color: black;
}

#one_col_content {
  margin: 0px auto 0 auto;
  min-height: 400px;
  padding: 10px;
  color: black; /*#d8d8d8;*/
  font-weight: 500;
}

#one_col_content img {
  border:  solid #C9DAC8 1px;
  margin: 8px 8px 3px 8px;
}

#one_col_content a {
	color: black;
}

#item_image {
  float: right;
  display: block;
  width: 610px;
  /*min-height: 650px;*/
  text-align: left;
  
}

#item_image img {
  border:  solid #C9DAC8 1px;
}

#item_thumbs {
  width: 350px;
}

#item_content {
  clear: both;
  text-align: left;
  padding: 5px 10px 5px 10px;
}

div.content_block_title {
  text-align: left;
  margin: 8px auto 2px auto;
}

/*
div.content_block_title h1 {
  color: #224717;
	font-size: larger;
	display: inline;
}*/

div.content_block {
  text-align: left;
}

div.content_block p {
  margin: .5em auto .5em auto;
}

div.content_block ul {
  padding-left: 25px;
  margin-top: .5em;
  margin-bottom: .5em;
}

div.content_block ul li {

}

table.image {
	margin: 0px auto 0px auto;
}

caption.imageCaption {
	color: #1B510D;
	font-weight: bold;
	caption-side: bottom;
}

div.imageBlock {
	margin: 5px auto 5px auto;
  display: block;
}

div.imageBlock img {
  border:  solid #C9DAC8 1px;
}

#one_col_content p {
  text-align: left;
  margin-left: 5px;
  padding-right: 5px;
}

#footer {
  background-color: #A9B99C;
  font-size: smaller;
  color: black;
  clear: both;
}

#footer a {
  color: black;
}

table.footerMenu {
	margin: 0px auto 2px auto;
}

table.footerMenu td {
	vertical-align: top;
	text-align: left;
	padding: 3px 10px 5px 10px;
}

div.gallery {
  text-align: center;
}

table.gallery {
  width: 98%;
  margin: 10px auto 10px auto;
  border-collapse: collapse;
}

table.gallery td {
  width: 30%;
  padding: 3px;
  text-align: center;
  border: solid #C9DAC8 1px;
  vertical-align: top;
}

/*table.gallery td h1 {
  color: #224717;
	display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  padding: 0;
}*/

table.gallery td img {
  border:  solid #C9DAC8 1px;
}

.edit_link {
	background-color: white;
	padding: 1px;
	color: black;
}

td.input_cell {
  text-align: left;
}

td.label_cell {
  text-align: right;
}

.message {
	color: red;
}

.error-message {
	color: red;
}

div.contactForm {
	float: right;
	border: solid gray 3px;
	padding: 5px;
	width: 50%;
	margin: 5px;
}

div.blog_date {
  clear: both;
	background-color: #C9DAC8;
}

#blog {
  width: 95%;
  margin: 0 auto 0 auto;
}

div.blog_entry {
  margin: 20px auto 3px auto;
  /*text-align: left;*/
}

div.blog_entry p {
  text-align: left;
}

table.blog {
  margin: 5px;
}

td.blog {
	width: 80%;
}

td.blog img {
  border: 0;
}
td.blogHistory {
  background-color: white;
	border:  solid #C9DAC8 1px;
  width: 20%;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}


