/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%; 
}

a {
	text-decoration: none;
}
body {
	font-size: 76%;
	height: 100%;
	background: #bdba83 url("../images/body_bg.jpg") repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	left: 50px;
}

* html #container {
	height: 100%;
}

#header {
	margin: 0px 0 0 0;
	padding: 3px 0 0 0;
	height: 134px;
	background: url("../images/header.png") no-repeat;
}

#logo {
	position: absolute;
	top: 0;
	padding: 0;
	border: none;
	z-index: 9000;
	left: -155px;
}


#logo img {
	width: 168px;
	height: 239px;
}

/*----------- VIGNETTE  ----------------*/

#vignette {
	position: relative;
	margin: -100px 0 0 -15px;
	width: 460px;
	z-index: 7000;
	width: 505px;
	height: 275px;
}
#vignette img {
	width: 505px;
	height: 275px;
}
/*----------- PICS ---------------------*/
.pics {
	padding: 0;
	margin:  0 0 20px;
	float: left;
} 
 
.pics img {
	padding: 4px;
	background-color: #eee;
	width:  408px;
	height: 200px;
	top:  0;
	left: 0
} 

/*----------- RIGHT/LEFT ----------------*/

#right {
	float: right;
	position: relative;
	display: inline;
	margin: -330px 45px 0 0;
	margin: -350px -25px 0 0;
	padding: 0;
	width: 280px;
	z-index: 10000;
}

#rightTop {
	margin: 0px 0px 0 2px;
	height: 96px;
	width: 278px;
	width: 280px;
	background: url("../images/rightTop_bg.png") no-repeat;	
}

#rightBottom {
	margin: 0px 0px 0 8px;
	height: 67px;
	width: 272px;
	width: 280px;
	background: url("../images/rightBottom_bg.png") no-repeat;	

/* WHAT'S NEW */
}

#leftnew {
	position: absolute;
	display: inline;
	margin: 250px 0px 0px -175px;
	padding: 0;
	width: 198px;
	z-index: 10000;
}

#leftnewTop {
	margin: 0px;
	height: 88px;
	width: 207px;
	width: 199px;
	background: url("../images/leftTop_bg.png") no-repeat;
}

#leftnewBottom {
	margin: 0px;
	height: 67px;
	width: 207px;
	width: 199px;
	background: url("../images/leftnewBottom_bg.png") no-repeat;
}

/* WOLF NEWS */

#leftwolf {
	position: absolute;
	margin: 690px 0px 0px -175px;
	padding: 0;
	width: 198px;
	z-index: 10000;
}

#leftwolfTop {
	margin: 0px;
	height: 88px;
	width: 207px;
	width: 199px;
	background: url("../images/leftTopwolf_bg.png") no-repeat;
}

#leftwolfBottom {
	margin: 0px;
	height: 67px;
	width: 207px;
	width: 199px;
	background: url("../images/leftnewBottom_bg.png") no-repeat;
}



/*----------- SEARCH ----------------*/
#search {
	position: absolute;
	margin: 0 0 0 25px;
	height: 40px;
	width: 243px;
	background: url("../images/searchPaint.png") no-repeat;	
}

#search form {
	margin: 10px 0 0 0;
	width: 250px;
}

#search img {
	margin-left: 15px;
}

#search input {
	display: inline;
	border: none;
}

 .search  {
	margin: px 0 0 10px;
 	width:130px;
	height:16px; 
	
}

 .submit  {
 	margin-left: 15px; 
 	width:71px;
	height:16px;
 	background: url("../images/search.png") no-repeat;
	
}



/*----------- NAVIGATION  ----------------*/

#navDiv {
	padding: 40px 20px 0px 20px;
	width: 240px;
	background: url("../images/right_bg.png") repeat-y;
	zoom: 1;
}

#navDiv2 {
	padding: 10px 15px 10px 30px;
	width: 155px;
	zoom: 1;
	background-image: url(../images/left_bg.png);
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 1.5em;
}

#navDiv ul {
	margin: 0px 31px 0 5px;
	padding: 0;
	width: 245px;
	list-style: none;
	background: url("../images/nav_paint_2.png") repeat-y;
}

#navDiv ul li {
	position: relative;
	color: #ab744a;
	
}

#navDiv ul li a {
	margin: 0;
	padding-left: 20px;
	display: block;
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #363942;
	line-height: 2em;
	text-decoration: none;	
}

#navDiv ul li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 100%;
	float: right;
	width: 200px;
	background: #fff url("../images/popout_bg.png") repeat-y;
	z-index: 10000;
}

#navDiv ul li ul li {
	border-right: #5a846b 3px solid;
}

#testhover:hover {
	height: 200px;
	background-color: orange;
}

.lastLink {
	padding: 0px;
} 


#navDiv li ul li a {
	font-weight: 100;
}

/* Fix IE. Hide from IE Mac \*/
* html #navDiv ul li { float: left; height: 1%;}
* html #navDiv ul li a { height: 1%; }
/* End */

#navDiv li ul, 
#navDiv ul li:hover ul ul,
#navDiv ul ul ul,
#navDiv ul ul li:hover ul ul
{display: none;}

#navDiv ul li:hover ul,
#navDiv ul ul li:hover ul,
#navDiv ul ul ul li:hover ul
{display: block;}


#navDiv a:link {background-color: transparent;} 
#navDiv a:visited {} 
#navDiv a:hover {color: #fff; background: url("../images/link_hvr.png") repeat;} 

/*----------- RIGHT/EXTRAS  ----------------*/

#extras {
	padding-bottom: 5px;
	background: url("../images/right_bg.png") repeat-y;		
}
#extras strong {
	color:#382513;
}
#extras table {
	width: 240px;
	margin-left: 26px;
}
#extras ul {
	position: relative;
	list-style: none;
	background: none;
}

#extras ul li {
	margin: 2px 0;
	display: block;
	list-style: none;
	color: #ab744a;
}

#extras ul li img {
	float: left;
	padding-right: 2px;
	height: 58px;
	border: none;
}

#extras ul li a {
	display: block;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #363942;
	text-decoration: none;
	font-weight: bold;
}


#extras p {
	margin: 2px;
	line-height: 110%;
	color: #80603b;
}

#extras  b {
	display: block;
	font-size: 1em;
	color: #382513;
}
#extras h4 {
	margin: 0px 0 0 0px;
	padding: 0;
	font-size: 1.2em;
	font-family: "Baskerville", Georgia, sans-serif;
	color: #5c832f;
}

/*----------- LEFT/EXTRAS  ----------------*/

#leftextras {
	padding-bottom: 5px;
	background: url("../images/left_bg.png") repeat-y;		
}
#leftextras table {
	width: 181px;
	margin-left: 26px;
}
#leftextras ul {
	position: relative;
	margin-left: 26px;
	width: 180px;
	list-style: none;
	background: none;
}

#leftextras ul li {
	margin: 2px 0;
	display: block;
	list-style: none;
	color: #ab744a;
	background-color: #dbdabc;
	min-height: 57px;
}

#leftextras ul li img {
	float: left;
	padding-right: 2px;
	height: 58px;
	border: none;
}

#leftextras ul li a {
	display: block;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #363942;
	text-decoration: none;
	background-color: #dbdabc;
}


#leftextras p {
	margin: 2px;
	line-height: 110%;
	color: #80603b;
}

#leftextras  b {
	display: block;
	font-size: 1em;
	color: #382513;
}
#leftextras h4 {
	margin: 0px 0 0 0px;
	padding: 0;
	font-size: 1.2em;
	font-family: "Baskerville", Georgia, sans-serif;
	color: #5c832f;
}
	
/*-----------  PROMO/MAIN CONTENT  ----------------*/

#left {
	_display: inline;
	width: 470px;
	border: 1px solid #000;
	z-index: 6000;
 }
 
#leftText {
 	margin-top: -50px;
 	padding: 50px 30px 15px 30px;
	_padding: 50px 30px 150px 30px;
 	width: 415px;
	background: url("../images/left_bg.jpg") repeat-y;
 }

#leftText ul {
	margin: .8em 0;
}
#leftText ul li {
	margin: .2em 0;
	margin-left: 3em;
}

#leftText ol li {
	margin: .2em 0;
	margin-left: 1.6em;
}
#leftText ol p {
	margin-left: 0;
}
 
#leftBottom {
	clear: left;
	margin-left: 1px;
	_margin-top: -100px;
	padding: 10px 0 50px 50px;
	height: 155px;
	width: 500px;
	background: url("../images/leftBottom_bg.png") no-repeat;
 }
 
#leftText p {
 	width: 415px;
 	text-align: justify;
 	word-spacing: 0px;
 }
 
#leftText a:link {color: #284907; font-weight: bold;}
#leftText a:visited {color: #363942;}
#leftText a:hover {color: #284907; text-decoration: underline;}
 
/*-----------  SPECIFIC PAGE TAGS  ----------------*/

#leftText .lwcimg {
	margin-left: 8px;
	width: 175px;
	float: right;
}

#leftText .lwcimg img {

}
#leftText .lwcimg p {
	font-size: .8em;
	line-height: 1em;
	width: 175px;
	margin-left: 0;
	padding-left: 0;
}
#leftText .lwcimg em {
	font-weight: normal;
}
#leftText .tasidebar {
	margin-left: 8px;
	width: 202px;
	float: right;
}
#leftText .tasidebar p {
	width: 202px;
	margin-left: 0;
	padding-left: 0;
}

.imgright {
	float: right;
}
.imgleft {
	float: left;
}

#leftText .taimgbtm {
	height: 121px;
}

#leftText .note {
	margin-bottom: 10px;
}
#leftText #prairie em {
	font-weight: normal;
	font-size: inherit;
	color: #80603b;
}
#leftText #prairie h5 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
#gwfacts {
	vertical-align: top;
	width: 385px;
	margin-left: 10px;
	margin-right: 10px;
}
#gwfacts th {
	text-align: right;
	vertical-align: top;
}
#gwfacts td {
	text-align: left;
	vertical-align: top;
	padding: 4px 0;
	padding-left: 14px;
}
#gwfacts th {
	width: 120px;
	padding: 4px 0;
}

/*-----------  FOOTER  ----------------*/
#footer {
	position: relative;
	clear: both;
	margin: -70px 0 0 0;
	width: 100%;
	height: 70px;
	background: url("../images/footer_bg.png") repeat-x;
	border-top: 2px solid #fff;
}

#footwrap {
	margin: 0 auto;
	width: 800px;
	}
	
#footerLeft {
	float: left;
	width: 300px;
}

#footerLeft p {
	padding: 10px 10px 0 10px;
	font-size: 11px;
	color: #f2f2f2;	
}

#footerRight {
	float: left;
	width: 500px;
}

#footerRight p {
	padding: 10px 10px 0 10px;
	font-size: 11px;
	text-align: right;
	color: #f2f2f2;
}


#footer a:link {color: #f2f2f2; text-decoration: none;}
#footer a:visited {color: #f2f2f2; text-decoration: none;}
#footer a:hover {color: #ff0; text-decoration: underline;}

/*-----------  STYLES FOR CONTACT FORM  ----------------*/


/*-------------  FLASH [QUARTERLY UPDATES]  ----------------------*/

#leftText embed {
	margin: 0 0 0px 10px;
	border: 1px solid #000;
}





/*-------------  MEMBERSHIP FORM ----------------------*/
#leftText .membership {
	font-size: 1em;
	font-family: Verdana, sans-serif;
	color: #382513;
}

.membership fieldset {
	padding: 10px;
	border: 1px solid #000;
	}

.membership table {margin: 0;}

.membership p {width: 300px;}

.membership h5 {margin: 15px 0 5px 10px;}

.membership select {margin-left: 10px;}

.membership input {
	margin: 0 10px;
	display: inline;
	border: none;
}

.membership textarea {margin-left: 10px;}


/*------------  GENERAL STYLES  img, div { behavior: url(/iepngfix.htc) ----------------*/
img, #logo, #rightBottom, #rightTop, #navDiv, #vignette, #left, #leftText, #leftBottom, #extras {
	border: none;
	behavior: url("iepngfix.htc");	
}





.greenBar {margin: 0 0 0 5px; height:3px; width:245px;}
.greenBar2 {
	margin: 0 0 0 5px;
	height:3px;
	width:165px;
}
.headerWelcome {margin: 0 0 0 -50px; height:39px; width:151px;}

h1 {
	margin: 0;	padding: 0;
	font-size: 1.2em;	font-weight: 100;
	font-family: verdana, sans-serif;
}

h3 {
  margin: 20px 0 20px 10px;
  padding-top: 15px;
  font-size: 1.7em;
  font-weight: 100;
  font-family: "Baskerville", Georgia, sans-serif;
  color: #1d3702;
  border-bottom: 1px dashed #5c832f;
}

h4 {
	margin: 20px 0 4px 10px;
	padding: 0;
	font-size: 1em;
	font-family: Tahoma, Georgia, sans-serif;
	color: #5c832f;
}
span.hfour{
	font-size: 1.3em;
	font-family: Tahoma, Georgia, sans-serif;
	color: #5c832f;
}
span.b_lt_gr{
	font-size: 1.2em;
	font-family: Tahoma, Georgia, sans-serif;
	color: #5c832f;
	font-weight:700;
}

h5 {
	margin-left: 10px;
	padding: 0;
	font-size: .9em;
	font-family: Verdana, sans-serif;
	font-weight: light;
	text-align: left;
	line-height: 140%;
	color: #80603b;
}

h5.bigger{
font-size:16px;
color:#5c832f;
padding:8px;
}
#leftText h6 {
	margin: 3px 0 25px 10px;
	padding-bottom: 3px;
	width: 415px;
	text-align: center;
	font-family: "Baskerville", Verdana, sans-serif;
	font-size: 1em;
	color: #363942;
	border-bottom: 1px solid #363942;
}


strong {
	font-size: 1em;
	font-family: Georgia, sans-serif;
	color: #281402;
	}

#leftText p, #leftText ul, #leftText ol {
	margin: 0px 10px 10px 10px;
	padding: 0;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	text-align: left;
	line-height: 140%;
	color: #382513;
}

b {
	font-size: .9em;
	color: #382513;
}

em {
	font-weight: bold;
}



#leftText a, p a {
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #281402;
	text-decoration: none;
	}
	
p a:link {color: #281402;}	
/*p a:visited {color: #888;}*/	
p a:hover {color: #281438; text-decoration: underline;}	


/* Thumbnail Wolf Bio Page */

#biopage {
 	margin-top: -50px;
 	padding: 50px 30px 15px 30px;
	_padding: 50px 30px 150px 30px;
 	width: 415px;
	background: url("../images/left_bg.jpg") repeat-y;
 }
 
#biopage p a:link {color: #284907;}
#biopage p a:visited {color: #363942;;}
#biopage p a:hover {color: #284907; text-decoration: underline;}
  

/* Thumbnail Wolf Bio Gallery */

div.thumbnail {
	width: 133px;
	float: left;
	margin: 0 5px 10px 0;
	}
	
div.thumbnail img {
	border: 1px solid #fff;
	margin: 10px 0 0 5px;
	}
	
div.thumbnail p {
	margin: 0;
	text-align: center;
	}
	
.clear {
	clear: left;
	}
	
.photos {
	background: url(../images/bg_photos.jpg) no-repeat;
	padding: 20px;

}
.thumbs {
	padding: 10px 20px 10px 10px;
}	
	
p#back_map{
	text-align:right;
	width:100px;
	float:right;
	margin-top:-30px;
}	

.l_five{
	font-family: Verdana, sans-serif;
	font-weight: 600;
	font-size:.9em;
	color: #80603b;
	display:block;
	margin-right:12px;
	float:left;
}
/*-----------------------------------bottom styles flash ---------------------------------*/

div#right_bottom{
	position:relative;
	z-index:2000;
	height:186px;
	width:270px;
	margin:-110px 20px -110px 150px;
}

div#bottom_space{
	height:90px;
	
}
#navDiv2 a:link, a:active, a:visited {
	font-weight: bold;
	color: #600;
	font-size: 12px;
}
#navDiv2 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #600;
}
.donatebutton {
	margin-left: 150px;
}

