/********************************
Iowa Tribe CSS
********************************/
.clear {
	clear: both;
}

.navigationformat {
  background-color: #FFFFFF; 
  color: #000000; 
  font-size: 14px; 
  font-weight: bold; 
  width: 156px; 
  border: 1px solid #000000; 
  padding: 3px; 
  margin-bottom: 0; 
  padding-bottom: 0;
  text-align:center;
  margin: 5px 3px 0px 3px;
}

.navigation {
  background:url(/Images/background.gif) #D8B992 no-repeat;
  width: 156px;
  border: 1px solid #000000;
  border-top: 0;
  padding: 3px;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  margin: 0px 3px 0px 3px;
}

.navigation a {
  color: #000000;
}

.navigation a:hover {
  text-decoration:underline;
}

.navigation ul {
  float: left; 
  width: 140px; 
  padding-left: 20px; 
  margin-left: 0; 
  list-style-image: url(/Images/bullet.png);
  font-size: 11px;
}

.navigation center {
  margin: 10px 0px 0px 0px;
}

.whatsnew {
  width:395px;
  height:100px;
  margin-left:0;
  padding-left:0;
}

.whatsnew h2 {
  background:url(/Images/whats-new-title.gif) no-repeat;
  width:72px;
  height:12px;
  margin-bottom:0;
  padding-bottom:2px;
  *margin-bottom:-14px;
}

.whatsnew div {
  background:url(/Images/whats-new-bg.gif) repeat-y;
  width:395px;
  min-height:100px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}

.whatsnew div p {
  margin:0;
  padding:3px 0px 3px 10px;
}

/********************************
          Eagle Aviary
********************************/
.donateBar {
	width: 100%;
	border-top: 2px solid #791919;
	border-bottom: 2px solid #791919;
	background-color: #C53A3A;
	height: 20px;
	text-align: center;
	padding-top: 4px;
}

.donateBar a {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.donateBar a:hover {
	color: #fff;
	text-decoration: underline;
}

.donate h2 {
	margin-bottom: 0;
}