/*******************************************************************************/
/* File:    umi.css																														 */		
/*          Style sheet definitions for the United Members Insurance website   */
/* Created: 28 September 2007                                                  */
/* Updated:                                                                    */
/*******************************************************************************/


body          { font-family:         "Arial", "Comic Sans MS";
                color:               #000000;
                background-image:    url(images/beige031.jpg);   
                }
h1, h2, h3, h4, h5, h6 {
                color:               #000000;
                font-family:         "Arial", "Comic Sans MS";
                }

table.head1   {
								font-size:					 24;
                font-weight:         bold;								
								border:							 10px solid black;
							  }
table.head2   {
                font-family:         "New Times Roman";
								font-size:					 20;
                font-weight:         normal;
/*              font-style:          italic;								  */
								border:							 medium solid red;
								text-align:          center;
							  }							  
table.contactbox   {
								border:							 medium solid black;

								}
table.adbox1  {
				/*      border:							 medium solid black;  */
								width:               60%;
								text-align:          justify;
								}
table.adbox2  {
								border:							 thin solid black;
								width:               75%;
								text-align:          justify;
								color:							 red;
								}



#menu         {
                height:              auto;
                width:               auto;
                }

#menu ul      {
                list-style-type:     none;
                margin:              0;
                padding:             0;
                border:              none;
                }

#menu li      {
                height:              70px;
                width:               150px;
                margin:              5px;
                font-family:         "Arial","Comic Sans MS";
                font-size:           16;
                font-weight:         bold;
                text-align:          center;
                line-height:         70px;
                background-image:    url(images/UMI-Nav-Hand_std.gif);
                background-repeat:   no-repeat;
                }

#menu li a    {
                display:             block;
                height:              100%;
                width:               100%;
                text-decoration:     none;
                color:               #000000;
                }

#menu li a:hover { 
                font-style:          italic;
                background-image:    url(images/UMI-Nav-Hand_hover.gif);
                background-repeat:   no-repeat;
                }

#menu li.youarehere {
                background-image:    url(images/UMI-Nav-Hand_here.gif);
                background-repeat:   no-repeat;
                border:              thin dashed #FFB2B5;
                }

#saveup a     {
                font-style:          normal;
                text-decoration:     none;
                }
#saveup a:hover  {
                font-style:          normal;
                text-decoration:     none;
                }

A:link       { text-decoration:      none;
               color:                #0000FF;
               }
A:visited    { text-decoration:      none;
               color:                #2020FF;
               }
A:active     { text-decoration:      none;
               color:                #FF0099;
               }
A:hover      { text-decoration:      underline;
               font-style:           italic;
               color:                #0000FF;
               }

.compname     { font-style:          normal;
                font-weight:         bold;
                }
.empname      { font-size:           125%;
                font-weight:         bold;
                }
.emptitle     { font-size:           90%;
                font-weight:         bold;
                color:               #000000;
                }
.empinfo      { font-size:           80%;
                color:               #000000;
                font-weight:         normal;
                }
.empduties    { font-size:           85%;
                color:               #000000;
                font-weight:         normal;
                }
.fineprint    { font-size:           8pt;
                }

.hdrtagline   { font-style:          italic;
                }
.hdrbusiness  {
                }
.logotext     { font-size:           24pt;
                font-style:          normal;
                font-family:         "Script MT Bold";
                }
.moreabout    { font-size:           10pt;
                font-style:          italic;
                }
.nodehere    { color:            red;
               background-color: yellow;
               }
.nodenothere {
               }                
.ordertext    { font-style:          italic;
                color:               #C80000;
                }
.prodname     { font-weight:         bold;
                }
.pagetitle    { font-size:           18pt;
                font-weight:         bold;
                }
.salutation   { font-size:           14pt;
                }

.saveup1      { font-size:           16pt;
                font-weight:         bold;
                text-decoration:     none;
                color:               #000000;
                }
.saveup2      { font-size:           18pt;
                font-weight:         bold;
                text-decoration:     none;
                color:               #FF0000;
                }
.saveup3      { font-size:           14pt;
                text-decoration:     none;
                color:               #000000;
                }







