body {
  margin: 0;
  border:0;
  background-color: WHITE;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:16px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

.pageCenterTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  display:block;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: #131313 !important;
}

a:link, .standout {
  color: #131313;
}

a:visited {
  color: PURPLE;
}

a:active {
  color: BLUE;
}

a:hover {
  color: BLUE;
}


.secondary {
  color: BLACK;
  background-color: #C4E0FF;
}

.secondary .editableShow {
  border: 1px solid BLACK;
}

.strong {
  color: WHITE;
  background-color: #1061FF;
}

.menuText {
  font-size: 10px;
  color: BLACK;
}

.menuText a:link, .menuText a:visited {
  color: BLACK;
  text-decoration: none;
}

.menuText a:hover {
  color: #1061FF;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #C4E0FF;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: BLACK;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid BLACK;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset BLACK;
  background-color: #C4E0FF;
  font-size: .72em;
  font-weight: bold;
  color: BLACK;
  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: WHITE;
	color: BLACK;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid BLACK;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset BLACK;
}

.portalTableValue {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid BLACK;
  border-bottom: 1px inset BLACK;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  color: BLACK;
  background-color: #C4E0FF;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #131313;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: BLACK;
  border: 1px solid BLACK;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: BLACK;
  border: 1px solid BLACK;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #C4E0FF;
  font-weight: bold;
  color: BLACK;
  border: 1px solid BLACK;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #1061FF;
  color: WHITE;
  border: 1px solid #C4E0FF;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #C4E0FF;
  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: #C4E0FF;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: BLACK;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #C4E0FF;
  border: black solid 1px;
  font-size: 13px;
  color: BLACK;
}

.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: #131313;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #131313;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #C4E0FF;
  color: BLACK;
  margin: 20px;
  padding: 8px;
  border: 1px solid BLACK;
}

.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: #C4E0FF;
}

.adminOnly {
  font-weight: bold;
  color: #131313;
}

.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: #1061FF;
	border: 1px none #1061FF;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #C4E0FF;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: BLACK;
}

.m0moveri {
  background-color: #C4E0FF;
  color: BLACK;
}

.m0mdowni {
  background-color: #1061FF;
  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: #C4E0FF;
  color: BLACK;
  border: 1px solid BLACK;
  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: #C4E0FF;
	border: 1px none #C4E0FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #C4E0FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #C4E0FF;;
}
/* Style for inner tag */
.m0inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m0innerhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m1table {
	background: #C4E0FF;
	border: 1px none #C4E0FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #C4E0FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #C4E0FF;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #C4E0FF;
	border: 1px none #C4E0FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #C4E0FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #C4E0FF;;
}
/* Style for inner tag */
.m2inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #131313;;
}

.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 #1061FF 0;
  border-top-width: 1px;
  height: 0;
  color: #1061FF;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.animalGrid .searchResultsCell {
    width: 400px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #1061FF;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #C4E0FF;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#1061FF;
	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: WHITE;
  color:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #C4E0FF;
  padding:0 4px 1px;
  color: #C4E0FF;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #1061FF;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #C4E0FF;
  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:#131313;
}

.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:WHITE;
	border:1px solid BLACK;
	width:190px;
}

.musicPlayer .control {
	position:absolute;
	top:3px;
	right:3px;
	z-index:10;
	cursor: pointer;
}

#mceTemplatePreview table td {
border:2px dotted #CCC;
}

#mceTemplatePreview table tbody td {
height:150px;
}

.sidebarBox {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
background-color:WHITE;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#C4E0FF;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
color:BLACK;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#C4E0FF;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
background-color:#1061FF;
	color:WHITE;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#C4E0FF;
	color:BLACK;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:WHITE;
	background-color:#1061FF;
}

.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 BLACK;
	padding:5px;
	background-color:#C4E0FF;
	color:BLACK;
}

.contentBoxSecondary td {
	color:BLACK;
	background-color:#C4E0FF;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#1061FF;
	color:WHITE;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:BLACK;
}
.contentBoxSecondary a:link{
	 color:BLACK;
}
.contentBoxSecondary a:visited{
	 color:BLACK;
}
.contentBoxSecondary a:active{
	 color:BLACK;
}
.contentBoxSecondary a:hover{
	 color:BLACK;
}

.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, td, .standardText, .mceContentBody{
	font-size: 16px !important;
	height:100%;
}


#bodyContainer {
	width : 100%;
	background-color : #C4E0FF;
}

#contentContainer {
	padding: 10px 7px;
	width : auto;
		border-left: 200px solid #C4E0FF;
	
	background-color : WHITE;
	height:auto;
	}

#endOfContent {
	clear:both;
}

.goToBottom {
	clear:both;
}

.mceContentBody{
   background: WHITE !important; /* FF requires a important here */
	 font-size: 16px;
}

html>body #sidebarLeftContainer{
	
	width:186px;
}

#sidebarLeftContainer {
	background-color: #C4E0FF;
  	width:200px;
  padding: 7px;
  float:left;
}

#sidebarLeftContainer a, #sidebarLeftContainer a:link{
  color:BLACK;
}

#sidebarLeftContainer a:visited {
  color:BLACK;
}

#sidebarLeftContainer a:active {
  color:BLACK;
}

#sidebarLeftContainer a:hover {
  color:BLACK;
}

.sidebarContent {
	margin: 5px 0;
	text-align:center;
	width:auto;
	color:BLACK !important;
}

#sidebarSearch{
	text-align:left;
}

.sidebarMenu {
  padding: 5px 0px;
}

.sidebarMenu a, .sidebarMenu a:link, .sidebarMenu a:hover, .sidebarMenu a:visited, .sidebarMenu a:active {
	text-decoration:none;
}

.menuL1 {
  background: WHITE;
  color: BLACK;
  font-size: 110%;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  border-bottom: 1px groove BLACK;
}

.menuL2, .menuL3 {
  background-color: #C4E0FF;
  color: BLACK !important;
  padding: 1px 4px 1px 4px;
  border-bottom: 1px groove BLACK;
  border-left: 6px solid WHITE;
}

.menuL3 {
  border-left: 12px solid WHITE;
}

.animalSearchForm, .siteSearchForm {
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin: 3px 3px 10px 3px;
}

.menuL1 a:link, .menuL1 a:visited, .menuL1 a:hover, .menuL1 a:active {
  color: #131313 !important;
}

.menuL2 a:link, .menuL2 a:visited, .menuL2 a:hover, .menuL2 a:active {
  color: BLACK !important;
}

.menuL3 a:link, .menuL3 a:visited, .menuL3 a:hover, .menuL3 a:active {
  color: BLACK !important;
}

.secondary {
  color: BLACK;
  background-color: #C4E0FF;
}

.secondary a{
	 color: BLACK;
}
.secondary a:link{
	 color: BLACK;
}
.secondary a:visited{
	 color: BLACK;
}
.secondary a:active{
	 color: BLACK;
}
.secondary a:hover{
	 color: BLACK;
}

.contentSectionHeader a{
	 color: BLACK;
}
.contentSectionHeader a:link{
	 color: BLACK;
}
.contentSectionHeader a:visited{
	 color: BLACK;
}
.contentSectionHeader a:active{
	 color: BLACK;
}
.contentSectionHeader a:hover{
	 color: BLACK;
}

.portalTable tbody td{
	background-color:WHITE;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color: BLACK;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color: BLACK;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color: BLACK;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color: BLACK;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color: BLACK;
}

.portalTableValueStandout a{
	 color: BLACK;
}
.portalTableValueStandout a:link{
	 color: BLACK;
}
.portalTableValueStandout a:visited{
	 color: BLACK;
}
.portalTableValueStandout a:active{
	 color: BLACK;
}
.portalTableValueStandout a:hover{
	 color: BLACK;
}

.message a{
	 color: BLACK;
}
.message a:link{
	 color: BLACK;
}
.message a:visited{
	 color: BLACK;
}
.message a:active{
	 color: BLACK;
}
.message a:hover{
	 color: BLACK;
}

.comments a{
	 color: BLACK;
}
.comments a:link{
	 color: BLACK;
}
.comments a:visited{
	 color: BLACK;
}
.comments a:active{
	 color: BLACK;
}
.comments a:hover{
	 color: BLACK;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#131313 !important;
}

.portalTableSectionRight a:hover {
	color:BLUE;
}

#storiesPageLinks {
	padding-right:20px;
}

.sparky {
  width:160px;
}

.shopCategory {
text-align:center;
position:static;
width:400px;
margin:auto;
clear:none;
}



/*------------------------- Layout styles ------------------------*/ 
body {
	background:url(../images/bg-body.gif);
	height:auto;
	width:auto;
	margin:0 auto;
}
#page {
	background:url(../images/bg-page.gif) no-repeat center 0;
	height:auto;
	width:auto;
	margin:0 auto;
}
p a, h4 a {
	color: #875316;
}
/*-------------------------	Header --------------------------*/
#header {
	font-family: arial;
	width:960px;
	margin:0 auto;
	position:relative;
}
#header a#logo {
	background: none;
	border: medium none;
	display: block;
	height: 252px;
	margin: 0;
	width: 347px;
}
#header a#logo img {
	border:0;
	position: relative;
	z-index: 1;
	top: 0;
	left: 1px;
}
#header ul {
	padding: 10px 0;
	margin:5px 0 0 30px;
	border: 1px #D5B88E;
	border-style: dashed none dashed none;
	list-style:none;
	width: 300px;
	float: none !important;
	overflow: hidden;
}
#header ul li {
	width: 87px;
	padding: 0 6px;
	border: 1px #D5B88E;
	border-style: none none none dashed;
	float: left;
}
#header ul li.first {
	border: 0;
}
#header ul li h2 {
	margin: 0;
}
#header ul li h2 a {
	background: none;
	color: #900017;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	margin: 0;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
	width: auto;
	text-align: left;
	line-height: 20px;
}
#header ul li span {
	text-shadow: 0 1px 1px #FFFFFF;
	color: #900017;
	margin-top: 3px;
	display: block;
	font-size: 16px;
}
#header ul#links {
	position: absolute;
	right: 55px;
	top: 100px;
}
#header a {
	margin:11px 0 35px 20px;
	padding:0;
	border:0;
	background:url(../images/interface.gif) no-repeat 0 -261px;
	width:306px;
	height:48px;
	text-shadow: 0 1px 1px #553B22;
	font-size: 18px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
	text-decoration: none;
	display:block;
	line-height: 45px;
	text-align: center;
}
#header a#button {
	position: absolute;
	right: 55px;
	top: 185px;
}
#header ul#navigation {
	border: 0 none;
	float: none !important;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	right: 10px;
	top: 18px;
}
#header ul#navigation li {
	border:0;
	width: auto;
	padding: 0;
	text-align: center;
	line-height: 50px;
	height: 55px;
}
#header ul#navigation li a {
	background: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	margin: 0;
	text-decoration: none;
	text-shadow: none;
	width: auto;
	outline:none;
}
#header ul#navigation li a:hover {
	color: #c0ab8a;
}
#header ul#navigation li#link1 {
	width:77px;
}
#header ul#navigation li#link1.selected {
	background:url(../images/navigation.gif) no-repeat;
	position: relative;
	z-index: 9;
}
#header ul#navigation li#link2 {
	width:83px;
}
#header ul#navigation li#link2.selected {
	background:url(../images/navigation.gif) no-repeat 0 -55px;
}
#header ul#navigation li#link3 {
	width:111px;
}
#header ul#navigation li#link3.selected {
	background:url(../images/navigation.gif) no-repeat 0 -110px;
}
#header ul#navigation li#link4 {
	width:74px;
}
#header ul#navigation li#link4.selected {
	background:url(../images/navigation.gif) no-repeat 0 -167px;
}
#header ul#navigation li#link5 {
	width:74px;
}
#header ul#navigation li#link5.selected {
	background:url(../images/navigation.gif) no-repeat 0 -223px;
}
#header ul#navigation li#link6 {
	width:82px;
}
#header ul#navigation li#link6.selected {
	background:url(../images/navigation.gif) no-repeat 0 -279px;
}
#header ul#navigation li#link7 {
	width:101px;
}
#header ul#navigation li#link7.selected {
	background:url(../images/navigation.gif) no-repeat 0 -335px;
}
#header ul#navigation li.selected a {
	color:#4e311f;
}
#header img {
	left: 347px;
	position: absolute;
	top: 75px;
}
#header div {
	background:url(../images/interface.gif) no-repeat 0 -193px;
	width:915px;
	height:66px;
	margin: 0 auto;
}
#header div h1 {
	color: #DFC185;
	font-family: arial;
	font-size: 30px;
	line-height: 70px;
	margin: 0;
	padding-left: 15px;
	float: left;
	height: 66px;
}
#header div p {
	color: #dadada;
	float: left;
	font-size: 18px;
	line-height: 70px;
	margin: 0 0 0 40px;
	text-shadow: 0 1px 1px #5C0100;
	height: 66px;
}
#header div p a {
	color: #FFFFFF;
	display: inline;
	font-size: 18px;
	height: auto;
	line-height: 0;
	margin: 0;
	width: auto;
	background: none;
}
/*-------------------------	Content --------------------------*/
#content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	padding-bottom: 30px;
}
#content div#featured {
	background:url(../images/interface.gif) no-repeat;
	height: 191px;
	padding: 0;
	float: none;
	margin-top: 7px;
	clear: both;
}
#content #featured h2 {
	color: #8E0519;
	font-family: arial;
	margin: 0;
	padding: 20px 0 0 30px;
	text-shadow: 0 1px 1px #FFFFFF;
	font-size: 29px;
}
#content #featured ul {
	margin: 0;
	padding: 5px 0 0 30px;
	list-style: none;
	height: auto;
	overflow: hidden;
	float: left;
	width: auto;
}
#content #featured ul li.first {
	margin-left: 0;
}
#content #featured ul li {
	float:left;
	text-align: center;
	margin-left: 15px;
	border: 0;
}
#content #featured ul li.last a img {
	border: 0!important;
}
#content #featured ul li a {
	border: 0 none;
	color: #271500;
	display: block;
	float: none;
	font-family: arial;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
}
#content #featured ul li a:hover {
	background: none;
}
#content #featured ul li a img {
	border: 1px solid #f4e5cd !important;
	float: none;
}
#content #featured ul li a img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#content #featured a img {
	border: 0!important;
	margin-right: 0;
	float: none;
}
#content div.featured {
	background:url(../images/interface.gif) no-repeat -3px 0;
	height: 191px;
	padding: 0;
	float: none;
	margin-top: 7px;
	clear: both;
}
#content .featured h2 {
	color: #8E0519;
	font-family: arial;
	margin: 0;
	padding: 20px 0 0 30px;
	text-shadow: 0 1px 1px #FFFFFF;
	font-size: 29px;
}
#content .featured ul {
	margin: 0;
	padding: 5px 0 0 30px;
	list-style: none;
	height: auto;
	overflow: hidden;
	float: left;
	width: auto;
}
#content .featured ul li.first {
	margin-left: 0;
}
#content .featured ul li {
	float:left;
	text-align: center;
	margin-left: 19px;
	border: 0;
}
#content .featured ul li a {
	border: 0 none;
	color: #271500;
	display: block;
	float: none;
	font-family: arial;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
}
#content .featured ul li a:hover {
	background: none;
}
#content .featured ul li a img {
	border: 1px solid #f4e5cd !important;
	float: none;
}
#content .featured ul li.last a {
	color: #ab9675;
	font-weight:bold;
	text-shadow: 0 1px 0 #f4e5cd;
}
#content .featured ul li.last a img {
	border: 0!important;
	padding:0 0 11px 0;
}
#content .featured ul li a img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#content .featured a {
	float: left;
	margin: 18px 0 0 13px;
	text-decoration: none;
	padding: 0;
	border: 0;
	background:no-repeat;
	width: 78px;
	height: 78px;
	text-indent: -99999px;
}
#content .featured a:hover {
	background:no-repeat -78px 0;
}
#content .featured a img {
	border: 0!important;
	margin-right: 0;
	float: none;
}
#content div.section1 {
	float: left;
	margin: 20px 0 0;
	padding: 0 0 0 30px;
	width: 225px;
}
#content div.section2 {
	float: left;
	margin: 20px 0 0;
	padding: 0 0 0 25px;
	width: 455px;
}
#content div h2 {
	color: #AE0A25;
	font-family: arial;
	font-size: 20px;
	margin: 0;
}
#content div ul#article {
	list-style:none;
	padding: 0;
	margin: 0;
	width: auto;
}
#content div ul#article li.first {
	border: 0;
	padding: 0;
}
#content div ul#article li {
	border-width: 1px;
	border-style: dashed none none none;
	border-color: #c39f63;
	margin-top: 10px;
	padding: 10px 0 0;
}
#content div ul#article li a {
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
}
#content div ul#article li a p {
	color: #875115;
	padding: 7px 0 15px 0;
	text-align: justify;
	font-size: 15px;
	width: 231px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
}
#content div ul#article li a span {
	color: #b00923;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#content div.section2 p {
	color: #875115;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	width: 375px;
	line-height: 17px;
}
#content div img {
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFE;
}
#content div h3 {
	float: left;
	margin: 0;
	color: #875115;
	font-size: 15px;
	font-weight: normal;
	font-family: arial;
}
#content div ul {
	color: #895315;
	float: left;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 200px;
}
#content ul li p {
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0 !important;
	width: auto !important;
	text-align: left;
}
#content ul li p a {
	color: #875316;
	font-weight: normal;
	text-decoration: underline !important;
}
#content div div#section1 {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 300px;
}
#content div div#section1 ul li p {
	font-size: 14px;
}
#content div div#section2 {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 145px;
}
#content div div#section2 ul li img {
	margin: 0;
}
#content div div#section2 ul li h4 {
	float: left;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: left;
	width: 140px;
}
#content div div#section2 ul li p {
	width: 140px;
	font-size: 14px;
}
#content div div ul {
	list-style:none;
	margin: 0;
	width: auto;
}
#content div div ul li {
	overflow:hidden;
	margin-bottom: 20px;
}
#content div div ul li h4 {
	float: left;
	margin: 0;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	width: 155px;
	text-align: left;
}
#content div div ul li h4 a {
	text-decoration: none;
}
#content div.section3 {
	float: left;
	margin: 20px 0 0;
	padding: 0 20px;
	width: 175px;
	position: relative;
}
#content div.section3 a {
	font-family: arial;
	font-size: 13px;
	color: #875316;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
}
a#email {
	background: url(../images/icons.gif) no-repeat;
	padding: 0 0 0 30px;
	height: 16px;
}
a#facebook {
	background: url(../images/icons.gif) no-repeat 0 -18px;
	padding: 0 0 0 30px;
	height: 22px;
	line-height: 23px;
}
a#twitter {
	background: url(../images/icons.gif) no-repeat 0 -42px;
	padding: 0 0 0 30px;
	height: 18px;
}
<iframe src="https://www.givinggrid.com/makeadifference/offsite/" width="100%" height="800" frameborder="0" style="border: none;" allowtransparency="true" id="givinggrid-frame"></iframe>

#content div.section3 form {
	margin: 20px 0 0 0;
}
#content div.section3 form h3 {
	color: #b00923;
	float: left;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#content div.section3 form input {
	border-color: #BBAD99;
	border-style: solid none none solid;
	border-width: 1px;
	height: auto;
	padding: 5px 5px 7px;
	width: 158px;
	color: #AFAFAF;
	font-size: 14px;
	font-style: italic;
}
#content div.section3 img {
	border: 0 none;
	float: none;
	left: 15px;
	_left: 11px;
	margin: 0;
	position: absolute;
	top: 239px;
 *top: 241px;
	_top: 231px;
}
/*-------------------------	Content Pages --------------------------*/
#content div {
	padding: 0 10px 0 35px;
	float: left;
}
#content div h1 {
	font-family: arial;
	font-size: 30px;
	color: #8F0417;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
	margin: 0;
	padding: 20px 0;
}
#content div h4 {
	font-family: arial;
	font-weight: bold;
	color: #875316;
	font-size: 14px;
	width: 585px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
#content div span {
	color: #9e805e;
	font-family: arial;
	font-style: italic;
	font-size: 14px;
}
#content div p {
	color: #875316;
	font-size: 15px;
	font-weight: normal;
	font-family: arial;
	margin: 15px 0;
	line-height: 25px;
	text-align: justify;
	width: 585px;
}
#content div#blog {
	margin: 76px 0 0;
	padding: 0 20px 5px;
	width: 270px;
}
#content div#blog h4 {
	width: auto;
}
#content div#blog h4 a {
	text-decoration: none;
}
#content div#blog span {
	width: auto;
}
#content div#blog p {
	width: auto;
	margin: 10px 0 38px 0;
}
#content div#zoo {
	float: none;
	padding: 0 35px;
	height: 713px;
}
#content div#zoo h3 {
	float: none;
	font-weight: bold;
}
#content div#zoo h4 {
	font-weight: normal;
	margin: 10px 0;
	width: auto;
}
#content div#contact {
	float: none;
	padding: 0 60px;
	height: 713px;
}
#content div#zoo p {
	width: auto;
	margin: 5px 0 30px;
	font-size: 14px;
}
#content div#contact p {
	margin: 5px 0 30px;
	width: 540px;
}
#content div#contact p a {
	color: #875316;
	display: inline;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 0;
	text-decoration: underline;
}
#content div#contact a {
	color: #875316;
	display: block;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0;
	text-decoration: none;
}
#content div#contact form {
	margin: 20px 0 0;
}
#content div#contact form input {
	border-color: #BBAD99;
	border-style: solid none none solid;
	border-width: 1px;
	height: auto;
	padding: 5px 5px 7px;
	width: 158px;
	color: #AFAFAF;
	font-size: 14px;
	font-style: italic;
	clear: both;
	float: left;
}
#content div#contact form h3 {
	color: #B00923;
	font-weight: bold;
	line-height: 25px;
	margin: 0 5px 0 0;
}
#content div#events {
	padding: 0 35px;
	height: 911px;
}
#content div#events p {
	width: 585px !important;
	float: left;
	margin: 5px 0 0 !important;
	font-size: 14px !important;
}
#content div#events ul {
	list-style: none;
	margin: 0;
	width: auto;
}
#content div#events ul li {
	margin: 0 0 37px;
	overflow: hidden;
	height: 1%;
}
#content div#events ul li div {
	width: 268px;
	height: 213px;
	background: #dbc6a9;
	padding: 1px;
	float: left;
	margin: 0 20px 0 0;
}
#content div#events ul li div a img {
	border: 1px solid #fff;
	margin: 0;
}
#content div#events ul li div a img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#content div#events ul li h4 {
	float: left;
	text-transform: uppercase;
}
#content div#events ul li h4 a {
	color: #875316;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 5px;
	width: 585px;
	text-decoration: none;
}
#content div#gallery {
	width: 745px;
	margin: 0 auto;
	float: none;
	height: 911px;
	padding-left: 45px;
}
#content div#gallery ul {
	float: none;
	list-style: none;
	margin: 0;
	width: auto;
	overflow: hidden;
}
#content div#gallery ul li {
	float: left;
	margin: 0 32px 41px 0;
}
#content div#gallery ul li div {
	float: none;
	height: 213px;
	padding: 1px;
	width: 214px;
	background: #DBC6A9;
	margin: 0 0 5px;
}
#content div#gallery ul li div a img {
	margin: 0;
	float: none;
}
#content div#gallery ul li div a img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#content div#gallery ul li a {
	display: block;
	font-size: 15px;
	color: #721f1f;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
#content div#tickets {
	float: none;
	height: 713px;
	padding: 0 35px;
}
#content div#tickets ul {
	float: none;
	margin: 0;
	width: auto;
	list-style: none;
	overflow: hidden;
	padding: 15px 0 0;
}
#content div#tickets ul li.first {
	margin: 0;
}
#content div#tickets ul li {
	width: 267px;
	height: auto;
	float: left;
	margin: 0 0 0 44px;
}
#content div#tickets ul li div {
	float: none;
	padding: 1px;
	background: #DBC6A9;
	width: 267px;
	height: 213px;
}
#content div#tickets ul li div a img {
	margin: 0;
}
#content div#tickets ul li div a img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#content div#tickets h2 {
	padding: 20px 0 0;
	text-align: center;
	font-size: 0;
}
#content div#tickets h2 a {
	text-decoration: none;
	color: #875316;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#content div#tickets p {
	margin: 15px 0 10px !important;
	text-align: justify;
	width: auto !important;
	font-size: 14px!important;
	padding: 0 2px;
}
#content div#tickets span {
	font-style: normal;
	color: #875316;
	margin: 0 30px 0 0;
}
#content div#info {
	float: none;
	height: 713px;
	padding: 0 35px;
}
#content div#info p {
	width: auto;
	font-size: 14px;
}
#content div#info ul {
	list-style: none;
	margin: 0;
	width: auto;
	padding: 0;
}
#content div#info ul li {
	float: left;
	margin: 0 15px 32px;
	text-align: center;
	width: 261px;
}
#content div#info ul li h2 {
	margin: 15px 0;
}
#content div#info ul li h2 a {
	color: #875316;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 15px 0;
	text-decoration: none;
}
#content div#info ul li p {
	text-align: justify;
}
#content div#live h1 {
	padding: 20px 0 5px;
}
#content div#live {
	float: none;
	padding: 0 35px;
	height: 911px;
}
#content div#live p {
	width: auto;
	margin: 0 0 15px;
}
/*-------------------------	Footer --------------------------*/
#footer {
	background: url(../images/bg-footer.gif) repeat-x center top;
	padding: 7px 0 0;
	overflow: hidden;
}
#footer div {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
#footer div a.logo {
	display: block;
	height: 178px;
	width: 203px;
	float: left;
	margin: 0 20px 0 0;
}
#footer div a.logo img {
	border: 0;
}
#footer div div {
	width: auto;
	margin: 0 84px 0 0;
	float: left;
	padding-top: 40px;
}
#footer div div p {
	font-family: arial;
	font-size: 12px;
	width: 195px;
	line-height: 20px;
	margin: 0;
	color: #ad8753;
	text-align: left;
}
#footer div div span {
	font-family: arial;
	font-size: 12px;
	width: 195px;
	line-height: 20px;
	margin: 0;
	color: #ad8753;
	display: block;
}
#footer div ul.navigation {
	list-style: none;
	margin: 0 64px 0 0;
	padding: 40px 0 0;
	float: left;
	width: 153px;
}
#footer div ul.navigation li {
	float: left;
	width: 76px;
	padding: 0 0 10px 0;
}
#footer div ul.navigation li a {
	color: #ad8753;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
}
#footer div ul.navigation li a:hover {
	color: #875115;
}
#footer div ul {
	list-style: none;
	margin: 0;
	padding: 40px 0 0;
}
#footer div ul li {
	padding: 0 0 10px 0;
}
#footer div ul li a {
	color: #ad8753;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
}
#footer div ul li a:hover {
	color: #875115;
}
#footer div p {
	text-align: center;
	font-size: 12px;
	color: #ad8753;
	font-family: arial;
	clear: both;
	margin: 0 0 47px;
}
