/* This is the Second Site style sheet with my modifications.   */


     body  { padding: 5px 0 0 0;
           }

     #header h1 { font-weight: bold;
                  padding-left: 20px;
                }
/*                  Note: See English and Ameroican h1 style below   */

     #content  { background-image: url(../images/crest_lion_1.png); 
                 background-repeat: repeat-y;
                 padding-left: 200px;
               }		

     #footer   { border-top: 2px solid black;
                 background-color: #F8F7DA;
                 padding: 0  0 20px 0;
               }

     #ss_footer { margin: 10px 0 20px 0;
                  font-size: 1.2em;
                }

     #personindexes #footer_div {border-top: 2px solid black; }
     
     #personpages #footer_div {border-top: 2px solid black; }
    
     #footer_div  { border-bottom: 2px solid black;
                    padding: 10px 0 25px 70px;
                    background-color: #EBEACB;
                    font-size: 1.2em;
                    font-weight: bold;
                    text-align: left;
                  }

     #footer_div a { font-weight: bold; }

     #footer_links1 { margin: 10px 0 0 0;
                    }

     .footer_links2 { margin: 10px 0 0 0;
                    }

    #menubottom { margin: 20px 0 20px 160px;;
                } 

    #menubottom li { display: block;
                     float: left;
                     width: 100px;
                     font-size: 1.1em;
                     font-weight: bold;
                     background-color: #D0E5EA;
                     border-top: 3px solid #AABADD;
                     border-right: 3px solid #648DC7;
                     border-bottom: 3px solid #022F55;
                     border-left: 3px solid #0469B3;
                     margin: 0 10px 0 50px;
                     padding: 2px 15px 2px 15px;
                   }

    #menubottom li a { text-decoration: none;
                       color: black;
                     }

    #menubottom li a:hover { text-decoration: underline;
                             color: #AB5500;
                           }

/*   ********  Person Pages 'Disclaimer' specific styles   ********   */

  #extra_ft { display: none;
              border-bottom: 2px solid black; 
              width: 750px;
              margin: 0 0 20px -70px;
              background-color: #FFF99D;
            } 

  #personpages #extra_ft {display: block; }

	#disclaim { width: 600px;
              font-size: 1.0em;
              font-style: italic;
              text-align: justify;
              margin: 0 0 10px 0;
              padding: 1px 0 0 80px;
            }
            
  #personpages #footer_div { padding-top: 0; }            
            
/*   **************************************************   */

/*   ********  American page specific styles   ********   */

       body.american { background-image: url(../images/bg_us_1.jpg);
                     }

      .american #header { background-image: url(../images/hd_us_1.png);
                        }

      .american #header h1 { color: black;
                           }

      #mainpage.american h1 { margin-top: 23px;
                            }

/*   **************************************************   */

/*   *********  German page specific styles   *********   */

       body.german { background-image: url(../images/bg_ger_1.png);
                   }

      .german #header { background-image: url(../images/hd_ger_1.png);
                      }

/*   **************************************************   */

/*   *********  UK page specific styles   *********   */

       body.english { background-image: url(../images/bg_ger_1.png);
                    }

      .english #header { background-image: url(../images/hd_uk_1.png);
                       }

      .english #header h1 {color: black;
                          }

/*   **************************************************   */

/* ---  Revisions -------

	Rev. 100;
        Rev. 101;  (5-11-2009)
        Rev. 102;  (5-13-2009)  added page type specific stypes
        Rev. 103;  (9-16-2010)  modified #footer_div, #footer_links1, #footer_links2
        Rev. 104;  (4-22-2011)  added #personindexes #footer_div  and  #personpages #footer_div 
        Rev. 105;  (4-22-2011)  added modifications for "English" page specific styles 
        Rev. 106;  (10-26-2012) changed #footer_links2 to .footer_links2 

------  End Revisions ---*/

