/* 
    Document   : css_addons.css
    Created on : Jan 8, 2010, 12:12:40 AM
    Author     : icontactwebdesign.com    
	Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* LEFT HAND NAVIGATION CATEGORIES MENU STLYING */
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/

/* Top level links */

.catmenu A:LINK {color: #8a7b3a;}

UL.catMenu LI {
    font-family: Georgia, "Times New Roman", Times, Serif;
     color: #8a7b3a;  /* Same color as Categories Header .... */
    font-size: 14px; /* Same size as Categories Header */
}

/* Child level links */
UL.subMenu LI {
    font-family: Arial, helvetica, sans-serif; font-size: 0.8em; 
}





/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MISC */
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/

/* Allows for centering of tables in firefox (where you would normally use a <table align="center" ...
instead use a <table align="center" class="center" .... */

.center {
    margin: 0 auto;
    text-align: center;
}


