@charset "UTF-8";
body {
	background: #C1C9A3 0 0;
	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 */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}
th, td  {
	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 */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}
.twoColFixRtHdr #container {
	width: 772px;
	margin: 15px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #A1A785;
	border: solid 1px #6B6E55;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
} 
.twoColFixRtHdr #header {
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	margin: 0;
} 
.twoColFixRtHdr #header h1 {
	text-align: left;
	color: #FFF18D;
	letter-spacing: 0.1em;
	font-size: 180%;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
#container #header h1 a:link, #container #header h1 a:visited {
	color: #FFF18D;
	text-decoration: underline;
}
#container #header h1 a:active, #container #header h1 a:hover {
	color: #000000;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 15px 20px;
	margin: 0 0 20px 0;
}
#container #header.biblical {
	background-image: url(images/bannrs/biblical.jpg);
	background-repeat: no-repeat;
}
#container #sidebar1 img {
	margin: 0 0 15px 0;
	padding: 0px;
}
#container #header.willow {
	background: url(images/bannrs/willow.jpg) no-repeat;
}
#container #header.cascade {
	background: url(images/bannrs/cascade.jpg) no-repeat;
}
#container #header.goldTree {
	background: url(images/bannrs/goldTree.jpg) no-repeat;
}
#container #header.ocean {
	background: url(images/bannrs/oceanMIddle.jpg) no-repeat;
}
#container #header.oceanMiddle {
	background: url(images/bannrs/ocean.jpg) no-repeat;
}
.twoColFixRtHdr #mainContent {
	margin: 20px 270px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/contentBg.gif);
} 
#container #divNav {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 0 15px;
	margin: 0;
	background: #6B6E55;
	color: white;
	font-weight: bold;
}
#container #divNav a {
	display: block;
	letter-spacing: 0.1em;
	text-align: center;
	float: left;
	font-size: 10px;
	border-right: 1px solid #939673;
}
#container #divNav a:link, #container #divNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #6B6E55;
	margin: 0px;
	padding: 4px 9px;
}
#container #divNav a:active, #container #divNav a:hover {
	color: #000000;
	text-decoration: none;
	background: #C2C7AC;
	margin: 0px;
	padding: 4px 9px;
}
#container #mainContent p {
	line-height: 1.4;
}
#container #mainContent h2 {
	font-size: 1.3em;
	font-weight: normal;
}
#container #mainContent a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.1em;
}
#container #mainContent a:link, #container #mainContent a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#container #mainContent a:active, #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#container #mainContent h1, #container #divGallery h1 {
	font-size: 160%;
	font-weight: normal;
	color: #FFF18D;
	letter-spacing: 0.1em;
}
#container #divGallery h1 {
	text-align: center;
}
.twoColFixRtHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6B6E55;
	overflow: auto;
	text-align: right;
	line-height: 1.4;
	font-size: 0.9em;
	letter-spacing: .1em;
} 
#container #divGallery {
	background: url(images/contentBg.gif);
	margin: 20px;
	padding: 15px;
	text-align: center;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#container #footer a:link, #container #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:active, #container #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#mainContent table {
	margin-bottom: 1em;
}
#mainContent table td {
	vertical-align: top;
}
#mainContent td h3 {
	margin: 0px;
	padding: 0em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blackOverride {
	color: #000000;
}
