body {
  margin: 0;
  border:0;
  background-color: #FFFFFFF;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: #FFFFFFF !important;
	 font-size: inherit;
   font-size:14pt;
	 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: #004AAD !important;
}

a:link, .standout {
  color: #004AAD;
}

a:visited {
  color: #004AAD;
}

a:active {
  color: #004AAD;
}

a:hover {
  color: #004AAD;
}


.secondary {
  color: #FFFFFF;
  background-color: #683A03;
}

.secondary .editableShow {
  border: 1px solid #FFFFFF;
}

.strong {
  color: #1F0000;
  background-color: #C8B39B;
}

.menuText {
  font-size: 10px;
  color: #FFFFFF;
}

.menuText a:link, .menuText a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.menuText a:hover {
  color: #C8B39B;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #683A03;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #FFFFFF;
	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: #683A03;
  font-size: .72em;
  font-weight: bold;
  color: #FFFFFF;
  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: #FFFFFFF;
	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: #FFFFFF;
  background-color: #683A03;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #004AAD;
	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: #683A03;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #C8B39B;
  color: #1F0000;
  border: 1px solid #683A03;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #683A03;
  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: #683A03;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #683A03;
  border: black solid 1px;
  font-size: 13px;
  color: #FFFFFF;
}

.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: #004AAD;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #004AAD;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #683A03;
  color: #FFFFFF;
  margin: 20px;
  padding: 8px;
  border: 1px solid #FFFFFF;
}

.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 #b71427;
}

.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: #683A03;
}

.adminOnly {
  font-weight: bold;
  color: #004AAD;
}

.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: #C8B39B;
	border: 1px none #C8B39B;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFFFF;
}

.m0movero, .m0mdowno {
	background: #683A03;
}

/* 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: #FFFFFFF;
  color: BLACK;
}

.m0moveri {
  background-color: #683A03;
  color: #FFFFFF;
}

.m0mdowni {
  background-color: #C8B39B;
  color: #1F0000;
}

#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: #683A03;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  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: #683A03;
	border: 1px none #683A03;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #683A03;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #683A03;;
}
/* 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 : #FFFFFF;
}
.m1table {
	background: #683A03;
	border: 1px none #683A03;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #683A03;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #683A03;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #683A03;
	border: 1px none #683A03;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #683A03;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #683A03;;
}
/* 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: #004AAD;;
}

.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 #C8B39B 0;
  border-top-width: 1px;
  height: 0;
  color: #C8B39B;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.animalGrid .searchResultsCell {
    width: 700px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #C8B39B;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #683A03;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#C8B39B;
	color:#1F0000;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#1F0000;
}

.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: #FFFFFFF;
  color:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #683A03;
  padding:0 4px 1px;
  color: #683A03;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #C8B39B;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #683A03;
  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:#004AAD;
}

.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:#FFFFFFF;
	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:#FFFFFFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#683A03;
	color:#FFFFFF;
	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:#683A03;
	color:#FFFFFF;
	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:#C8B39B;
	color:#1F0000;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#683A03;
	color:#FFFFFF;
	border:1px solid #1F0000;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#1F0000;
	background-color:#C8B39B;
}

.contentBoxStrong a{
	 color:#1F0000;
}
.contentBoxStrong a:link{
	 color:#1F0000;
}
.contentBoxStrong a:visited{
	 color:#1F0000;
}
.contentBoxStrong a:active{
	 color:#1F0000;
}
.contentBoxStrong a:hover{
	 color:#1F0000;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid BLACK;
	padding:5px;
	background-color:#683A03;
	color:#FFFFFF;
}

.contentBoxSecondary td {
	color:#FFFFFF;
	background-color:#683A03;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#C8B39B;
	color:#1F0000;
	border:1px solid #FFFFFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#FFFFFF;
}
.contentBoxSecondary a:link{
	 color:#FFFFFF;
}
.contentBoxSecondary a:visited{
	 color:#FFFFFF;
}
.contentBoxSecondary a:active{
	 color:#FFFFFF;
}
.contentBoxSecondary a:hover{
	 color:#FFFFFF;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* Override some styles from style_common.inc */
input, select {
  font-size: inherit;
}

.navLinks {
  font-size: inherit;
}

.portalTable caption {
  font-size: 1.2em;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td {
  font-size: inherit;
}

.portalTableSectionLeft {
  font-size: 1.1em;
}

.portalText, .portalTable textarea {
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
}

.portalTable select, .portalSelect {
	font-size: 1em;
}

.message {
  font-size: inherit;
}

.comments {
  font-size: .85em;
}

.animalSummary {
  font-size: inherit;
}

.smaller, .boxedLinks {
  font-size: .85em;
}

.affiliate {
	font-size:1em;
}

.QAHidden {
	font-size: .85em;
}
.QAVisible {
	font-size:.85em;
}

.visibleNotification {
  font-size: .85em;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.85em;
}

.browse, .highlightedInfo{
font-size:14pt;
}

.highlighted {
font-size:14pt;
}

.highlightedPicture {
margin-top: -15px;
}

.hightlightedReadMore {
font-size:14pt;
}

.lastUpdatedDT {
	text-align : center;
	font-size:14pt;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:14pt;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FFFFFFF none repeat scroll 0 0;
}

body, td {
	font-size:14pt;
	color:BLACK;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#683A03 !important;
	border-bottom:1px inset #FFFFFF !important;
	color:#FFFFFF !important;
	padding-left:8px !important;
}

.secondary {
  color:#FFFFFF;
  background-color:#683A03;
}

.secondary a{
	 color:#FFFFFF;
}
.secondary a:link{
	 color:#FFFFFF;
}
.secondary a:visited{
	 color:#FFFFFF;
}
.secondary a:active{
	 color:#FFFFFF;
}
.secondary a:hover{
	 color:#FFFFFF;
}

.contentSectionHeader {
	color:BLACK;
	background-color:#FFFFFFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #683A03;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#004AAD;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#004AAD;
}
.contentSectionHeader a:visited{
	 color:#004AAD;
}
.contentSectionHeader a:active{
	 color:#004AAD;
}
.contentSectionHeader a:hover{
	 color:#004AAD;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#FFFFFF;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#FFFFFF;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:#FFFFFF;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:#FFFFFF;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#FFFFFF;
}

.portalTableValueStandout a{
	 color:#FFFFFF;
}
.portalTableValueStandout a:link{
	 color:#FFFFFF;
}
.portalTableValueStandout a:visited{
	 color:#FFFFFF;
}
.portalTableValueStandout a:active{
	 color:#FFFFFF;
}
.portalTableValueStandout a:hover{
	 color:#FFFFFF;
}

.message a{
	 color:#FFFFFF;
}
.message a:link{
	 color:#FFFFFF;
}
.message a:visited{
	 color:#FFFFFF;
}
.message a:active{
	 color:#FFFFFF;
}
.message a:hover{
	 color:#FFFFFF;
}

.comments a{
	 color:#FFFFFF;
}
.comments a:link{
	 color:#FFFFFF;
}
.comments a:visited{
	 color:#FFFFFF;
}
.comments a:active{
	 color:#FFFFFF;
}
.comments a:hover{
	 color:#FFFFFF;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#004AAD !important;
}

.portalTableSectionRight a:hover {
	color:#004AAD;
}

#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:14pt;
}

#sidebarSparky {
	text-align:center;
	width:auto;
}

.sparky {
	height:300px;
	margin-top:7px;
}

/*Start Layout Specific Styles*/
body{
	text-align : center;
}

#adminMenuContainer .adminMenu{
	text-align : left !important;
	border-bottom : 2px solid BLACK;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 1050px;
}

#bodyContainer {
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : #FFFFFFF;
	font-size:inherit;
}

#header {
	margin: 0 0 0 0;
	color: #1F0000;
}

#headerContent {
  background-color : #C8B39B;
  color:#1F0000;
  padding:10px;
}

#headerContent a{
   color:#1F0000;
}
#headerContent a:link{
   color:#1F0000;
}
#headerContent a:visited{
   color:#1F0000;
}
#headerContent a:active{
   color:#1F0000;
}
#headerContent a:hover{
   color:#1F0000;
}

#headerContainer a{
   color:#1F0000;
}
#headerContainer a:link{
   color:#1F0000;
}
#headerContainer a:visited{
   color:#1F0000;
}
#headerContainer a:active{
   color:#1F0000;
}
#headerContainer a:hover{
   color:#1F0000;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:#1F0000;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:#1F0000;
  font-weight:bold;
  white-space:nowrap;
}

#headerContact span{
  display:block;
  white-space:nowrap;
}


#editableHeader {
	display:inline;
}

#orgName {
	font-size:28px;
	margin-top:10px;
}

#slogan {
	font-size:18px;
	margin-top:5px;
}

#headerCustomText .boxedLinks {
	display:none;
}

.sidebarBox {
text-align:left;
margin:10px auto 20px auto;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#683A03;
	color:#FFFFFF;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
}

.sidebarBox form {
	padding:3px 0 3px 20px;
}

.sidebarBox form .portalSubmit, .sidebarBox form .offCenter {
	margin-left:-20px;
}

.sidebarBox .menuL1 {
	padding:3px;
	margin:5px 0 5px 10px;
	font-weight:bold;
	background-color:#FFFFFFF;
	color:BLACK;
	border:0px solid BLACK;
	font-size:1.05em;
}

.sidebarBox .menuL2, .sidebarBox .menuL3 {
padding:1px 0px 1px 20px;
}

#footerAffiliates {
	padding:3px;
	text-align:center;
}

#footerAffiliates div {
	display:inline;
	*display:inline;
	padding:3px;
}

#footer td a{
	 color:#1F0000;
}
#footer td a:link{
	 color:#1F0000;
}
#footer td a:visited{
	 color:#1F0000;
}
#footer td{
	 color:#1F0000;
}
#footer td a:hover{
	 color:#1F0000;
}

#footerContent {
	background : #C8B39B;
	color: #1F0000;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: #1F0000;
}

#footerContent td {
  color: #1F0000;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:#FFFFFF;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:#FFFFFF;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:#FFFFFF;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:#FFFFFF;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#FFFFFF;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #683A03;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

#headerMenu a {
	display:inline-block;
	*display:inline;
	padding:3px;
}

#headerAffiliates {
	padding:3px;
	text-align:right;
	vertical-align:middle;
}

#headerAffiliates div {
	float:right;
	*float:none;
	padding:0 3px;
	display:inline;
}

#headerAffiliates div .littlespace {
	float:right;
	padding:0 3px;
	margin:0;
}

#headerMenu {
	vertical-align:bottom;
}

table#content {
margin-top:20px;
margin-bottom:20px;
background-color:#FFFFFFF;
}

#content tbody td {
	vertical-align:top;
}

#content tbody td#left, #content tbody td#right {
	padding: 10px 5px 5px;
	width:220px;
	*width:230px;
	text-align:center;
}

#content tbody td#center {
	padding: 0px 20px;
}

#subFooter, #subFooter a, #subFooter a:Link, #subFooter a:Hover, #subFooter a:Visited, #subFooter a:Active{
	color:#FFF;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.menuLevel0 {
  background: #683A03;
	border: 0px none BLACK;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid #FFFFFF;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  font-family: Arial, Helvetica, sans-serif;
  font-size:15.4pt;
  /*white-space:nowrap;*/
  background-color: #683A03;
  color: #FFFFFF;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: #C8B39B;
  color: #1F0000;
}

.menuLevel0InnerDown {
  background-color: #C8B39B;
  color: #1F0000;
}

.menuLevel1 {
  background: #683A03;
  border: 0px none BLACK;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid #FFFFFF;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid #683A03;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Arial, Helvetica, sans-serif;
  font-size:15.4pt;
  white-space:nowrap;
  background-color: #683A03;
  color: #FFFFFF;
    padding: 0px;
  border-left: 0px solid #683A03;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: #C8B39B;
  color: #1F0000;
  padding:0px;
  border-left: 3px solid #C8B39B;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: #C8B39B;
  color: #1F0000;
  padding:0px;
  border-left: 3px solid #C8B39B;
}




/* ===============
Added by michelle@rescuegroups.org for layout 109 
=============== */   

body {
    background-color: #fff;
}

.siteWidth {
    width: 1270px;
}

/* ===============
Animal Browse Page Text
=============== */

.animalGrid .searchResultsCell {
    font: 16px arial; 
line-height: 1.75em;
}

/* ===============
Animal Detail Page
=============== */
#animalSponsorLink a {
    font-size: 15px;
    border: thin dashed #E8961F;
    padding: 10px;
    background-color:  #FC6;
    font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* ===============

Home Page
=============== */

.highlightedInfo {
    width: 600px;
}



/* ===============
FEATURED PET - ANIMAL AD LARGE
=============== */

#rightContainer .animalimg {
width: 250px;
height: auto;
}

.AnimalAd {
    font-size: 1em;
    text-align: center;
    line-height: 1.4em;
font-weight: bold;
}


/* ===============
Event styles 
=============== */

.event {
    margin-left: 0px;
 padding-top: 15px;
font-size: 13px;
}

.eventTitle {
        float: left;
    height: 50px;
    padding-top: 10px;
    width: 195px;
    margin-left: 10px;
font-size: 13px;
}

* ===============
LEFT, CENTER , RIGHT
=============== */

table#content {

}

#bodyContainer {
	margin: 20px auto;
	text-align: left;
	background-color: #fff;
	font-size:inherit;
	box-shadow: 0 0 30px #000;
}

#content tbody td#left { 
 display: none;
}

#content tbody td#right {
  padding: 10px 20px 10px 0;
    width: 300px;
    text-align:left;
    overflow: hidden;
/*background-color: #CDB6D8;*/
}

#content tbody td#center {
 padding: 0 35px;
}


/* ===============
End added by Michelle 
=============== */


@charset "utf-8";

header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}

@media screen {

/* ----------------  
	Main page styles
-------------------	*/

	body {
		height:100%;
		font: normal 100%;
		}

	article
		{
		margin: 0%;
		padding: 0%;
		border: 0%;
		}
		
	div#article {
		margin-top:0%;
		margin-bottom:0%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		}
		


	p {
		line-height:1.5em;
		}
		
	.container {
	  	width: 100%;
		}



	.img {
		max-width:100%;	
                border: 0px;
		}

/* ---------------- 
	Header Content  
	---------------- */
		
	div#topnav {
    	overflow:hidden;
    	width:100%;
    	float:left;
		padding-top:.3%;
		padding-bottom:.3%;
		}		
	
	div#topnavlinks {
    	float:right;
    	overflow:hidden;
    	
    	text-align:right;
    	margin-bottom:0%;
		margin-top:0%;
		}

	.topnavlinks ul {
		list-style-type: none;
		margin-top:0%;
		padding-top:;
		}

	.topnavlinks ul a {
		background-repeat:no-repeat;
		background-position:right;
		display:block;	
		}

	.topnavlinks li {
		float:right;
		border-right-width:thin;
		border-right-style:solid;
		}

	.topnavlinks li a {
		background-repeat:no-repeat;
		padding-left:10px;
		padding-right:10px;
		display: block;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 0.875em; /* 14 / 16 */
		}



	div#search {
		float:right;
		width:15%;
		}
	
	div#logocontainer {
		float:left;
		padding-top:1%;
		padding-bottom:1%;
		padding-left: 10px;
		padding-right: 15px;
		margin-right: 15px;	
		}
		
	div#logo {
		float: left;
		padding-left: 10px;
		padding-right: 15px;
		
		margin-right: 15px;
		}
	
	#logo img {
		height: 91px;
		width: 181px;
		border: 0px;
		}

	h1#maintitle {
		font-size: 3em;
		padding-top: .6em;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight:lighter;
		color:#000;
		float:left;
		}
		
	h2#maintitle{
		font-size: 1.5em;
		font-weight: bold;
		}	
	#right{
		float: right;
		margin-top: 2em;
		}
		

	
/* ----------------
	Content Styles 
	----------------*/

	
	section#content {
		
        padding-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		border: 0;
		margin: 0;
		}
			
	#content {
		background: #fff;
 
		border: 0;
		margin-top:0px;
		
		
		}
	
	#maincontent {

		margin:0;
		margin-top: 4px;
		border: 3px solid #CCC;
		-moz-border-radius: 15px;
		border-radius: 15px;
		
	}
	
		
	#maincontentbanner {
    
		width:100%; 
        
		float:left;
		margin:0;
		padding:0;
	}
	
	#maincontentlower {
		margin-top:0px;
		width:100%;
		float:left;
        overflow: hidden;
        margin-right: 0%;
	}
	
	


	
	div.clear {
		clear: both;
	}
	
	.row {
		background: #bfb9b3;
		clear: both;
	}
	
	.altrow {
		background: #CCC;
		clear: both;
	}
	

	.maincontentlower a:link {
        font-weight: bold;
		color:red;

	}


	}
	
    .maincontentlower li {
		padding-bottom: .5em;
	}


	
	.maincontentlower hr {
		color:red;
	}

    
		#rightcolumn {
		width:15%;
		float:right;
	}
	
	
	.floatleft{
		float: left;
		margin-right: .5em;
	}


   
	.initcap {
		font-size: 1.5em;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		}

	#content h2 {
			font-size: 1.5em;
			font-weight: bold;
			text-shadow: .15em .15em .25em #616365;
			font-family:Arial, Helvetica, sans-serif;
			margin-left: 0;
		}

	#content h3 {
			font-size: 1.25em;
			font-weight: bold;
			color: #0B173B;
		}
		
	#content h4 {
			font-size: 1em;
			font-style: italic;			
			font-weight: bold;
		}

  		
	#content li {
			line-height: 1.5em;
		}

   .leftmenu p {
                 padding-left: 5px;
                 font-size: 1.3em;
                 
    }
	   .leftmenu h3 {
                 padding-left: 10px;
                 font-size: 1.5em;
                 
    }	

	/* ----------------
	Main Content Banner Slider Styles
	----------------- */
	
.slidyContainer {
                overflow: hidden;
                position: relative;
                margin: 0.5em 0 1em 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

.slidyContainer .slidySlides {
  margin: auto;
                position: relative;
                left: 0;
                z-index: 1
                                overflow: hidden;
                                -webkit-transition: all 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
       -moz-transition: all 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
         -o-transition: all 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition: all 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

}

/*
* Next / Previous Buttons
* Edit url to point to arrow images
*/

.slidyContainer .movePrev, .slidyContainer .moveNext {
                position: absolute;
                background: url('img/arrows.png');
                width: 33px;
                height: 33px;
                display: inline;
  opacity: 0 ;
  -webkit-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
     -moz-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
       -o-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
          transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;

                top: 5%;
                z-index: 10;
                cursor: pointer;
  -webkit-border-radius: 19px;
     -moz-border-radius: 19px;
       -o-border-radius: 19px;
          border-radius: 19px;

  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

     -moz-box-shadow: 0px 0px 2em 0.2em #444;
  -webkit-box-shadow: 0px 0px 2em 0.2em #444;
          box-shadow: 0px 0px 2em 0.2em #444;

}

.slidyContainer .movePrev:hover, .slidyContainer .moveNext:hover {
     -moz-box-shadow: 0px 0px 1em 0.3em #444;
  -webkit-box-shadow: 0px 0px 1em 0.3em #444;
          box-shadow: 0px 0px 1em 0.3em #444;

}

.slidyContainer .movePrev:hover {
                                background-position: 0px -34px;
}

.slidyContainer .moveNext:hover {
                                background-position: -34px -34px;
}


.slidyContainer .movePrev {
                left: 1%;
}

.slidyContainer .moveNext {
                right: 1%;
                background-position: -34px 0;
}

.slidyContainer .movePrev.opaque, .slidyContainer .moveNext.opaque {
    opacity: 1 ;
}


/*
* Slides
*/

.slidyContainer .slidySlides figure.slidyLeft {
                left: -100%;
                -webkit-transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms;
                   -moz-transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms;
                     -o-transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms;
                        transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms; /* easeOutQuart */

}

.slidyContainer .slidySlides figure.slidyRight {
                left: 100%;
                -webkit-transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms;
                   -moz-transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms;
                     -o-transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms;
                        transition: left 2000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 100ms; /* easeOutQuart */

}

.slidyContainer .slidySlides figure.slidyCurrent{
                position: relative;
                left: 0;
                z-index: 3;
                -webkit-transition: left 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 50ms;
                   -moz-transition: left 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 50ms;
                     -o-transition: left 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 50ms;
                        transition: left 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 50ms; /* easeOutQuart */

}

.slidyContainer .slidySlides figure.slidyCurrent img{
  position: static;
  opacity: 1;
}

.slidyContainer .slidySlides figure {
                margin: 0;
                position: absolute;
                top: 0;
                left: 100%;
                height: 100%;
                width: 100%;
                z-index: 2;
                }

.slidyContainer .slidySlides img {
  margin: 0;
                height: auto;
                width: 100%;
                position:absolute;
  -webkit-transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
     -moz-transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
       -o-transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms;
          transition: opacity 1500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 100ms; /* ease (default) */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  opacity: 1;

}

/*
* Caption
*/

.slidyContainer .slidySlides figure.slidyCurrent figcaption {
  opacity: 0.7;
}

.slidyContainer .slidySlides figcaption {
  display: inline;
  float: bottom;
  position: absolute;
  bottom: 4px;
  left: 1%;
  z-index: 9;
  padding: 0.2em 0.4em;
                background-color: #444;
                color: GhostWhite;
                font-family: Nobile, Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow:  0px 0px 2px #444;

  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
       -o-border-radius: 0.3em;
          border-radius: 0.3em;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  opacity: 0;

     -moz-box-shadow: 0px 0px 3em 0.2em #444;
  -webkit-box-shadow: 0px 0px 3em 0.2em #444;
          box-shadow: 0px 0px 3em 0.2em #444;
  border: 2px solid GhostWhite;
  box-shadow: 0.2em 0.1em 0.9em 0 #444;

  -webkit-transition: opacity 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 1000ms;
     -moz-transition: opacity 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 1000ms;
       -o-transition: opacity 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 1000ms;
          transition: opacity 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 1000ms; /* ease (default) */

}

.slidyContainer .slidySlides figcaption.transparent {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
     -moz-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
       -o-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
          transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000) 50ms;
}





	/* ----------------
	Footer Styles for Copyright 
	---------------- */
	
	div#footer {
		width:100%;
                background-color: #0b61a4;
		font-size: .75em;
		border-top: .35em solid #000;
		text-align: center;
		margin-top: .75em;
	
		}
	
	
	div#footerleft {
		width:20%;
		float:left;
		}
	
	div#footercenter {
		width:58%;
		float:left;
		}
	
	div#footerright {
		width:20%;
		float:right;
		}
	
.pageMessageError {
  color: inherit;
}