@charset "utf-8";
/* badger creek CSS Document */

body {
	background: url(images/bg-repeat.gif);	
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

#container {
	margin:0 auto;
	width:900px;
	padding:0;
}

#header {
	background:url(images/header.gif) no-repeat;
	height:135px;
}

/* -- fading photo seen at top of each page --*/
#fader {
	height:150px;
	background: url(images/fg-repeat-plain.gif) repeat-y;
	width:715px; /* -- add px to width if taking away from padding to keep background centered Change the maintext bkg, have to change this one as well to line up--*/
	margin:0 auto;
	padding:0 20px 10px 5px;
}

#maintext {
	background: url(images/fg-repeat-fancy.gif) repeat-y;
	width:695px; /* -- add px to width if taking away from padding to keep background centered --*/
	margin:0 auto;
	padding:0 40px 0 5px;
}

.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;
}

/* -- left menu code --*/
#menuholder {
padding:0;
margin:0;
	width:156px;
	float:left;
	margin-right:10px;
}

.menuborder {
	background:#8c644b;
	border-right:1px solid #cfce98;
	padding: 5px 0 5px 0;
	margin:-3px 0 0 0;
}
#menuholder a {
	background: #8c644b;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #cfce98;
	line-height:18px;
	padding: 3px 35px 3px 0;
	padding-left: 8px;
	text-decoration: none;
	width:150px;
	
}
 #menuholder a:visited {
	 color: #cfce98;
 }
 
 #menuholder a:hover {
	 color:#fff;
 }

/* ---- Default class for drop down menus ---- */

.anylinkcss{
position: absolute;
margin-left: 55px;
margin-top: -5px;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #a1815a;
width: 100px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background: #cfce98;
color: #000;
}




/* -- left menu contact box --*/
#contactbox {
	border: 1px solid #cfce98;
	padding:5px;
	margin:0 4px 0 4px;
	width:134px;
	font-size:10.5px;
	background:#8c644b;
	line-height:17px;
}
.boxtitle {
	font-size:13px;
	font-weight:bold;
}

/* -- footer stuff --*/
#footer {
	background:url(images/footer.gif) no-repeat;
	height:135px;
	clear:both;
}

.vw {
	color:#fff;
}
.vw a, .vw a:visited {
	font-weight:bold;
	color:#fff;
}
.vw a:hover {
	text-decoration:none;
}

/* ----- image floaters --*/
.floating {
	float:right;
	padding:4px;
	border:1px solid #cfce98;
	margin-left:10px;
}

.floatingL {
	float:left;	
	padding:4px;
	border:1px solid #cfce98;
	margin-right:10px;
}

.galleryimgs {
	padding:4px;
	border:1px solid #cfce98;
	margin:5px;
}

/* ----- pads the text in main body to pull it away from left margin */
.padding {
	padding-left:10px;
}

/* -- text definitions migrated from old site --*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#3b2511; font-family:Georgia, "Times New Roman", Times, serif;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}