/*                                                                         */
/* CSS File:      mapping.css                                              */
/*                                                                         */
/* Page Family:   "USGS Geography"                      */
/*                                                                         */
/* Index Page:    http://geography.usgs.gov/index.html                       */
/*                                                                         */
/* CSS Location:  http://nationalmap.usgs.gov/css/                             */
/*                                                                         */
/* Author:        David L. Govoni                                          */
/* Last Modified: 29-August-2001                                           */
/*                                                                         */
/* 10-03-98 Added indent 'text-indent: 12px' control for paragraphs.       */
/* 10-06-98 Removed indent control for paragraphs.                         */
/* 10-26-98 Converted most font-family attributes to sans-serif series.    */
/* 11-04-98 Converted ADDRESS font-family attributes to serif series.      */
/* 12-15-98 Removed @Meta label and changed sans-serif font ordering.      */
/* 01-25-99 Changed link colors.                                           */
/* 01-26-99 Added style definitions for DIR and MENU list elements.        */
/* 04-01-99 BODY background-color attribute reset to #F7EEDD.              */
/* 04-05-99 BODY background-color attribute reset to #FFFBF0.              */
/* 04-05-99 BODY background-color attribute reset to #FFFFCC (browser safe)*/
/* 05-03-99 BODY background-color attribute reset to #FFFBF0.              */
/* 05-27-99 Added color classes based on Visual Identity System palette    */
/* 08-02-99 BODY background-color attribute reset to #FFFBF1.              */
/* 10-06-99 Class .footer font-size reset to .75em.                        */
/* 10-27-99 Re-ordered sans-serif fonts.                                   */
/* 01-31-00 Added A:hover style declaration.                               */
/* 01-31-00 Class .footer font-size reset to .85em.                        */
/* 02-04-00 Change cascade order of sans-serif font families               */
/* 02-08-00 Change .footer class to sans-serif font family                 */
/* 02-09-00 Add new and change existing class attributes                   */
/* 02-15-00 .news and .feature class added                                 */
/* 02-29-00 Substantial reorganization and expansion of the stylesheet     */
/* 03-01-00 Adjusted deprecated elements' attributes                       */
/* 03-02-00 Resized .footer class                                          */
/* 03-03-00 A:hover deactivated: Triggers improper link rendering in WebTV */
/* 02-05-01 A:hover modified to work around improper WebTV link rendering  */
/* 08-01-01 BODY background-color attribute reset to white (#FFFFFF).      */
/* 08-29-01 Added .menusmall class                                         */
/*                                                                         */
                 
/* Body defaults and element declarations                                  */

BODY
   { background-color: #FFFFFF   
     }
    
/* Valid HTML 4.x elements                                                 */

H1, H2, H3, H4, H5, H6
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     color: #006633;
     word-spacing: normal;
     letter-spacing: normal;
     text-decoration: none
     }

CAPTION
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     color: #006633;
     font-weight: bold;
     word-spacing: normal;
     letter-spacing: normal;
     text-decoration: none
     }

ABBR, ACRONYM, ADDRESS, B, BDO, BIG, BLOCKQUOTE, BODY, BUTTON,
CITE, DD, DEL, DFN, DIV, DL, DT, EM,FIELDSET, FORM, 
I, INS, KBD, LABEL, LEGEND, LI, OL, P,
PRE, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP,
TABLE, TBODY, TD, TFOOT, TH, THEAD, TR, UL, VAR
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     word-spacing: normal;
     letter-spacing: normal;
     text-decoration: none
     }

CODE, TT
   { font-family: Courier, "MS Courier New", monospace;
     text-decoration: none
     }
     
/* HTML 4.x deprecated elements                                            */

CENTER, DIR, FONT, MENU, S, STRIKE, U
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     word-spacing: normal;
     letter-spacing: normal;
     text-decoration: none
     }

/* Anchor elements                                                         */

A:link
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     word-spacing: normal;
     letter-spacing: normal;
     color: blue;
     text-decoration: underline
     }
     
A:visited
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     word-spacing: normal;
     letter-spacing: normal;
     color: purple;
     text-decoration: underline
     }
     
A:active 
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     word-spacing: normal;
     letter-spacing: normal;
     color: red;
     text-decoration: underline
     }
                
/* A:hover                                                                 */
/* { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;           */
/*   word-spacing: normal;                                                 */
/*   letter-spacing: normal;                                               */
/*   color: #FFFBF1;                                                       */
/*   text-decoration: none;                                                */
/*   background: #006633                                                   */
/*   }                                                                     */

A:hover
{ font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
  color: red
  }

/* General use class definitions                                           */

/* USGS Visual Identity System color palette classes                       */

.KeyGreen      { color: #006F41 }
.BlueGreen     { color: #007B71 }
.Blue          { color: #0061A3 }
.Purple        { color: #180F9B }
.RedViolet     { color: #8F009A }
.Red           { color: #FB0032 }
.YellowOrange  { color: #F99B00 }

.DarkGreen     { color: #1E4D2B }
.DarkBlueGreen { color: #00443F }
.DarkBlue      { color: #002F57 }
.DarkPurple    { color: #201258 }
.DarkRedViolet { color: #641B56 }
.Burgundy      { color: #881535 }
.Brown         { color: #8D4200 }

.LightBlue     { color: #6AC3F2 }
.Yellow        { color: #FFBD00 }
.GreenGrey     { color: #66A48B }
.BlueGrey      { color: #91B0BD }
.LightGrey     { color: #C7B5BC }
.WarmGrey      { color: #A79D95 }
.Tan           { color: #C19967 }

/* Additional "browser safe" color classes                                 */

.black         { color: #000000 }
.blue          { color: #006699 }
.blue1         { color: #0000FF }
.green         { color: #006633 }
.green1        { color: #00FF00 }
.red           { color: #FF0000 }

/* Size classes                                                            */

.feature
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     font-size: small
     }
.footer
   { font-size: x-small;
     font-family: Geneva, Arial, Helvetica, Univers, sans-serif
     }
.news
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     font-size: small
     }
.reduced80
   { font-size: 80%
     }
.reduced75
   { font-size: 75%
     }
.reduced70
   { font-size: 70%
     }
.reduced65
   { font-size: 65%
     }
.reduced60
   { font-size: 60%
     }              
.small
   { font-size: 9pt;
     font-family: Geneva, Arial, Helvetica, Univers, sans-serif
     }      
.smallblue
   { color: #006699;
     font-size: 9pt;
     font-family: Geneva, Arial, Helvetica, Univers, sans-serif
     }
.smallblack
   { color: #000000;
     font-size: 9pt;
     font-family: Geneva, Arial, Helvetica, Univers, sans-serif
     }      
.smallgreen
   { color: #006633;
     font-size: 9pt;
     font-family: Geneva, Arial, Helvetica, Univers, sans-serif
     }
                 
/* Miscellaneous classes                                                   */                 

.menu
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif
     }
.menusmall
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     font-size: x-small
     }
.menugreen
   { color: #006633;
     font-family: Geneva, Arial, Helvetica, Univers, sans-serif                 
     }
.subhead
   { font-family: Geneva, Arial, Helvetica, Univers, sans-serif;
     color: #FFFFFF;
     background: #006633
     }

/*                                                                         */
/* End of mapping.css Cascading Style Sheet                                */
/*                                                                         */
