@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 5px;
	background-color: #ECEFE5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #556c11;
	height: 100px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header2 {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 770px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.animal {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 35px;
	padding-left: 5px;
	background-color: #e8d9a8;
}
.azulbox {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 35px;
	padding-left: 5px;
	background-color: #e8d9a8;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
} 
.thrColFixHdr #footer {
	height: 15px;
	border-top-color: #FFD478;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFD478;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #4f6110;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.headerlogo {
	float: left;
	padding-top: 30px;
	padding-left: 5px;
	}
.whtbrder {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#whtbrder2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#offset {
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#flashhome {
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
#flashhometry {
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	z-index: 1;
}
#coloranimalnav {
	height: 30px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #aab588;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#colorbrder {
	height: 20px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #a3af7a;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#colorbrder2 {
	height: 15px;
	background-color: #a3af7a;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
}
#navbar {
	height: 30px;
	border-top-color: #bc9307;
	border-right-color: #FFFFFF;
	border-bottom-color: #bc9307;
	border-left-color: #FFFFFF;
	background-color: #bc9307;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
}
#fastfind {
	padding-top: 50px;
	padding-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #f7eed4;
	font-weight: bolder;
}
#fastfind2 {
	font-weight: bolder;
}
#homecontent {
	vertical-align: top;
	top: 5px;
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 1px;
}
#homecontentbig {
	vertical-align: top;
	top: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 690px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 1px;
}
#homecontentbig2 {
	vertical-align: top;
	top: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 900px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 1px;
}
#landingcontent {
	vertical-align: top;
	top: 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 1px;
}

.menu {
	border: 1px solid #BFBFBF;
	background-color:#ebd3af;
	
	-moz-opacity:0.95;
	opacity: 0.95;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.menuItem {
	padding:4px 10px 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.menuItem:hover {
	background-color:#fbf0db;
}

.menuItem a {
  color:#666666;
  text-decoration:none;
}

#demo {
	background-color:#bc9307;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fbf0db;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	list-style-type: none;
}
#demo li {
	float: left;
	
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
}
#demo span {
	cursor:pointer;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;

}

#demo span:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fedb8a;
	
}
#demo a:link {
	color: #fedb8a;
	text-decoration: none;
	font-weight: bold;
	
}
#demo a:visited {
	color: #fedb8a;
	text-decoration: none;
	font-weight: bold;
	
}
.quoteLeft {
	font-weight: bold;
	color: #5a2007;
	font-size: 14px;
	font-style: italic;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-bottom-color: #003300;
	padding-top: 20px;
	padding-bottom: 20px;
}
.animalmar {
	font-weight: bold;
	color: #5a2007;
	font-size: 15px;
}
.title {
	font-weight: bold;
	color: #5a2007;
	font-size: 16px;
}
.titlelink {
	font-weight: bold;
	color: #5a2007;
	font-size: 16px;
}
.titlelink a:link{
	font-weight: bold;
	color: #5a2007;
	font-size: 16px;
	text-decoration: none;
}
.titlelink a:visited{
	font-weight: bold;
	color: #5a2007;
	font-size: 16px;
	text-decoration: none;
}


.titlelinknew {
	font-weight: bold;
	color: #C00;
	font-size: 16px;
}
.titlelinknew a:link{
	font-weight: bold;
	color: #C00;
	font-size: 16px;
	text-decoration: none;
}
.titlelinknew a:visited{
	font-weight: bold;
	color: #C00;
	font-size: 16px;
	text-decoration: none;
}
.titlelink2 {
	color: #cf8e17;
	font-size: 26px;
}

.titlelinkazul {
	color: #5BB4D9;
	font-size: 20px;
	font-weight: bold;
}
.titlelinkazul2 {
	color: #5BB4D9;
	font-size: 15px;
	font-weight: bold;
}

#topNavagation {
	float: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffd478;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topNavagation li{
	float:left;
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
	
	}
.hometop {
	margin:0px 0 0;
	display: block;
	padding-top: 5px;
	height: 18px;
	
}
.hometopleft {
	margin:0px 0 0;
	display: block;
	padding-top: 5px;
	height: 18px;	
}
#topNavagation li a{
	text-decoration:none;
	color: #ffd478;	
	}
#topNavagation li a:hover{
	text-decoration:underline;
	
}

.copyright {
	font-size: 10px;
	text-align: center;
}
.leftnav {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 25px;
}
.leftnav a{
	text-decoration:none;
	color: #5a2007;
}
.leftnav a:hover{
	text-decoration:none;
	color: #cf8e17;
}
.leftnavon {
	text-decoration:none;
	color: #cf8e17;
}
.leftnavspace {
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.morecontent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/* showmore styles */
.more {
	display: none;
	background-color: #DFDFA2;
	padding: 5px;
	 }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	 }
a.hideLink {
	 }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }
	/* end showmore styles */
	
.redfont{
	color: #990000;
	font-weight: bold;
}
.thumbnail{
	position: relative;
	z-index: 0;
	text-decoration: none;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	cursor: help;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ECEFE5;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 220px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -150px;
	left: -240px; /*position where enlarged image should offset horizontally */
}	
.animalpara {
	font-size: 15px;
}
.smlerfont {font-size: 12px}
.rightbullets{
	list-style-type: disc;
	padding-left: 5px;
}
.bulletspace li{
	list-style-type: disc;
	padding-bottom: 10px;
	
}.fulldate {
	color: #900;
}

.signupframe
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.signupframe {
		border: 1px solid #BC9307;
		background: #cf8e17;
		}
.signupframe .required {
	font-size: 10px;
	}
.leftside{
	float:left;
	
}
.rightside{
	float:right;
}

