/* CSS Document */
html {
	overflow-y: scroll;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 745px;
	background: white;
	margin-left: 0px;
}

#wrapper {
	text-align: left;
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
h2 {
	font-size: 11px;
	color: #414141;
	font-weight: normal;
	margin-top: 1px;
}
/* //////////////////////////////////////////////////////// HEADER */
#header {
	position: relative;
}

#headerNav {
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 500px;
	margin: 0px;
	padding: 0px;
	top: 24px;
	overflow: hidden;
}

#headerNav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	text-align: left;
	}

#headerNav a {
	float: left;
	text-decoration: none;
	color: #939393;
	}
	
#headerNav a:hover {
	color: #338B41;
}
	
#home a  {
	width: 50px;
	}
#sitemap a  {
	width: 63px;
	}
#contact a  {
	width: 60px;
	}

/* //////////////////////////////////////////////////////// IMAGE HEADER */
#imgHeader {
	margin-bottom: 3px;
	margin-top: 3px;
	position: relative;
}
#indexImgHeader
{
	width:745px;
	height:188px;
	background-image: url(../images/home03.jpg);
	background-repeat: no-repeat;
}
div #indexHeaderTxt
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 324px;
	margin-left: 385px;
	padding-top: 45px;
}
#indexHeaderTitle{
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 10px;
}
.yellow
{
	color:#ddfa3f;
}
#indexHeaderLink
{
	padding-top: 10px;
}
#indexHeaderLink a{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
#indexHeaderLink a:hover{
	text-decoration:underline;
}

/* //////////////////////////////////////////////////////// NAVIGATION */
#navigation {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 745px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 745px;
	position: relative;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -26px;
	background-repeat: no-repeat;
	}

#nav li.here a {
	background-position: 0 -52px;
	background-repeat: no-repeat;
	}
#nav_sub li.here
{
	background-color:#f1f1f1;
}
.clear{
	clear:both;
}
	
#wware a  {
	width: 121px;
	background: url(../images/whoweare.gif) top left no-repeat;
	}
#pboarding a  {
	width: 123px;
	background: url(../images/petboarding.gif) top left no-repeat;
	}
#madonation a  {
	width: 143px;
	background: url(../images/makedonation.gif) top left no-repeat;
	}
#rehoming a  {
	width: 107px;
	background: url(../images/rehoming.gif) top left no-repeat;
	}
#pcare a  {
	width: 101px;
	background: url(../images/petcare.gif) top left no-repeat;
	}
#naevents a  {
	width: 150px;
	background: url(../images/newsevents.gif) top left no-repeat;
	}
	
/* ///////////////////////////////////////////////////////////////////// */

#mainBody {
	width: 745px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656667;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
#bodyCol a{
	color: #097A1A;
}

/* //////////////////////////////////////////////////////// FOOTER */
#footerSpacer{
	margin-bottom:20px;
	clear:both;
}
#footer {
	clear:both;
	background-image: url(../images/footerBar.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 745px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	background-position: top;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.normalTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #656667;
	font-size: 11px;
}
.imageBorder, .eventContent img{
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.title {
	margin-bottom: 3px;
}
.boldLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #338B41;
}
.txtHighlight {
	background-color: #F3F4F2;
	text-align: left;
	display: block;
	padding: 7px;
}
p {
	margin-top: 1px;
	padding-top: 1px;
	font-size: 11px;
	color: #656667;
}

.tblHeader {
	color: #097A1A;
	background-color: #DCDFD9;
	text-align: left;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.tblHeaderBold {
	color: #097A1A;
	background-color: #DCDFD9;
	text-align: left;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
.fadedRow {
	color: #097A1A;
	background-color: #F3F4F2;
	text-align: left;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
}
.tblContent{
	text-align: left;
	display: block;
	background-color: #f3f4f2;
	padding: 7px;
	color: #414141;
}.DarkBold {
	font-weight: bold;
	color: #474747;
}
hr {
	margin: 0px;
	padding: 0px;
}
.indentForm {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}
caption {
	font-weight: bold;
	text-align: left;
	color: #097a1a;
	background-color: #f3f4f2;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

label {
	color: #097a1a;
}

/* //////////////////////////////////////////////////////// FAQS */

#faqs
{
	width:489px;
}
#faqQuestions {
}

#faqQuestions li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#faqQuestions a{
	text-decoration: underline;
	color: #656667;
	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 45px;
	background-image: url(../images/faqBullet.gif);
	background-repeat: no-repeat;
	background-position: 19px 10px;
	background-color: #f3f4f2;
}

#faqQuestions a:hover{
	text-decoration: underline;
	color: #097A1A;
}

#faqAnswers li
{
}
#faqAnswers h4
{
	color: #097a1a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.answerItem
{
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 45px;
	background-image: url(../images/faqBullet.gif);
	background-repeat: no-repeat;
	background-position: 19px 10px;
	background-color: #f3f4f2;
	margin-bottom: 10px;
}
.aPageTop{
	text-align: right;
	background-image: url(../images/backTopBullet.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#faqs h3{
	background-image: url(../images/tableListHeader.gif);
	height: 27px;
	width: 481px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}
#faqSelectors {
	text-align: right;
	margin-bottom: 3px;
	background-color: #dcebc7;
	padding: 8px;
}
#faqIntroText {
}
.alignRight {
	text-align: right;
}

#leftCol h1 {
	font-weight: normal;
	color: #8DC63F;
	font-size: 18px;
	background-color: #f3f4f2;
	background-image: url(../images/smallLogo.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 168px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 47px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 16px;
}

/* //////////////////////////////////////////////////////// INDEX PAGE */
* html #indexIntro {
	height: 220px;
}
#indexIntro {
	background-image: url(../images/indexCat.jpg);
	background-position: 542px 30px;
	background-repeat: no-repeat;
	min-height: 220px;
}
a img#indexBan{
	border:none;
	float:left;
	padding-right:20px;
	padding-bottom:15px;
}
#indexIntro h1 {
	font-weight: normal;
	color: #8DC63F;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 47px;
	background-image: url(../images/titleBullet1.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

#introText{
	width: 450px;
	padding-left: 47px;
}
#introText a{
	color: #097A1A;
	
}
#indexPanels{
	border-top-style: none;
	background-image: url(../images/indexSubTitleBG2.gif);
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: -1px top;
	padding-top: 40px;
	margin:13px;
}
.indexPanel{
	float:left;
	width:233px;
	height:260px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f3f4f2;
}
.indexPanelGap{
	margin-right:7px;
}
.indexPanel h2{
	background-image: url(../images/dotsDivider.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 29px;
	font-size: 16px;
	padding-top: 8px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	color: #8DC63F;
	margin-bottom: 4px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
.indexPanelContent{
	margin-bottom: 2px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.indexPanelContent:hover{
	background-color: #f3f4f2;
}
.indexPanelContent h3{
	font-size:12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	/*color: #338B41;	*/
}
.indexPanelContent p{
	margin: 0px;
	padding: 0px;
}
.indexPanelContent p a,.indexPanelContent h3 a{
	color: #656667;
	text-decoration: none;
}
.indexPanelContent h3 a{
	color: #097A1A;
}
.indexPanelContent p a:hover,.indexPanelContent h3 a:hover{
	text-decoration: underline;
}
.indexPanelContent img{
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: -3px;
	float: left;
}



.jumpLink,.jumpLink2{
	margin-top: 10px;
}
.jumpLink a,.jumpLink2 a{
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	text-decoration: none;
	margin-top: 10px;
	color: #097A1A;
}
.jumpLink a:hover, .jumpLink2 a:hover{
	text-decoration: underline;
	}
.jumpLink2 a{
	margin-left: 15px;
}
.subtitle {
	font-size: 11px;
	color: #338B41;	
	font-weight:bold;
}

#eventsList {
	width: 489px;
	margin-left: 10px;
}


.eventItemDate {
	color: #097a1a;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
}
div {
	margin: 0px;
	padding: 0px;
}


.eventTitle {
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
}
.eventDate {
	color: #097a1a;
	margin-bottom: 10px;
}
.eventURL {
	padding-top: 7px;
	padding-left: 7px;
	font-size: 11px;
}

.eventItemTitle {
	float: left;
	font-size: 11px;
}

.eventItemTitle a{
	text-decoration: none;
	color: #555555;
}

.eventItemTitle a:hover{
	text-decoration: underline;
}
.eventDetail {
	background-color: #f3f4f2;
	width: 455px;
	padding: 17px;
}
.eventDetail h4{
	font-size:12px;
	margin: 0px;	
}
.eventContent {
	color: #414141;
}
/* ///////////////////////////////////////////////////////////////////// Pet Listings ///////////////// */

#pets{
	margin-left:10px;
}

.petItem{
	float:left;
	width:150px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 190px;
	overflow: hidden;
}

.petItem img{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.petItem h3{
	font-size:12px;
	margin-top: 8px;
	margin-bottom: 5px;	
}

span.statusRehomed{
	color:#fe5e00 ;
}

.petDesc{
	float:left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/* ///////////////////////////////////////////////////////////////////// Pet Details ///////////////// */

#petMediumImage img{
	float:left;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

#petDetails{
	float:right;
	width: 140px;
}

#petInfo{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 2px;
	clear:both;
}
.backbutton{
	margin-left: 30px;	
}

/* ///////////////////////////////////////////////////////////////////// */

form{
	margin: 0px;
	padding: 0px;
}

#sitemapBody{
	margin-top: 30px;
	margin-left: 23px;
}

/* //////////////////////////////////////////////////////////// FOOTER NAVIGATION */
ul#secondary-navigation {
	display: block;
	
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}
ul#secondary-navigation li {
	float: left;
	margin: 0 0 10px;
	display: block;
	padding: 0;
	width: 120px;
}
ul#secondary-navigation li a {
	text-decoration: none;
	color: #a7a9ac;
}
ul#secondary-navigation li a:hover {
	text-decoration: underline;
}
ul#secondary-navigation li.selected a {
	text-decoration: none;
	color: black;
}
ul#secondary-navigation li.selected li a {
	text-decoration: none;
	color: #0083b3;
}
ul#secondary-navigation li.selected li a:hover {
	text-decoration: underline;
}
ul#secondary-navigation li li a {
	text-decoration: none;
	color: #a7a9ac;
	padding-right: 5px;
}
ul#secondary-navigation li {
	font-size: 1em;
	font-weight: bold;
}
ul#secondary-navigation li ul {
	margin-top: 5px !important;
}
ul#secondary-navigation li li {
	font-size: 0.9em;
	line-height: 1.05em;
	font-weight: normal;
}
ul#secondary-navigation li ul {
	margin: 10px;
	margin: 0;
	padding: 0;
}
ul#secondary-navigation li li {
	float: none;
	display: block;
	margin: 0 0 4px;
	padding: 0;
}
ul#secondary-navigation li:hover a {
	color: black;
}
ul#secondary-navigation li:hover li a {
	color: #097a1a;
}
ul#secondary-navigation li:hover li a:hover {
	text-decoration: underline;
}

ul#secondary-navigation li.hover a {
	color: black;
}
ul#secondary-navigation li.hover li a {
	color: #097a1a;
}
ul#secondary-navigation li.hover li a:hover {
	text-decoration: underline;
}

/*li#nav-news { clear: left; }
li#nav-care { clear: right; }*/

* html li#nav-who, * html li#nav-boarding, * html li#nav-donation, * html li#nav-rehoming, 
* html li#nav-extras, * html li#nav-news, * html li#nav-partners, * html li#nav-blogs, 
* html li#nav-forums, * html li#nav-care, * html li#nav-partners {
	height: 15em;
}

li#nav-who, li#nav-boarding, li#nav-donation, li#nav-rehoming, 
li#nav-extras, li#nav-news, li#nav-partners, li#nav-blogs, 
li#nav-forums, li#nav-care, li#nav-partners {
	min-height: 16em;
}

/*
li#nav-who, li#nav-boarding, li#nav-donation, li#nav-rehoming, 
li#nav-extras, li#nav-news, li#nav-partners, li#nav-blogs, 
li#nav-forums, li#nav-care, li#nav-partners {
	height: 13em;
}
*/

/* ////////////////////////////////////////////////////////////////////////////////// */
#leftCol {
	width: 213px;
	float: left;
}
#bodyCol {
	float: right;
	width: 505px;
	margin-right: 1px;
	padding-right: 15px;
}
/*
#bodyCol p{
	margin-right: 0px;
	margin-left: 14px;
}
*/

#bodyContent{
	padding-left:14px;
}
#bodyContent h3{
	font-size: 12px;
	font-weight: bold;	
}
#bodyContent h4{
	font-size: 11px;
	font-weight: bold;	
}

#bodySecondContent{
	padding-left:14px;
	padding-top:14px;
}

#pageTitle h2{
	color: #8DC63F;
	margin-bottom: 15px;
	font-size: 18px;
	background-image: url(../images/titleBullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-top: 15px;
	padding-left: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 6px;
	line-height: 16px;
}

/* ///////////////////////////////////////////////////////////  SUBNAV  */

#subnav {
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 0px;
	overflow: hidden;
	}
	
#subnav ul, #faqQuestions ul, #faqAnswers ul{
	border: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 0px;
		}
		
#subnav li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0;
		}
#subnav li a {
	display: block;
	color: #666666;
	text-decoration: none;
	width: 198px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 48px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 19px center;
		}

html>body #subnav li a {
		width: auto;
		}

#subnav li a:hover {
		background-color: #f1f1f1;
		color: #097A1A;
		text-decoration: underline;
		}
#subnav li a.selected {
		background-color: #f3f3f3;
		color: #666666;
		}
#subnav li a.selected:hover {
	text-decoration: none;
}
#banHolder{
	padding-left:48px;
	padding-top:30px;
}

/* /////////////////////////////////////////////////////////////// */


.greenTxt {
	color: #097A1A;
}
.boldGreen {
	font-weight: bold;
	color: #097a1a;
}
th{
	text-align: center;
	background-color: #F3F4F2;
}
th h2{
	margin: 0px;	
}
.noData
{
	background-color: #f3f4f2;
	background-image: url(../images/warning1.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 42px;
}
.pagination{
	text-align: center;
	background-image: url(../images/dotsDivider.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 15px;
	padding-top: 10px;
}
.pageLinks{
	padding-right: 8px;
	padding-left: 8px;	
}

.storyImg{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#locationMap{
	border: 1px solid #666666;
	width: 475px;
	margin-left: 14px;
}
/* ------------------------------------------------------------- STATUS */
.status
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 13px 6px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin-bottom: 15px;
	font-weight:bold;
}
.status p{
	margin:0px;
}
.status li{
	margin:0px;
	font-size:1.2em;
	font-weight:normal;
}
.statusOK
{
	border: 1px solid #A3E899;
	background-image: url(../imgs/warningGreen.gif);
}
.statusERROR
{
	border: 1px solid #E03F3A;
	background-image: url(../imgs/warningRed.gif);
}
.img_box
{
	width: 102px;
	height: 75px;
	overflow: hidden;
}
.img_box img
{
	margin: 0px;
	padding: 0px;
}
.imgBorderNew
{
	background-color: #fff;
	padding:3px;
	border: 1px solid #ccc;
	width: 102px;
}
