/* 
1001 Animal Friends
Global Styles
MODIFIED: 09/12/2008
*/

body {
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   background-color: #D9E1E4;
   font-size: 80%;
   color: #000000;
}
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
}
h1 {font-size: 1.7em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}

.imageleft {
   float: left;
   border: 0;
   padding: 0;
   margin: 3px 5px 3px 0;
}
.imageright {
   float: right;
   border: 0;
   padding: 0;
   margin: 0;
}
.largeorangetext {
	color: #f26f29;
	font-size: 2em;
	font-weight: bold;
}
.textmedium {
   font-size: 1.1em
}
.pagetitle {
   font-size: 2.5em;
   
}

/**** COPIED FROM ORIGINAL CSS  ******/
.main3blck {
   font-size: 1.5em;
   color: #000000;
   font-weight: normal;
   text-decoration: none
}
.mainGray {
   font-size: 1.4em; 
   color: #64646a;
   font-weight: normal
}
.mainGraySm {
   font-size: 1.1em; 
   color: #64646a;
   font-weight: normal
}
.subHeader {
   font-size: .9em; 
	color: #2D374D;
	font-weight:bold;
	padding: 0 0 0 25px;
	line-height:20px;
	letter-spacing:.1em;
}
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
}
/******************************/

#wrapper {
   position: relative;
   width: 950px;
   margin: 0 5px 5px 40px;
   background-color: transparent;
}
#pagehdg {
   width: 100%;
   height: auto;
   background-color: #E6EAEB;
}
#topnav {
   width: 870px;
   height: 30px;
   background-color: #F39E10;
   text-align: center;
   padding-left: 80px;
}
#topnav a {
   display: block;
   width: auto;
   height: 20px;
   font-size: 1.2em;
   text-align: center;
   text-decoration:none;
   color: #ffffff;
   font-weight: bold;
   background-color: transparent;
   padding: 0 15px 0 15px;
   border: 1px solid #F39E10;
   margin: 3px 0 2px 0;
   float: left;
}

#topnav a:hover {
	display: block;
	text-decoration:none;
   color: #ffffff;
   font-weight: bold;
	background-color: #CA441F;
}
#mainbody {
   position: relative;
   width: 100%;
   height: auto;
   background-color: #ffffff;
   padding-top: 20px;
}
#mainbody img {
   border: 0;
   padding: 0;
}
#footlyr {
	position: relative;
	clear: both;
	padding: 10px 0 0 0;
	margin: 10px 0 5px 20px;
	width: 90%;
}
.footer {
  font-family: "Times New Roman", Times, serif;
  font-size: .8em;
  color: #404040;
  background-color: transparent;
}
.footer a:hover {
   color: #000000;
	font-weight:bold;
	text-decoration:none;
}
.clear {
	clear: both;
}

#twocolleft {
   width: 660px;
   height: auto;
   float: left;
}
#twocolleft .text {
   margin-left: 80px;
   margin-top: -10px;
   clear: left;
   width: auto;
   height: auto;
}
#twocolright {
   width: 285px;
   height: auto;
   float: right;
}
#twocolright .text {
   width: 100%;
   height: auto;
}
#threecolleft {
   width: 160px;
   float: left;
}
#threecolmiddle {
   width: 485px;
   margin-left: 160px;
   margin-top: -20px;
   padding: 0 10px 0 10px;
}
#threecolright {
   width: 285px;
   float: right;
}