/* ------- FOOTER -------------- */

/******************
*
* Change - All the footer css was moved to weddingdirectory/layout/footer_html.css
* Why - We need to have both the main site and the weddingdirectory site have the same footer.  
*       The weddingdirectory part doesn't have access to include from the main site, so the main site (default.php) has to include from weddingdirectly.
*   Thus... We only want one footer_html.css, so it's kept in weddingdirectory/layout as well
*
* Josh Smith - 10aug09
*
            font-weight: normal; 
            .footerText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #620E81}

*************/



.footerRow {background-color: #620E81; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; height: 18px; color: #FFFFFF
           }



.footerText {font-family: Tahoma, times new roman, sans-serif; font-size: 8pt; color: #620E81}



a:link.footerLink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #FFFFFF}



a:visited.footerLink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #FFFFFF}



a:link.footerLink2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #620E81}



a:visited.footerLink2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #620E81}

/* just moved this line from the bottom of this file to here to be with all the other 'footer..' classes  */
a:hover.footerlink3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; text-decoration: none; color: #999999
                font-weight: normal;
                }
				
a:link.footerlink3 {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 6pt; color: #999999
                font-weight: normal;
                }
				
a:visited.footerlink3 {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 6pt; color: #999999
                font-weight: normal;
                }



