﻿
body {  
    color: #000000;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin:   0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;    
    background-image: url(../images/site/fade_gold.jpg);
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
background-attachment:fixed;

}


/*
 background-image: url(../images/site/fade_gold.jpg);
*/

#mainDoc{   
    width: 900px;    
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */            
}


/******************************************************************************/
/******  Main Menu  *************************************************************/
/******************************************************************************/

#menuContainer {
    width: 900px;
    color: #ffffff;
    background-color: #000000;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    margin: 6px 0px 0px;
    border-collapse: collapse;
}
  

/* Main menu styles begin here */    
.mainMenu {
    float: right;
    color: #FFFFFF;  
    padding-right: 8px;  
    font-size: .9em;
    cursor: hand;
    text-decoration: none; 
}

.mainMenu:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.mainMenu:a:visited
{
	color: #FFFF99;
	text-decoration: none;
}

.mainMenu:hover {
    color: #ff0000;
    text-decoration: none;
}

.mainMenu:a:active
{
	color: #FFFF99;
	text-decoration: none;
}

/* End main menu styles. */

/******************************************************************************/
/******  End Main Menu  *********************************************************/
/******************************************************************************/


/******************************************************************************/
/****** Heading and  Page Titles   *************************************************/
/******************************************************************************/
   
#headingContainer {
    width: 900px;    
    background-color: #ffffff;     
    /* background-image: url(../images/Site/bg1.gif);   */
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
    border-collapse: collapse;   
}

.titleContainer
{
    height: 105px;
    width: inherit;
    background-color: #ffffff;
    color: #000000;
    
}   

.titleLogoLeft
{
    height: 105px;
    width: 200px;
    color: #000000; 
    background-color: #ffffff;
    /*  background-color: #37247d;  */
}

.titleMiddle{
    height: 105px;
    width: 580px;
    background-color: #ffffff; 
    /* background-color: #37247d; */
    color: #000000;
}  

.titleLogoRight{
    height: 105px;
    width: 110px;
    background-color: #ffffff; 
    /* background-color: #37247d;    */
    color: #000000;
}    

.pageTitle{ 
  color: #966633; 
  /* color: #ff0000;  */
 font-family: Georgia, Sans-Serif;
  }


.pageSubTitle {
    color: #990000; 
    /* color: #ff0000;    */
 font-family: Georgia, Sans-Serif; 
}

/******************************************************************************/
/******  End Page Title   *********************************************************/
/******************************************************************************/


/******************************************************************************/
/****** Special Content Row 1   ***************************************************/
/******************************************************************************/

/* Section Headers */
#specialContentContainer
{
    width: 900px;
    background-color: #fff;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    border-top: #000000 1px groove; 
    border-collapse: collapse;
    text-justify: inter-word;
    direction: ltr;
    text-indent: 6px;
    text-align: justify;
    padding-right: 4px;
    padding-left: 4px;
} 

#specialContent0Container
{
    width: 900px;
    background-color: #fff;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
   border-top: #000000 1px groove; 
    border-collapse: collapse;
    text-justify: inter-word;
    direction: ltr;
    text-indent: 6px;
    text-align: justify;
    padding-right: 4px;
    padding-left: 4px;
} 

#specialContent1Container
{
    width: 900px;
    background-color: #fff;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
   border-top: #000000 1px groove; 
    border-collapse: collapse;
    text-justify: inter-word;
    direction: ltr;
    text-indent: 6px;
    text-align: justify;
    padding-right: 4px;
    padding-left: 4px;
} 
 
#specialContent2Container
{
    width: 900px;
    background-color: #fff;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    border-collapse: collapse;
    text-justify: inter-word;
    direction: ltr;
    text-indent: 6px;
    text-align: justify;
    padding-right: 4px;
    padding-left: 4px;
} 

#specialContent3Container{
    width: 900px;    
    background-color: #000; 
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
    border-collapse: collapse;   
} 

#specialContent4Container
{
    width: 900px;
    background-color: #fff;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
   border-top: #000000 1px groove; 
    border-collapse: collapse;
    text-justify: inter-word;
    direction: ltr;
    text-indent: 6px;
    text-align: justify;
    padding-right: 4px;
    padding-left: 4px;
} 

#specialContent5Container
{
    width: 900px;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
    border-collapse: collapse;
    color: #ffffff;
    font-family: Georgia, Sans-Serif;
    background-color: #000099;
} 

#xmas3
{
    font-family: Georgia, Sans-Serif;
    font-size: 32px;
    color: #ffffff;
}


/******************************************************************************/
/****** Content Row 1   *********************************************************/
/******************************************************************************/

/* Section Headers */

#content1Container{
    width: 900px;    
    background-color: #ffffff;     
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
    border-collapse: collapse;   
}     

.content1HDRLeft{
    Height:40px;
    width:160px; 
    background-color: #996633;
    color:#000000;   
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;   
    border-bottom:#000000 1px groove; 
}

.content1HDRMiddle{
    Height:40px;
    width:368px; 
    background-color: #996633;
    color:#000000;   
    border-right: #000000 1px groove; 
    border-bottom:#000000 1px groove;    
}        

.content1HDRRight{
    Height:40px;
    width:368px; 
    background-color: #996633;
    color:#000000;     
    border-bottom:#000000 1px groove;    
}

/* End Section Headers */

 
/* Content Row 1 Cells */

.copperCell1Left {
    height: 120px;
    width: 160px;
    color: #000000;
    border-left: #000000 1px groove;  
    border-right: #000000 1px groove;   
    border-bottom: #000000 1px groove; 
    background-image: url(../images/Site/goldGradient2.png);
} 

.Cell1Middle {
    Width:368px;
    color: #000000;
    background-color: #ffffff;    
    border-right: #000000 1px groove;
    border-bottom: #000000 1px groove;  
}

.copperCell1Right {
    width: 368px;
    color: #ffffff;
    background-color: #666666;
    border-right: #000000 1px groove;
    border-bottom: #000000 1px groove;
    background-image: url(../images/Site/400-400goldGradient.jpg);
}  

/* End Content Row 1 Cells */

 
.donateText {
    font-weight: bold;
    font-size: .7em;
    color: #990000;
    line-height: normal;
    font-style: italic;
    font-family: Georgia, Arial, Sans-Serif;
    letter-spacing: normal;
    text-align: left;
    vertical-align: text-top;
    position: static;
    padding-left: 4px;
}


.donate {
    font-weight: bold;
    font-size: .7em;
    color: #990000;
    line-height: normal;
    font-style: italic;
    font-family: Georgia, Arial, Sans-Serif;
    letter-spacing: normal;
    text-align: left;
    vertical-align: text-top;
    position: static;
    padding-left: 4px;
}

.donate:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.donate:a:visited
{
	color: #FFFF99;
	text-decoration: none;
}

.donate:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.donate:a:active
{
	color: #FFFF99;
	text-decoration: none;
}


.adRotatorTable {
    width: 368px;  
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */         
}

.adoptAdRotator {
    height: 110px;
    width: 147px;
    border-right: #cc0000 thin solid;
    border-top: #cc0000 thin solid;
    border-left: #cc0000 thin solid;
    border-bottom: #cc0000 thin solid;
}

.adoptAdRotatorSmall {
    height: 75px;
    width: 147px;
    border-right: #cc0000 thin solid;
    border-top: #cc0000 thin solid;
    border-left: #cc0000 thin solid;
    border-bottom: #cc0000 thin solid;
}

.adRotatorCells {
    border-right: #000000 1px groove;
    border-top: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
}


/******************************************************************************/
/******  End Content Row 1  ******************************************************/
/******************************************************************************/




/******************************************************************************/
/****** Content Row 2   *********************************************************/
/******************************************************************************/

/* Section Headers */

#content2Container{
    width: 900px;    
    background-color:  #ffffff;    
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
    border-collapse: collapse;   
}     

.content2HDRTribute{
    Height:40px;
    width:900px; 
    background-color: #333333;
    color:#000000;   
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;   
    border-bottom:#000000 1px groove; 
}


.content2HDR{
    Height:40px;
    width:250px; 
    background-color: #333333;
    color:#000000;   
    border-right: #000000 1px groove; 
    border-left: #000000 1px groove;   
    border-bottom:#000000 1px groove; 
}

.content2HDRMiddle{
    Height:40px;
    width:398px; 
    background-color: #333333;
    color:#000000;   
    border-right: #000000 1px groove; 
    border-bottom:#000000 1px groove;    
}   
/* End Section Headers */


/* Content Row 2 Cells */

.Cell2Left { 
    height: 225px;
    width: 250px;
    color: #000000;
    border-left: #000000 1px groove;
    border-right: #000000 1px groove;
    border-bottom: #000000 1px groove;
    /*background-color: #ffa500;    */
  background-color: #000000 }
 

.Cell2Middle {
    height: 224px;
    width: 398px;
    color: #000000;
    border-right: #000000 1px groove;
    border-bottom: #000000 1px groove;
    background: url(../images/Site/398-230mum-paw.png) #666666 no-repeat center center;
}


.specialContent4HDR {
    height: 40px;
    width: 900px;
    color: #000000;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #996633;
}

 
.Cell2Right {
    height: 224px;
    width: 250px;
    color: #ffffff;
    border-left: #000000 1px groove;  
    border-right: #000000 1px groove;   
    border-bottom: #000000 1px groove;  
}  

.Cell2RightStPat
{
    height: 224px;
    width: 250px;
    color: #ffffff;
    border-left: #000000 1px groove;
    border-right: #000000 1px groove;
    border-bottom: #000000 1px groove;   
    background-image: url(../images/Events/2010-StPatricksDay/apat13.gif);
    background-repeat: repeat;
    background-color: #66ff66;
}  

/* End Content Row 2 Cells */


#adopt2BoxLeft {
    float: left;
    width:398px;
    margin-top: 9px;
}

.adRotator2Table {
    width: 250px;    
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */         
}


/******************************************************************************/
/******  End Content Row 2  ******************************************************/
/******************************************************************************/



/******************************************************************************/
/****** Banner Rows   ***********************************************************/
/******************************************************************************/


#banner1Container {
    width: 900px;
    height: 75px;
    background-color: #ffffff;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
}  
   
.CafepessHDR {
    font-size: 1em;  font-weight:bold;
    color: #ff0033;
    font-family: 'Palatino Linotype' , Verdana, Arial;
    text-decoration: none;
    padding-left: 4px;        padding-right: 4px;
}     

.CafepessHDR:link { text-decoration: none; } 
.CafepessHDR:a:visited {text-decoration: none;}  
.CafepessHDR:hover {
    text-decoration: underline;
    color: #333333;
}  



#banner2Container {
    width: 900px;       
    background-color:  #333333;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
}   

/******************************************************************************/
/****** End Banner Rows   *******************************************************/
/******************************************************************************/




/******************************************************************************/
/******  Begin Heading Link Style   ************************************************/
/******************************************************************************/

/* Black Section Heading styles begin here */  
.headings {
    color: #000000;
    font-size: 1em;
    font-weight: bolder;
    text-decoration: none; 
}

.headings:link {text-decoration: none; } 
.headings:a:visited {text-decoration: none;}
.headings:hover {color: #ffffff; text-decoration: underline;} 
.headings:a:active { text-decoration: none;} 

/* End Black Section Heading styles*/


/* White Section Heading styles begin here */  

.tempWhite {
    color: #ffffff;
    font-size: 1.5em;   
    font-weight: bolder;
    text-decoration: none;
}

.headingsWhite {
    color: #ffffff;
    font-size: 1em;   
    font-weight: bolder;
    text-decoration: none;
}  

.headingsWhite:link { text-decoration: none; } 
.headingsWhite:a:visited {text-decoration: none;}  
.headingsWhite:hover { text-decoration: underline;}  
.headingsWhite:a:active {text-decoration: none; } 

.headingsWhiteSpecial {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bolder;
    text-decoration: none;
}  

.headingsWhiteSpecial:link { text-decoration: none; } 
.headingsWhiteSpecial:a:visited {text-decoration: none;}  
.headingsWhiteSpecial:hover { text-decoration: underline;}  
.headingsWhiteSpecial:a:active {text-decoration: none; } 

    
/* End White Heading Styles */

/* White and Red Section Heading styles begin here */  
.headingsWhiteRed {
    color: #ffffff;
    font-size: .9em;   
    font-weight: bolder;
    text-decoration: none;
}  

.headingsWhiteRed:link { text-decoration: none; } 
.headingsWhiteRed:a:visited {text-decoration: none;}  
.headingsWhiteRed:hover {
    text-decoration: underline;
    color: #ff0000;
}  
.headingsWhiteRed:a:active {text-decoration: none; } 
    
/* End White and Red Heading Styles */

/******************************************************************************/
/******  End Heading Link Style   **************************************************/
/******************************************************************************/



/******************************************************************************/
/****** iGive     ****************************************************************/
/******************************************************************************/

.iGiveTextContainer
{
    background-color: #333333;
}

.iGiveText {
    font-size: .9em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #333333;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 4px;
    padding-top: 4px;
}

.iGiveText2 {
    font-size: 1.2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #333333; 
    line-height: normal;
    letter-spacing: normal; 
    padding-bottom: 4px;
    padding-top: 4px;
}

.iGiveList {
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #333333;
    vertical-align: middle;
    list-style-position: outside;
    list-style-type: decimal;
    text-align: left;
}

/******************************************************************************/
/****** End iGive   **************************************************************/
/******************************************************************************/



/******************************************************************************/
/****** Footer   ****************************************************************/
/******************************************************************************/

  #footerContainer {
    width: 900px;
    height: 125px;
    background-color: #666666;
    border-right: #000000 1px groove;
    border-left: #000000 1px groove;
    border-bottom: #000000 1px groove;
    margin: 0px;
}   

.footerLogo {
    width: 105px;
    padding-right: 2px;
    padding-left: 2px;
} 
                                  
#footerMiddle{width:690px;  background-color: #666666;} 


.footerLiteral {
    color: #ffffff;
    font-size: small;
    font-weight: bolder;   
}


/* Footer menu styles begin here */
.footerMenu {
    color: #FFFFFF;
    padding-right: 0px;
    font-size: .8em;
    cursor: hand;
    text-decoration: none;
}

.footerMenu:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.footerMenu:a:visited
{
	color: #FFFF99;
	text-decoration: none;
}

.footerMenu:hover {
    color: #ff0000;
    text-decoration: none;
}

.footerMenu:a:active
{
	color: #FFFF99;
	text-decoration: none;
}

/* Selected style */
.footerMenuSelected {
    float: right;
    padding-right: 8px;
    font-size: .8em;
    cursor: hand;
    text-decoration: none;
}

.footerMenuSelected:link
{
	color: #ff0000;
	text-decoration: none;
}

.footerMenuSelected:a:visited
{
	color: #ff0000;
	text-decoration: none;
}

.footerMenuSelected:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footerMenuSelected:a:active
{
	color: #ff0000;
	text-decoration: none;
}

/* End Footer menu styles. */


/******************************************************************************/
/****** End Footer **************************************************************/
/******************************************************************************/
