body {
  margin: 0;
  border:0;
  background-color: #FFF;
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s22dpi462.gif)
}

body, td, .standardText {
  font-family: Tahoma, Geneva, sans-serif;
  color: #333;
}

.mceContentBody, .editorBody {
   background: #FFF !important;
	 font-size: inherit;
   font-size:16px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Tahoma, Geneva, 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: #826C45 !important;
}

a:link, .standout {
  color: #826C45;
}

a:visited {
  color: #B29B35;
}

a:active {
  color: #826C45;
}

a:hover {
  color: #697899;
}


.secondary {
  color: #FFF;
  background-color: #00707C;
}

.secondary .editableShow {
  border: 1px solid #FFF;
}

.strong {
  color: #333;
  background-color: #FDDD00;
}

.menuText {
  font-size: 10px;
  color: #FFF;
}

.menuText a:link, .menuText a:visited {
  color: #FFF;
  text-decoration: none;
}

.menuText a:hover {
  color: #FDDD00;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #00707C;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #FFF;
	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 #333;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #333;
  background-color: #00707C;
  font-size: .72em;
  font-weight: bold;
  color: #FFF;
  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: #FFF;
	color: #333;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #333;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #333;
}

.portalTableValue {
  border-bottom: 1px inset #333;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #333;
  border-bottom: 1px inset #333;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #333;
  padding-left: 8px !important;
  color: #FFF;
  background-color: #00707C;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #826C45;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #333;
  border: 1px solid #333;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #333;
  border: 1px solid #333;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #00707C;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #FDDD00;
  color: #333;
  border: 1px solid #00707C;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #00707C;
  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: #00707C;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #FFF;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #00707C;
  border: black solid 1px;
  font-size: 13px;
  color: #FFF;
}

.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: #826C45;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #826C45;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #00707C;
  color: #FFF;
  margin: 20px;
  padding: 8px;
  border: 1px solid #FFF;
}

.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 #9AFFE0;
  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: #00707C;
}

.adminOnly {
  font-weight: bold;
  color: #826C45;
}

.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: #FDDD00;
	border: 1px none #FDDD00;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFF;
}

.m0movero, .m0mdowno {
	background: #00707C;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFF;
  color: #333;
}

.m0moveri {
  background-color: #00707C;
  color: #FFF;
}

.m0mdowni {
  background-color: #FDDD00;
  color: #333;
}

#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: #00707C;
  color: #FFF;
  border: 1px solid #FFF;
  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: #00707C;
	border: 1px none #00707C;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #00707C;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #00707C;;
}
/* Style for inner tag */
.m0inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m0innerhover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #FFF;
}
.m1table {
	background: #00707C;
	border: 1px none #00707C;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #00707C;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #00707C;;
}
/* Style for inner tag */
.m1inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.m2table {
	background: #00707C;
	border: 1px none #00707C;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #00707C;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #00707C;;
}
/* Style for inner tag */
.m2inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #826C45;;
}

.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 #FDDD00 0;
  border-top-width: 1px;
  height: 0;
  color: #FDDD00;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 200px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #FDDD00;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #00707C;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#FDDD00;
	color:#333;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#333;
}

.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: #FFF;
  color:#333;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #00707C;
  padding:0 4px 1px;
  color: #00707C;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #FDDD00;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #00707C;
  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:#826C45;
}

.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:#FFF;
	border:1px solid #333;
	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 #333;
background-color:#FFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#00707C;
	color:#FFF;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #333;
padding:5px;
color:#333;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#00707C;
	color:#FFF;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #333;
padding:5px;
background-color:#FDDD00;
	color:#333;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#00707C;
	color:#FFF;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#333;
	background-color:#FDDD00;
}

.contentBoxStrong a{
	 color:#333;
}
.contentBoxStrong a:link{
	 color:#333;
}
.contentBoxStrong a:visited{
	 color:#333;
}
.contentBoxStrong a:active{
	 color:#333;
}
.contentBoxStrong a:hover{
	 color:#333;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #333;
	padding:5px;
	background-color:#00707C;
	color:#FFF;
}

.contentBoxSecondary td {
	color:#FFF;
	background-color:#00707C;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#FDDD00;
	color:#333;
	border:1px solid #FFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#FFF;
}
.contentBoxSecondary a:link{
	 color:#FFF;
}
.contentBoxSecondary a:visited{
	 color:#FFF;
}
.contentBoxSecondary a:active{
	 color:#FFF;
}
.contentBoxSecondary a:hover{
	 color:#FFF;
}

.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;
}
body {
margin: 0;
padding: 0;
text-align: center;
font: 70% Tahoma, Geneva, sans-serif, "Trebuchet MS", tahoma, verdana, arial, sans-serif;
line-height: 1.8em;
color :  #333;
background : #FFF repeat;
}

#container {
width : 1075px;
margin : 0 auto;
text-align : center;
}

					/*main content*/

#content_left {
width: 770px;
float: left;
margin: 0;
padding: 0;
border : 5px solid #eee;
background : #FFF;
color : #333;
text-align : left;
}

html>body #content_left {
width: 760px;
}

			/*TOP BANNERs*/

#head {
height: 168px;
margin-bottom: 0;
border-top: 2px solid #FDDD00;
border-bottom:20px solid #FDDD00;
text-align: left;
padding: 0;
color: #FFF;
background: #00707C;
}

html>body #head {
	height : 145px;
}


#banner {
	float : right;
	padding : 0;
	background : inherit;
	margin : 4px;
 	width: 250px;
	height: 137px;
}



#bannerb {
float : left;
width : 490px;
margin : 20px 0 15px 10px;
padding : 0;
color :  #333;
background : inherit;
}

#navcontainer {
clear : both;
width : 100%;
}

			/*LEFT SideBar*/
#sidebar {
float : left;
width : 110px;
margin : 0 0 0 0;
padding : 5px;
color :  #333;
background :transparent;
}
			/*LEFT MENU*/
#menu {
float : left;
width : 120px;
padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0;
}

#menu .level2 {
margin : 2px;
height : 2px;
width : 2px;
background : #FFF;
}

#menu a {
display : block;
width : 120px;
padding : 0.1em 0.8em;
text-decoration : none;
background : #00707C;
color : #FFF;
}

html>body #menu a {
	width : 100px;
}

#menu a:hover {
background : #FDDD00;
color : #333;
}

			/*CENTRE CONTENT*/
#content {
padding :5px;
width: 610px;
margin-left : 0px;
margin-right : 0px;
background : transparent;
color :  #333;
}

html>body #content {
margin-left : 130px;
width : 620px;
}

			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
background : #00707C;
color : #FFF;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #FFF;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #FFF;
background : inherit;
color : #FFF;
}

/*rightcontent*/

#navigation {
width:auto;
padding: 0;
border-top: 6px solid #FDDD00;
color: #333;
background: transparent;
}

#content_right {
width: 300px;
float: right;
margin: 0;
padding: 0;
border : 5px solid #eee;
background : #FFF;
color : #333;
text-align : left;
}

html>body #content_right {
width: 290px;
}

/*right banner*/

#head2 {
clear: both;
width: 100%;
height: 168px;
margin-bottom: 0;
border-top: 2px solid #FDDD00;
border-bottom:20px solid #FDDD00;
text-align: center;
vertical-align: bottom;
padding: 0;
color: #FFF;
background: #00707C;
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}

html>body #head2 {
	height : 145px;
}

			/*Right MENU*/
#menu2 {
width : 250px;
margin-top : 10px;
margin-left : 10px;
padding : 1px;
text-align:left;
}
#menu2 ul {
margin : 0;
padding : 0;
list-style-type : none;
display : inline;
}
#menu2 li {
display : inline;
margin : 0 0 0.1em 0;
}

#menu2 .level2 {
margin : 2px;
height : 2px;
width : 2px;
background : #FDDD00;
}

#menu2 a {
display : block;
width : 240px;
padding : 5px 0.8em;
text-decoration : none;
background : #FFF;
color : #333;
border-bottom : 4px solid #00707C;
}

html>body #menu2 a {
	width : 228px;
}

#menu2 a:hover {
background : #FDDD00;
color : #333;
}


#content_right .content {
padding-right: 5px;
padding-left: 5px;
text-align:center;
}

#active a:link, #active a:visited, #active a:hover {
background : #FDDD00;
color : #333;
}

h1, h2 {
margin : 0 0 10px 5px;
letter-spacing : 3px;
font-size : 120%;
color : #00707C;
background : inherit;
}

#content-right h1, h2 {
margin : 20px 0 10px 5px;
letter-spacing : 3px;
font-size : 120%;
color : #00707C;
background : inherit;
}

h3 {
font-size : 110%;
color : #826C45;
background : inherit;
}

.news {
font-size : 100%;
background : inherit;
color : #00707C;
}

.sitename {
	margin: 0;
	padding: 30px;
	font: bold 250% Georgia,Times, sans-serif;
	line-height:1em;
	letter-spacing: 3px;
	color:#FFF;
	background: inherit;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #B29B35;
}

.animalSearchForm, .siteSearchForm {
	margin-top : 5px;
}

#adminMenuContainer{
margin : 0 auto 10px auto;
text-align : left;
width : 980px;
}


					/*list*/

#list {
	margin-left : 25px;
	padding-left : 0;
}

#list li {
	padding-bottom : 5px;
	list-style-type : square;
}

				/*images*/

.img_right {
	float: right;
	padding: 5px;
}

					/*login */

label {
	margin-left: 5px;
}

input {
	margin: 0 0 0 5px;
	color: #333;
background : #F0F0F0;
}

#name {
	width: 100px;
}

#password {
	width: 100px;
}

#simplesearch {
	margin-top: 100px;
}

html>body #simplesearch {
	margin-top: 110px;
}

#searchterm {
	color: #333;
background : #CCE3E2;
}

#searchbutton {
	color: #333;
background : #CCE3E2;
}

.portalTable {
	background : #FFF;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td{
  font-size: inherit;
}

.mceContentBody{
background: #FFF !important; /* FF requires a important here */
}

.sparky {
	height:300px;
	margin-top:7px;
}

/* ===============
FEATURED PET ON CUSTOM WEB PAGE MYM 2020
=============== */

/*#CustomPage20785 #content .animalimg {
	width: 250px;
	height: auto;
}

.AnimalAd {
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
}*/

/* ===============
ERROR MESSAGE
=============== */

#pageMessagesBox  {     /* turns form error message to red text on a white background */
         background-color: #FFF;
}
.pageMessageError {   /* improves readablity of error messages */
margin-bottom: 15px;
}

/* ===============
BACKGROUND COLOR
=============== */
.yui-skin-sam { /* changes the dark gray background to a light tan */
	background-color: #d7d2c5;
}

/* ===============
FONTS
=============== */

body,
td,
.standardText,
p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.45em;
}

h1 {
font-family: 'Nunito', sans-serif;
font-size: 34px;
line-height: 1.4em;
font-weight: 800;
}
 
h2 { 
font-family: 'Nunito', sans-serif;
font-size: 24px;
line-height: 1.4em;
font-weight: 800;
}

h3 {
font-family: 'Nunito', sans-serif;
	font-size: 20px;
line-height: 1.4em;
color: #C06303;
font-weight: 800;
}


h4 a:link,
h4 a:visited {
font-family: 'Nunito', sans-serif;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	background-color: #9C64A6;
	text-decoration: none;
	/*padding: 10px 20px;*/
        padding: 15px 15px;
	margin: 4px 2px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-image: initial;
	border-color: transparent;
	font-size: 18px;
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

h4 a:hover,
h4 a:active {
font-family: 'Nunito', sans-serif;
	background-color: #5C007A;
	color: #fff;
	border-color: transparent;
}

hr {
height: 0;
border: solid #00707C;
  border-width: 1px 0 0;
border-top: 1px solid #00707C;
}

/*animals iframe homepage*/

.animalGrid .border {
    border-right: 0px solid #FFFFFF;
}

.animalGrid .searchResultsCell img {
    border: 5px solid #ffffff;
}


.animalGrid .petPicLink {
padding: 5px;
margin-left: 5px;
margin-right:5px;
}



#CustomPage14333 .hrCont {display:none;}
#CustomPage14333 { padding:0;margin:0; }
body#CustomPage14333 {background-color: transparent; !important;}
body#CustomPage14333 {background: none repeat scroll 0 0 transparent !important;}



/* ////////////////////////////////////// */
#container {
width : 1095px;
}

html > body #container {
width : 1105px;
}

#content {
width : 710px !important;
background-color : #FFF;
zindex : 999;
}

* html #content {
width:680px !important;
}

.portalTable {
 position : relative;
 zindex : 1000;
}

#content_right {
position : relative;
width : 220px !important;
border: 5px solid #F5F5F5;
}

html > body #content_left {
width : 860px;
}

html > body #content {
margin-left: 140px;
}

#content_left {
width : 870px;
position : relative;
zindex : 998;
border: 5px solid #F5F5F5;
}


#menu {
    width: 130px;
/*font-size: 1em;*/
/*font-size: 13px;*/
}

#menu a {
padding-top:5px;
padding-bottom: 5px;
line-height: 1.5em;
padding-left: 16px;
font-size: 15px;
}

#menu2 {
width : 180px !important;
}

#menu2 a {
width : 180px !important;
padding: 5px;
font-size: 14px;
}

#menu li {https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s22ngdfrrmoi9y.jpg  
padding: 3px 0;
background : #00707C;
}

.menuItemL1 {
 font-weight: bold;
 line-height: 1.4;
}

.menuItemL2 {
 line-height: 1.4;
}

.menuL2 a:hover {
  color: #FFF;
}

.menuL2form {
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin-bottom: 10px;
}



.menuL1 {
  background-color: #FFF;
  border-bottom: 1px solid #00707C;
}

.menuL2 {
  border-left: 4px solid #FFF;
  border-bottom: 1px solid #FFF;
}


.iGive {
  background-image: url(https://www.igive.com/causetoolbox/assets/images/dog120.gif);
}
#banner {https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s22ngdfrrmoi9y.jpg 
  background(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s22ngdfrrmoi9y.jpg                    );
background-position : left center;
}

body {
  background-image: url();
  background-color:#333;
}

.portalSubmit {
position : relative;
}

.affiliatesContainter {
display : block;
text-align : center;
}

textarea {
	margin: 0 0 0 5px;
	color: #333;
background : #F0F0F0;
}

select {
	margin: 0 0 0 5px;
	color: #333;
background : #F0F0F0;
}



#content_left #navigation {
display:none;
}

/* LOGO old http://d1ihe8iurr5ss7.cloudfront.net/webpages/s22dpi39351.jpg  */
#head {
background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s22nta35gwhqh4.png	);
background-repeat:	no-repeat;
background-color:#FFF;
background-position:	75% 50%;
border-bottom:0px solid #00707C;
border-top:9px solid #00707C;
height:325px;
padding-top:20px;
}

html > body #head {
height:325px;
}

#banner, #bannerb {
display:none;
}

#sidebar {
margin:-300px 0 0;
width: 135px;
}


html > body #head2 {
height: 70px;
}
#head2 {
border-bottom:9px solid #FDDD00;
}

#affiliateFacebookPage img {
margin-top:20px;
width:120px;
}

.browseInfo {
font-size: 1.3em;
}



@media only screen and (min-device-width: 250px) and (max-device-width: 550px){

#menu a {
font-size: 1.5em;
}

#Page1359 #content_right, #CustomPage13111 #content_right{
display: none;
}

     #Page1359 p {
line-height: 54px;
}
    #Page1359 label {
		font-size: 40px;
		line-height: 50px;
	}
	#Page1359 input,
	#Page1359 select {
		font-size: 40px;
		line-height: 44px;
          box-sizing: border-box;
width: 100%;
  padding: 12px 20px;
	}
	#Page1359 input[type='radio'] {
		transform: scale(2);
		margin-left: 5px;
		margin-right: 5px;
		padding: 5px;
	}

/*#Page1359 input[type="checkbox" i] {
		transform: scale(2);
		font-size: 30px;
		line-height: 34px;
	}*/
}


@media only screen and (min-width: 1024px) {
	#Page1359 input,
	#Page1359 select {
		font-size: 20px;
		line-height: 24px;
                box-sizing: border-box;
              width: 100%;
          padding: 5px;
	}

	#Page1359 input[type='radio'] {
		transform: scale(2);
		margin-left: 10px;
		margin-right: 10px;
		padding: 5px;
	}

#Page1359 input[type="checkbox" i] {
		transform: scale(2);
		font-size: 20px;
		line-height: 24px;
	}

}