@charset "UTF-8";
body {
	background-image: url(images/riverbend-home-bg.gif);
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container1
		{
	position: absolute;
	margin: 0px auto 0px auto;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
	background-image: url(images/div-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;

		}
		
#container2
		{
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%;
	text-align: center;
	z-index: 2;
		}
a.topNav:link, a.topNav:active, a.topNav:visited {
	color: #fff;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
}

a.topNav:hover {
	color: #fff;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	
}
a.bottomNav:link, a.bottomNav:active, a.bottomNav:visited {
	color: #554721;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: none;
	
}
a.bottomNav:hover {
	color: #554721;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: none;
	
}
a.resources:link, a.resources:active, a.resources:visited {
	color: #fff;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: none;
	
}
a.resources:hover {
	color: #fff;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: none;
	
}
.smallTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2D1706;
}

.underline {text-decoration:underline;}
.bodyTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #4b3e1c;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: left;
}

.bodyTxtCenter {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #4b3e1c;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
}
.PapyrusTxt {
	font-family: Papyrus, Geneva, serif;
	font-size:small;
	color: #4b3e1c;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	}
.side-image-border {
	padding: 2px;
	border: thin double #b2a048;
	background-position: center top;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2D1706;
	margin-top: 10px;
}
#trout-line {
	background-image: url(images/Trout-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 37px;
}.contentTitle {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #2A210C;
}
.content-sub-title {
	font-size: 16px;
	font-weight: normal;
	color: #6E6448;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	float: left;
}
.content-sub-title-2 {
	font-size: 16px;
	font-weight: normal;
	color: #6E6448;
	margin-left: 10px;
	padding-bottom: 7px;
	clear: both;
	padding-top: 10px;
}
.resource-listing {
	font-size: 13px;
	color: #625136;
	margin-left: 25px;
	float: left;
	clear: left;
}
.phone {
	font-size: 13px;
	color: #685832;
	margin-right: 45px;
	float: right;
	clear: right;
}
a:link {
	color: #B2A14C;
	text-decoration: underline;
}
a:visited {
	color: #B2A14C;
	text-decoration: underline;
}
a:hover {
	color: #B2A14C;
	text-decoration: none;
}
a:active {
	color: #B2A14C;
	text-decoration: underline;
}
.galleryBorder {
	border: thin solid #625432;
	height: 400px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
.resource-box {
	width: 275px;
	float: left;
}
.hiddenPic {
display:none;
}