@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: #FFFFFF;
	background-image: url(pics/carpbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
	height: 185px;
	background-color: #DDDDDD;
	background-image: url(pics/topgrad.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(pics/mainbg.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	display:inline-block;
	min-height:500px;
   	height:auto !important;
  	height:500px;
}
.oneColFixCtrHdr #mainContent p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 5px;
	padding:5px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin-top:10px;
	margin-bottom: 5px;
	color: #563607;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	line-height: 1.6em;	
}
.oneColFixCtrHdr #widephoto p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0;
	padding-top:10px;
}
.oneColFixCtrHdr #widephoto h1 {
	color: #563607;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	line-height: 1.6em;	
	margin: 0;
}
.oneColFixCtrHdr #footer {
	padding: 25px 0px;
	color: #FFFFFF;
	background-color: #523607;
	background-image: url(pics/footbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height:100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline;
}
.oneColFixCtrHdr #navbar {
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0;
	padding-top: 2px;
	float:right;
	top: 5px;
	position: relative;
}
.oneColFixCtrHdr #navbar a:link, .oneColFixCtrHdr #navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B4608;
	display:inline-block;
	text-decoration:none;
	text-transform: uppercase;
	padding: 5px;
}
.oneColFixCtrHdr #navbar a:hover {
	background-image: url(pics/navbg.gif);
	background-repeat: repeat-x;
	background-position:top;
	display:inline-block;
	padding: 4px 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5BD86;
	border-left-color: #D5BD86;
	-moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari */
}
.grid_1, 
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.grid_2_right {
	display:inline;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.oneColFixCtrHdr #mainContent .grid_1 {
	width:940px;
}
.oneColFixCtrHdr #mainContent .grid_2 {
	width:300px;
	background-image:url(pics/darktop.gif);
	background-repeat:repeat-x;
	background-color:#CAAD68;
	margin-bottom: 20px;
		
}
.oneColFixCtrHdr #footer .grid_2 {
	width:300px;
	margin-bottom: 20px;
		
}
.oneColFixCtrHdr #mainContent .grid_2_right {
	width:300px;
	background-image:url(pics/darktop.gif);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #mainContent .grid_3 {
	width:620px;
}
.oneColFixCtrHdr #mainContent .grid_4 {
	width:220px;
}
.oneColFixCtrHdr #mainContent .grid_5 {
	width:700px;
}
.oneColFixCtrHdr #mainContent .grid_6 {
	width:140px;
	margin-bottom:20px;
}
.oneColFixCtrHdr #mainContent .grid_7 {
	width:460px;
	background-image:url(pics/darktop.gif);
	background-repeat:repeat-x;
	background-color:#CAAD68;
	padding-top:10px;
}
.oneColFixCtrHdr #mainContent .grid_2 a:link, .oneColFixCtrHdr #mainContent .grid_2 a:visited {
	color:#6B4608;
	font-weight:bold;
	text-decoration:none;		
}
.oneColFixCtrHdr #mainContent .grid_2 a:hover {
	text-decoration:underline;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.oneColFixCtrHdr #widephoto {
	margin: 0px;
	padding: 0px;
	width:960px;
	height:375px;
	display:block;
	background-image:url(pics/lakebgd.jpg);
	background-repeat:no-repeat;
}
#slider {
    width: 960px; /* important to be same as image width */
    height: 375px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#00000;
	margin:0px;
	padding:0px;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: relative;
	top: 0;
	padding:0;
	margin:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 934px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #563607;
    display: none;
}
#slider .sliderImage span strong {
    font-size: 14px;
	color:#6B4608;

}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}.headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #563607;
}
.picright20 {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	
}
.picright0 {
	margin-right:0px;
	margin-bottom:20px;
	float:left;
}
.border {
border:1px solid #563607;
margin: -1px;
}
