/* CSS Document */

/* Fonts */
/* Navigation Font */
.heading {
   font-family:"Bradley Hand ITC"; 
   font-size: 30pt; 
   font-weight:bolder;
   color: brown;
   float:right;
		 }
	
body, td {
	background-color: brown;
	font-family: arial,helvetica; 
	font-size: 12pt; 
	font-weight: bold;
	color: black;
	}

a {
	color: #434343;
  }
  
.emphasis {
	color: brown;
		  }

.emphasisblinking {
	color: brown;
	text-decoration:blink;
	}
	
.newspaper {
	font-style:italic;
		   }
		   
.info {
	font-size:12px;
		   }		   
		
/* Images */
.logoimage {
	float: left;
		   }

.midpic{ padding-top: 10px; 
		 padding-bottom: 5px; 
		 padding-right: 10px; 
	 	 float: left;
		 border-width: thin;
	   }
	   
.midpic2{ padding-top: 10px; 
		 padding-bottom: 5px; 
		 padding-right: 10px; 
	 	 float: right; 
 		 border-width:thin;
	    }


/* specific divs */
#container {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	font-size: 0.8em;
	margin:auto;
	background-color: #ffcc66;
	padding: 10px; 10px; 10px; 10px;
	top: -2px;
	} 

#nav{
   white-space : nowrap;
   color : black;
   height: 45px;
   width : 100%;
}

#nav ul{
   padding-top: 8px;
   margin : 0;
   float : right;
}

#nav ul li{
   display : inline;
   padding-left : 1em;
   padding-right : 1em;
   color : black;
   font-weight : bold;
   text-decoration :  none;
   float : left;
   border-right-color : black;
   border-right-style : solid;
   border-right-width : 2px;
}

#nav ul li a{
}

#nav ul li a:hover{
   background-color : #CCCCCC;
   color : #000066;
}

#subnav{
   white-space : nowrap;
   color : black;
   height: 45px;
   width : 100%;
}

#subnav ul{
   padding-top: 8px;
   margin : 0;
   float : right;
}

#subnav ul li{
   display : inline;
   padding-left : 1em;
   padding-right : 1em;
   color : black;
   font-weight:500;
   text-decoration:none;
   float : left;
   border-right-color : black;
   border-right-style : solid;
   border-right-width : 2px;
}

#subnav ul li a{
}

#subnav ul li a:hover{
   background-color : #CCCCCC;
   color : #000066;
}

#bannerspacer{
   height: 4px;
   background-color:brown;
}

#content{
    position:static;
	text-align:left;
	vertical-align:middle;
	height: 100%;
	padding-top:30px;
}

#content ul{
   padding : 0;
   margin : 0;
   list-style-type:none;
}

#content ul li{
   padding-left : 1em;
   padding-right : 1em;
   padding-bottom: 15px;
   color : black;
   font-weight : bold;
   text-decoration :  none;
}

table.animals {text-align: center;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
				font-weight: normal;
				font-size: 11px;
				color: #fff;	
				width: 80%;
				background-color: #666;
				border: 1px #666;
				border-collapse: collapse;
				border-spacing: 0px;
				}

table.animals td {background-color: #CCC;
					color: #000;
					padding: 4px;
					text-align: left;
					border: 1px #666 solid;
					}

table.animals td.hed {background-color: #666;
						font-size:13px;
						color: #fff;
						padding: 4px;
						text-align: left;
						border-bottom: 2px #666 solid;
						font-size: 12px;
						font-weight: bold;
						} 

#footerBlock {float : right; 
			  clear: both;  
			  repeat-x; 
			  padding: 5px 0px;
			  padding-top: 10px;
			 }
			 
#footerBlock p {margin: 0; font-size: 10px; color: #ffcc66; line-height: 1.4;}

#footerBlock a:link, #footerBlock a:visited {color: black;}		  
		  

