body {
  margin: 0;
  border:0;
  background-color: #FFFFFF;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: #585858;
}

.mceContentBody, .editorBody {
   background: #FFFFFF !important;
	 font-size: inherit;
   font-size:14px;
	 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: #3D95D0 !important;
}

a:link, .standout {
  color: #3D95D0;
}

a:visited {
  color: #3D95D0;
}

a:active {
  color: #3D95D0;
}

a:hover {
  color: #CC6633;
}


.secondary {
  color: WHITE;
  background-color: #3D95D0;
}

.secondary .editableShow {
  border: 1px solid WHITE;
}

.strong {
  color: #585858;
  background-color: #88AD1D;
}

.menuText {
  font-size: 10px;
  color: WHITE;
}

.menuText a:link, .menuText a:visited {
  color: WHITE;
  text-decoration: none;
}

.menuText a:hover {
  color: #88AD1D;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #3D95D0;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: WHITE;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #585858;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #585858;
  background-color: #3D95D0;
  font-size: .72em;
  font-weight: bold;
  color: WHITE;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: #FFFFFF;
	color: #585858;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #585858;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #585858;
}

.portalTableValue {
  border-bottom: 1px inset #585858;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #585858;
  border-bottom: 1px inset #585858;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #585858;
  padding-left: 8px !important;
  color: WHITE;
  background-color: #3D95D0;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #3D95D0;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #585858;
  border: 1px solid #585858;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #585858;
  border: 1px solid #585858;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #3D95D0;
  font-weight: bold;
  color: WHITE;
  border: 1px solid WHITE;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #88AD1D;
  color: #585858;
  border: 1px solid #3D95D0;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #3D95D0;
  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: #3D95D0;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: WHITE;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #3D95D0;
  border: black solid 1px;
  font-size: 13px;
  color: WHITE;
}

.pageMessageError {
  margin:3px;
  margin-bottom:7px;
  text-align:left;
}

a.clicktoerror {
  text-decoration:underline;
  cursor:pointer;
  font-weight:bold;
}

a.clicktoerror:hover {
  text-decoration:none;
}

.error, .required {
color: #3D95D0;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #3D95D0;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #3D95D0;
  color: WHITE;
  margin: 20px;
  padding: 8px;
  border: 1px solid WHITE;
}

.rainbowbridgeTop, .browsekittensTop, .browseTop {
  margin: 5px;
}

.littlespace {
  margin: 8px;
}

.animalDetailBlock {
  margin-top: 15px;
  margin-bottom: 15px;
}

.animalDetailTitle {
  font-weight: bold;
}

.smallFormField {
  margin: 1px;
  padding: 1px;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.flags {
  text-align: center;
}

.flags img {
  border: none;
  vertical-align: middle;
}

.translate {
  background-color: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.inline {
	display : inline;
}

.animalimg {
  text-decoration: none;
    border: 1px solid black;
}

.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: #3D95D0;
}

.adminOnly {
  font-weight: bold;
  color: #3D95D0;
}

.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: #88AD1D;
	border: 1px none #88AD1D;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFFF;
}

.m0movero, .m0mdowno {
	background: #3D95D0;
}

/* 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: #FFFFFF;
  color: #585858;
}

.m0moveri {
  background-color: #3D95D0;
  color: WHITE;
}

.m0mdowni {
  background-color: #88AD1D;
  color: #585858;
}

#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: #3D95D0;
  color: WHITE;
  border: 1px solid WHITE;
  width: 250px;
  padding: 3px;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
	font-weight: bold;
	text-align: center;
  position: fixed;
  _position: absolute;
  top: 0px;
	_top:expression(eval(document.body.scrollTop));
  right: 0px;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.65em;
}

.poweredby {
  text-align: center;
	margin: 15px;
}

.browsePicture{
float:left !important;
height:auto;
margin-right:15px;
overflow : hidden;
text-align:center !important;
width:260px;
}

.browseInfo{
text-align:left !important;
float : left !important;
width : 200px;
height:auto;
}

.browse{
text-align:left !important;
height:auto;
overflow : hidden;
width: 480px;
font-size: smaller;
margin-bottom : 15px;
margin-right : auto;
margin-left : auto;
}

.browseNoPicture {
border-bottom:2px solid black;
border-top:2px solid black;
float:left !important;
height:auto;
margin-right:15px;
overflow:hidden;
text-align:center !important;
width:260px;
}

.browseContainer {
text-align : center;
}

.npLinks {
  text-align: center;
	padding: 30px;
  /*clear: both;
  //margin: 20px;*/
}

.highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 100%;
font-size: smaller;
}

.highlightedPicture {
float:left !important;
height:auto;
margin-right:15px;
text-align:center !important;
width:110px;
}

.highlightedInfo{
text-align:left !important;
float : left !important;
width : 380px;
height:auto;
}

.hightlightedReadMore {
font-size:smaller;
}

.lastUpdatedDT {
	text-align : center;
	font-size : 8pt;
}

.tinyMCEfontSize1 {
	font-size : 8pt;
}

.tinyMCEfontSize2 {
	font-size : 10pt;
}

.tinyMCEfontSize3 {
	font-size : 12pt
}

.tinyMCEfontSize4 {
	font-size : 14pt;
}

.tinyMCEfontSize5 {
	font-size : 18pt;
}

.tinyMCEfontSize6 {
	font-size : 24pt;
}

.tinyMCEfontSize7 {
	font-size : 36pt;
}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: #3D95D0;
	border: 1px none #3D95D0;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #3D95D0;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #3D95D0;;
}
/* Style for inner tag */
.m0inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #585858;
}
.m0innerhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : WHITE;
}
.m1table {
	background: #3D95D0;
	border: 1px none #3D95D0;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #3D95D0;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #3D95D0;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #585858;
}

.m2table {
	background: #3D95D0;
	border: 1px none #3D95D0;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #3D95D0;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #3D95D0;;
}
/* Style for inner tag */
.m2inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #585858;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #3D95D0;;
}

.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 #88AD1D 0;
  border-top-width: 1px;
  height: 0;
  color: #88AD1D;
  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 #88AD1D;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #3D95D0;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#88AD1D;
	color:#585858;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#585858;
}

.animalGrid .petNameBottom {
	display:block;
	width:100%;
	text-align:center;
	padding:3px 0 ;
	margin:3px 0 2px;
}

.animalGrid .petName,.animalGrid .petNameBottom,.animalGrid  .petBreed {
  font-weight: bold;
}

.animalGrid .noBorder {
  border-right: 0;
}

.animalBrowsePanel .pageLinks {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  color:#585858;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #3D95D0;
  padding:0 4px 1px;
  color: #3D95D0;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #88AD1D;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #3D95D0;
  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:#3D95D0;
}

.musicPlayer {
	position:fixed;
	*position:absolute;
	*left:expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth-2);
  *top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-2);
	bottom:2px;
	right:3px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #585858;
	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 #585858;
background-color:#FFFFFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#3D95D0;
	color:WHITE;
	border:1px solid #585858;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #585858;
padding:5px;
color:#585858;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#3D95D0;
	color:WHITE;
	border:1px solid #585858;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #585858;
padding:5px;
background-color:#88AD1D;
	color:#585858;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#3D95D0;
	color:WHITE;
	border:1px solid #585858;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#585858;
	background-color:#88AD1D;
}

.contentBoxStrong a{
	 color:#3D95D0;
}
.contentBoxStrong a:link{
	 color:#3D95D0;
}
.contentBoxStrong a:visited{
	 color:#3D95D0;
}
.contentBoxStrong a:active{
	 color:#3D95D0;
}
.contentBoxStrong a:hover{
	 color:#3D95D0;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #585858;
	padding:5px;
	background-color:#3D95D0;
	color:WHITE;
}

.contentBoxSecondary td {
	color:WHITE;
	background-color:#3D95D0;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#88AD1D;
	color:#585858;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:WHITE;
}
.contentBoxSecondary a:link{
	 color:WHITE;
}
.contentBoxSecondary a:visited{
	 color:WHITE;
}
.contentBoxSecondary a:active{
	 color:WHITE;
}
.contentBoxSecondary a:hover{
	 color:#99CC00;
}

.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:14px;
}

.highlighted {
font-size:14px;
}

.highlightedPicture {
margin-top: -15px;
}

.hightlightedReadMore {
font-size:14px;
}

.lastUpdatedDT {
	text-align : center;
	font-size:14px;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:14px;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FFFFFF none repeat scroll 0 0;
}

body, td {
	font-size:14px;
	color:#585858;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#3D95D0 !important;
	border-bottom:1px inset WHITE !important;
	color:WHITE !important;
	padding-left:8px !important;
}

.secondary {
  color:WHITE;
  background-color:#3D95D0;
}

.secondary a{
	 color:WHITE;
}
.secondary a:link{
	 color:WHITE;
}
.secondary a:visited{
	 color:WHITE;
}
.secondary a:active{
	 color:WHITE;
}
.secondary a:hover{
	 color:#99CC00;
}

.contentSectionHeader {
	color:#585858;
	background-color:#FFFFFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #3D95D0;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#3D95D0;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#3D95D0;
}
.contentSectionHeader a:visited{
	 color:#3D95D0;
}
.contentSectionHeader a:active{
	 color:#3D95D0;
}
.contentSectionHeader a:hover{
	 color:#CC6633;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:WHITE;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:WHITE;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:WHITE;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:WHITE;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#99CC00;
}

.portalTableValueStandout a{
	 color:WHITE;
}
.portalTableValueStandout a:link{
	 color:WHITE;
}
.portalTableValueStandout a:visited{
	 color:WHITE;
}
.portalTableValueStandout a:active{
	 color:WHITE;
}
.portalTableValueStandout a:hover{
	 color:#99CC00;
}

.message a{
	 color:WHITE;
}
.message a:link{
	 color:WHITE;
}
.message a:visited{
	 color:WHITE;
}
.message a:active{
	 color:WHITE;
}
.message a:hover{
	 color:#99CC00;
}

.comments a{
	 color:WHITE;
}
.comments a:link{
	 color:WHITE;
}
.comments a:visited{
	 color:WHITE;
}
.comments a:active{
	 color:WHITE;
}
.comments a:hover{
	 color:#99CC00;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#3D95D0 !important;
}

.portalTableSectionRight a:hover {
	color:#CC6633;
}

#storiesPageLinks {
	padding-right:20px;
}

#pageMessage {
margin-top:20px;
}

.lastUpdatedDT {
	display:inline;
	float:right;
	font-size:1em;
}

.sparky {
	z-index:0;
}

.portalTable thead td, .portalTable tbody td, .portalTable tfoot td, .portalTable td, {
	font-size:14px;
}

#sidebarSparky {
	text-align:center;
	width:auto;
}

.sparky {
	height:300px;
	margin-top:7px;
}

/*Start Layout Specific Styles*/
body{
	text-align : center;
}

#adminMenuContainer .adminMenu{
	text-align : left !important;
	border-bottom : 2px solid #585858;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 1050px;
}

#bodyContainer {
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : #FFFFFF;
	font-size:inherit;
}

#header {
	margin: 0 0 0 0;
	color: #585858;
}

#headerContent {
  background-color : #88AD1D;
  color:#585858;
  padding:10px;
}

#headerContent a{
   color:#3D95D0;
}
#headerContent a:link{
   color:#3D95D0;
}
#headerContent a:visited{
   color:#3D95D0;
}
#headerContent a:active{
   color:#3D95D0;
}
#headerContent a:hover{
   color:#3D95D0;
}

#headerContainer a{
   color:#3D95D0;
}
#headerContainer a:link{
   color:#3D95D0;
}
#headerContainer a:visited{
   color:#3D95D0;
}
#headerContainer a:active{
   color:#3D95D0;
}
#headerContainer a:hover{
   color:#3D95D0;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:#585858;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:#585858;
  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:#3D95D0;
	color:WHITE;
	border:1px solid #585858;
	font-size:1.15em;
	margin:1px;
	padding:3px;
}

.sidebarBox form {
	padding:3px 0 3px 20px;
}

.sidebarBox form .portalSubmit, .sidebarBox form .offCenter {
	margin-left:-20px;
}

.sidebarBox .menuL1 {
	padding:3px;
	margin:5px 0 5px 10px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#585858;
	border:0px solid #585858;
	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:#3D95D0;
}
#footer td a:link{
	 color:#3D95D0;
}
#footer td a:visited{
	 color:#3D95D0;
}
#footer td{
	 color:#3D95D0;
}
#footer td a:hover{
	 color:#3D95D0;
}

#footerContent {
	background : #88AD1D;
	color: #585858;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: #585858;
}

#footerContent td {
  color: #585858;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:WHITE;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:WHITE;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:WHITE;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:WHITE;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#99CC00;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #3D95D0;
  border-top:1px solid WHITE;
  border-bottom:1px solid WHITE;
}

#headerMenu a {
	display:inline-block;
	*display:inline;
	padding:3px;
}

#headerAffiliates {
	padding:3px;
	text-align:right;
	vertical-align:middle;
}

#headerAffiliates div {
	float:right;
	*float:none;
	padding:0 3px;
	display:inline;
}

#headerAffiliates div .littlespace {
	float:right;
	padding:0 3px;
	margin:0;
}

#headerMenu {
	vertical-align:bottom;
}

table#content {
margin-top:20px;
margin-bottom:20px;
background-color:#FFFFFF;
}

#content tbody td {
	vertical-align:top;
}

#content tbody td#left, #content tbody td#right {
	padding: 10px 5px 5px;
	width:220px;
	*width:230px;
	text-align:center;
}

#content tbody td#center {
	padding: 0px 20px;
}

#subFooter, #subFooter a, #subFooter a:Link, #subFooter a:Hover, #subFooter a:Visited, #subFooter a:Active{
	color:#FFF;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.menuLevel0 {
  background: #3D95D0;
	border: 0px none #585858;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid WHITE;*/
  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.4px;
  /*white-space:nowrap;*/
  background-color: #3D95D0;
  color: WHITE;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: #88AD1D;
  color: #585858;
}

.menuLevel0InnerDown {
  background-color: #88AD1D;
  color: #585858;
}

.menuLevel1 {
  background: #3D95D0;
  border: 0px none #585858;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid WHITE;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid #3D95D0;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Arial, Helvetica, sans-serif;
  font-size:15.4px;
  white-space:nowrap;
  background-color: #3D95D0;
  color: WHITE;
    padding: 0px;
  border-left: 0px solid #3D95D0;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: #88AD1D;
  color: #585858;
  padding:0px;
  border-left: 3px solid #88AD1D;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: #88AD1D;
  color: #585858;
  padding:0px;
  border-left: 3px solid #88AD1D;
}




/* tj new */
/* html { font-size: calc(1em + 1vw) } */


/*===========
Changes default styles for 1st 3 headings(h1-h3), list items, paragraph, and hyperlinks
============*/
/* Green heading with Grey background */
  h1 {
    background: #EEE;
    border: 1px solid #CCC;
    color: #88AD1D;
    font-size: 18px;
    padding: 5px 10px;
  }
  /* Grey heading with Grey background */
  h2 {
    background: #EEE;
    border: 1px solid #CCC;
    color: #585858;
    font-size: 18px;
    padding: 5px 10px;
  }
  /* Grey heading with No background */
  h3 {
    color: #585858;
    font-size: 18px;
  }
  /*  */
  h4 {
    color: #3D95D0;
    font-size: 20px;
  }
  /* list and paragraph default style */
  li, p {
    color: #585858;
    font-size:16px;
    line-height: 1.4em;
  }
  /* hyperlink default style */
  a {
    color: #3D95D0;
    font-size: 16px;
    line-height: 1.4em;
  }
  /* green text */
  .green {
    color: #88AD1D;
  }
  /* italicize text */
  .italic {
    font-style: italic;
  }
  /* bolds text */
  .bold {
    font-weight: bold;
  }

  .fontsize14 {
    font-size: 14;
  }

/*===========
footer tweaks
============*/
#footerMenu { color: #585858; }
#footerMenu a:link { color: #3d95d0; }
#footerMenu a:visited { color: #3d95d0; }
#footerMenu a:hover { color :#3d95d0; }
#footerMenu a:active { color: #3d95d0; }

#footercopyright { color: #585858; }
#footercopyright a:link { color: #3d95d0; }
#footercopyright a:visited { color: #3d95d0; }
#footercopyright a:hover { color: #3d95d0; }
#footercopyright a:active { color: #3d95d0; }

#footer td { color: #585858; }
#footer td a:link { color: #3d95d0; }
#footer td a:visited { color: #3d95d0; }
#footer td a:hover { color: #3d95d0; }
#footer td a:active { color: #3d95d0; }


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width: 100% !important;

}

.bx-wrapper img {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
        border-style: solid;
        border-width: 2px;
        border-color: black;
}

/* THEME
===================================*/

.bx-wrapper .bx-viewport {
	position: relative;
	margin: 0 auto;
	width: 100%;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Added by Stephen Hood
===================================*/

#headerContent {
	background-color: #FFFFFF;
}
#right {
	display: none;
}
#content tbody td#center {
	position: relative;
}

.myBiggerButton {
	background-color:#2C70A8;
	-moz-border-radius:3px;
	-webkit-border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	padding:12px 14px;
	text-decoration:none;
}

.myButton {
	background-color:#2C70A8;
	-moz-border-radius:3px;
	-webkit-border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	/* tj font-size:20px; */
       font-size: inherit;
	font-weight:bold;
	padding:10px 12px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#1D6097;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonBlue {
	background-color:#2C70A8;
	-moz-border-radius:3px;
	-webkit-border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
       font-size: inherit;
	/* tj font-size:20px; */
	font-weight:bold;
	padding:10px 12px;
	text-decoration:none;
}
.myButtonBlue:hover {
	background-color:#1D6097;
}
.myButtonBlue:active {
	position:relative;
	top:1px;
}
.center
{
        margin:0 auto;
        display:block;
}

.slider-container {
       
        margin: 0;
        padding: 0;
}

.single-item {
        margin: 0;
        padding: 0;
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
        border-style: solid;
        border-width: 2px;
        border-color: #000000;
}

/* THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Added by Stephen Hood
===================================*/

#headerContent { 
	background-color: #FFFFFF;
	border-bottom: 10px solid #88AD1D;
}
#right {
	display: none;
}
#content tbody td#center {
	position: relative;
}


.myButton {
	background-color:#2C70A8;
	-moz-border-radius:3px;
	-webkit-border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 12px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#9cc423;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonBlue {
	-moz-box-shadow:inset 0px 1px 0px 0px #3D95D0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3D95D0;
	box-shadow:inset 0px 1px 0px 0px #3D95D0;
	background-color:#3D95D0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #3D95D0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 12px;
	text-decoration:none;
}
.myButtonBlue:hover {
	background-color:#3D95D0;
}
.myButtonBlue:active {
	position:relative;
	top:1px;
}
.center
{
        margin:0 auto;
        display:block;
}


.single-item {
        margin: 0;
        padding: 0;
}


.badge {
                width: 300px;
                height: 255px;
                position: relative;
                text-align: center;
                margin: 0 auto;
                background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s6880njsqkgy6a1i.png);
                background-repeat: no-repeat;
                padding-top: 10px;
                padding-right: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
                margin-top: 25px;
                display: inline-block;

}
.badgetext {
                font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
                font-style: normal;
                font-size: 28px;
                display: block;
                padding-top: 174px;
                padding-left: 43px;
                text-align: left;
                color: #FFFFFF;

}

.kittenSeasonBadge {
                width: 300px;
                height: 255px;
                position: relative;
                text-align: center;
                margin: 0 auto;
                background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s6880nt4c6nyvoiv.png);
                background-repeat: no-repeat;
                background-size: contain;
                padding-top: 10px;
                padding-right: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
                margin-top: 25px;
                display: inline-block;

}
.kittenSeasonBadgeText {
                font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
                font-style: normal;
                font-size: 60px;
                display: block;
                padding-top: 174px;
                padding-left: 43px;
                text-align: left;
                color: #ffffff;

}

#footerContent {
                background-color: #ffffff; 
                border-top: 10px solid #88ad1d;
}

ul.a {
  margin: 0;
list-style-position: outside;
}

/* Added by Tracy Jones for new Education and Care pages
===================================*/

.First-Days-and-Weeks {
  width: 487px;
  height: 572px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4a4a4a;
}

.First-Days-and-Weeks .text-style-1 {
  font-size: 30px;
  font-weight: bold;
  color: #e02020;
}

.First-Days-and-Weeks .text-style-2 {
  font-size: 20px;
  font-weight: 600;
  color: #88ad1d;
}

.Set-Up-For-Success-Y {
  width: 933px;
  height: 338px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4a4a4a;
}

.Set-Up-For-Success-Y .text-style-1 {
  font-size: 30px;
  font-weight: bold;
  color: #e02020;
}

.Set-Up-For-Success-Y .text-style-2 {
  font-size: 20px;
  font-weight: 600;
  color: #88ad1d;
}

/* added by tracy to handle online forms with long sentences being chopped off on mobile devices
 per  https://rescuegroups.org/support/ticket?ticketKey=PBH-416324-GRV */

@media only screen and (min-device-width : 350px) and (max-device-width : 550px) {

p {
font-size: 30px;
line-height: 34px;
}

h1, .pageCenterTitle {
font-size: 30px;
line-height: 34px;
}

h2 {
font-size: 30px;
line-height: 34px;
}

h3 {
font-size: 30px;
line-height: 34px;
}

label {
font-size: 40px;
line-height: 44px;
}

ul, li {
font-size: 40px;
line-height: 44px;
}

table#animalSummary {
font-size: 30px;
line-height: 34px;
}

table#animalDetailsAbout {
font-size: 30px;
line-height: 34px;
}

table#description {
font-size: 30px;
line-height: 34px;
}

div#editableAnimalDetailBottom {
font-size: 30px;
line-height: 34px;
}

div#qualities {
font-size: 30px;
line-height: 34px;
}

input, select {
font-size: 30px;
line-height: 34px;
}

input[type='radio'] { 
transform: scale(2); 
margin-left: 10px;
margin-right: 10px;
padding: 10px;

}

#headerMenu {
border-bottom: 0px;
border-top: 0px;
vertical-align: center;
}




#m0m {
padding: 10px;
}

.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
font-size: 28px;
}


.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
font-size: 30px;
padding-top: 15px;
padding-bottom: 15px;
}

/* tj new */
div#bodyContainer {
margin-top: auto;
margin-bottom: auto;
}

#menuLevel0 {
width: 0px;
}

}

@charset "UTF-8";

@media (min-width: 368px){

     /*  a body  td h1 h2 h3 {
                 font-size: 30%;
        } */
       

	#m0m {
		display: inline-block;
              
	}
}

@media (min-width: 768px){
	#m0m {
		display: inline-block;
             
	}
        /* a body  td h1 h2 h3  {
              font-size: 70%;   
              } */
}


@media (min-width: 1024px){
	#m0m {
		display: block;
	}
}


/* tj new */

/* h1 { font-size: 2em }
h2 { font-size: 1.5em }
h2 { font-size: 1.0em } */

/*  html{font-size:110%;}  

@media(min-width:60em){html{font-size: 80%}} */


