@charset "UTF-8";
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 #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B3C8D0;
	background-image: url(../images/strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.homebox {
	text-align: left;
	height: 100%;
	width: 200px;
}
.oneColFixCtrHdr #mainContent h6 {
	font-family: "Myriad Pro", Palatino, Arial;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	margin-left: 250px;
	padding-left: 0px;
	margin-right: 50px;
}
.navbar {
	font-family: "Myriad Pro", Palatino, Arial;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 315px;
	margin-top: 0px;
	text-align: right;
	padding-top: 150px;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
}
.middetailspic {
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
	margin-bottom: 50px;
	margin-top: 20px;
	font-size: 12px;
	background-image: url(../images/Ring-cropped.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.middetails {
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
	margin-bottom: 50px;
	margin-top: 20px;
	font-size: 12px;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/ridge2010header.jpg);
	background-position: center top;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: "Myriad Pro", Palatino, Arial;
	font-size: 12px;
	height: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}
.leftside {
	font-family: "Myriad Pro", Palatino, Arial;
	background-image: url(../images/photos/riverviewback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 510px;
	padding-right: 10px;
	padding-left: 12px;
	height: 320px;
	padding-top: 70px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.middle {
	font-family: "Myriad Pro", Palatino, Arial;
	background-image: url(../images/homegraphic-show.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 270px;
	padding-right: 10px;
	padding-left: 12px;
	height: 320px;
	padding-top: 50px;
	margin-right: 10px;
	margin-left: 20px;
}
.rightside {
	font-family: "Myriad Pro", Palatino, Arial;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
	height: 600px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
}
.rightsidelong {
	font-family: "Myriad Pro", Palatino, Arial;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
	height: 700px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 35px;
}
.rightsidelongpast {
	font-family: "Myriad Pro", Palatino, Arial;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	height: 650px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 50px;
	color: #FFF;
	background-color: #01669C;
}
.oneColFixCtrHdr  #mainContent .leftside p {
	padding-right: 25px;
	padding-left: 15px;
	font-family: "Myriad Pro", Palatino, Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
	font-family: "Myriad Pro", Palatino, Arial;
	font-size: 10px;
	text-align: center;
}
.oneColFixCtrHdr #containerfuzz {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/fuzz.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.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;
}
.oneColFixCtrHdr #containerfuzz #container .middetails ul li {
	line-height: 20px;
	font-size: 12px;
}
.oneColFixCtrHdr #containerfuzz #container #mainContent .middetails p .style3 b {
	text-align: center;
}
.middetails p {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
.oneColFixCtrHdr #containerfuzz #container #mainContent .middetails .style31 b {
	text-align: center;
	margin-right: 150px;
	margin-left: 150px;
}
.leftsidetewks {
	font-family: "Myriad Pro", Palatino, Arial;
	background-image: url(../images/photos/tewksback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 510px;
	padding-right: 10px;
	padding-left: 12px;
	height: 320px;
	padding-top: 70px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.leftsidewelli {
	font-family: "Myriad Pro", Palatino, Arial;
	background-image: url(../images/photos/welliback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 510px;
	padding-right: 10px;
	padding-left: 12px;
	height: 320px;
	padding-top: 70px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.leftsideEmpty {
	font-family: "Myriad Pro", Palatino, Arial;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 510px;
	padding-right: 10px;
	padding-left: 12px;
	height: 320px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.leftsideEmptylong {
	font-family: "Myriad Pro", Palatino, Arial;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 510px;
	padding-right: 10px;
	padding-left: 12px;
	height: 1250px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	text-align: left;
}
.oneColFixCtrHdr #mainContent p {
	padding-right: 25px;
	padding-left: 15px;
	font-family: "Myriad Pro", Palatino, Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}
.oneColFixCtrHdr #containerfuzz #container #mainContent .rightside #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent p {
	font-size: 10px;
}
