body {
  margin: 0;
  border:0;
  background-color: #FBF1E4;
}

body, td, .standardText {
  font-family: Helvetica, sans-serif;
  color: #712B14;
}

.mceContentBody, .editorBody {
   background: #FBF1E4 !important;
	 font-size: inherit;
   font-size:14px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Helvetica, sans-serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

.pageCenterTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  display:block;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: #712B14 !important;
}

a:link, .standout {
  color: #712B14;
}

a:visited {
  color: #712B14;
}

a:active {
  color: #712B14;
}

a:hover {
  color: #712B14;
}


.secondary {
  color: WHITE;
  background-color: #712B14;
}

.secondary .editableShow {
  border: 1px solid WHITE;
}

.strong {
  color: WHITE;
  background-color: #712B14;
}

.menuText {
  font-size: 10px;
  color: WHITE;
}

.menuText a:link, .menuText a:visited {
  color: WHITE;
  text-decoration: none;
}

.menuText a:hover {
  color: #712B14;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #712B14;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: WHITE;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #712B14;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #712B14;
  background-color: #712B14;
  font-size: .72em;
  font-weight: bold;
  color: WHITE;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: #FBF1E4;
	color: #712B14;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #712B14;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #712B14;
}

.portalTableValue {
  border-bottom: 1px inset #712B14;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #712B14;
  border-bottom: 1px inset #712B14;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #712B14;
  padding-left: 8px !important;
  color: WHITE;
  background-color: #712B14;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #712B14;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #712B14;
  border: 1px solid #712B14;
  font-family: Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #712B14;
  border: 1px solid #712B14;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #712B14;
  font-weight: bold;
  color: WHITE;
  border: 1px solid WHITE;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #712B14;
  color: WHITE;
  border: 1px solid #712B14;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #712B14;
  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: #712B14;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: WHITE;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #712B14;
  border: black solid 1px;
  font-size: 13px;
  color: WHITE;
}

.pageMessageError {
  margin:3px;
  margin-bottom:7px;
  text-align:left;
}

a.clicktoerror {
  text-decoration:underline;
  cursor:pointer;
  font-weight:bold;
}

a.clicktoerror:hover {
  text-decoration:none;
}

.error, .required {
color: #712B14;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #712B14;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #712B14;
  color: WHITE;
  margin: 20px;
  padding: 8px;
  border: 1px solid WHITE;
}

.rainbowbridgeTop, .browsekittensTop, .browseTop {
  margin: 5px;
}

.littlespace {
  margin: 8px;
}

.animalDetailBlock {
  margin-top: 15px;
  margin-bottom: 15px;
}

.animalDetailTitle {
  font-weight: bold;
}

.smallFormField {
  margin: 1px;
  padding: 1px;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.flags {
  text-align: center;
}

.flags img {
  border: none;
  vertical-align: middle;
}

.translate {
  background-color: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.inline {
	display : inline;
}

.animalimg {
  text-decoration: none;
    border: 1px solid black;
  padding: 4px;
}

.logoimg {
  border: none;
  margin: 5px;
}

.AnimalAd {
  border: none;
  text-align: center;
  font-size: x-small;
  margin:10px
}

.smaller, .boxedLinks {
  font-size: smaller;
}

.iGive {
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/swingbags120.gif);
}

.noFormatting {
  margin: 10px;
}

.littleFont{
	font-size:0.65em;
}

.affiliate {
	text-align : center;
	font-size:0.65em;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	width : 100%;
}

#affiliateVolunteerMatch {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:130px;
}

#affiliateUnitedWay {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:100px;
}

#affiliatePaypal {
  width: 73px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/x-click-butcc-donate.gif);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*  Admin only styles  */

.adminMenu {
  width: 100%;
  background: #712B14;
}

.adminOnly {
  font-weight: bold;
  color: #712B14;
}

.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: #712B14;
	border: 1px none #712B14;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FBF1E4;
}

.m0movero, .m0mdowno {
	background: #712B14;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FBF1E4;
  color: #712B14;
}

.m0moveri {
  background-color: #712B14;
  color: WHITE;
}

.m0mdowni {
  background-color: #712B14;
  color: WHITE;
}

#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: #712B14;
  color: WHITE;
  border: 1px solid WHITE;
  width: 250px;
  padding: 3px;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
	font-weight: bold;
	text-align: center;
  position: fixed;
  _position: absolute;
  top: 0px;
	_top:expression(eval(document.body.scrollTop));
  right: 0px;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.65em;
}

.poweredby {
  text-align: center;
	margin: 15px;
}

.browsePicture{
float:left !important;
height:auto;
margin-right:15px;
overflow : hidden;
text-align:center !important;
width:260px;
}

.browseInfo{
text-align:left !important;
float : left !important;
width : 200px;
height:auto;
}

.browse{
text-align:left !important;
height:auto;
overflow : hidden;
width: 480px;
font-size: smaller;
margin-bottom : 15px;
margin-right : auto;
margin-left : auto;
}

.browseNoPicture {
border-bottom:2px solid black;
border-top:2px solid black;
float:left !important;
height:auto;
margin-right:15px;
overflow:hidden;
text-align:center !important;
width:260px;
}

.browseContainer {
text-align : center;
}

.npLinks {
  text-align: center;
	padding: 30px;
  /*clear: both;
  //margin: 20px;*/
}

.highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 100%;
font-size: smaller;
}

.highlightedPicture {
float:left !important;
height:auto;
margin-right:15px;
text-align:center !important;
width:110px;
}

.highlightedInfo{
text-align:left !important;
float : left !important;
width : 380px;
height:auto;
}

.hightlightedReadMore {
font-size:smaller;
}

.lastUpdatedDT {
	text-align : center;
	font-size : 8pt;
}

.tinyMCEfontSize1 {
	font-size : 8pt;
}

.tinyMCEfontSize2 {
	font-size : 10pt;
}

.tinyMCEfontSize3 {
	font-size : 12pt
}

.tinyMCEfontSize4 {
	font-size : 14pt;
}

.tinyMCEfontSize5 {
	font-size : 18pt;
}

.tinyMCEfontSize6 {
	font-size : 24pt;
}

.tinyMCEfontSize7 {
	font-size : 36pt;
}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: #712B14;
	border: 1px none #712B14;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FBF1E4;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #712B14;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #712B14;;
}
/* Style for inner tag */
.m0inner {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #712B14;
}
.m0innerhover {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : WHITE;
}
.m1table {
	background: #712B14;
	border: 1px none #712B14;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FBF1E4;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #712B14;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #712B14;;
}
/* Style for inner tag */
.m1inner {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #712B14;
}

.m2table {
	background: #712B14;
	border: 1px none #712B14;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FBF1E4;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #712B14;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #712B14;;
}
/* Style for inner tag */
.m2inner {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #712B14;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #712B14;;
}

.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 #712B14 0;
  border-top-width: 1px;
  height: 0;
  color: #712B14;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 300px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #712B14;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #712B14;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#712B14;
	color:WHITE;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:WHITE;
}

.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: #FBF1E4;
  color:#712B14;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #712B14;
  padding:0 4px 1px;
  color: #712B14;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #712B14;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #712B14;
  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:#712B14;
}

.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:#FBF1E4;
	border:1px solid #712B14;
	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 #712B14;
background-color:#FBF1E4;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#712B14;
	color:WHITE;
	border:1px solid #712B14;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #712B14;
padding:5px;
color:#712B14;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#712B14;
	color:WHITE;
	border:1px solid #712B14;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #712B14;
padding:5px;
background-color:#712B14;
	color:WHITE;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#712B14;
	color:WHITE;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:WHITE;
	background-color:#712B14;
}

.contentBoxStrong a{
	 color:WHITE;
}
.contentBoxStrong a:link{
	 color:WHITE;
}
.contentBoxStrong a:visited{
	 color:WHITE;
}
.contentBoxStrong a:active{
	 color:WHITE;
}
.contentBoxStrong a:hover{
	 color:WHITE;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #712B14;
	padding:5px;
	background-color:#712B14;
	color:WHITE;
}

.contentBoxSecondary td {
	color:WHITE;
	background-color:#712B14;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#712B14;
	color:WHITE;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:WHITE;
}
.contentBoxSecondary a:link{
	 color:WHITE;
}
.contentBoxSecondary a:visited{
	 color:WHITE;
}
.contentBoxSecondary a:active{
	 color:WHITE;
}
.contentBoxSecondary a:hover{
	 color:WHITE;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* Override some styles from style_common.inc */
input, select {
  font-size: inherit;
}

.navLinks {
  font-size: inherit;
}

.portalTable caption {
  font-size: 1.2em;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td {
  font-size: inherit;
}

.portalTableSectionLeft {
  font-size: 1.1em;
}

.portalText, .portalTable textarea {
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
}

.portalTable select, .portalSelect {
	font-size: 1em;
}

.message {
  font-size: inherit;
}

.comments {
  font-size: .85em;
}

.animalSummary {
  font-size: inherit;
}

.smaller, .boxedLinks {
  font-size: .85em;
}

.affiliate {
	font-size:1em;
}

.QAHidden {
	font-size: .85em;
}
.QAVisible {
	font-size:.85em;
}

.visibleNotification {
  font-size: .85em;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.85em;
}

.browse{
font-size:.85em;
}

.highlighted {
font-size: .9em;
}

.hightlightedReadMore {
font-size:.9em;
}

.lastUpdatedDT {
	text-align : center;
	font-size:14px;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:14px;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FBF1E4 none repeat scroll 0 0;
}

body, td {
	font-size:14px;
	color:#712B14;
}


.portalTableValueStandout {
	background-color:#712B14 !important;
	border-bottom:1px inset WHITE !important;
	color:WHITE !important;
	padding-left:8px !important;
}

.secondary {
  color:WHITE;
  background-color:#712B14;
}

.secondary a{
	 color:WHITE;
}
.secondary a:link{
	 color:WHITE;
}
.secondary a:visited{
	 color:WHITE;
}
.secondary a:active{
	 color:WHITE;
}
.secondary a:hover{
	 color:WHITE;
}

.contentSectionHeader {
	color:#712B14;
	background-color:#FBF1E4;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #712B14;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#712B14;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#712B14;
}
.contentSectionHeader a:visited{
	 color:#712B14;
}
.contentSectionHeader a:active{
	 color:#712B14;
}
.contentSectionHeader a:hover{
	 color:#712B14;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:WHITE;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:WHITE;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:WHITE;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:WHITE;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:WHITE;
}

.portalTableValueStandout a{
	 color:WHITE;
}
.portalTableValueStandout a:link{
	 color:WHITE;
}
.portalTableValueStandout a:visited{
	 color:WHITE;
}
.portalTableValueStandout a:active{
	 color:WHITE;
}
.portalTableValueStandout a:hover{
	 color:WHITE;
}

.message a{
	 color:WHITE;
}
.message a:link{
	 color:WHITE;
}
.message a:visited{
	 color:WHITE;
}
.message a:active{
	 color:WHITE;
}
.message a:hover{
	 color:WHITE;
}

.comments a{
	 color:WHITE;
}
.comments a:link{
	 color:WHITE;
}
.comments a:visited{
	 color:WHITE;
}
.comments a:active{
	 color:WHITE;
}
.comments a:hover{
	 color:WHITE;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#712B14 !important;
}

.portalTableSectionRight a:hover {
	color:#712B14;
}

#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:14px;
}

#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 #712B14;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 950px;
}

#bodyContainer {
	height : auto;
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	font-size:inherit;
}

/*Header Table Styles*/
#header {
	margin: 20px 0 10px;
	color: WHITE;
	border:1px solid #999;
	background : #712B14;
}

#headerContent {
	padding:15px;
	color: WHITE;
}

#headerContent td {
	color: WHITE;
}


#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;
}


/*End Header Table Styles*/

/*Main Content Table Styles*/

#content {
	border:1px solid #999;
	background-color:#FBF1E4;
	color:#712B14;
}

#content tbody td {
	vertical-align:top;
}

#content tbody td#left {
	padding: 20px 5px 5px;
	width:170px;
	*width:180px;
	text-align:center;
}

#content tbody td#center {
	padding: 10px;
}

.centerWidth {
	width:730px;
	*width:750px;
}

.sidebarBox {
text-align:left;
margin:10px auto 20px auto;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#712B14;
	color:WHITE;
	border:1px solid #712B14;
	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 25px;
	font-weight:bold;
	background-color:#FBF1E4;
	color:#712B14;
	border:0px solid #712B14;
	font-size:1.05em;
}

.sidebarBox .menuL2, .sidebarBox .menuL3 {
padding:1px 0px 1px 35px;
}

#affiliateBox {
	text-align:center;
}

#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	margin-left:10px;
	font-size:1.55em;
}

/*End Main Content Table Styles*/

/*Footer Table Styles*/
#footer {
	margin: 10px 0 10px;
	color: WHITE;
	border:1px solid #999;
	background : #712B14;
}

#footerContent a{
	 color:#712B14;
}
#footerContent a:link{
	 color:#712B14;
}
#footerContent a:visited{
	 color:#712B14;
}
#footerContent:active{
	 color:#712B14;
}
#footerContent a:hover{
	 color:#712B14;
}

#footerContent {
  padding:15px;
  color: WHITE;
}

#footerContent td {
  color: WHITE;
}

#footerContent {
	min-height:200px;
	padding:10px;
}

#footerMenu {
		min-height:60px;
		text-align:center;
}

#footerContactInfo {
	margin-top:5px;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:WHITE;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:WHITE;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:WHITE;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:WHITE;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:WHITE;
}

/*End Footer Table Styles */


#subFooter, #subFooter a, #subFooter a:Link, #subFooter a:Hover, #subFooter a:Visited, #subFooter a:Active{
	color:#FFF;
}



/* Start custom styles */



.bensTest {border:0px;}

.siteWidth {
    width: 1000px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #712b14;
}

body, td {
  font-family: georgia,palatino, serif;
  font-size: 11pt;
  color: black;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: black;
  font-family: Georgia, serif;
font-size: 28px;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.5em;
}

p, ul, ol {
  margin-top: 0;
  line-height: 100%;
  font-family: georgia,palatino, serif;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
border: none;
}

a {
  text-decoration: none;
  color: #712b14;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #712b14;
}

a:link, .standout {
    color: #712b14;
}

h2 a {
  text-decoration: none;
}

#wrapper {
  margin: 0px;
  padding: 0px;
}

#bodyContainer {
  margin: auto;
  background: none;
  border: none;
}

#headerContent {
    padding: 0;
}

/* Header */

#headerCustom {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
  background: none;
  border: none;
}

#header tbody{
  background : none;
}

#header {
  margin: 0px;
  border: none;
  background: none;
margin-top: 47px;
}

#topBanner {
  width: 100%;
height: 47px;
background-color:  #1C0F02;
position: absolute;
left: 0px;
top: 0px;
text-align: center;
z-index: -1;
}

#topBannerCenter {
  margin: auto;
  color: #F8EFDA;
  font-size: 14px;
  padding-top: 10px;  
  width: 1000px;
}

#topSocialLinks {
  float: right;
  width: 500px;
  text-align: right;
} 

#topAddress {
  float: right;
  width: 500px;
  text-align: left;
  padding-top: 5px;
} 

/* Logo */

#logo {
  float: right;
margin: 0;
color: 
black;
height: 305px;
background-color: 
white;
width: 1000px;
}

#logo h1, #logo p {
  margin: 0;
  padding: 0;
  font-family: georgia,palatino, serif;
}

#logo h1 {
  letter-spacing: -1px;
  font-size: 44px;
}

#logo h1 a {
  color: #FFFFFF;
}

#logo p {
  -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #C5E8FF;
    font-family: georgia,palatino, serif;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    line-height: normal;
    margin: -30px 0 0;
    padding: 26px 0 0 2px;
} 

#logo a {
  border: none;
  background: none;
  text-decoration: none;
  color: #C5E8FF;
}

.logoLetter {
  font-size: 55px;  
}

#logo img {
  float: right;
margin: 5px 0px 5px 15px;
}

/* Menu */

#menu {
  width: 1010px;
  height: 75px;
  margin: 0 auto;
  padding: 0;
  background: none;
  float: right;
margin-left: -10px;
}

#menu ul {
  float: right;
  margin: 0;
  padding: 10px 0px 0px 0px;
  list-style: none;
  line-height: normal;
margin-right: 21px;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  width: 120px;
  height: 47px;
  margin-left: 0px;
  padding-top: 15px;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s3433n2n0xqber3f.png) no-repeat left top;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  border: none;
}

#menu a:hover, #menu .current_page_item a {
  text-decoration: none;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s3433nsuw94q31ej.png) no-repeat left top;
  padding-left: 0;
  color: #a88352;
}

#menuContactInfo {
  width: 150px; 
  height: 75px;
  margin: 0 auto;
  padding: 0;
  background: none;
  float: right;
}

#menuContactContainer {
  padding-top: 15px;
}

#menuContactText {
  color: #F8EFDA;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#menuContactPhone {
  color: #F8EFDA;
  font-weight: bold;
}

.littleFont {
    font-size: 11px;
}

#content {
    background-color: #712B14;
    border: medium none;
    margin: auto;
    width: 1000px;
}

#content tbody td#center {
    padding: 10px 20px;
background-color: white;
}

#content tbody td#left {
width: 300px;
background-color: white;
}

.post {
  margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
  margin-bottom: 10px;
  padding: 12px 0 0 0px;
  letter-spacing: -.5px;
  font-size: 36px;
  color: #493E2B;
}

.post .title a {
  color: #493E2B;
  border: none;
}

.post .meta {
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  letter-spacing: -1px;
  font-size: 23px;
  font-weight: normal;
  color: #6E8D3D;
  font-family: georgia,palatino, serif;
}

.post .meta .date {
  float: left;
}

.post .meta .posted {
  float: right;
}

.post .meta a {
}

.post .entry {
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s4460nerziyqm7ke.jpg) no-repeat left top;
  padding: 25px 0px 0px 0px;
  text-align: justify;
}

#center ul, ol {
list-style-type: decimal;
margin-left: 40px;
}

.contentSectionHeader, .pageCenterTitle {
  color: black;
  font-size: 28px;
  margin-bottom: 10px;
  padding: 12px 0 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
}

.contentSectionHeader a {
  visibility: hidden; 
  font-size: 8px;
}

.pageCenterTitle {
    height: 85px;
}

#breedInfoContainer .pageCenterTitle {
     background: none;
}

.animalimg {
    border: 1px solid black;
    max-width: 200px; 
padding: 0px;
}

#center .animalimg {max-width: 500px;}

.highlighted {
    width: 575px;
    margin: 15px 185px 0;
    padding-bottom: 1em;
    position: relative;
    border-bottom: 1px dotted #1F1F1F;
}

.highlightedPicture {
    width: 100%;
    float: left;
    text-align: left !important;
}

.highlighted .highlightedInfo {
    margin-left: -460px;
}

.highlightedInfo {
    float: left;
    padding: 5px;
    width: 400px;
    font-size: 12pt;
    line-height: 150%;
}

#content tbody td#right {
    width: 275px;
    background-color: white;
}

.sidebarBox {
    border: medium none;
    background-color: #712B14;
}

.sidebarBox .heading {
    border: none;
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 38px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background-color: #712b14;
    text-align: left;
    text-transform: uppercase;
    line-height: 2em;
    padding-left: 10px;
    font-size: 18px;
}

.sidebarBox form {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 25px;
  text-align: justify;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}

.sidebarBox .menuL1 {
    background: #712B14 url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s3433nkepwcuhvvw.png) no-repeat center right;
    border: none;
    font-weight: bold;
    margin: 0;
    padding-left: 20px;
    line-height: 25px;
    text-align: justify;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    border-top: 1px solid white;
}

.sidebarBox .menuL2, .sidebarBox .menuL3 {
    font-size: smaller;
}

input, select {
border: 1px solid #3D2A0B;
}

input[type="image"] {
    border: none;
} 

#form1 input {
    margin-left: 15px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #3D2A0B;
    
}

#form1 #remember {
  border: none; 
}

.portalButton, .portalSubmit {
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 3px;
    text-transform: lowercase;
    margin: 10px 0;
    width: 225px;
    font-weight: normal;
}

.portalButton:hover, .portalSubmit:hover {
  cursor: pointer;
  border: none;
}

#loginBox .portalSubmit {
  height: 36px;
  width: 112px;
  border: none;
  background-color: white;
color: #712B14;
}


.date {
    float: left;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    height: 60px;
    text-align: center;
    width: 58px;
    background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s3433ndvafxdl4un.png) no-repeat left top;
margin-top: 5px;
}

.month {
    color: white;
    font-size: 11pt;
    margin-top: 2px;
}

.day {
    color: black;
    font-size: 24pt;
    margin-top: 3px;
}

.eventTitle {
    float: left;
    height: 50px;
    padding-top: 10px;
    width: 200px;
    margin-left: 10px;
font-size: 16px;
} 

#divEventTitle a:link, #divEventTitle a:visited {
color: white;
}



.event {
  margin-left: 15px;  
}

#footer-content {
    color: #887450;
    font-size: 12px;
    height: 315px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#footerContent a {
  color: #F8EFDA;
}

#footerContent a:hover {
  color: #F8EFDA;
}

#footer-content .column1 {
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    width: 570px;
}

#footer-content .column2 {
    float: left;
    margin-top: 50px;
    width: 300px;
}

#footer-content h2 {
  padding-bottom: 10px;
  font-size: 22px;
  color: #E3D2B6;
}

#footer-content strong {
  color: #F8EFDA;
}

#footer-content a {
  color: #F8EFDA;
}

#footerContent a:link {
    color: #F8EFDA;
}

#footerContent a:visited {
    color: #F8EFDA;
}

#footer-content a:hover {
  color: #AA8B55;
}

#footer {
    border: none;
    margin: auto;
background: none;
}

#footerContent {
    padding: 0;
}

#footerMenu {
  font-size: 12px;
  color: #F8EFDA;
  padding-top: 10px;
  min-height: 45px;
margin-top: -15px;
}

.menuBottomFirst {
  display: inline;
}

#subFooter, #subFooter a, #subFooter a:link, #subFooter a:hover, #subFooter a:visited, #subFooter a:active {
    color: #F8EFDA;
}

#subFooter {
  margin-bottom:30px;
  font-size: 12px;
}

#footerContactInfo {
    margin:0;
}

#breedInfoContainer {
  width:610px;
  text-align:center;
}
#breedSummary {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  font-weight:bold;
  margin-bottom:10px;
}

#breedTop {
  width:600px;
  display:block;
}

#breedPhoto {
 padding:5px;
 float:left;
 margin-right:10px;
 display:inline;
}

#breedPhoto img {
 vertical-align:top;
 border:5px solid WHITE;
 float:left;
}

#breedTopRight{
  margin-left:10px;
  text-align:left;
}

#breedMore {
display:block;
margin-top:10px;
width:auto;
}

.breedInfoVital {
  font-weight:bold;
}

.breedInfoRating img {
 vertical-align:middle;
}

#breedStats {
  margin-bottom:15px;
}

#breedDescription {
  
}

#breedInfoMore{
}

.breedInfoMoreRow {
width:400px;
height:20px;
display:block;
margin-top:4px;
margin-bottom:4px;
margin-left:auto;
margin-right:auto;
}

.breedInfoCharacteristic {
  width:200px;
  text-align:left;
  float:left;
}

.breedInfoRating {
  width:200px;
  text-align:right;
  float:left;
}

.barOn {
  display:inline;
  margin-right:3px;
  background-color:BLACK;
  border:1px solid BLACK;
}

.barOff {
  height:10px;
  width:5px;
  display:inline;
  margin-right:3px;
  background-color:#D1E5F0;
  border:1px solid BLACK;
}

#linktodogtime {
    margin-left: 10px;
    margin-top: 20px;
}

td.portalTableValue {
   font-size: 10px;
}

table.portalTable {
    background-color:#e1eff7;
}

.completedFormAnswer {
    font-weight: bold;
}

.completedFormQuestion {
    color: #887450;
    font-weight: normal;
}

.portalTableSectionRight {
    color: white;
background-color: #712b14;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
    color: white !important;
    font-size: 10px;
}

#left a:link, #left a:visited {
color: white;
}

#homeGrid {
width: 960px;
margin-left: -10px;
margin-top: 10px;
}

#homeGrid td {
  width: 225px;
  height: 225px;
  border: 5px solid white;
  color: white;
}

#homeGrid img {
  margin: 21px; 
}

#homeGrid1 {
  background-color: #fb0016;
}

#homeGrid2 {
  background-color: #FF6600;
}

#homeGrid3 {
  background-color: #FFD700;
}

#homeGrid4 {
/*  background-color: #a2c73a; */
     background-color: #c49a6a;
}

#homePageEvents {
width: 400px;
margin: 10px;
float: left;
}

.boxedLinks  {
     color: black;
}

.boxedLinks a {
     color: black;
}

#homeLogo {
position: absolute;
height: 400px;
top: 125px;
}


/*** set the width and height to match your images **/

#slideshow, #visit_us_slideshow  {
position: relative;
height: 400px;
background-color: #712B14;
width: 600px;
float: right;
margin-right: -5px;
}

#slideshow IMG, #visit_us_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    opacity:0.0;
    margin: 5px;
    max-height: 390px;
    max-width: 590px;
}

#slideshow IMG.active, #visit_us_slideshow IMG.active {
    z-index:0;
    opacity:1.0;
}

#slideshow IMG.last-active, #visit_us_slideshow IMG.last-active {
    z-index:0;
}

body#Page1388 {
background-color:white !important;
}

#volunteers {
width: 500px;
float: right;
text-align: center;
margin-top: 20px;
}

#volunteers img {
border: 1px solid black;
}

#programBio p {
line-height: 100%;
}

#boardOfDirectors p {
line-height: 100%;
}

#boardOfDirectors img {
margin: 5px;
margin-right: 15px;
margin-top: 0px;
border: 1px solid black;
}

#boardOfDirectors hr {
text-align: center; 
width: 80%; 
margin-bottom: 30px; 
margin-top: 30px; 
border: black 1px solid;
}

.homePageEventsHeader {
text-align: center;
border-bottom: 1px solid white;
}

.homePageEventsHeader a {
  color: white;
  text-transform: none;
  font-size: 12px;
}

/*** styles for organizational documents page ***/

#orgDocumentsMain {
  width:940px;
  height:963px;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s3433nzwulclxkb2.png) no-repeat left top; 
  font-size:18px;
}

#orgDocumentsMain a {color:black;}
#orgDocumentsMain a:hover {color:#712b14;}

.orgLeftColumn {width:250px;height:21px;float:left;position:relative;}
.orgRightColumn {width:250px;height:21px;float:right;position:relative;text-align:right;}
.orgClear {clear:both;}
.orgComingSoon {color:red;font-size:9pt;}

#orgDocLeft1 {top:63px;left:70px;width:325px;}
#orgDocRight1 {top:70px;right:77px;width:300px;}
#orgDocLeft2 {top:120px;left:118px;}
#orgDocRight2 {top:124px;right:77px;}
#orgDocLeft3 {top:177px;left:118px;}
#orgDocRight3 {top:178px;right:77px;}
#orgDocLeft4 {top:234px;left:118px;}
#orgDocRight4 {top:234px;right:77px;}
#orgDocLeft5 {top:291px;left:118px;}
#orgDocRight5 {top:289px;right:79px;}
#orgDocLeft6 {top:380px;left:70px;}
#orgDocRight6 {top:335px;right:79px;}
#orgDocLeft7 {top:376px;left:105px;}
#orgDocRight7 {top:396px;right:79px;}
#orgDocLeft8 {top:366px;left:105px;}
#orgDocRight8 {top:447px;right:79px;}
#orgDocLeft9 {top:356px;left:105px;}
#orgDocRight9 {top:480px;right:79px;width:350px;}
#orgDocLeft10 {top:345px;left:105px;}
#orgDocRight10 {top:519px;right:79px;}
#orgDocLeft11 {top:335px;left:105px;}
#orgDocRight11 {top:530px;right:79px;}

.tdspacer {margin-top:30px;}


#pageMessagesBox {
background-color: #fff;
}