@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	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 #container selector */		
	background: #F7F9E3;
	color: #2c650b;
	font-size: .8em;
	letter-spacing: 0.10em;
	height:100%;
	}
.oneColFixCtr #container {
	padding: 0px;
 	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	}
.oneColFixCtr #logobox {
	padding: 0px;
	text-align:left;
	margin:0px;
	border: 1px inset transparent;
	height: 123px;
	position:relative;
	}
.oneColFixCtr #marginblock {
	padding: 0px;
	float:left;
	height:240px;
	margin:0px;
	width:220px;
	}
.oneColFixCtr #photostrip1 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/1.jpg) repeat-x;
	}
.oneColFixCtr #photostrip2 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/2.jpg) repeat-x;
	}
.oneColFixCtr #photostrip3 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/3.jpg) repeat-x;
	}
.oneColFixCtr #photostrip4 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/4.jpg) repeat-x;
	}
.oneColFixCtr #photostrip5 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/5.jpg) repeat-x;
	}
.oneColFixCtr #photostrip6 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/6.jpg) repeat-x;
	}
.oneColFixCtr #photostrip7 {
	width:100%;
	height: 177px;
	background: url(images/photostrips/7.jpg) repeat-x;
	}
.oneColFixCtr #leadphoto {
	float:left;
	margin-right:20px;
	}
.oneColFixCtr #leadphoto img {
	

}
.oneColFixCtr #text {
	padding: 0px 40px 70px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 30px 0px 0px 220px;
	max-width: 700px;
	display:block;
	}
.left_img{
	margin:4px 8px 4px 0px;
	border:2px solid #fff;
}
.right_img{
	border:2px solid #fff;
	margin:4px 0px 4px 8px;
}
.left_img_noborder {
	margin:4px 8px 4px 0px;
}
.right_img_noborder {
	margin:4px 0px 4px 8px;
}
.oneColFixCtr #footer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 /* this overrides the text-align: center on the body element. */
	left:220px;
	max-width: 780px;
	font-size:90%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
	word-spacing:.4em;
	}
.caption {
	font-size:90%;
	color: #3B737B;
	text-align: center;
	}
h1 {
	font-size:18px;
	color:#207338;
	font-weight:lighter;
	margin: 2px 4px 4px 20px;
	line-height:30px;
	}
h2 {
	font-size:20px;
	color:#865f23;
	font-weight:lighter;
	line-height:30px;
	margin: .5em .2em .2em .1em;
	}
h3 {
	font-size:16px;
	color:#865f23;
	font-weight:lighter;
	line-height:30px;
	margin: .5em .2em .2em .1em;
	}
h4 {
	font-size:14px;
	color:#865f23;
	font-weight:lighter;
	line-height:25px;
	margin: .5em .2em .2em .1em;
	}
	
p {
  margin: .7em .2em 0 .2em;
  line-height: 1.5em;
	}
	
blockquote {
  margin: .5em 3em 1.5em 3em;
  line-height: 1.5em;
  color:#094a6b;
  font-style:italic;
	}
ol {
  color:#094a6b;
}
ul {
  color:#094a6b;
}
li {
}
em {
  color:#094a6b;
}
.bigquotes {
	font-size:180%;
	margin:-6px 0 0 -9px;
	color:#4c7e97;
}
.bigquotesclose {
	position:relative;
	font-size:180%;
	margin:-15px 0 0 0;
	color:#4c7e97;
	line-height:70%;
}
a {
	color: #5f1309;
	text-decoration: none;
	}

a:hover {
	color: #bd3b1d;
	text-decoration: none;
	background-color: #fff;
	}
.caution {
	background-color:#FFFF8B;
}
#nav {
	font-size: 15px;
	min-width:800px;
	margin-bottom:-2px;
	}
#divider {
	clear:left;
	border-bottom: medium solid #387C11;
	}
#logo {
	margin:66px 20px 45px 0px;
	left: 0px;
	position: relative;
	}
.oneColFixCtr #text li {
	line-height:150%;
	margin: .5em 2em .5em .5em;
	}
