/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:68%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#F8FFFC;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#FFF;
	color:#000;
	}
h1 {
	color:#000;
	font:normal 2.1em Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.6em Arial, Helvetica, sans-serif;
	color:#000;
	}
h3 {
	font:normal 1.4em Arial, Helvetica, sans-serif;
	color:#000;
	}
h2 a {
	color:#000;
	text-decoration:none;
	}
h2 a:hover {
	color:#003300;
	text-decoration:none;
	}
h3 a {
	color:#000;
	text-decoration:none;
	}
h3 a:hover {
	color:#003300;
	text-decoration:none;
	}
	
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:900px;
	height:auto;
	padding:5px;
	z-index:1;
	}
#header {
	position:relative;
	overflow:hidden;
	width:900px;
	height:120px;
	padding:10px 0px 0px 0px;
	z-index:3;
	margin-left:5px;
	}
#logo {
	position:relative;
	overflow:hidden;
	float:left;
	width:250px;
	height:auto;
	}
#newsletterSignup {
	position:relative;
	overflow:hidden;
	float:right;
	width:auto;
	height:auto;
	padding-right:20px;
	font-size:1.2em;
	}
#newsletterSignup a {
	color:#e36f1e;
	text-decoration:none;
	}
#newsletterSignup a:hover {
	color:#FFF;
	}
#topMenu {
	float:left;
	overflow:hidden;
	width:620px;
	height:105px;
	padding:35px 0 0 30px;
	background:url(../img/line.jpg) center no-repeat;
	}
#contentWrapper {
	overflow:hidden;
	position:relative;
	width:870px;
	height:540px;
	z-index:5;
	padding:35px 0 0 40px;
	background:url(../img/bg1.jpg) no-repeat;
	}
#contentWrapper2 {
	overflow:hidden;
	position:relative;
	width:870px;
	height:540px;
	z-index:5;
	padding:35px 0 0 40px;
	background:url(../img/bg2.jpg) no-repeat;
	}
#contentWrapper3 {
	overflow:hidden;
	position:relative;
	width:870px;
	height:540px;
	z-index:5;
	padding:35px 0 0 40px;
	background:url(../img/bg3.jpg) no-repeat;
	}
#contentWrapper4 {
	overflow:hidden;
	position:relative;
	width:870px;
	height:540px;
	z-index:5;
	padding:35px 0 0 40px;
	background:url(../img/bg4.jpg) no-repeat;
	}
#contentWrapper5 {
	overflow:hidden;
	position:relative;
	width:870px;
	height:540px;
	z-index:5;
	padding:35px 0 0 40px;
	background:url(../img/bg5.jpg) no-repeat;
	}
#contentWrapperGallery {
	overflow:hidden;
	position:relative;
	width:870px;
	height:auto;
	min-height:525px;
	z-index:5;
	padding:30px 0 0 30px;
	background:url(../img/galleryBg.jpg) no-repeat;
	}
#contentWrapperAdoption{
	overflow:hidden;
	position:relative;
	width:870px;
	height:auto;
	z-index:5;
	padding:30px 0 0 30px;
	background:url(../img/bg2.jpg) no-repeat;
	}
.newsContent {
	border-bottom:1px solid #EEE;
	padding-bottom:20px;
	}
#content {
	float:left;
	overflow:hidden;
	position:relative;
	padding:20px;
	width:400px;
	height:460px;
	min-height:480px;
	z-index:6;
	background:url(../img/contentBg.png) repeat;
	}
#content img {
	margin:4px 8px 4px 8px;
	}		
#content ul {
	list-style:disc;
	padding-left:20px;
	}
#content p {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#000;
	}
#content p a {
	color:#7c3520;
	text-decoration:none;
	font-weight:bold;
	}
#content p a:hover {
	color:#FF9900;
	text-decoration:none;
	}
#content p li {
	width:auto;	
	list-style:disc;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#000;
	}
#content p li a {
	color:#7c3520;
	text-decoration:none;
	font-weight:bold;
	}
#contentWrapper p li a:hover {
	color:#FF9900;
	text-decoration:none;
	}
#contentWrapperGallery p {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#000;
	}
#contentWrapperGallery p a {
	color:#7c3520;
	text-decoration:none;
	font-weight:bold;
	}
#contentWrapperGallery p a:hover {
	color:#FF9900;
	text-decoration:none;
	}
#contentWrapperGallery p li {
	width:auto;	
	list-style:disc;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
	}
#contentWrapperGallery p li a {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
	}
#contentWrapperGallery p li a:hover {
	color:#663300;
	text-decoration:none;
	}
#video {
	float:left;
	width:350px;
	height:auto;
	padding-left:30px;
	}
#donateNow a {
	overflow:hidden;
	position:absolute;
	top:380px;
	left:720px;
	width:175px;
	height:175px;
	z-index:100;
	background:url(../img/donate_now.png) no-repeat bottom right;
	}
#donateNow a:hover {
	background:url(../img/donate_now.png) no-repeat bottom right;
	}
#donateNowIE6 a {
	overflow:hidden;
	position:absolute;
	top:380px;
	left:720px;
	width:175px;
	height:175px;
	z-index:100;
	background:url(../img/donate_now.jpg) no-repeat bottom right;
	}
#donateNowIE6 a:hover {
	background:url(../img/donate_now.jpg) no-repeat bottom right;
	}	
#noFlash {
	width:auto;
	height:auto;
	padding:10px;
	color:#000;
	background:url(../img/contentBg.png) repeat;
	}
#contentNews {
	overflow:scroll;
	position:relative;
	padding:10px;
	width:820px;
	height:450px;
	margin-top:20px;
	z-index:6;
	background:url(../img/contentBg.png) repeat;
	}
#contentNews  ul {
	padding-left:20px;
	}
#contentNews img {
 	margin:10px;
 	}
#newsItem {
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:10px;
	color:#000;
	background:url(../img/contentBg.png) repeat;
	}
#contentAdoption {
	position:relative;
	overflow:hidden;
	padding:20px;
	width:800px;
	height:auto;
	min-height:500px;
	margin-top:20px;
	z-index:6;
	background:url(../img/contentBg.png) repeat;
	}
#newsletter {
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:10px;
	color:#000;
	background:url(../img/contentBg.png) repeat;
	}
.rss {
	position:absolute;
	left:640px;
	top:10px;
	width:auto;
	padding:3px;
	background:url(../img/contentBg.png) repeat;
	}
.rss a {
	color:#0066CC;
	text-decoration:none
	}
/***
Events
****/	
	
.eventWrap {
	overflow:hidden;
	position:relative;
	padding:20px;
	width:auto;
	height:auto;
	z-index:6;
	background:url(../img/contentBg.png) repeat;
	margin:0 0 20px 0;
	}
.eventWrap li {
	list-style:none;
	margin:0 0 10px 0;
	color:#FF6600;
	}
.eventWrap li .eventDetail {
	list-style:none;
	margin:0 0 10px 0;
	color:#000;
	font:normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	}	
.eventWrap li a {
	color:#FF6600;
	text-decoration:none;
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	}
.eventWrap li a:hover {
	color:#000;
	}	
/***
Nav
****/

.menuItem {
	float:right;
	overflow:hidden;
	position:relative;
	width:auto;
	height:30px;
	list-style:none;
	font-size:1.3em;
	vertical-align:top;
	}
.menuItem a {
	display:block;
	cursor:pointer;
	color:#FFF;
	padding:0px 20px 0px 0px;
	text-decoration:none;
	}
.menuItem a:hover {
	color:#FF9900;
	width:auto;
	height:auto;
	padding:0px 20px 0px 0px;
	text-decoration:none;
	}
	
/***********
MENU FORMAT
***********/

.subMenuWrap {
	position:absolute; 
	top:100px; 
	left:240px;
	width:640px;
	padding:0 0 0 40px;
	}
li.subMenu {
	float:left;
	text-align:left;
	list-style:none;
	padding:0 20px 0 0;
	}
.subMenu a {
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	color:#FFF;
	font-size:1.6em;
	letter-spacing:1px;
	text-decoration:none;
	}
.subMenu a:hover {
	color:#FF9900;
	text-decoration:none;
	}	
li.subMenuHere {
	float:left;
	text-align:left;
	list-style:none;
	padding:0 20px 0 0;
	}
.subMenuHere a {
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	color:#FF9900;
	font-size:1.6em;
	letter-spacing:1px;
	text-decoration:none;
	}
.subMenuHere a:hover {
	color:#FFF;
	text-decoration:none;
	}
.subMenuItem {
	float:left;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:left;
	font-size:0.7em;
	letter-spacing:0.6px;
	list-style:none;
	}
.subMenuItem a {
	color:#FFF;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
	}
.subMenuItem a:hover {
	color:#FF9900;
	width:auto;
	height:auto;	
	}
li.subMenuItem  {
	padding:0 20px 0 0;
	}
.subMenuItemHere {
	float:left;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:left;
	font-size:0.7em;
	letter-spacing:0.6px;
	list-style:none;
	}
.subMenuItemHere a {
	color:#FF9900;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
	}
.subMenuItemHere a:hover {
	color:#FFF;
	width:auto;
	height:auto;	
	}
li.subMenuItemHere  {
	padding:0 20px 0 0;
	}
		
/*****
Gallery
******/

#contentGallery {
	overflow:hidden;
	position:relative;
	padding:10px;
	width:820px;
	height:auto;
	margin-top:20px;
	z-index:6;
	background:url(../img/contentBg.png) repeat;
	}
#galleryFuncs {
	float:left;
	position:relative;
	overflow:hidden;
	width:300px;
	height:auto;
	}
#thumbWrap {
	position:relative;
	overflow:hidden;
	width:290px;
	height:auto;
	padding:5px;
	background:url(../img/contentBg.png) repeat;
	}
.thumbBox {
	float:left;
	width:auto;
	height:auto;
	padding:3.5px;
	}
.thumbBoxNext {
	position:relative;
	}
.thumbBoxPrev {
	position:relative;
	float:left;
	width:22px;
	height:90px;
	}
.thumbBoxNext a {
	float:left;
	width:14px;
	height:90px;
	text-decoration:none;
	background:url(../img/nextProduct.jpg) no-repeat right;
	}
.thumbBoxPrev a {
	float:left;
	width:22px;
	height:90px;
	text-decoration:none;
	background:url(../img/prevProduct.jpg) no-repeat left;
	}
.thumbBoxNoPrev {
	position:relative;
	float:left;
	width:22px;
	height:90px;
	background:url(../img/noPrev.jpg) no-repeat left;
	}
#gallerySelect {
	position:relative;
	overflow:hidden;
	width:290px;
	height:auto;
	padding:5px;
	background:url(../img/contentBg.png) repeat;
	}	
#gallerySelect p a {
	float:left;
	font-size:1em;
	color:#7c3520;
	font-weight:bold;
	text-decoration:none;	
	}
#gallerySelect p a:hover {
	font-size:1em;
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;	
	}
#mainImage {
	float:left;
	overflow:hidden;
	width:510px;
	height:auto;
	padding-left:10px;
	}
#mainImage img {
	margin-right:0px;
	margin-bottom:0px;
	padding:5px;
	background:url(../img/contentBg.png) repeat;
	}
.nextPrevWrap {
	position:relative;
	overflow:hidden;
	clear:both;
	width:290px;
	height:auto;
	padding:5px;
	background:url(../img/contentBg.png) repeat;
	}
.prev a {
	float:left;
	color:#000;
	width:100px;
	height:22px;
	text-decoration:none;
	background:url(../img/prev.png) no-repeat left top;
	}
.prev a:hover {
	color:#af1133;
	text-decoration:none;
	background:url(../img/prevOver.png) no-repeat left top;
	}
.next a {
	float:right;
	color:#000;
	width:80px;
	height:22px;
	text-decoration:none;
	background:url(../img/next.png) no-repeat right top;
	}
.next a:hover {
	color:#af1133;
	text-decoration:none;
	background:url(../img/nextOver.png) no-repeat right top;
	}
#galleryInfo {
	position:relative;
	overflow:hidden;
	clear:both;
	width:370px;
	height:auto;
	padding:5px;
	background:url(../img/contentBg.png) repeat;
	}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
#sitemap  ul  {
	list-style:disc;
	padding-left:20px;
	}
#sitemap li a {
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
	}
#sitemap li a:hover {
	color:#999;
	text-decoration:none;
	}
/***********
Pagenation
***********/

#tabWrap {
	position:absolute;
	top:476px;
	left:0;
	width:420px;
	height:auto;
	padding:2px;
	}
#tabWrap ul {
	padding-left:0;
	}
#tabWrap li {
	float:left;
	list-style:none;
	}
.nextPage a {
	display:block;
	width:26px;
	height:17px;
	padding:1px 0 0 0;
	font-size:1.4em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(../img/pageButton.png) no-repeat;
	}	
.nextPage a:hover {
	display:block;
	width:26px;
	height:17px;
	padding:1px 0 0 0;
	font-size:1.4em;
	color:#f7931d;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(../img/pageButtonHover.png) no-repeat;
	}	
	
/************
Adoption Form
*************/

#formBoxWrap {
	overflow:hidden;
	position:relative;
	width:800px;
	height:auto;
	}
.formBox1 {
	overflow:hidden;
	position:relative;
	float:left;
	width:370px;
	height:340px;
	padding:10px;
	margin-right:10px;
	background:url(../img/contentBg.png) repeat;
	}
.formBox2 {
	overflow:hidden;
	position:relative;
	float:left;
	width:380px;
	height:340px;
	padding:10px;
	background:url(../img/contentBg.png) repeat;
	}
.formBox3 {
	overflow:hidden;
	position:relative;
	float:left;
	width:370px;
	height:auto;
	padding:10px;
	margin-right:10px;
	background:url(../img/contentBg.png) repeat;
	}
.adoptionBox {
	overflow:hidden;
	position:relative;
	width:780px;
	height:auto;
	padding:10px;
	background:url(../img/contentBg.png) repeat;
	}
.formL {
	overflow:hidden;
	position:relative;
	float:left;
	width:90px;
	height:auto;
	padding:0 0 3px 0;
	}
.formR {
	overflow:hidden;
	position:relative;
	float:left;
	width:280px;
	height:auto;
	padding:0 0 3px 0;
	}
#formSubmitted {
	overflow:hidden;
	position:relative;
	width:auto;
	height:440px;
	}	
.adoptDetails {
	float:left;
	overflow:hidden;
	position:relative;
	width:340px;
	height:280px;
	padding:20px;
	margin-right:20px;
	background:url(../img/contentBg.png) repeat;
	}
	
/******
Footer
******/
	
#footerWrap {
	overflow:hidden;
	position:relative;
	width:900px;
	height:auto;
	clear:both;	
	}
#strapline {
	float:left;
	position:relative;
	overflow:hidden;
	width:560px;
	height:30px;
	padding:10px 0 0 30px;
	}
#baseMenu {
	float:right;
	position:relative;
	overflow:hidden;	
	width:300px;
	height:30px;
	}
#footer {
	overflow:hidden;
	position:relative;
	width:900px;
	height:auto;
	text-align:center;
	padding:30px 0 0 0;
	}
#footer  p {
	font:normal 100 0.8em normal Arial, Helvetica;
	line-height:15px;
	color:#FFF;
	}
#footer a {
	color:#FFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#FF9900;
	text-decoration:none;
	}	
.errorMess {
	color:#990000;
	}