@font-face {
	font-family: 'edmondsansmedium';
	src: url('/fonts/edmondsans-medium-webfont.eot');
	src: url('/fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/edmondsans-medium-webfont.woff') format('woff'),
		 url('/fonts/edmondsans-medium-webfont.ttf') format('truetype'),
		 url('/fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'thirsty_roughbold';
	src: url('/fonts/yellow_design_studio_-_thirstyroughbol-webfont.eot');
	src: url('/fonts/yellow_design_studio_-_thirstyroughbol-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/yellow_design_studio_-_thirstyroughbol-webfont.woff') format('woff'),
		 url('/fonts/yellow_design_studio_-_thirstyroughbol-webfont.ttf') format('truetype'),
		 url('/fonts/yellow_design_studio_-_thirstyroughbol-webfont.svg#thirsty_roughbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'edmondsansregular';
	src: url('/fonts/edmondsans-regular-webfont.eot');
	src: url('/fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/edmondsans-regular-webfont.woff') format('woff'),
		 url('/fonts/edmondsans-regular-webfont.ttf') format('truetype'),
		 url('/fonts/edmondsans-regular-webfont.svg#edmondsansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'edmondsansbold';
	src: url('/fonts/edmondsans-bold-webfont.eot');
	src: url('/fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/edmondsans-bold-webfont.woff') format('woff'),
		 url('/fonts/edmondsans-bold-webfont.ttf') format('truetype'),
		 url('/fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
}
body {
	background-image:url('/img/wood_pattern.jpg');
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: edmondsansregular;
	font-size: 14px;
	color: #636363;
}

#flashMessage {
position:absolute;
z-index:1000;
margin-top:140px;
margin-left:100px;
padding:10px;
text-align:center;
width:945px;
font-family:edmondsansbold;
}

#flashMessage.success {
background:#E3FFE2;
border:1px solid green;
color:green;
}

#flashMessage.error {
background:#FFE0E0;
border:1px solid #f00;
color:#f00;
}

h1{
	font-family: thirsty_roughbold;
	font-size: 33px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	color:#629E8D;
}
h2{
	font-family:edmondsansbold;
	font-size:30px;
	margin: 30px 0 15px 0;
	padding: 0px;
	font-weight: normal;
}
h3{
	font-family:edmondsansmedium;
	font-size:24px;
	margin: 20px 0 0 0px;
	padding: 0 0 10px 0;
	font-weight: normal;
	color:#89b1a6;
}
a{
	color: #44a288;
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0px;
}
p{
	margin:0;
	padding:0;
}
header{
	position:relative;
	width:1164px;
	height:80px;
	margin:0 auto;
	background-image:url('/img/menu_bg.png');
	background-repeat:repeat-x;
}
.logo_placeholder{
	position:absolute;
	top:80px;
	left:327px;
	width:510px;
	height:199px;
	text-align:center;
	background-image:url('/img/logo_bg.png');
	background-repeat:no-repeat;
	z-index:900;
}
.logo{
	width:190px;
	height:190px;
	margin-top:-4px;
	margin-left: 160px;
	background-image:url('/img/logo.png');
	background-repeat:no-repeat;
}
#menu {
	position:absolute;
	width:1164px;
	height:30px;
	line-height:30px;
	left:50%;
	margin-left:-582px;
	top:24px;
	z-index:1000;
	text-align:center;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#menu ul.menu li {
	float:left;
}
#menu ul li a {
	display:block;
	font-size:20px;
	font-family:thirsty_roughbold;
	padding-right:20px;
	padding-left:15px;
	color:#89b1a6;
	background-image:url('/img/menu_separator.png');
	background-repeat:no-repeat;
	background-position:center right;
}
#menu ul li:last-child a{
	background-image:none;
}
#menu ul li a:hover, .active{
	color:#636363 !important;
	text-decoration: none !important;
}
#menu ul li ul {
	display:none;
	position:absolute;
	z-index:1000;
	padding:0;
	margin:0;
}
#menu ul li:hover ul {display:block;}
#menu ul li ul li {
	float:none !important;
	position:relative;
}
#menu ul li ul li a {
	text-shadow:none;
	min-width:130px;
	margin:0;
	height:36px;
	line-height:36px;
	background:#A9DACC;
	color:white;
	text-transform:none;
}
#menu ul li ul li a:hover {
	background-color:#ffffff;
	border:1px solid #A9DACC;
}
#menu ul li:hover ul li ul {
	display:none;
	top:0;
	left:170px;
	padding-top:0;
}
#menu ul li:hover ul li:hover ul {
	display:block;
}
#menu ul li ul li ul li a {
	background:#2d93b4;
	text-transform:none;
}
.main{
	background-image:url('/img/content_pattern.jpg');
	width:1164px;
	min-height:300px;
	margin:0 auto;
}
.main_head{
	position:relative;
	width:1164px;
	height:99px;
	background-image:url('/img/main_header.png');
	background-repeat:repeat-x;
}
.head_title{
	padding:22px 0 0 100px;
}
.main-content{
	padding: 120px 100px 35px;

}
.left{
	float:left;
	width:100%;
	line-height:160%;
        //border:1px solid red;
}
.left p, .right p{
	margin:10px 0;
}
.right{
	float:left;
	width:314px;
	margin-left:40px;
	line-height:160%;
}
.clearfix{
	clear:both;
}
footer{
	width:1164px;
	height:82px;
	margin:0 auto;
	background-color:#a7dacc;
	margin-bottom:40px;
	font-family:edmondsansbold;
	color:white;
}
footer span{
	padding-left:100px;
	height:82px;
	line-height:82px;
}
.copy{
	float: right;
	height:82px;
	margin-right:100px;
	font-family:edmondsansregular;
	line-height: 82px;
}
.copy a{
	color:white;
}
.fb{
	position:absolute;
	right:100px;
	top:26px;
}
.fb a{
	display:block;
	width:50px;
	height:46px;
	background-image:url('/img/fb_button.png');
	background-position:0 0;
}
.fb a:hover{
	background-position:0 -46px;
}
.title{
	border-bottom:1px solid #a9a9a9;
	padding-bottom:20px;
	margin-bottom:20px;
}
.read_more{
	background-color:#a9a9a9;
	height:22px;
	line-height:22px;
}
.read_more:hover{
	background-color:#a7dacc;
}
.read_more a{
	color:white;
	font-size:11px;
	font-family:edmondsansbold;
	padding:0 18px;
	text-decoration: none;
}
.border1{
	text-align:center;
	margin-top:25px;
	height:22px;
	background-image:url('/img/line.png');
}
.border1 .read_more{
	margin-top:-11px
}
.box1{
	height:304px;
	margin-top:48px;
	margin-right: -100px;
	background-image:url('/img/box_bg.png');
	background-repeat:repeat-x;
}
.box1 h2{
	padding:30px 0 5px 25px;
}
.box_content{
	padding:26px;
}
.box2 .box_content{
	padding:26px 26px 26px 100px;
}
.box1 .read_more{
	margin-left:26px;
}
.box2{
	float:left;
	height:304px;
	width:608px;
	margin-top:48px;
	margin-left: -100px;
	line-height:160%;
	background-image:url('/img/box_bg.png');
	background-repeat:repeat-x;
}
.box2 h2{
	padding:30px 0 5px 100px;
}
.box2 .read_more{
	margin-left:100px;
}
.fb_box{
	float:left;
	width:410px;
	margin-top:48px;
	margin-left:45px;
        height:304px;
}

.clearfix {
    overflow:hidden;
}

.sponsors {
    margin-top:380px;
}

.sponsors h2 {
    margin-bottom:10px;
}

.sponsors img {
    border:1px solid #a7dacc;
    padding:3px;
}
.contact_box{
	margin-top:45px;
}
#border{
	display:block;
	width:959px;
	height:8px;
	background-image:url('/img/contact_border.png');
	background-repeat:no-repeat;
}
.contact_box #content{
	padding:32px 0;
	text-align:center;
}
#donate{
	float:left;
	width:130px;
	height:46px;
}
#donate a{
	display:block;
	width:130px;
	height:46px;
	background-image:url('/img/donate.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
#donate a:hover{
	background-position:0 -46px;
}
#box_text{
	padding-left:35px;
	font-size:33px;
	font-family:thirsty_roughbold;
	color:#909090;
}
#box_text2{
	padding-left:35px;
	font-size:30px;
	font-family:edmondsansbold;
	color:#909090;
}
#email a{
	font-size:27px;
	font-family:edmondsansregular;
	color:#909090;
}
.slideshow{
	position:relative;
	width:1164px;
	height:500px;
	background-color:#a7dacc;
	text-align:center;
}
#slider{
	width:1164px;
	height:500px;
	overflow:hidden;
}
#slider_text{
	position:absolute;
	width:519px;
	height:186px;
	top:202px;
	left:50%;
	margin-left:-260px;
	z-index:800;
	background-image:url('/img/slide_text.png');
	background-repeat:no-repeat;
}
#donate_big, .btn-large {
	position:absolute;
	min-width:220px;
	height:77px;
	top:473px;
	left:50%;
	margin-left:-110px;
	z-index:800;
}
.btn-large a {padding:20px 30px; background:#A7DACC; border-radius:10px; color:#fff;font-family:thirsty_roughbold; font-size:33px; box-shadow:0 0 5px #888;}
.btn-large a:hover {background:#629E8D;}
#donate_big a{
	display:block;
	width:220px;
	height:77px;
	background-image:url('/img/donate_big.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
#donate_big a:hover{
	background-position:0 -77px;
}
.pager{
	position: absolute;
	height:18px;
	width:1164px;
	top: 435px;
	z-index: 800;
}
#pager {
	height:18px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#pager a{
	width:18px;
	height:18px;
	float:left;
	margin-right:3px;
	margin-left:3px;
	display:block;
	font-size:0px;
	background-image:url('/img/slider_nav.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
#pager .activeSlide{
	background-position:0 -18px;
}
.home_left{
	float:left;
	width:454px;
	line-height: 160%;
	margin-top:-30px
}
.home_left img{
	float: left;
	margin-right:20px;
}
.home_right{
	float:left;
	width:454px;
	margin-left:56px;
	line-height: 167%;
	margin-top:-30px
}
form .input label{
	display: block;
	float: left;
	width: 140px;
}
form div{
	padding-bottom: 5px;
}
form .submit input {
	background-color: #A9A9A9;
	border: medium none;
	color: white;
	cursor: pointer;
	display: block;
	font-family: edmondsansbold;
	height: 34px;
	line-height: 34px;
	margin-left: 140px;
	padding: 0 16px;
	width: 75px;
}
form .submit input:hover {
	background-color: #a7dacc;
}
.profile_list{
	list-style:none;
	padding:0;
	margin:0;
}
.profile_list li{
	float:left;
	width:360px;
	height:342px;
	margin-right:60px;
	margin-top:15px;
	margin-bottom:30px;
	padding:28px 45px;
	background-image: url("/img/menu_bg.png");
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.profile_list li:nth-child(2n+0){
	margin-right:0;
}
.profile_image{
	width:362px;
	height:221px;
	margin-top:20px;
	margin-bottom:25px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	overflow:hidden;
}
.profile_image img{
	width:362px;
}
.see_profile{
	float:right;
	width:109px;
	height:32px;
}
.see_profile a{
	width:109px;
	height:32px;
	display:block;
	background-image: url("/img/see_profile.png");
	background-position:0 0;
}
.see_profile a:hover{
	background-position:0 -32px;
}
.profile_list .read_more{
	line-height: 212%;
}

.main-content .event-left {
    width:100%;
}
.events{
	padding:0;
	margin:0;
	list-style:none;
}
.events li{
	margin-bottom:20px;
}
.events li h2{
	padding-bottom:10px;
}
.float_img{
	float:left;
	padding-top:16px;
}
.event_content{
	width:744px;
	padding-right:20px;
	float:left;
}

.gallery{
	margin:0;
	padding:0;
	list-style:none;
}
.gallery li{
	margin-top:20px;
	margin-bottom:30px;
}
.gallery_left{
	float:left;
	width:665px;
	line-height:160%;
}
.gallery_right{
	float: left;
	margin-left: 50px;
	margin-top: 12px;
	width: 249px;
}
.gallery_left h2{
	margin-bottom:10px;
}
.gallery_left p{
	margin:10px 0;
}
.gallery_left a{
	color:#636363;
}
.back-link {
	float: right;
	font-family:edmondsansmedium;
	font-size:16px;
}
.galImageList{
	margin:0;
	padding:0;
	list-style:none;
}
.galImageList li{
	border: 1px solid #3d8f79;
	float: left;
	height: 190px;
	margin: 10px 20px 10px 0;
	overflow: hidden;
	width: 190px;
}
.galImageList li:nth-child(5n+0){
	margin-right:0;
}
.galImageList img {
	min-height: 190px;
}
.gallery-content{
	padding: 120px 62px 40px;
}
#delimiter{
	display:block;
	width:610px;
	height:1px;
	border-bottom:1px solid #CECECE;
}
.mini_slideshow{
	float:left;
	width:243px;
	height:224px;
}
#mini_slider{
	width:243px;
	height:224px;
	overflow:hidden;
}
.profile_content{
	float:left;
	width:690px;
	margin-left:30px;
	padding-top:20px;
}
.profile_donate{
	height: 50px;
	margin:20px 0;
}
.profile_image_home{
	width:215px;
	max-height:188px;
}
#sponsor a{
	width:140px;
	height:32px;
	line-height:32px;
	display:block;
	font-size:18px;
	color:white;
	font-family:edmondsansbold;
	background-color:#909090;
	text-decoration: none;
	text-align:center;
}
#sponsor a:hover{
	background-color:#44A288;
}
.donations_image{
	float: left;
	width: 243px;
	padding-bottom: 20px;
	padding-right: 10px;
}

.frmDonate .three-col {overflow:auto;}
.frmDonate .col {float:left; width:294px; margin-right:40px;}
.frmDonate .col:last-child {margin-right:0;}
.frmDonate .col h3 {margin-bottom:20px;}
.frmDonate .input input, .frmDonate .input select {padding:3px; font-size:80%;}
.frmDonate textarea {width:940px; padding:10px; font-family:inherit; height:80px;}
.amount {text-align:center; font-size:120%; line-height:2em;}
.amount #amount {font-size:40px;}
.frmDonate .submit {text-align:center; margin-right:5px;}
.frmDonate .submit input {margin:0 auto; display:block;}


.adoptions_content {
    margin-bottom:20px;
}

.adoptions_page {
    border-top:1px dotted;
    margin-top:20px;
}

.home-top-content {margin-bottom:50px;}
.banner-728x90 {height:150px; text-align:center;}
.banner-728x90 a img {border:1px solid #aaa; box-shadow:0 0 5px #aaa;}

.prizes img {max-width:100%; height:auto !important;}
.terms {text-align:justify; font-size:90%;}
.permits {margin-top:30px;}
.row {overflow:auto;}
.row .left {float:left; width:46%; margin-right:8%;}
.row .right {float:left; width:46%; margin:0;}
form.frmStd input, form.frmStd select {padding:10px 3%; width:60%; border:1px solid #ddd;}
form.frmStd input.int {width:60px; text-align:center;}
form.frmStd select {width:auto;}
form.frmStd label {padding-top:8px; width:33%;}
form.frmStd .submit input {background:#A7DACC; border:0; height:auto; border-radius:10px; margin-top:10px; margin-left:33%; width:auto; font-family:thirsty_roughbold; font-size:25px;}
form.frmStd .submit input:hover {background:#629E8D; text-decoration:underline;}
form.frmStd .required label:after {content:" *"; color:#f00;}
form.frmStd label span.required {color:#f00;}

form .total {font-size:25px; margin-left:33%; margin-top:20px; margin-bottom:15px;}

.social {margin:20px 0 0 0; padding:0; list-style:none; overflow:auto;}
.social li {float:left;}
.social li a {display:block; font-size:100%; background:#3B5997; color:#fff; padding:10px; margin-right:5px; text-decoration:none; border-radius:5px;}
.social li a span {margin-right:5px;}
.social li a#linkTwitter {background:#00aeef;}
.social li a:hover {text-decoration:underline;}
.social li a#linkPinterest {background:#ab0b0f;}
.social li a#linkEmail {background:#5CB85C;}