HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font-family: proxima-nova, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #3f3f3f;
	background: #fff url('pics/pageTop.png') repeat-x left top;;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #0c7db1;}
A:hover {text-decoration: none;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin: 0;
  	padding: 0 0 28px 0;
  	color: #333;
}
H2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
  	padding: 19px 0 0 0;
  	color: #333;
}
H3 {
	font-weight: normal;
	margin: 0;
  	padding: 5px 0 10px 0;
  	font-size: 20px;
	line-height: 24px;
	color: #0d7db1;
}
P {margin: 0; padding: 10px 0;}
S {
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	text-decoration: none;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}

/* Header
==========*/
#header {
	padding: 45px 0 0 0;
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
#headerContent {
	padding: 0 55px;
}
/* Logo
========*/
.logo {
	padding: 0;
	float: left;
}

/* Language flags
=================*/
.languageDropdown {
	position: absolute;
	width: 95px;
	right: 279px;
	top: 6px;
	padding: 7px 0 0 103px;
	z-index: 2;
}
/* Search
===========*/
.searchBox {
	position: absolute;
	top: 6px;
	right: 0;
	padding: 0 14px;
	width: 465px;
	height: 40px;
	background: url('pics/topBox.png') no-repeat left top;
}
.searchBox * {
	padding: 0;
	margin: 0;
}
.searchField {
	width: 222px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #fdfdfd;
	border-right: 1px solid #fdfdfd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 25px;
	float: right;
	margin: 4px 11px 0 0 !important;
}
.searchBox table {
	width: 100%;
}
.searchInput {
	border: 0;
	padding: 0 0 0 6px !important;
	background: none;
	font-size: 13px;
	line-height: 20px;
	color: #818181;
	width: 100%;
}
.searchSubmit {
	background: url('pics/searchButton.png') no-repeat left top;
	margin-right: 1px !important;
	border: 0;
	width: 20px;
	height: 21px;
	font-size: 0;
	vertical-align: top;
	float: right;
}

/* Banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	float: left;
	height: 30px;
	overflow: hidden;
	background-color: #ddd;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 20px;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #000;
	background-color: #ccc;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #fff;
	background-color: #000;
}

/* Breadcrumb
==============*/
#breadcrumb {
	display: block;
	clear: both;
	padding: 46px 0 12px;
}
#breadcrumb UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#breadcrumb UL LI {
    float: left;
    padding: 0;
    display: none;
}
#breadcrumb UL LI.open, #breadcrumb UL LI.sub, #breadcrumb UL LI.current {
    display: block;
}
#breadcrumb UL LI A {
    color: #61b7d7;
	font-size: 14px;
}
#breadcrumb UL LI UL LI A {
    padding-left: 39px;
    background: url('pics/breadcrumbArrow.png') no-repeat 20px 6px;
}
#breadcrumb UL LI.current A {
    color: #999;
}
#breadcrumb .newsCategory {
	display: none;
}
/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 20px 0 30px 0;
}
#main {
	float: left;
	width: 550px;
	padding: 0 35px 0 55px;
	height: auto;
	overflow: hidden;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	padding-right: 55px;
}
.column1Text {
	margin-top: 20px;
}
.column1Text > :first-child, .column2Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.column1Text table {
	margin-top: 80px !important;
}
#column2 {
	width: 100%;
	clear: both;
}
#column2Content {
	padding: 0 55px;
}
.clearDiv {
	clear: both;
}
.animalNav {
	height: 90px;
	background: url('pics/animalNav.jpg') no-repeat left top;
}
.animalNav td {
	height: 55px;
}
.animalNav p {
	padding: 2px 0 6px 12px;
	color: #0087cb;
	font-size: 12px;
	line-height: 12px;
}
.animalNav .dog {
	background: url('pics/dogIcon.png') no-repeat left bottom;
}
.animalNav .horse {
	background: url('pics/horseIcon.png') no-repeat left bottom;
}
.animalNav .cat {
	background: url('pics/catIcon.png') no-repeat left bottom;
}
.animalNav .other {
	background: url('pics/otherIcon.png') no-repeat left bottom;
}
.animalNav .dog:hover, .animalNav .dog.active, .animalNav .horse:hover, .animalNav .horse.active, .animalNav .cat:hover, .animalNav .cat.active,
.animalNav .other:hover, .animalNav .other.active {
	background-position: right bottom;
}
.animalNav a {
	width: 100%;
	height: 100%;
	display: block;
}
iframe {
	width: 100%;
	border: 1px solid #ddd;
	height: 600px;
}
/* Footer
===========*/
#footer {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background: none;
	text-align: left;
	position: relative;
	height: 357px;
	padding: 50px 0 0;
	margin-top: -15px;
	z-index: 2;
}
.footerText {
	width: 50%;
	float: right;
}
.footerTextCenter {
	width: 330px;
	padding-left: 20px;
}
.footerText p {
	font-size: 14px;
	line-height: 18px;
	padding: 7px 0;
}
.footerText h3 {
	padding-bottom: 0;
}
#footer .linkList {
	float: right;
}
#linkList_23573 {
	width: 135px;
}
#linkList_23572 {
	width: 168px;
}
#linkList_23571 {
	width: 162px;
}
#footer .linkList h3 {
	color: #333;
}
#footer .linkList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer .linkList ul li a {
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}
.footerBottom {
	color: #b4b4b4;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footerBottomContent > p {
	display: none;
}
.footerBottom a {
	color: #5496b2;
}
.footerBottom table {
	height: 74px;
	margin: 0 auto;
}
#footerBgLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 407px;
	width: 50%;
	background: url('pics/greenBottom.png') repeat-x left bottom;
	z-index: -2;
}
#footerBgCenter {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 392px;
	width: 100%;
	background: url('pics/bottomCenter.png') no-repeat center bottom;
	z-index: -1;
}
#footerBgRight {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 407px;
	width: 50%;
	background: url('pics/blueBottom.png') repeat-x left bottom;
	z-index: -2;
}