@charset "UTF-8";
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	background:url(../images/bkgrndtile.jpg);
	background-repeat:repeat-x;
	background-color:#b4af89;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #003300;
}

h1 {
	font-size:24px;
	line-height:28px;
	
}

h2 {
	font-size:16px;
	line-height:20px;
	color:#630;
}

a:link {
	color: #336633;
	text-decoration: underline;
}
a:visited {
	color: #336633;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #663300;
}

a.showLink3, a.hideLink3 {
		font-size: 14px;
		text-decoration: none;
		color: #630;
		padding-left: 13px;
		margin-top:20px;
		background: transparent url(../images/arrow_back_to_top_gn.png) no-repeat left;
}

a.showLink3:hover, a.hideLink3:hover {
		font-size: 14px;
		border-bottom: 1px dotted #000;
		padding-left: 13px;
		margin-top:20px;
		background: transparent url(../images/arrow_back_to_top.png) no-repeat left;
}


a img{
border:0;
}

.aoa #container {
	width: 1000px; 
	background: #FFFFFF;
	margin: 20px auto; 
	border: 2px solid #336633;
	text-align: left;
	-moz-box-shadow:8px 8px 25px #5a5a3f;
	-webkit-box-shadow:8px 8px 25px #5a5a3f;
	box-shadow:8px 8px 8px #5a5a3f;
}
.aoa #header {
	width:1000px;
	height:410px;
}

.aoa #header #pets {
	position:absolute;
	margin-left:675px;
	z-index:10;
}
.aoa #header h1 {
	margin: 0; 
	padding: 10px 0; 
	left: 885px;
	top: 17px;
}

.aoa #header h2 {
	margin: 0; 
	padding: 10px 0; 
	left: 885px;
	top: 17px;
}

.aoa #mainContent {
	width:710px;
	margin: 5px 15px 10px 260px;
	background: #FFFFFF;
	vertical-align:text-top;
}
.aoa .video-js-box {
	
}

.aoa #Navigation {
	position:absolute;
	width:1000px;
	margin-top:-60px;
	z-index:11;
}
.aoa #sidebarLeft {
	float: left;
	width: 220px; 
	background:url(../images/column_bkgd.jpg) repeat-x; 
	margin: 5px 30px 15px 20px; 
	padding: 5px;
}

/*LeftSidebarSlideshow*/

#slideshow {
    position:relative;
    height:170px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 170px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 170px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


/*MainSlideshow*/

#slideshow2 {
    position:relative;
    height:400px;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow2 DIV IMG {
    height: 400px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.donatebw {
  background-color : #006600;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  border-color: #003300;
}

#mybutton {
  position: fixed;
  bottom: 10px;
  left: 10px;
}


.aoa #footer {
	background:url(../images/footer_bkgd.jpg) top no-repeat;
	height:auto;
	padding: 2px 5px 2px 5px;
}
.aoa #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	text-align:center;
}

.aoa .breadcrumbs {
	font-size: 12px;
	padding-bottom:15px;
	clear: both;
}

.aoa .clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aoa .fltrt { 
	float: right;
	margin-left: 8px;
}
.aoa .fltlft { 
	float: left;
	margin-right: 8px;
}

a.backtotop {
		font-size: 14px;
		text-decoration: none;
		color: #630;
		padding-left: 13px;
		background: transparent url(../images/forward_arrow.gif) no-repeat left;
}


/* Scroll Pane for Home Page */
.scroll-pane,
.scroll-pane-arrows
{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	line-height:13px;
	width:175px;
	height: 400px;
	overflow: hidden;
}
