body {
  margin: 0;
  border:0;
  background-color: #FFFFFF;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: #FFFFFF !important;
	 font-size: inherit;
   font-size:12px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

.pageCenterTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  display:block;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: RED !important;
}

a:link, .standout {
  color: RED;
}

a:visited {
  color: RED;
}

a:active {
  color: WHITE;
}

a:hover {
  color: WHITE;
}


.secondary {
  color: WHITE;
  background-color: #B5003B;
}

.secondary .editableShow {
  border: 1px solid WHITE;
}

.strong {
  color: BLACK;
  background-color: #808080;
}

.menuText {
  font-size: 10px;
  color: WHITE;
}

.menuText a:link, .menuText a:visited {
  color: WHITE;
  text-decoration: none;
}

.menuText a:hover {
  color: #808080;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #B5003B;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: WHITE;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid BLACK;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset BLACK;
  background-color: #B5003B;
  font-size: .72em;
  font-weight: bold;
  color: WHITE;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: #FFFFFF;
	color: BLACK;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid BLACK;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset BLACK;
}

.portalTableValue {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid BLACK;
  border-bottom: 1px inset BLACK;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  color: WHITE;
  background-color: #B5003B;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: RED;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: BLACK;
  border: 1px solid BLACK;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: BLACK;
  border: 1px solid BLACK;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #B5003B;
  font-weight: bold;
  color: WHITE;
  border: 1px solid WHITE;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #808080;
  color: BLACK;
  border: 1px solid #B5003B;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #B5003B;
  line-height: 1.5em;
}

/*  End Table Styles  */

.addNewItem {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.message {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #B5003B;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: WHITE;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #B5003B;
  border: black solid 1px;
  font-size: 13px;
  color: WHITE;
}

.pageMessageError {
  margin:3px;
  margin-bottom:7px;
  text-align:left;
}

a.clicktoerror {
  text-decoration:underline;
  cursor:pointer;
  font-weight:bold;
}

a.clicktoerror:hover {
  text-decoration:none;
}

.error, .required {
color: RED;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: RED;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #B5003B;
  color: WHITE;
  margin: 20px;
  padding: 8px;
  border: 1px solid WHITE;
}

.rainbowbridgeTop, .browsekittensTop, .browseTop {
  margin: 5px;
}

.littlespace {
  margin: 8px;
}

.animalDetailBlock {
  margin-top: 15px;
  margin-bottom: 15px;
}

.animalDetailTitle {
  font-weight: bold;
}

.smallFormField {
  margin: 1px;
  padding: 1px;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.flags {
  text-align: center;
}

.flags img {
  border: none;
  vertical-align: middle;
}

.translate {
  background-color: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.inline {
	display : inline;
}

.animalimg {
  text-decoration: none;
    border: 1px solid red;
  padding: 4px;
}

.logoimg {
  border: none;
  margin: 5px;
}

.AnimalAd {
  border: none;
  text-align: center;
  font-size: x-small;
  margin:10px
}

.smaller, .boxedLinks {
  font-size: smaller;
}

.iGive {
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/swingbags120.gif);
}

.noFormatting {
  margin: 10px;
}

.littleFont{
	font-size:0.65em;
}

.affiliate {
	text-align : center;
	font-size:0.65em;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	width : 100%;
}

#affiliateVolunteerMatch {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:130px;
}

#affiliateUnitedWay {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:100px;
}

#affiliatePaypal {
  width: 73px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/x-click-butcc-donate.gif);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*  Admin only styles  */

.adminMenu {
  width: 100%;
  background: #B5003B;
}

.adminOnly {
  font-weight: bold;
  color: RED;
}

.QAHidden {
	font-size: smaller;
	display: none;
}
.QAVisible {
	font-size: smaller;
	display: block;
}

.completedFormQuestion {
  font-weight: bold;
}

.completedFormAnswer {
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.m0table {
	background: #808080;
	border: 1px none #808080;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFFF;
}

.m0movero, .m0mdowno {
	background: #B5003B;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFFFFF;
  color: BLACK;
}

.m0moveri {
  background-color: #B5003B;
  color: WHITE;
}

.m0mdowni {
  background-color: #808080;
  color: BLACK;
}

#actionsButtonsBottom, #actionsButtonsTop {
  width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.dataTableForm {
  display: inline;
}

#PageFooter {
  margin-top: 15px;
}

#PageHeader {
  margin-bottom: 15px;
}

.hiddenNotification {
  display: none;
}

.visibleNotification {
  font-size: .7em;
  background-color: #B5003B;
  color: WHITE;
  border: 1px solid WHITE;
  width: 250px;
  padding: 3px;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
	font-weight: bold;
	text-align: center;
  position: fixed;
  _position: absolute;
  top: 0px;
	_top:expression(eval(document.body.scrollTop));
  right: 0px;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.65em;
}

.poweredby {
  text-align: center;
	margin: 15px;
}

.browsePicture{
float:left !important;
height:auto;
margin-right:15px;
overflow : hidden;
text-align:center !important;
width:260px;
}

.browseInfo{
text-align:left !important;
float : left !important;
width : 200px;
height:auto;
}

.browse{
text-align:left !important;
height:auto;
overflow : hidden;
width: 480px;
font-size: smaller;
margin-bottom : 15px;
margin-right : auto;
margin-left : auto;
}

.browseNoPicture {
border-bottom:2px solid black;
border-top:2px solid black;
float:left !important;
height:auto;
margin-right:15px;
overflow:hidden;
text-align:center !important;
width:260px;
}

.browseContainer {
text-align : center;
}

.npLinks {
  text-align: center;
	padding: 30px;
  /*clear: both;
  //margin: 20px;*/
}

.highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 100%;
font-size: smaller;
}

.highlightedPicture {
float:left !important;
height:auto;
margin-right:15px;
text-align:center !important;
width:110px;
}

.highlightedInfo{
text-align:left !important;
float : left !important;
width : 380px;
height:auto;
}

.hightlightedReadMore {
font-size:smaller;
}

.lastUpdatedDT {
	text-align : center;
	font-size : 8pt;
}

.tinyMCEfontSize1 {
	font-size : 8pt;
}

.tinyMCEfontSize2 {
	font-size : 10pt;
}

.tinyMCEfontSize3 {
	font-size : 12pt
}

.tinyMCEfontSize4 {
	font-size : 14pt;
}

.tinyMCEfontSize5 {
	font-size : 18pt;
}

.tinyMCEfontSize6 {
	font-size : 24pt;
}

.tinyMCEfontSize7 {
	font-size : 36pt;
}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: #B5003B;
	border: 1px none #B5003B;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #B5003B;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #B5003B;;
}
/* Style for inner tag */
.m0inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m0innerhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : WHITE;
}
.m1table {
	background: #B5003B;
	border: 1px none #B5003B;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #B5003B;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #B5003B;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #B5003B;
	border: 1px none #B5003B;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #B5003B;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #B5003B;;
}
/* Style for inner tag */
.m2inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: RED;;
}

.bd {
  letter-spacing: .4px;
  font-size: 130%;
  color:#336699;
  text-align:center;
}

.bd img {
 vertical-align:middle;
}

#closePopUp{
	text-align:right;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}

.yui-skin-sam .mask {
  background-color:#000000 !important;
  opacity:0.75 !important;
}

.yui-panel-container, .shadow {

}

.mask{

background-color:#000000 !important;
  opacity:0.75 !important;
}

.yui-skin-sam .yui-panel .hd {
  background:#F7F7F7 url('') !important;
  background-image:none !important;
  background-color:#F7F7F7 !important;
}

.yui-skin-sam .yui-panel .ft {
  background:#F7F7F7 url('') !important;
  background-image:none !important;
  background-color:#F7F7F7 !important;
}

#dogTimeSAD {
display:block;
text-align:center;
}

#dogTimeSAD img {
border:0px;
}

#dogTimeSAC {
display:block;
text-align:center;
}

#dogTimeSAC img {
border:0px;
}

.sparky {
height:350px;
width:170px;
margin-left:auto;
margin-right:auto;
padding:3px;
text-align:center;
}

/* Sytles for new grid animal list */

.animalBrowsePanel {
font-size:12px;
width:auto;
text-align:center;
}

.animalBrowsePanel hr {
  border: solid #808080 0;
  border-top-width: 1px;
  height: 0;
  color: #808080;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 200px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #808080;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #B5003B;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#808080;
	color:BLACK;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:BLACK;
}

.animalGrid .petNameBottom {
	display:block;
	width:100%;
	text-align:center;
	padding:3px 0 ;
	margin:3px 0 2px;
}

.animalGrid .petName,.animalGrid .petNameBottom,.animalGrid  .petBreed {
  font-weight: bold;
}

.animalGrid .noBorder {
  border-right: 0;
}

.animalBrowsePanel .pageLinks {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  color:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #B5003B;
  padding:0 4px 1px;
  color: #B5003B;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #808080;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #B5003B;
  padding:0 4px 1px;
}

.animalGrid .petPicLink {
  display: inline-block;
  text-align:center;
  float:left;
  margin:0 7px 3px;
  width:120px;
  height:120px;
}

* html .animalGrid .petPicLink {
  width:120px;
  height:120px;
}

.animalGrid .petPicLink a:hover {
  background-color: transparent;
}

.animalGrid .petDetails {
	text-align:left;
	display:inline-block;
	margin-top:1em;
	vertical-align:top;
	width:auto;
	float:left;
}

.animalGrid .petDetails span {
	display:inline-block;
	padding:2px;
}

.animalGrid .petDetails .petDescription {
	margin-top:10px;
}

#animalDetails.yui-panel .hd {
	display:none;
}
#animalDetails.yui-panel .ft {
	display:none;
}
#animalDetails.yui-panel .container-close {
	display:none;
}
#animalDetails.yui-panel .bd #closeAnimalDetails {
position:absolute;
bottom:5px;
right:7px;
font-size:12px;
letter-spacing:0px;
}

#animalDetails.yui-panel .bd #closeAnimalDetails a {
color:RED;
}

.musicPlayer {
	position:fixed;
	*position:absolute;
	*left:expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth-2);
  *top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-2);
	bottom:2px;
	right:3px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid BLACK;
	width:190px;
}

.musicPlayer .control {
	position:absolute;
	top:3px;
	right:3px;
	z-index:10;
	cursor: pointer;
}

#mceTemplatePreview table td {
border:2px dotted #CCC;
}

#mceTemplatePreview table tbody td {
height:150px;
}

.sidebarBox {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
background-color:#FFFFFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#B5003B;
	color:WHITE;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
color:BLACK;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#B5003B;
	color:WHITE;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
background-color:#808080;
	color:BLACK;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#B5003B;
	color:WHITE;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:BLACK;
	background-color:#808080;
}

.contentBoxStrong a{
	 color:BLACK;
}
.contentBoxStrong a:link{
	 color:BLACK;
}
.contentBoxStrong a:visited{
	 color:BLACK;
}
.contentBoxStrong a:active{
	 color:BLACK;
}
.contentBoxStrong a:hover{
	 color:BLACK;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid BLACK;
	padding:5px;
	background-color:#B5003B;
	color:WHITE;
}

.contentBoxSecondary td {
	color:WHITE;
	background-color:#B5003B;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#808080;
	color:BLACK;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:WHITE;
}
.contentBoxSecondary a:link{
	 color:WHITE;
}
.contentBoxSecondary a:visited{
	 color:WHITE;
}
.contentBoxSecondary a:active{
	 color:WHITE;
}
.contentBoxSecondary a:hover{
	 color:WHITE;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* Override some styles from style_common.inc */
input, select {
  font-size: inherit;
}

.navLinks {
  font-size: inherit;
}

.portalTable caption {
  font-size: 1.2em;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td {
  font-size: inherit;
}

.portalTableSectionLeft {
  font-size: 1.1em;
}

.portalText, .portalTable textarea {
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
}

.portalTable select, .portalSelect {
	font-size: 1em;
}

.message {
  font-size: inherit;
}

.comments {
  font-size: .85em;
}

.animalSummary {
  font-size: inherit;
}

.smaller, .boxedLinks {
  font-size: .85em;
}

.affiliate {
	font-size:1em;
}

.QAHidden {
	font-size: .85em;
}
.QAVisible {
	font-size:.85em;
}

.visibleNotification {
  font-size: .85em;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.85em;
}

.browse, .highlightedInfo{
font-size:12px;
}

.highlighted {
font-size:12px;
}

.highlightedPicture {
margin-top: -15px;
}

.hightlightedReadMore {
font-size:12px;
}

.lastUpdatedDT {
	text-align : center;
	font-size:12px;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:12px;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FFFFFF none repeat scroll 0 0;
}

body, td {
	font-size:12px;
	color:BLACK;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#B5003B !important;
	border-bottom:1px inset WHITE !important;
	color:WHITE !important;
	padding-left:8px !important;
}

.secondary {
  color:WHITE;
  background-color:#B5003B;
}

.secondary a{
	 color:WHITE;
}
.secondary a:link{
	 color:WHITE;
}
.secondary a:visited{
	 color:WHITE;
}
.secondary a:active{
	 color:WHITE;
}
.secondary a:hover{
	 color:WHITE;
}

.contentSectionHeader {
	color:BLACK;
	background-color:#FFFFFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #B5003B;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:RED;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:RED;
}
.contentSectionHeader a:visited{
	 color:RED;
}
.contentSectionHeader a:active{
	 color:WHITE;
}
.contentSectionHeader a:hover{
	 color:WHITE;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:WHITE;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:WHITE;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:WHITE;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:WHITE;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:WHITE;
}

.portalTableValueStandout a{
	 color:WHITE;
}
.portalTableValueStandout a:link{
	 color:WHITE;
}
.portalTableValueStandout a:visited{
	 color:WHITE;
}
.portalTableValueStandout a:active{
	 color:WHITE;
}
.portalTableValueStandout a:hover{
	 color:WHITE;
}

.message a{
	 color:WHITE;
}
.message a:link{
	 color:WHITE;
}
.message a:visited{
	 color:WHITE;
}
.message a:active{
	 color:WHITE;
}
.message a:hover{
	 color:WHITE;
}

.comments a{
	 color:WHITE;
}
.comments a:link{
	 color:WHITE;
}
.comments a:visited{
	 color:WHITE;
}
.comments a:active{
	 color:WHITE;
}
.comments a:hover{
	 color:WHITE;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:RED !important;
}

.portalTableSectionRight a:hover {
	color:WHITE;
}

#storiesPageLinks {
	padding-right:20px;
}

#pageMessage {
margin-top:20px;
}

.lastUpdatedDT {
	display:inline;
	float:right;
	font-size:1em;
}

.sparky {
	z-index:0;
}

.portalTable thead td, .portalTable tbody td, .portalTable tfoot td, .portalTable td, {
	font-size:12px;
}

#sidebarSparky {
	text-align:center;
	width:auto;
}

.sparky {
	height:300px;
	margin-top:7px;
}

/*Start Layout Specific Styles*/
body{
	text-align : center;
}

#adminMenuContainer .adminMenu{
	text-align : left !important;
	border-bottom : 2px solid BLACK;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 1050px;
}

#bodyContainer {
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : #FFFFFF;
	font-size:inherit;
}

#header {
	margin: 0 0 0 0;
	color: BLACK;
}

#headerContent {
  background-color : #808080;
  color:BLACK;
  padding:10px;
}

#headerContent a{
   color:BLACK;
}
#headerContent a:link{
   color:BLACK;
}
#headerContent a:visited{
   color:BLACK;
}
#headerContent a:active{
   color:BLACK;
}
#headerContent a:hover{
   color:BLACK;
}

#headerContainer a{
   color:BLACK;
}
#headerContainer a:link{
   color:BLACK;
}
#headerContainer a:visited{
   color:BLACK;
}
#headerContainer a:active{
   color:BLACK;
}
#headerContainer a:hover{
   color:BLACK;
}

#headerLogo{
    background:url('https://s3.amazonaws.com/imagesroot.rescuegroups.org/logos/s147logo20081203132554.jpg') no-repeat;
  width:140px;
  height:71px;
  margin-top:10px;
  margin-right:25px;
  float:left;
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:BLACK;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:BLACK;
  font-weight:bold;
  white-space:nowrap;
}

#headerContact span{
  display:block;
  white-space:nowrap;
}


#editableHeader {
	display:inline;
}

#orgName {
	font-size:28px;
	margin-top:10px;
}

#slogan {
	font-size:18px;
	margin-top:5px;
}

#headerCustomText .boxedLinks {
	display:none;
}

.sidebarBox {
text-align:left;
margin:10px auto 20px auto;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#B5003B;
	color:WHITE;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
}

.sidebarBox form {
	padding:3px 0 3px 20px;
}

.sidebarBox form .portalSubmit, .sidebarBox form .offCenter {
	margin-left:-20px;
}

.sidebarBox .menuL1 {
	padding:3px;
	margin:5px 0 5px 10px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:BLACK;
	border:0px solid BLACK;
	font-size:1.05em;
}

.sidebarBox .menuL2, .sidebarBox .menuL3 {
padding:1px 0px 1px 20px;
}

#footerAffiliates {
	padding:3px;
	text-align:center;
}

#footerAffiliates div {
	display:inline;
	*display:inline;
	padding:3px;
}

#footer td a{
	 color:BLACK;
}
#footer td a:link{
	 color:BLACK;
}
#footer td a:visited{
	 color:BLACK;
}
#footer td{
	 color:BLACK;
}
#footer td a:hover{
	 color:BLACK;
}

#footerContent {
	background : #808080;
	color: BLACK;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: BLACK;
}

#footerContent td {
  color: BLACK;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:WHITE;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:WHITE;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:WHITE;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:WHITE;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:WHITE;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #B5003B;
  border-top:1px solid WHITE;
  border-bottom:1px solid WHITE;
}

#headerMenu a {
	display:inline-block;
	*display:inline;
	padding:3px;
}

#headerAffiliates {
	padding:3px;
	text-align:right;
	vertical-align:middle;
}

#headerAffiliates div {
	float:right;
	*float:none;
	padding:0 3px;
	display:inline;
}

#headerAffiliates div .littlespace {
	float:right;
	padding:0 3px;
	margin:0;
}

#headerMenu {
	vertical-align:bottom;
}

table#content {
margin-top:20px;
margin-bottom:20px;
background-color:#FFFFFF;
}

#content tbody td {
	vertical-align:top;
}

#content tbody td#left, #content tbody td#right {
	padding: 10px 5px 5px;
	width:220px;
	*width:230px;
	text-align:center;
}

#content tbody td#center {
	padding: 0px 20px;
}

#subFooter, #subFooter a, #subFooter a:Link, #subFooter a:Hover, #subFooter a:Visited, #subFooter a:Active{
	color:#FFF;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.menuLevel0 {
  background: #B5003B;
	border: 0px none BLACK;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid WHITE;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  font-family: Arial, Helvetica, sans-serif;
  font-size:13.2px;
  /*white-space:nowrap;*/
  background-color: #B5003B;
  color: WHITE;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: #808080;
  color: BLACK;
}

.menuLevel0InnerDown {
  background-color: #808080;
  color: BLACK;
}

.menuLevel1 {
  background: #B5003B;
  border: 0px none BLACK;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid WHITE;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid #B5003B;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Arial, Helvetica, sans-serif;
  font-size:13.2px;
  white-space:nowrap;
  background-color: #B5003B;
  color: WHITE;
    padding: 0px;
  border-left: 0px solid #B5003B;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: #808080;
  color: BLACK;
  padding:0px;
  border-left: 3px solid #808080;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: #808080;
  color: BLACK;
  padding:0px;
  border-left: 3px solid #808080;
}




<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
             
    
    <meta charset="utf-8"/>
<title>animalrescueoftexas</title>
<meta name="fb_admins_meta_tag" content=""/>
<link rel="shortcut icon" href="https://www.wix.com/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="https://www.wix.com/favicon.ico" type="image/x-icon"/>
    <script type="text/javascript">
    var santaBase = 'https://static.parastorage.com/services/santa/1.2620.25';
    var clientSideRender = true;
</script>

<script defer src="https://static.parastorage.com/services/third-party/requirejs/2.1.15/require.min.js"></script>
<script defer src="https://static.parastorage.com/services/santa/1.2620.25/app/main-r.min.js"></script>


<link rel="preload" href="https://static.parastorage.com/unpkg/lodash@4.17.4/lodash.min.js" as="script">
<link rel="preload" href="https://static.parastorage.com/unpkg/zepto@1.2.0/dist/zepto.min.js" as="script">
<link rel="preload" href="https://static.parastorage.com/unpkg/react@15.5.4/dist/react-with-addons.min.js" as="script">


<link rel="preconnect" href="https://static.wixstatic.com/" crossorigin>
<link rel="preconnect" href="//fonts.googleapis.com" crossorigin>

    <meta http-equiv="X-Wix-Renderer-Server" content="app-jvm-21-31.42.wixprod.net"/>
<meta http-equiv="X-Wix-Meta-Site-Id" content="453da69c-6e2f-4c2f-a004-aa88dfe22ef8"/>
<meta http-equiv="X-Wix-Application-Instance-Id" content="6386d68d-0cce-4e7b-b84d-ed3f747293e4"/>
<meta http-equiv="X-Wix-Published-Version" content="19"/>

<meta http-equiv="etag" content="11e965ae82b393818cc788a94d4ebcb8"/>
<meta property="og:title" content="animalrescueoftexas"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://sbunten0756.wixsite.com/animalrescueoftexas"/>
<meta property="og:site_name" content="animalrescueoftexas"/>
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>

<meta id="wixMobileViewport" name="viewport" content="width=980, user-scalable=yes"/>



        

    <script>
    // BEAT MESSAGE
    try {
        window.wixBiSession = {
            initialTimestamp : Date.now(),
            viewerSessionId: 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c)
                    { var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8); return v.toString(16); }
            )
        };
        (new Image()).src = 'https://frog.wix.com/bt?src=29&evid=3&pn=1&et=1&v=1.2620.25&msid=453da69c-6e2f-4c2f-a004-aa88dfe22ef8&vsi=' + wixBiSession.viewerSessionId +
                '&url=' + encodeURIComponent(location.href.replace(/^http(s)?:\/\/(www\.)?/, '')) +
                '&isp=0&st=2&ts=0&iss=0&c=' + wixBiSession.initialTimestamp;
    } catch (e){}
    // BEAT MESSAGE END
</script>

    

    <!-- META DATA -->
<script type="text/javascript">

    var serviceTopology = {"serverName":"app-jvm-21-31.42.wixprod.net","cacheKillerVersion":"1","staticServerUrl":"https://static.parastorage.com/","usersScriptsRoot":"https://static.parastorage.com/services/wix-users/2.660.0","biServerUrl":"https://frog.wix.com/","userServerUrl":"https://users.wix.com/","billingServerUrl":"https://premium.wix.com/","mediaRootUrl":"https://static.wixstatic.com/","logServerUrl":"https://frog.wix.com/plebs","monitoringServerUrl":"https://TODO/","usersClientApiUrl":"https://users.wix.com/wix-users","publicStaticBaseUri":"https://static.parastorage.com/services/wix-public/1.235.0","basePublicUrl":"https://www.wix.com/","postLoginUrl":"https://www.wix.com/my-account","postSignUpUrl":"https://www.wix.com/new/account","baseDomain":"wix.com","staticMediaUrl":"https://static.wixstatic.com/media","staticAudioUrl":"https://music.wixstatic.com/mp3","staticDocsUrl":"https://docs.wixstatic.com/ugd","emailServer":"https://assets.wix.com/common-services/notification/invoke","blobUrl":"https://static.parastorage.com/wix_blob","htmlEditorUrl":"http://editor.wix.com/html","siteMembersUrl":"https://users.wix.com/wix-sm","scriptsLocationMap":{"dbsm-viewer-app":"https://static.parastorage.com/services/dbsm-viewer-app/1.184.0","wix-music-embed":"https://static.parastorage.com/services/wix-music-embed/1.26.0","santa-resources":"https://static.parastorage.com/services/santa-resources/1.2.0","wixapps":"https://static.parastorage.com/services/wixapps/2.486.0","ecommerce":"https://static.parastorage.com/services/ecommerce/1.203.0","dbsm-editor-app":"https://static.parastorage.com/services/dbsm-editor-app/1.366.0","langs":"https://static.parastorage.com/services/langs/2.577.0","semi-native-sdk":"https://static.parastorage.com/services/semi-native-sdk/1.7.0","automation":"https://static.parastorage.com/services/automation/1.23.0","web":"https://static.parastorage.com/services/web/2.1229.79","sitemembers":"https://static.parastorage.com/services/sm-js-sdk/1.31.0","js-wixcode-sdk":"https://static.parastorage.com/services/js-wixcode-sdk/1.181.0","tpa":"https://static.parastorage.com/services/tpa/2.1064.0","wix-form-builder":"https://static.parastorage.com/services/wix-form-builder/1.77.0","wix-code-platform":"https://static.parastorage.com/services/wix-code-platform/1.25.0","santa":"https://static.parastorage.com/services/santa/1.2620.25","skins":"https://static.parastorage.com/services/skins/2.1229.79","core":"https://static.parastorage.com/services/core/2.1229.79","santa-members-viewer-app":"https://static.parastorage.com/services/santa-members-viewer-app/1.35.0","ck-editor":"https://static.parastorage.com/services/ck-editor/1.87.3","bootstrap":"https://static.parastorage.com/services/bootstrap/2.1229.79","santa-members-editor-app":"https://static.parastorage.com/services/santa-members-editor-app/1.85.0"},"developerMode":false,"productionMode":true,"staticServerFallbackUrl":"https://sslstatic.wix.com/","staticVideoUrl":"https://video.wixstatic.com/","cloudStorageUrl":"https://static.wixstatic.com/","usersDomainUrl":"https://users.wix.com/wix-users","scriptsDomainUrl":"https://static.parastorage.com/","userFilesUrl":"https://static.parastorage.com/","staticHTMLComponentUrl":"https://sbunten0756-wixsite-com.filesusr.com/","secured":true,"ecommerceCheckoutUrl":"https://www.safer-checkout.com/","premiumServerUrl":"https://premium.wix.com/","digitalGoodsServerUrl":"https://dgs.wixapps.net/","wixCloudBaseDomain":"wix-code.com","mailServiceSuffix":"/_api/common-services/notification/invoke","staticVideoHeadRequestUrl":"https://storage.googleapis.com/video.wixstatic.com","protectedPageResolverUrl":"https://site-pages.wix.com/_api/wix-public-html-info-webapp/resolve_protected_page_urls","mediaUploadServerUrl":"https://files.wix.com/","staticServerWixDomainUrl":"https://www.wix.com/_partials","publicStaticsUrl":"https://static.parastorage.com/services/wix-public/1.235.0"};
    var santaModels = true;
    var rendererModel = {"metaSiteId":"453da69c-6e2f-4c2f-a004-aa88dfe22ef8","siteInfo":{"documentType":"UGC","applicationType":"HtmlWeb","siteId":"6386d68d-0cce-4e7b-b84d-ed3f747293e4","siteTitleSEO":"animalrescueoftexas"},"clientSpecMap":{"0":{"type":"appbuilder","applicationId":0,"appDefinitionId":"3d590cbc-4907-4cc4-b0b1-ddf2c5edf297","instanceId":"ec06ec2c-d26a-40ac-8871-390c1085559e","state":"Initialized"},"1":{"type":"public","applicationId":1,"appDefinitionId":"14bca956-e09f-f4d6-14d7-466cb3f09103","appDefinitionName":"Wix Cashier","instance":"4xVQTkKnZBEVOzCzDRBVM29p35bcHm3Hd6DjYGXUr4Q.eyJpbnN0YW5jZUlkIjoiNTRhMWQ1NWMtYzYxZi00ZTIzLThmY2QtZmE3ZWMzYjVkZjk5IiwiYXBwRGVmSWQiOiIxNGJjYTk1Ni1lMDlmLWY0ZDYtMTRkNy00NjZjYjNmMDkxMDMiLCJzaWduRGF0ZSI6IjIwMTctMTItMDdUMTk6NDk6NDQuMTM0WiIsInVpZCI6bnVsbCwiaXBBbmRQb3J0IjoiMTk4LjIxMC4xLjMvNTY1NjEiLCJ2ZW5kb3JQcm9kdWN0SWQiOm51bGwsImRlbW9Nb2RlIjpmYWxzZSwiYWlkIjoiMTQ1NWE1MWEtMjFlYy00MzUzLTg2NWItMTExZTU2N2Q1YmUyIiwiYmlUb2tlbiI6IjExOWM3M2MwLWE4MzAtMDIwYy0yZmM5LTUwZjYxYzU3ZjE2MSIsInNpdGVPd25lcklkIjoiMzg2NzJkNjktMjBjZC00M2Q0LTljZWItN2M0OWUwMjkzNTEwIn0","sectionPublished":true,"sectionMobilePublished":false,"sectionSeoEnabled":true,"widgets":{},"appRequirements":{"requireSiteMembers":false},"isWixTPA":true,"installedAtDashboard":true,"permissions":{"revoked":false}},"2821":{"type":"public","applicationId":2821,"appDefinitionId":"13d21c63-b5ec-5912-8397-c3a5ddb27a97","appDefinitionName":"Wix Bookings","instance":"77FMmFzCem8q4QDHW5kCXN6_dOFtKHpyB_yq4cZdmYM.eyJpbnN0YW5jZUlkIjoiMmNiNmVjZTgtZWUwZS00ZDZjLTg2ZTAtNjc3MGIzMGY1ZTU1IiwiYXBwRGVmSWQiOiIxM2QyMWM2My1iNWVjLTU5MTItODM5Ny1jM2E1ZGRiMjdhOTciLCJzaWduRGF0ZSI6IjIwMTctMTItMDdUMTk6NDk6NDQuMTMzWiIsInVpZCI6bnVsbCwiaXBBbmRQb3J0IjoiMTk4LjIxMC4xLjMvNTY1NjEiLCJ2ZW5kb3JQcm9kdWN0SWQiOm51bGwsImRlbW9Nb2RlIjpmYWxzZSwiYWlkIjoiMTQ1NWE1MWEtMjFlYy00MzUzLTg2NWItMTExZTU2N2Q1YmUyIiwiYmlUb2tlbiI6IjY5OGI0YTc0LTgwMjEtMDE0My0yNmU0LWNkZjg2Y2VkNzBhZCIsInNpdGVPd25lcklkIjoiMzg2NzJkNjktMjBjZC00M2Q0LTljZWItN2M0OWUwMjkzNTEwIn0","sectionUrl":"https:\/\/bookings.wixapps.net\/index","sectionMobileUrl":"https:\/\/bookings.wixapps.net\/mobile","sectionPublished":true,"sectionMobilePublished":true,"sectionSeoEnabled":true,"sectionDefaultPage":"","sectionRefreshOnWidthChange":true,"widgets":{"13d27016-697f-b82f-7512-8e20854c09f6":{"widgetUrl":"https:\/\/bookings.wixapps.net\/index","widgetId":"13d27016-697f-b82f-7512-8e20854c09f6","refreshOnWidthChange":true,"mobileUrl":"https:\/\/bookings.wixapps.net\/mobile","appPage":{"id":"scheduler","name":"Book Online","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":true,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"14edb332-fdb9-2fe6-0fd1-e6293322b83b":{"widgetUrl":"https:\/\/bookings.wixapps.net\/member-area","widgetId":"14edb332-fdb9-2fe6-0fd1-e6293322b83b","refreshOnWidthChange":true,"mobileUrl":"https:\/\/bookings.wixapps.net\/member-area-mobile","appPage":{"id":"bookings_member_area","name":"My Bookings","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"14756c3d-f10a-45fc-4df1-808f22aabe80":{"widgetUrl":"https:\/\/bookings.wixapps.net\/widget-viewer","widgetId":"14756c3d-f10a-45fc-4df1-808f22aabe80","refreshOnWidthChange":true,"mobileUrl":"https:\/\/bookings.wixapps.net\/widget-viewer","published":true,"mobilePublished":false,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}}},"appRequirements":{"requireSiteMembers":false},"isWixTPA":true,"installedAtDashboard":true,"permissions":{"revoked":false},"appFields":{"platform":{"editorScriptUrl":"https:\/\/scheduler.wix.com\/editor-script.js"}}},"11":{"type":"sitemembers","applicationId":11,"collectionType":"Open","collectionFormFace":"Register","smcollectionId":"257a5d3e-3c1a-49e4-8b78-7e43626c4fca"},"1807":{"type":"public","applicationId":1807,"appDefinitionId":"12aacf69-f3fb-5334-2847-e00a8f13c12f","appDefinitionName":"123 Form Builder","instance":"VmR4vq_XSqCbodiKvU2qCuHdVpwxeBH_q8UIfVdFtRE.eyJpbnN0YW5jZUlkIjoiMWJlMTVhYjgtZTRkYS00ZDA5LTllYzItNjA2YWQwZDAxNTlmIiwiYXBwRGVmSWQiOiIxMmFhY2Y2OS1mM2ZiLTUzMzQtMjg0Ny1lMDBhOGYxM2MxMmYiLCJzaWduRGF0ZSI6IjIwMTctMTItMDdUMTk6NDk6NDQuMTMzWiIsInVpZCI6bnVsbCwiaXBBbmRQb3J0IjoiMTk4LjIxMC4xLjMvNTY1NjEiLCJ2ZW5kb3JQcm9kdWN0SWQiOm51bGwsImRlbW9Nb2RlIjpmYWxzZSwiYWlkIjoiMTQ1NWE1MWEtMjFlYy00MzUzLTg2NWItMTExZTU2N2Q1YmUyIiwic2l0ZU93bmVySWQiOiIzODY3MmQ2OS0yMGNkLTQzZDQtOWNlYi03YzQ5ZTAyOTM1MTAifQ","sectionPublished":true,"sectionMobilePublished":false,"sectionSeoEnabled":true,"widgets":{"12aacf69-f3be-4d15-c1f5-e10b8281822e":{"widgetUrl":"https:\/\/www.123contactform.com\/wix.php","widgetId":"12aacf69-f3be-4d15-c1f5-e10b8281822e","refreshOnWidthChange":true,"mobileUrl":"https:\/\/www.123contactform.com\/wix.php?forcemobile=1","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}}},"appRequirements":{"requireSiteMembers":false},"isWixTPA":false,"installedAtDashboard":false,"permissions":{"revoked":true},"appFields":{}},"3337":{"type":"public","applicationId":3337,"appDefinitionId":"140603ad-af8d-84a5-2c80-a0f60cb47351","appDefinitionName":"Wix Events","instance":"kaFo0R2MOFnel1ptXGcviKJYUe6jMtx85AWDJi_dz8k.eyJpbnN0YW5jZUlkIjoiYTg5YWQ3MjAtOTkxYS00NmU2LTgwNTgtN2NiY2ZhYjI0ZDg4IiwiYXBwRGVmSWQiOiIxNDA2MDNhZC1hZjhkLTg0YTUtMmM4MC1hMGY2MGNiNDczNTEiLCJzaWduRGF0ZSI6IjIwMTctMTItMDdUMTk6NDk6NDQuMTM0WiIsInVpZCI6bnVsbCwiaXBBbmRQb3J0IjoiMTk4LjIxMC4xLjMvNTY1NjEiLCJ2ZW5kb3JQcm9kdWN0SWQiOm51bGwsImRlbW9Nb2RlIjpmYWxzZSwiYWlkIjoiMTQ1NWE1MWEtMjFlYy00MzUzLTg2NWItMTExZTU2N2Q1YmUyIiwiYmlUb2tlbiI6ImVkYTc3MWJjLWY3MzUtMGFjOS0yMDVjLWQ2MzQyNTUwNjM3MCIsInNpdGVPd25lcklkIjoiMzg2NzJkNjktMjBjZC00M2Q0LTljZWItN2M0OWUwMjkzNTEwIn0","sectionPublished":true,"sectionMobilePublished":false,"sectionSeoEnabled":true,"widgets":{"14d2abc2-5350-6322-487d-8c16ff833c8a":{"widgetUrl":"https:\/\/events.wix.com\/event","widgetId":"14d2abc2-5350-6322-487d-8c16ff833c8a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/events.wix.com\/event","appPage":{"id":"events","name":"Events","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"1440e92d-47d8-69be-ade7-e6de40127106":{"widgetUrl":"https:\/\/events.wix.com\/index.html","widgetId":"1440e92d-47d8-69be-ade7-e6de40127106","refreshOnWidthChange":true,"mobileUrl":"https:\/\/events.wix.com\/index.html","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}}},"appRequirements":{"requireSiteMembers":false},"isWixTPA":true,"installedAtDashboard":true,"permissions":{"revoked":false},"appFields":{}},"2372":{"type":"public","applicationId":2372,"appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","appDefinitionName":"Wix Pro Gallery","instance":"MeFqv-JIGpdZO2z7HaneQO290iCQdeMM1PaH37o7jL4.eyJpbnN0YW5jZUlkIjoiY2U0MTRkOGQtOTA4YS00ZjVlLTkxYjItMzA2MjYxYTlhZGUyIiwiYXBwRGVmSWQiOiIxNDI3MWQ2Zi1iYTYyLWQwNDUtNTQ5Yi1hYjk3MmFlMWY3MGUiLCJzaWduRGF0ZSI6IjIwMTctMTItMDdUMTk6NDk6NDQuMTMzWiIsInVpZCI6bnVsbCwiaXBBbmRQb3J0IjoiMTk4LjIxMC4xLjMvNTY1NjEiLCJ2ZW5kb3JQcm9kdWN0SWQiOm51bGwsImRlbW9Nb2RlIjpmYWxzZSwiYWlkIjoiMTQ1NWE1MWEtMjFlYy00MzUzLTg2NWItMTExZTU2N2Q1YmUyIiwiYmlUb2tlbiI6IjhiN2NlYjExLWZlYTUtMDM3MS0zMWI2LTlhZWFiZTRiODMxYSIsInNpdGVPd25lcklkIjoiMzg2NzJkNjktMjBjZC00M2Q0LTljZWItN2M0OWUwMjkzNTEwIn0","appWorkerUrl":"https:\/\/progallery.wix.com\/worker.html","sectionPublished":true,"sectionMobilePublished":false,"sectionSeoEnabled":true,"widgets":{"14f7938f-fa9a-e9e3-3a24-089172dccb28":{"widgetUrl":"https:\/\/progallery.wix.com\/checkout","widgetId":"14f7938f-fa9a-e9e3-3a24-089172dccb28","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wix.com\/checkout","appPage":{"id":"checkout_page","name":"Checkout Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":true,"landingPageInMobile":true,"hideFromMenu":true},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":true,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"14f79354-c828-13e0-1246-058b79e70c1a":{"widgetUrl":"https:\/\/progallery.wix.com\/cart.html","widgetId":"14f79354-c828-13e0-1246-058b79e70c1a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wix.com\/cart.html","published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"1491fc25-fcd2-9c08-c74f-67b98b69ac4a":{"widgetUrl":"https:\/\/progallery.wix.com\/multishare.html","widgetId":"1491fc25-fcd2-9c08-c74f-67b98b69ac4a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wix.com\/multishare.html","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{}},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetUrl":"https:\/\/progallery.wix.com\/fullscreen","widgetId":"144f04b9-aab4-fde7-179b-780c11da4f46","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wix.com\/fullscreen","appPage":{"id":"fullscreen_page","name":"Fullscreen Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":true,"landingPageInMobile":false,"hideFromMenu":true},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":true,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetUrl":"https:\/\/progallery.wix.com\/gallery.html","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wix.com\/gallery.html","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}},"14f793c4-68e4-1d4f-3a24-089172dccb28":{"widgetUrl":"https:\/\/progallery.wix.com\/thankyou","widgetId":"14f793c4-68e4-1d4f-3a24-089172dccb28","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wix.com\/thankyou","appPage":{"id":"thank_you_page","name":"Thank you Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":3,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{}}},"appRequirements":{"requireSiteMembers":false},"isWixTPA":true,"installedAtDashboard":false,"permissions":{"revoked":true},"appFields":null}},"premiumFeatures":[],"geo":"USA","languageCode":"en","previewMode":false,"userId":"38672d69-20cd-43d4-9ceb-7c49e0293510","siteMetaData":{"preloader":{"uri":"","enabled":false},"adaptiveMobileOn":true,"quickActions":{"socialLinks":[],"colorScheme":"dark","configuration":{"quickActionsMenuEnabled":false,"navigationMenuEnabled":true,"phoneEnabled":false,"emailEnabled":false,"addressEnabled":false,"socialLinksEnabled":false}},"contactInfo":{"companyName":"","phone":"","fax":"","email":"","address":""}},"runningExperiments":{"sv_fullstory":"new","appMarketCache":"new","reactAppMarketModals":"new","sv_dpages":"new","selectiveWixapps":"new","sv_ampLinkTag":"new","sv_twitterMetaTags":"new","sv_mobileBgFixed":"new","sv_blogTranslateErrorMessage":"new","sv_splitRouterUrls":"new","selectiveDialogs":"new","unescapeHeadTags":"old","sv_cssDesignData":"new","useBeaconForPerformanceEvent":"new","viewPortImageLoadingBi":"3000","reactAppMarket":"new","fontsTrackingInViewer":"new","sv_blogSocialCounters":"new","enableNewWixAds":"new","viewPortImageLoading":"new","allowScriptTagTypeJsonOnSeoMetatag":"old","se_proGalleryBGDataFixer":"new","permalinkWithoutDate":"new","sv_qabUnhide":"new","sv_inlineExternalStyles":"new","sv_mobileBG":"new","sv_blogAuthorAsALink":"new","packagescache":"new","selectiveDownload":"new","sv_tpaAddChatApp":"new","prefetchComps":"new","sv_permissionInfoUpdateOnFirstSave":"new","sv_santaMembers":"new","sv_fullPartialSave":"new","sv_horizontalContactFormSkin":"new","sv_contactFormEmailSecurityFix":"new","sv_browserLangFix":"new","sv_robotsIndexingMetaTag":"new","sv_useMobileTightLayout":"new","sv_grid":"new","vsiCoin":"new","sv_mobileSpachtelPattern":"new","sv_tpaPerformanceBi":"new","sv_unpackTextMeasureByMinHeight":"new","sv_requireSplitError":"new","sv_tpaFilterSubSections":"new"},"urlFormatModel":{"format":"slash","forbiddenPageUriSEOs":["app","apps","_api","robots.txt","sitemap.xml","feed.xml","sites"],"pageIdToResolvedUriSEO":{}},"passwordProtectedPages":[],"useSandboxInHTMLComp":true,"siteMediaToken":"eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhcHA6MzQ2NjQ5MDcwMDI5NzIwNiIsInN1YiI6InVzZXI6Mzg2NzJkNjktMjBjZC00M2Q0LTljZWItN2M0OWUwMjkzNTEwIiwiYXVkIjoidXJuOnNlcnZpY2U6ZmlsZS51cGxvYWQiLCJleHAiOjE1MTMyODA5ODQsImlhdCI6MTUxMjY3NjE4NCwianRpIjoiY3NZQk9HcndWZDFzSklUa2JHeUtsZyJ9.F9z0af5lHCZtwxzd6FWDcbELUOvs5lUJV2pjQrtKdBg","pagesPlatformApplications":{}};
    var publicModel = {"domain":"wixsite.com","externalBaseUrl":"https:\/\/sbunten0756.wixsite.com\/animalrescueoftexas","unicodeExternalBaseUrl":"https:\/\/sbunten0756.wixsite.com\/animalrescueoftexas","pageList":{"pages":[{"pageId":"du6yh","title":"Book Online","pageUriSEO":"book-online","pageJsonFileName":"38672d_0e55b47000268c9012b5c6cd56fedf34_17.json"},{"pageId":"cihc","title":"Volunteer","pageUriSEO":"volunteer","pageJsonFileName":"38672d_52d72c97b2d2ff3c9868c109ee1381c9_17.json"},{"pageId":"con8","title":"Contact Us","pageUriSEO":"contact-us","pageJsonFileName":"38672d_b9db4f91aa995f0901f199343412ee69_15.json"},{"pageId":"c6mv","title":"Adoptions","pageUriSEO":"adoptions","pageJsonFileName":"38672d_ba0272a96bcb42ede05cb7f18fe4a725_17.json"},{"pageId":"gxtb8","title":"Homeless Dog","pageUriSEO":"homeless-dog","pageJsonFileName":"38672d_8f61d7411549a788d6fe9409698a7f1d_8.json"},{"pageId":"c7x3","title":"Home","pageUriSEO":"home","pageJsonFileName":"38672d_1381ab4f0db10bcd777d4c83230b626f_18.json"},{"pageId":"l1fci","title":"Information","pageUriSEO":"information","pageJsonFileName":"38672d_3e68a1d7c1aed29827f9dde1e0f49d0b_8.json"},{"pageId":"ctzx","title":"Donate","pageUriSEO":"donate","pageJsonFileName":"38672d_354ab9581e3b45165d93bdca710e542b_1.json"},{"pageId":"alzd0","title":"Events","pageUriSEO":"events","pageJsonFileName":"38672d_d9b2ba2b8f4dda60be69efae1c422950_17.json"}],"mainPageId":"c7x3","masterPageJsonFileName":"38672d_576aaa6bb92ef67823fd0d5f9c6afd37_19.json","topology":[{"baseUrl":"https:\/\/static.wixstatic.com\/","parts":"sites\/{filename}.z?v=3"},{"baseUrl":"https:\/\/staticorigin.wixstatic.com\/","parts":"sites\/{filename}.z?v=3"},{"baseUrl":"https:\/\/fallback.wix.com\/","parts":"wix-html-editor-pages-webapp\/page\/{filename}"}]},"timeSincePublish":10425,"favicon":"","deviceInfo":{"deviceType":"Desktop","browserType":"Chrome","browserVersion":58},"siteRevision":19,"sessionInfo":{"hs":1362191835,"svSession":"6f4e4c45f01f17ab0ff97015087c933cb609ebc88cd11e8f3bb262e92d1283d92727a22cb34d0a1bace04feb8d7c34791e60994d53964e647acf431e4f798bcd13df407474656a23b45b4d8e92bdcfbf32210fe4465cf8c19fc082d5673a54e8","ctToken":"MDlQcEtDQThpR0ppVmJHS1djMWx6MUdXencwWm5VVFUwU011MlN6cV9Kc3x7InVzZXJBZ2VudCI6Ik1vemlsbGEvNS4wIChXaW5kb3dzIE5UIDYuMSkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzU4LjAuMzAyOS4xMTAgU2FmYXJpLzUzNy4zNiIsInZhbGlkVGhyb3VnaCI6MTUxMzI4MDk4NDEzMn0","isAnonymous":false},"metaSiteFlags":[],"siteMembersProtectedPages":[],"indexable":true,"hasBlogAmp":false,"renderTime":1512676184134};


    var googleAnalytics = "UA-2117194-61"
    ;

    var ipAnonymization = false;

    var googleRemarketing = "";
    var facebookRemarketing = "";
    var yandexMetrika = "";

</script>


    
            <meta name="fragment" content="!"/>
    
    <!-- DATA -->
<script type="text/javascript">
    var adData = {};
    var mobileAdData = {};
    var usersDomain = "https://users.wix.com/wix-users";
        </script>
            </head>
<body>
        <div id="SITE_CONTAINER"></div>

    
    
    
<!-- No Footer -->
    
    
    
    

    </body>
</html>

