body {
  margin: 0;
  border:0;
  background-color: #FFFFFF;
}

body, td, .standardText {
  font-family: Georgia, serif;
  color: #341819;
}

.mceContentBody, .editorBody {
   background: #FFFFFF !important;
	 font-size: inherit;
   font-size:12px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Georgia, 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: #5AB7B2 !important;
}

a:link, .standout {
  color: #5AB7B2;
}

a:visited {
  color: #5AB7B2;
}

a:active {
  color: #5AB7B2;
}

a:hover {
  color: #BDE4E1;
}


.secondary {
  color: #341819;
  background-color: #TRANSPARENT;
}

.secondary .editableShow {
  border: 1px solid #341819;
}

.strong {
  color: #5AB7B2;
  background-color: #TRANSPARENT;
}

.menuText {
  font-size: 10px;
  color: #341819;
}

.menuText a:link, .menuText a:visited {
  color: #341819;
  text-decoration: none;
}

.menuText a:hover {
  color: #TRANSPARENT;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #TRANSPARENT;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #341819;
	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 #341819;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #341819;
  background-color: #TRANSPARENT;
  font-size: .72em;
  font-weight: bold;
  color: #341819;
  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: #341819;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #341819;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #341819;
}

.portalTableValue {
  border-bottom: 1px inset #341819;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #341819;
  border-bottom: 1px inset #341819;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #341819;
  padding-left: 8px !important;
  color: #341819;
  background-color: #TRANSPARENT;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #5AB7B2;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #341819;
  border: 1px solid #341819;
  font-family: Georgia, serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #341819;
  border: 1px solid #341819;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #TRANSPARENT;
  font-weight: bold;
  color: #341819;
  border: 1px solid #341819;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #TRANSPARENT;
  color: #5AB7B2;
  border: 1px solid #TRANSPARENT;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #TRANSPARENT;
  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: #TRANSPARENT;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #341819;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #TRANSPARENT;
  border: black solid 1px;
  font-size: 13px;
  color: #341819;
}

.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: #5AB7B2;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #5AB7B2;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #TRANSPARENT;
  color: #341819;
  margin: 20px;
  padding: 8px;
  border: 1px solid #341819;
}

.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: none;	}

.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: #TRANSPARENT;
}

.adminOnly {
  font-weight: bold;
  color: #5AB7B2;
}

.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: #TRANSPARENT;
	border: 1px none #TRANSPARENT;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFFF;
}

.m0movero, .m0mdowno {
	background: #TRANSPARENT;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFFFFF;
  color: #341819;
}

.m0moveri {
  background-color: #TRANSPARENT;
  color: #341819;
}

.m0mdowni {
  background-color: #TRANSPARENT;
  color: #5AB7B2;
}

#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: #TRANSPARENT;
  color: #341819;
  border: 1px solid #341819;
  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: #TRANSPARENT;
	border: 1px none #TRANSPARENT;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #TRANSPARENT;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #TRANSPARENT;;
}
/* Style for inner tag */
.m0inner {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}
.m0innerhover {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}
.m1table {
	background: #TRANSPARENT;
	border: 1px none #TRANSPARENT;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #TRANSPARENT;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #TRANSPARENT;;
}
/* Style for inner tag */
.m1inner {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}

.m2table {
	background: #TRANSPARENT;
	border: 1px none #TRANSPARENT;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #TRANSPARENT;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #TRANSPARENT;;
}
/* Style for inner tag */
.m2inner {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #5AB7B2;;
}

.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 #TRANSPARENT 0;
  border-top-width: 1px;
  height: 0;
  color: #TRANSPARENT;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.animalGrid .searchResultsCell {
    width: 175px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #TRANSPARENT;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #TRANSPARENT;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#TRANSPARENT;
	color:#5AB7B2;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#5AB7B2;
}

.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:#341819;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #TRANSPARENT;
  padding:0 4px 1px;
  color: #TRANSPARENT;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #TRANSPARENT;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #TRANSPARENT;
  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:#5AB7B2;
}

.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 #341819;
	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 #341819;
background-color:#FFFFFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#TRANSPARENT;
	color:#341819;
	border:1px solid #341819;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #341819;
padding:5px;
color:#341819;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#TRANSPARENT;
	color:#341819;
	border:1px solid #341819;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #341819;
padding:5px;
background-color:#TRANSPARENT;
	color:#5AB7B2;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#TRANSPARENT;
	color:#341819;
	border:1px solid #5AB7B2;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#5AB7B2;
	background-color:#TRANSPARENT;
}

.contentBoxStrong a{
	 color:#5AB7B2;
}
.contentBoxStrong a:link{
	 color:#5AB7B2;
}
.contentBoxStrong a:visited{
	 color:#5AB7B2;
}
.contentBoxStrong a:active{
	 color:#5AB7B2;
}
.contentBoxStrong a:hover{
	 color:#BDE4E1;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #341819;
	padding:5px;
	background-color:#TRANSPARENT;
	color:#341819;
}

.contentBoxSecondary td {
	color:#341819;
	background-color:#TRANSPARENT;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#TRANSPARENT;
	color:#5AB7B2;
	border:1px solid #341819;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#5AB7B2;
}
.contentBoxSecondary a:link{
	 color:#5AB7B2;
}
.contentBoxSecondary a:visited{
	 color:#5AB7B2;
}
.contentBoxSecondary a:active{
	 color:#5AB7B2;
}
.contentBoxSecondary a:hover{
	 color:#BDE4E1;
}

.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:#341819;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#TRANSPARENT !important;
	border-bottom:1px inset #341819 !important;
	color:#341819 !important;
	padding-left:8px !important;
}

.secondary {
  color:#341819;
  background-color:#TRANSPARENT;
}

.secondary a{
	 color:#5AB7B2;
}
.secondary a:link{
	 color:#5AB7B2;
}
.secondary a:visited{
	 color:#5AB7B2;
}
.secondary a:active{
	 color:#5AB7B2;
}
.secondary a:hover{
	 color:#BDE4E1;
}

.contentSectionHeader {
	color:#341819;
	background-color:#FFFFFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #TRANSPARENT;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#5AB7B2;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#5AB7B2;
}
.contentSectionHeader a:visited{
	 color:#5AB7B2;
}
.contentSectionHeader a:active{
	 color:#5AB7B2;
}
.contentSectionHeader a:hover{
	 color:#BDE4E1;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#5AB7B2;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#5AB7B2;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:#5AB7B2;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:#5AB7B2;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#BDE4E1;
}

.portalTableValueStandout a{
	 color:#5AB7B2;
}
.portalTableValueStandout a:link{
	 color:#5AB7B2;
}
.portalTableValueStandout a:visited{
	 color:#5AB7B2;
}
.portalTableValueStandout a:active{
	 color:#5AB7B2;
}
.portalTableValueStandout a:hover{
	 color:#BDE4E1;
}

.message a{
	 color:#5AB7B2;
}
.message a:link{
	 color:#5AB7B2;
}
.message a:visited{
	 color:#5AB7B2;
}
.message a:active{
	 color:#5AB7B2;
}
.message a:hover{
	 color:#BDE4E1;
}

.comments a{
	 color:#5AB7B2;
}
.comments a:link{
	 color:#5AB7B2;
}
.comments a:visited{
	 color:#5AB7B2;
}
.comments a:active{
	 color:#5AB7B2;
}
.comments a:hover{
	 color:#BDE4E1;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#5AB7B2 !important;
}

.portalTableSectionRight a:hover {
	color:#BDE4E1;
}

#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 #341819;
}

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: #5AB7B2;
}

#headerContent {
  background-color : #TRANSPARENT;
  color:#5AB7B2;
  padding:10px;
}

#headerContent a{
   color:#5AB7B2;
}
#headerContent a:link{
   color:#5AB7B2;
}
#headerContent a:visited{
   color:#5AB7B2;
}
#headerContent a:active{
   color:#5AB7B2;
}
#headerContent a:hover{
   color:#BDE4E1;
}

#headerContainer a{
   color:#5AB7B2;
}
#headerContainer a:link{
   color:#5AB7B2;
}
#headerContainer a:visited{
   color:#5AB7B2;
}
#headerContainer a:active{
   color:#5AB7B2;
}
#headerContainer a:hover{
   color:#BDE4E1;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:#5AB7B2;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:#5AB7B2;
  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:#TRANSPARENT;
	color:#341819;
	border:1px solid #341819;
	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:#341819;
	border:0px solid #341819;
	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:#5AB7B2;
}
#footer td a:link{
	 color:#5AB7B2;
}
#footer td a:visited{
	 color:#5AB7B2;
}
#footer td{
	 color:#5AB7B2;
}
#footer td a:hover{
	 color:#BDE4E1;
}

#footerContent {
	background : #TRANSPARENT;
	color: #5AB7B2;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: #5AB7B2;
}

#footerContent td {
  color: #5AB7B2;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:#5AB7B2;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:#5AB7B2;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:#5AB7B2;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:#5AB7B2;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#BDE4E1;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #TRANSPARENT;
  border-top:1px solid #341819;
  border-bottom:1px solid #341819;
}

#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: #TRANSPARENT;
	border: 0px none #341819;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid #341819;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  font-family: Georgia, serif;
  font-size:13.2px;
  /*white-space:nowrap;*/
  background-color: #TRANSPARENT;
  color: #341819;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: #TRANSPARENT;
  color: #5AB7B2;
}

.menuLevel0InnerDown {
  background-color: #TRANSPARENT;
  color: #5AB7B2;
}

.menuLevel1 {
  background: #TRANSPARENT;
  border: 0px none #341819;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid #341819;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid #TRANSPARENT;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Georgia, serif;
  font-size:13.2px;
  white-space:nowrap;
  background-color: #TRANSPARENT;
  color: #341819;
    padding: 0px;
  border-left: 0px solid #TRANSPARENT;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: #TRANSPARENT;
  color: #5AB7B2;
  padding:0px;
  border-left: 3px solid #TRANSPARENT;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: #TRANSPARENT;
  color: #5AB7B2;
  padding:0px;
  border-left: 3px solid #TRANSPARENT;
}




/* Ruff Start Rescue CSS */

body {
  margin: 0;
  border:0;
  background-color: #FFFFFF;
}

body, td, .standardText {
  font-family: hero-new, sans-serif;
  color: #341819;
}

.mceContentBody, .editorBody {
   background: #FFFFFF !important;
	 font-size: inherit;
   font-size:12px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: hero-new, sans-serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

cell {
	text-align:center;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: #5ab7b2 !important;
}

/* Link Styles */

a:link, .standout {
  color: #5ab7b2;
}

a:visited {
  color: #5ab7b2;
}

a:active {
  color: #5ab7b2;
}

a:hover {
  color: #BDE4E1;
}


.secondary {
  color: #341819;
  background-color: transparent
}

.secondary .editableShow {
  border: 1px solid #341819;
}

.strong {
  color: #5ab7b2;
  background-color: transparent
}

.menuText {
  font-size: 10px;
  color: #341819;
}

.menuText a:link, .menuText a:visited {
  color: #341819;
  text-decoration: none;
}

.menuText a:hover {
  color: transparent
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: transparent
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #341819;
	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 #341819;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #341819;
  background-color: transparent
  font-size: .72em;
  font-weight: bold;
  color: #341819;
  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: #341819;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #341819;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #341819;
}

.portalTableValue {
  border-bottom: 1px inset #341819;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #341819;
  border-bottom: 1px inset #341819;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #341819;
  padding-left: 8px !important;
  color: #341819;
  background-color: transparent
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #5ab7b2;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #341819;
  border: 1px solid #341819;
   font-family: hero-new, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #341819;
  border: 1px solid #341819;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: transparent
  font-weight: bold;
  color: #341819;
  border: 1px solid #341819;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: transparent
  color: #5ab7b2;
  border: 1px solid transparent
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset transparent
  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: transparent
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #341819;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: transparent
  border: black solid 1px;
  font-size: 13px;
  color: #341819;
}

.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: #5ab7b2;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #5ab7b2;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: transparent
  color: #341819;
  margin: 20px;
  padding: 8px;
  border: 1px solid #341819;
}

.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: none;	}

.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: transparent
}

.adminOnly {
  font-weight: bold;
  color: #5ab7b2;
}

.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: transparent
	border: 1px none transparent
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFFF;
}

.m0movero, .m0mdowno {
	background: transparent
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	 font-family: hero-new, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFFFFF;
  color: #341819;
}

.m0moveri {
  background-color: transparent
  color: #341819;
}

.m0mdowni {
  background-color: transparent
  color: #5ab7b2;
}

#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: transparent
  color: #341819;
  border: 1px solid #341819;
  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: transparent
	border: 1px none transparent
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: transparent
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: transparent;
}
/* Style for inner tag */
.m0inner {
	 font-family: hero-new, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}
.m0innerhover {
	 font-family: hero-new, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}
.m1table {
	background: transparent
	border: 1px none transparent
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: transparent
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: transparent;
}
/* Style for inner tag */
.m1inner {
	 font-family: hero-new, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}

.m2table {
	background: transparent
	border: 1px none transparent
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: transparent
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: transparent;
}
/* Style for inner tag */
.m2inner {
	 font-family: hero-new, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #341819;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #5ab7b2;;
}

.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 #TRANSPARENT 0;
  border-top-width: 1px;
  height: 0;
  color: transparent
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.animalGrid .searchResultsCell {
    width: 175px;
  height: 110px;
  font: 12px hero-new;
  padding: 0 6px;
  vertical-align: top;
  text-align:center;
  border:solid;
  border-color:lightgray;
 
}

.animalGrid .border {
	 border-right: 1px inset transparent
}

.animalGrid .searchResultsCell img {
  border: 1px solid transparent
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:transparent
	color:#5ab7b2;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	/* Julie Removed color:#5ab7b2; */
	/*Julie Added */
    font-size: 20px;
    font-weight: normal;
	/* End Added */
}

.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: 1;
}

.animalBrowsePanel .pageLinks {
  /* Julie Removed margin-top: 12px;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  color:#341819;
  text-align: center;
  padding: 4px;
  */
}

/* Julie Added */
@media (max-width: 767px){
td.searchResultsCell.border,
td.searchResultsCell.noBorder {
    width: 300px;
    max-width: 100%;
    margin-right:auto !important;
    margin-left:auto !important;
    display: block;
}
/* End Added*/

.pageLinks {
    font-size: 25px;
}
}/*end of mobile styes*/


.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid transparent
  padding:0 4px 1px;
  color: transparent
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid transparent
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid transparent
  padding:0 4px 1px;
}

/* Julie Removed
.animalGrid .petPicLink {
  display: inline-block;
  text-align:center;
  float:left;
  margin:0 7px 3px;
  width:120px;
  height:120px;
}*/

/* Julie Added */
.animalGrid .petPicLink {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    height:auto !important;
}
.animalGrid .petPicLink img{
    width: 100%;
    height:auto !important;
    
}

.animalGrid .petPicLink a{
   width: 100%;
   height:inherit !important;
   display: block;
}

table.animalGrid {
    
    width: 900px;
}

/* End Added */


* 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:#5ab7b2;
}

.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 #341819;
	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 #341819;
background-color:#FFFFFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:transparent
	color:#341819;
	border:1px solid #341819;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #341819;
padding:5px;
color:#341819;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:transparent
	color:#341819;
	border:1px solid #341819;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #341819;
padding:5px;
background-color:transparent
	color:#5ab7b2;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:transparent
	color:#341819;
	border:1px solid #5ab7b2;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#5ab7b2;
	background-color:transparent
}

.contentBoxStrong a{
	 color:#5ab7b2;
}
.contentBoxStrong a:link{
	 color:#5ab7b2;
}
.contentBoxStrong a:visited{
	 color:#5ab7b2;
}
.contentBoxStrong a:active{
	 color:#5ab7b2;
}
.contentBoxStrong a:hover{
	 color:#BDE4E1;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #341819;
	padding:5px;
	background-color:transparent
	color:#341819;
}

.contentBoxSecondary td {
	color:#341819;
	background-color:transparent
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:transparent
	color:#5ab7b2;
	border:1px solid #341819;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#5ab7b2;
}
.contentBoxSecondary a:link{
	 color:#5ab7b2;
}
.contentBoxSecondary a:visited{
	 color:#5ab7b2;
}
.contentBoxSecondary a:active{
	 color:#5ab7b2;
}
.contentBoxSecondary a:hover{
	 color:#BDE4E1;
}

.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:#341819;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#TRANSPARENT !important;
	border-bottom:1px inset #341819 !important;
	color:#341819 !important;
	padding-left:8px !important;
}

.secondary {
  color:#341819;
  background-color:transparent
}

.secondary a{
	 color:#5ab7b2;
}
.secondary a:link{
	 color:#5ab7b2;
}
.secondary a:visited{
	 color:#5ab7b2;
}
.secondary a:active{
	 color:#5ab7b2;
}
.secondary a:hover{
	 color:#BDE4E1;
}

.contentSectionHeader {
	color:#341819;
	background-color:#FFFFFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid transparent
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#5ab7b2;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#5ab7b2;
}
.contentSectionHeader a:visited{
	 color:#5ab7b2;
}
.contentSectionHeader a:active{
	 color:#5ab7b2;
}
.contentSectionHeader a:hover{
	 color:#BDE4E1;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#5ab7b2;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#5ab7b2;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:#5ab7b2;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:#5ab7b2;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#BDE4E1;
}

.portalTableValueStandout a{
	 color:#5ab7b2;
}
.portalTableValueStandout a:link{
	 color:#5ab7b2;
}
.portalTableValueStandout a:visited{
	 color:#5ab7b2;
}
.portalTableValueStandout a:active{
	 color:#5ab7b2;
}
.portalTableValueStandout a:hover{
	 color:#BDE4E1;
}

.message a{
	 color:#5ab7b2;
}
.message a:link{
	 color:#5ab7b2;
}
.message a:visited{
	 color:#5ab7b2;
}
.message a:active{
	 color:#5ab7b2;
}
.message a:hover{
	 color:#BDE4E1;
}

.comments a{
	 color:#5ab7b2;
}
.comments a:link{
	 color:#5ab7b2;
}
.comments a:visited{
	 color:#5ab7b2;
}
.comments a:active{
	 color:#5ab7b2;
}
.comments a:hover{
	 color:#BDE4E1;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#5ab7b2 !important;
}

.portalTableSectionRight a:hover {
	color:#BDE4E1;
}

#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 #341819;
}

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: #5ab7b2;
}

#headerContent {
  background-color : transparent
  color:#5ab7b2;
  padding:10px;
}

#headerContent a{
   color:#5ab7b2;
}
#headerContent a:link{
   color:#5ab7b2;
}
#headerContent a:visited{
   color:#5ab7b2;
}
#headerContent a:active{
   color:#5ab7b2;
}
#headerContent a:hover{
   color:#BDE4E1;
}

#headerContainer a{
   color:#5ab7b2;
}
#headerContainer a:link{
   color:#5ab7b2;
}
#headerContainer a:visited{
   color:#5ab7b2;
}
#headerContainer a:active{
   color:#5ab7b2;
}
#headerContainer a:hover{
   color:#BDE4E1;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:#5ab7b2;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:#5ab7b2;
  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:transparent
	color:#341819;
	border:1px solid #341819;
	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:#341819;
	border:0px solid #341819;
	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:#5ab7b2;
}
#footer td a:link{
	 color:#5ab7b2;
}
#footer td a:visited{
	 color:#5ab7b2;
}
#footer td{
	 color:#5ab7b2;
}
#footer td a:hover{
	 color:#BDE4E1;
}

#footerContent {
	background : transparent
	color: #5ab7b2;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: #5ab7b2;
}

#footerContent td {
  color: #5ab7b2;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:#5ab7b2;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:#5ab7b2;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:#5ab7b2;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:#5ab7b2;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#BDE4E1;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: transparent
  border-top:1px solid #341819;
  border-bottom:1px solid #341819;
}

#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;
}

/* Julie Removed
#content tbody td#center {
	padding: 0 20px;
}*/

/* Julie Added*/
#content tbody td#center{
    margin-right:auto !important;
    margin-left:auto !important;
}

td.searchResultsCell.border,
td.searchResultsCell.noBorder  {
    border: none;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.05); 
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.05);
    border-radius:2px;
}


/* End Added */

#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: transparent
	border: 0px none #341819;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid #341819;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
   font-family: hero-new, sans-serif;
  font-size:13.2px;
  /*white-space:nowrap;*/
  background-color: transparent
  color: #341819;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: transparent
  color: #5ab7b2;
}

.menuLevel0InnerDown {
  background-color: transparent
  color: #5ab7b2;
}

.menuLevel1 {
  background: transparent
  border: 0px none #341819;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid #341819;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid transparent
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
   font-family: hero-new, sans-serif;
  font-size:13.2px;
  white-space:nowrap;
  background-color: transparent
  color: #341819;
    padding: 0px;
  border-left: 0px solid transparent
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: transparent
  color: #5ab7b2;
  padding:0px;
  border-left: 3px solid transparent
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: transparent
  color: #5ab7b2;
  padding:0px;
  border-left: 3px solid transparent
}




@import url("css/bootstrap.min.css");

#adminMenuContainer{
   z-index:200;
  position:relative;
}

.animalBrowsePanel .content{
  text-align:left;
}

.animalBrowsePanel .browseTop{
  text-align:left;
}

.animalGrid .searchResultsCell{
     /* Julie Replaced height: 250px;
     padding-bottom: 40px; */
	 height:auto !important;  
	 /* End Replaced */
}

.animalGrid .petName{
   /* Julie Replaced width:175px; */
   width: 100%;
   /* End Replaced */
}

}

.petSpecies{
   display:inline;
}


.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;

}

.white-popup-block img{
   float:left;
   padding: 0 15px 10px 15px;
}

.popup-modal-dismiss{
   float:right;
}

.portalButton, .portalSubmit, .submit, .portalButton, 
.portalSubmit, .submit:hover,
input[type="search"]{
   background-color: #341819;
   color:#ffffff;
   border:none;
   padding:15px;
   cursor:pointer;
}


.portalTable,
.portalTableValue, 
.portalTableName,
.portalTable thead td,
.portalTable tfoot td,
.portalTableValueRequired
{
  border:none;
}

.portalTableValueRequired{
 border-left: 4px solid #341819;
}

.promo_box{
  margin:15px 15px 35px 0;
  padding-right:25px;
}

.promo_box img{
   float:left;
   margin:0 15px 15px 0;
}

.promo_box h3{
  margin-bottom:20px;
}

.clm_list li{
  float:left;
  width:300px;
  margin:5px 15px;
}

.galleryRow,
.shopCategory {
   position: relative;
   margin-left:0 !important;
   margin-bottom: 25px;
   float: left;
   clear: none !important;
   left: 0 !important;
}

.shopCategory{
   margin-right:25px;
   width: 450px;
}

.animalimg {
   margin-right:15px;
}

#headerMenu{
   display:none;
}

.siteWidth{
	width:1000px;
}

/* Julie Removed 
#content tbody td#center{
	padding:0;
	Padding-left:20px !important;
	Padding-right:20px !important; 
}*/

table#content{
   margin-top:0;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
color: #341819;
}

html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size:15px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}

caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.4em;
}
legend {
  color: #000000;
}
body {
  font: 13px/1.231  hero-new, arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
textarea,
button {
  font: 99% hero-new, arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}


#footer td{
 color: #341819;
background-color:#ffffff;
}

#wrapper #nav_bar li,
#bodyContainer #nav_bar li,
#adoptable_pet_holder li,
.social_icons li {
  list-style: none;
  margin:0;
}

.award_icons li {
  display: inline;
  list-style: none;
  margin: 0;
}

li{
  margin:15px;
}

body {
  background-color: #ebebeb;
  text-align: left;
  font-family: hero-new, sans-serif;
  color: #341819;
  font-size: 13px;
  
}

body, td {
line-height: normal; 
}

h1,
h2,
h3,
.pageCenterTitle {
  font-weight: normal;
}
h1,
.pageCenterTitle {
  font-size: 28px;
  color: #0B3939;
   font-family: hero-new, sans-serif;
text-align: center;
padding: 30px 0 30px 0;
}
h2 {
  font-size: 22px;
  line-height: 24px;
   font-family: hero-new, sans-serif;
}
h3 {
  color: #5ab7b2;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.one_half {
  width: 50%;
  float:left;
}

.three_thirds {
  width: 100%;
}
.two_thirds {
  width: 650px;
  float: left;
  margin-right: 10px;
}
.one_thirds {
  width: 300px;
  float: left;
}
a {
  color: #5ab7b2;
  text-decoration: none;
}
a:hover {
  color: #BDE4E1;
}
p {
  margin: 10px 0;
  line-height:18px;
}
.clear {
  clear: both;
  height:0;
}
#wrapper_holder {
  background: transparent url('https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nhstrlqgczq.png') repeat-y;
  width: 100%;
  margin: 0 auto;
}
#wrapper,
#bodyContainer {
  margin: 0 auto 0 auto;
  background-color: #fff;
}
#wrapper #header_bar,
#bodyContainer #header_bar {
  background-color: #0B3939;
  height: 75px;
  width: 100%;
}

#headerContent{
  padding:0;
}

#wrapper #header_bar a#rs_logo,
#bodyContainer #header_bar a#rs_logo {
  width: 144px;
  height: 127px;
  margin: 0 auto;
  display: block;
  z-index: 60;
  position: relative;
}
#wrapper #nav_bar,
#bodyContainer #nav_bar {
  background: #5ab7b2 url('https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nksdw2eycct.jpg') repeat-x;
  height: 43px;
  width: 100%;
   font-family: hero-new, sans-serif;
  margin-bottom: 10px;
}
#wrapper #nav_bar li,
#bodyContainer #nav_bar li {
  float: left;
  color: #fff;
  padding: 10px 27px;
  font-size: 18px; /* =====  21px  =====*/
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092ntkbhd2eszf.png) 0 0 no-repeat;
  background-position: right;
  position: relative;
}
#wrapper #nav_bar li ul.subnav,
#bodyContainer #nav_bar li ul.subnav {
  position: absolute;
  background-color: #5ab7b2;
  width: 250px;
  font-family: hero-new, sans-serif;
  z-index: 55;
  padding: 15px 0;
  height: 0;
  opacity: 0;
  overflow:hidden;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */

}
#wrapper #nav_bar li ul.subnav a:hover,
#bodyContainer #nav_bar li ul.subnav a:hover {
  color: #BDE4E1;
}
#wrapper #nav_bar li ul.subnav li,
#bodyContainer #nav_bar li ul.subnav li {
  background-image: none;
  font-size: 13px;
  float: none;
  padding: 7px 0 7px 25px;
}
#wrapper #nav_bar li ul.subnav li.tertiary_nav_item,
#bodyContainer #nav_bar li ul.subnav li.tertiary_nav_item {
  padding: 5px 0 5px 40px;
  font-weight: normal;
  font-style: italic;
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092n10lbwoqzri.png) 0 -5px no-repeat;
  background-position: 30px center;
}
#wrapper #nav_bar li.last ul.subnav,
#bodyContainer #nav_bar li.last ul.subnav {
  right: -53px;
}
#wrapper #nav_bar li.before_logo,
#bodyContainer #nav_bar li.before_logo {
  margin-right: 145px;
}
#wrapper #nav_bar li.first,
#bodyContainer #nav_bar li.first {
  padding-left: 45px;
  margin-right: 10px;
}
#wrapper #nav_bar li a,
#bodyContainer #nav_bar li a {
  color: #fff;
  text-decoration: none;
  cursor:pointer;
}
.hr {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nxfewcudlfi.jpg) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  height: 15px;
  margin: 10px 0 15px 0;
}
hr {
  color: #e5e5e5;
  background-color: #e5e5e5;
  height: 1px;
  border: 0;
  width: 87%;
  margin: 25px 0;
}
.main_content {
  padding: 25px 0 50px 0;
  background-color:#ffffff;
}
#cta_slider {
  position: relative;
  margin-right: 10px;
}
#cta_slider .ss_arrows {
  position: absolute;
  width: 25px;
  height: 48px;
  top: 140px;
  z-index: 50;
  cursor: pointer;
}
#cta_slider #ss_arrow_left {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nltpehncsbd.png) 0 0 no-repeat;
  left: 0;
}
#cta_slider #ss_arrow_right {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nltpehncsbd.png) -25px 0 no-repeat;
  right: 0;
}
#cta_slider #ss_btm_bar {
  height: 25px;
  width: 100%;
  background-color: #5ab7b2;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 50;
}
#cta_slider #ss_btm_bar .ss_nav_items {
  width: 150px;
  margin: 8px auto;
}
#cta_slider #ss_btm_bar .ss_nav_items a {
  width: 11px;
  height: 11px;
  display: block;
  float: left;
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092noxbryrxrsr.png) -11px 0 no-repeat;
  text-indent: 99999px;
  margin-right: 7px;
  overflow:hidden;
}
#cta_slider #ss_btm_bar .ss_nav_items a.activeSlide {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092noxbryrxrsr.png) 0 0 no-repeat;
}
#cta_slider #ss_holder {
  height: 330px;
  position: relative;
  overflow: hidden;
}
#cta_slider #ss_holder .content_slide {
  width: 650px;
  height: 330px;
}
#cta_slider #ss_holder .slide_overlay {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: #5ab7b2;
  opacity: .75;
  font-size: 14px;
  color: #fff;
  width: 650px;
}
#cta_slider #ss_holder .slide_overlay a{
   color:#fff;
}

#cta_slider #ss_holder .slide_overlay h2 {
  font-style: italic;
  font-weight: bold;
  font-family: hero-new, sans-serif;
}
#cta_slider #ss_holder .slide_overlay .content {
  margin: 15px 25px;
  color: #fff;
}
#adoptable_pet_holder {
  width: 655px;
  float: left;
  margin-right: 5px;
}
#adoptable_pet_holder a {
  text-decoration: none;
  color:#ffffff;
}
#adoptable_pet_holder h3 {
  background-color: #5ab7b2;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
}
#adoptable_pet_holder .img_holder {
  height: 112px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#adoptable_pet_holder .img_holder img {
  position: absolute;
  top: 0;
  left: -130px;
}
#adoptable_pet_holder .img_holder .overstate img {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */

  left: 0px;
}
#adoptable_pet_holder li {
  float: left;
  width: 19.75%;
  padding-right: .25%;
}

#featured_animal{
  height: 190px;
  overflow: hidden;
}


#featured_animal .AnimalAd {
  background-color: #290f0f;
  min-height: 160px;
  font-size: 16px;
  overflow:hidden;
  margin:0;
}
#featured_animal .AnimalAd img {
  float: left;
  width: 126px;
}
#featured_animal .AnimalAd a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  display: block;
  min-height: 100px;
  float: left;
}
#featured_animal .AnimalAd .animalimg {
  display: block;
}
#featured_animal .AnimalAd i {
  font-weight: bold;
  font-size: 20px;
}
#featured_animal .AnimalAd .ani_name {
  margin-left: 20px;
  width: 120px;
  line-height: 1.2em;
}
.ap_sub_nav {
  font-size: 16px;
  color: #290f0f;
  margin: 15px 0;
}
.ap_sub_nav .links {
  font-style: italic;
  color: #5ab7b2;
  margin-left: 5px;
}
.social_icons {
  padding-bottom: 30px;
}
.social_icons li {
  display: inline-block;
}
.social_icons li a {
  width: 75px;
  height: 90px;
  display: inline-block;
  text-indent: 99999px;
  overflow:hidden;
}
.social_icons a.facebook {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) 0 0 no-repeat;
}
.social_icons a.facebook:hover {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) 0 -90px no-repeat;
}
.social_icons a.twitter {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) -75px 0 no-repeat;
}
.social_icons a.twitter:hover {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) -75px -90px no-repeat;
}
.social_icons a.pintrest {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) -150px 0 no-repeat;
}
.social_icons a.pintrest:hover {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) -150px -90px no-repeat;
}
.social_icons a.google_plus {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) -230px 0 no-repeat;
}
.social_icons a.google_plus:hover {
  background: transparent url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4092nquk6hfa4ty.gif) -230px -90px no-repeat;
}
#mc_embed_signup {
  height:80px;
}

#mc_embed_signup label {
  display: none;
}
#mc_embed_signup input {
  width: 230px;
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 10px;
}
#footer {
  /*margin-top: 40px;*/
}
#footer .h_main {
  padding-top: 10px;
}
#footer h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: #0B3939;
  padding: 15px 20px;
  font-weight: normal;
  vertical-align: text-bottom;
}
#footer .footer_item {
  width: 33.33333%;
  float: left;
}
#footer p {
  padding: 10px 20px;
}
#footer i {
  padding-right: 5px;
  font-size: 24px;
  line-height: 15px;
}
#footer_small {
  text-align: center;
  color: #666666;
  font-size: 11px;
}
.story {
  padding-right: 60px;
}

.resp-menu:link,
.resp-menu:active,
.resp-menu:visited,
.resp-menu:hover{
	display:block;
	padding:5px;
	width: 100px;
	height:43px;
	margin-left: 150px;
	padding-top: 15px;
	text-transform: uppercase;
}

#nav_bar a.resp-menu{
	  display: none; 
   	}

/* Ten's CSS */
.small-type {font-size:11px;}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


@media(max-width:767px){
    #wrapper_holder{
        width:100%;
    }
    .siteWidth{
        width:100%;
    }
    a#rs_logo{
        float: left;
    }
    #nav_bar{}
    #wrapper #nav_bar li.before_logo, #bodyContainer #nav_bar li.before_logo{
        margin-right: 10px;
    }
    #wrapper #nav_bar li, #bodyContainer #nav_bar li {
        display:block;
        width:90%;
        background-color: #5ab7b2;
    }
    #wrapper #nav_bar li.first, #bodyContainer #nav_bar li.first{
	    padding-left: 25px;
    }
    #nav_bar li a{
        font-size: 14px;
    }
	#nav_bar a.resp-menu{
	  display: block; 
   	}
    #wrapper #nav_bar li ul.subnav, #bodyContainer #nav_bar li ul.subnav{
	    display:block;
	    width:100%;
	    position: initial;
    }
    #wrapper #nav_bar li ul.subnav a, #bodyContainer #nav_bar li ul.subnav a{
	    font-size: 12px;
    }
    .main_content{
        width:100%;
    }
    #center{
        width:100%;
    }
    .two_thirds{
	    width: 100%;
    }
    #cta_slider{
	    display: none;
    }
    #featured_animal .AnimalAd{
	    font-size: 14px;
    }
    #adoptable_pet_holder{
	    width:100%;
    }
    
    .animalGrid .searchResultsCell{
	    float:left;
    }
    .animalBrowsePanel img,
    .two_thirds img,
    .centerContainer img{
	    max-width:100% !important;
		height:auto;
		display:block;

    }
    .one_half{
	    width:100%;
    }
    #footer .footer_item{
	    width:100%;
    }
    #copyright{
	    width:100%;
    }
}

    
}
@media(min-width:768px){
     
}
@media(min-width:992px){

}
@media(min-width:1200px){

}

/**
Custom CSS
Added by Lincoln Hach Yellick
**/

/**
Page: Dog Food Contest Rules: PageID=17276
**/
.dogFoodRuleHeading {
  background-color: #3BB6BB;
  box-shadow: #999 10px 5px 12px;
  border-radius: 2px;
  display: block;
  color: #fff;
  float: left;
  padding: 0.5em 1em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dogFoodRuleHeading:after {
  content: '';
  border-left: 2.5em solid #3BB6BB;
  border-right: 0px solid transparent;
  border-top: 0px solid #3BB6BB;
  border-bottom: 2em solid transparent;
  height: 0px;
  position: absolute;
  right: -35px;
  top: 0;
  width: 0px;
}
.dogFoodRuleHeading:before {
  content: '';
  bottom: 0px;
  border-left: 2.5em solid #3BB6BB;
  border-right: 0px solid transparent;
  border-top: 2em solid transparent;
  border-bottom: 0px solid #3BB6BB;
  height: 0px;
  position: absolute;
  right: -35px;
  width: 0px;
}


#dogContestRulesList {
  width: 500px;
  margin: 20px auto;
}


#dogContestRulesList ol {
  list-style: none;
  color: #ccc;
}

#dogContestRulesList ol li {
  font: bold 24pt helvetica, arial, sans-serif;
  position: relative;
  margin-bottom: 20px;
}

.listNumbers {
  padding: 0em 0em 0em 3em;
}

#dogContestRulesList li p {
  font: 12pt helvetica, arial, sans-serif;
  color: #555;
  padding-left: 60px;
}

#dogContestRulesList span {
  position: absolute;
  line-height: 25px;
}

/* Styles for 2016 GTMD page (page ID = 17418) */
.gtmd .column_main {
	width: 65%;
	padding-right: 25px;
	float: left;
	box-sizing: border-box;
}
.gtmd .column_main > :first-child {
	margin-top: 0;
}
.gtmd_inline_image_1 {
	float: left;
	width: 50%;
	padding-right: 1em;
	padding-bottom: 1em;
}
.gtmd_inline_image_1 + p {
    margin-top: 30px;
}
.gtmd .column_aside {
	width: 35%;
	padding-left: 25px;
	float: right;
	box-sizing: border-box;
}
.gtmd_p_and_p {
	float: right;
	width: 100px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	position: relative;
	top: -10px;
padding: 2px;
background: #8DC53E;
border-radius: 50%;
}
.gtmd p,
.gtmd_donate_btn {
    margin-bottom: 20px;
}
.gtmd_donate_btn {
	margin-top: 15px;
	text-align: center;
}
.gtmd_banner {
    margin: 35px 0 20px;
    display: block;
}
.gtmd_intro {
	font-size: 17px;
	line-height: 1.4;
}
.gtmd .highlights {
	margin: 10px 0 50px;
}
.gtmd .highlights sub {
	bottom: 0;
}
.gtmd .highlights th {
    border-right: 2px solid #D9DADF;
    color: #5ab7b2;
    font-weight: bold;
    min-width: 52px;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
}	
.gtmd .highlights td {
    padding: 0 0 20px 20px;
}
.gtmd .highlights tr:last-child td {
	padding-bottom: 0;
}
.gtmd .thermometer {
    max-width: 313px;
    margin: 0 auto;	
}
.gtmd .thermometer_wrapper {
	border: 2px solid #D9DADF;
	overflow: auto;
    padding: 10px 20px;
margin-bottom: 20px;
}
.gtmd .thermometer-L {
	float: left;
	width: 60%;
	position: relative;
	top: 90px;
}
.gtmd .thermometer-R {
	float: right;
	width: 40%;
}
.gtmd .thermometer_text {
	font-style: italic;
    color: #969696;
    font-size: 13px;
    margin: 10px 0 0;	
}
.gtmd .thermometer_credit {
	font-size:8px; 
	line-height: 1.4;
}
p.gtmd_donate_btn_text {
    text-align: center;
    margin-bottom: 0;
}
.gtmd .clear {
	clear: both;
	height: auto;	
}
@media (max-width: 767px) {
	.gtmd .column_main,
	.gtmd .column_aside {
		width: 100%;
		float: none;
		padding: 0;
	}
.gtmd_p_and_p_br {
    display: none;
}
}
@media (max-width: 630px) {
.gtmd_inline_image_1 { display: none !important; }
.gtmd_inline_image_1 + p { margin-top: inherit; }
}

/*
 * The CSS below is for the Job Listing div layout on the Employment Opportunity Page (17586)
 *
 * D.Rich (david.rich@)
 */
dl
{
	padding: 10px;
	min-width: 900px;
}
dl dt
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin: 0;
}
dl dt a
{
	//color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	display: block;
}
dl dt + dd:first-child { height: auto; }
dl dd
{
	//color: #cccccc;
	margin: 0;
	overflow: hidden;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
}
dl dd p
{
	padding: 10px;
	margin: 0;
}
dl dd:not(:target) { height: 0; }
dl dd:target { height: 100%; }
dl a.ie:hover dd,
dl a.ie:focus dd
{
	height: auto;
	//color: #cccccc !important;
}


#frpartners {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

.frpartner {
  float: left;
  margin-right: 5px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.frpartner_img {
  float: left;
  width: 33%;
  height: 200px;
}

.frpartner_text {
  padding-right: 15px;
}

#partner_page_header {
  margin-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.image_section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 49.2%; }

.img_container {
	clear: both;
	padding: 0px;
	margin: 0px;
 }

.image_col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
        text-align: center;
}

.image_col > img {
        max-width: 250px;
}

.image_col:first-child { margin-left: 0; }

.paypal_new_facility {
        width: 100%;
        text-align: center;
}

.rsr_news_items_list li { 
  border-bottom: 
  1px solid black; 
  list-style-type: none;
}

.rsr_news_items_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.centered_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}