/*  CSS DOCUMENT                                     */  
/*  Written By Huffman Associates Of Ohio July 2006  */ 
/*             WWW.HuffmanAssociatesOfOhio.com       */ 

{ } 

/* Order is critical; last matching status rules     */ 

  a.nolines:link   	{color: green; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12} 
  a.nolines:visited {color: green; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12} 
  a.nolines:active  {color: green; text-decoration: none;      font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12} 
  a.nolines:hover  	{color: green; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: normal; font-size: 12}  
    
  a.lines:link    	{color: green; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: italic} 
  a.lines:visited 	{color: green; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: italic} 
  a.lines:hover   	{color: green; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: italic}  
  a.lines:active  	{color: green; text-decoration: underline; font-family: Shruti; font-weight: bold; font-style: italic} 

   .footer {font-size:      12px;
            font-family:   	Courier New;
            text-align:     center;
            color:          green;
            border-style:   ridge;
            border:         0px;
            border-color:   green;
            }
   .page {background-color:  white;
   		  border: 			 none; 
		  font-size:         16px;
		  margin:            4px; 
		    }
   .spring {background-color:  #00AA00;
            border-style:      ridge;
            border:            0px;
            border-color:      grey;
            height:            20px;
			width:				25%;	
            vertical-align:    top;
            text-align:        center;	
            color:             white;
            font-weight:       bold;
            }
   .summer {background-color:  #FF4400;
            border-style:      ridge;
            border:            0px; 
            border-color:      grey;
            height:            20px;
			width:				25%;	
            vertical-align:    top;
            text-align:        center;
            color:             white;
            font-weight:       bold;
            }
   .fall   {background-color:  #FFBB00;
            border-style:      ridge;
            border:            0px;
            border-color:      grey;
            height:            20px;
			width:				25%;	
            vertical-align:    top;
            text-align:       center;
            color:             white;
            font-weight:       bold;
            }
   .winter {background-color:  #0088FF;
            border-style:      ridge;
            border:            0px;
            border-color:      grey;
            height:            20px;
			width:				25%;
            vertical-align:    top;
            text-align:        center;
            color:             white;
            font-weight:       bold;
            }            
   .table {border-style:	    ridge;
           border:          0px;
           border-color:    green;
           vertical-align:  top;
		   text-align:      center;
		    }               
   .row   {border-style:  	double;
           border:          0px;
           border-color:    green;
           vertical-align:  top;
           text-align:      center;
		   color:			green;
		   font-size:		14px;
		   font-weight:		bold;
           }
	.news {border-style:  	double;
           border:          0px;
           border-color:    green;
           vertical-align:  top;
           text-align:      center;
		   color:			green;
		   font-size:		24px;
		   font-weight:		bold;
           }	   
   .services  {border-style:  	double;
           border:          0px;
           border-color:    green;
           vertical-align:  top;
           text-align:      left;
		   font-size:   	28px;
		   color:			green;
		   font-weight:		bold;
		   list-style-type:	none;
		   }	
   .services_title  {border-style:  	none;
           vertical-align:  top;
           text-align:      left;
		   font-size:   	28px;
		   color:			green;
		   font-weight:		bold;
		   list-style-type:	none;
           }					
   .marquee {font-family: Impact;
             font-size:   25px;
             font-weight: bold;
             font-style:  italic;
             background-color: #663300;
             color:            white; 
             }
   .banner {border-style:    none;
           text-align:      left;
           font-family:     Impact;
           font-size:       20px;
           font-weight:     bold;
           color:           green;
		   vertical-align:  top;
		   }       
   .address {border-style:    none;
           text-align:      left;
           font-family:     Impact;
           font-size:       20px;
           font-weight:     normal;
           color:           green;
		   }
   .tree      {
            text-align:    		right;
			font-size:			20px;
			font-weight:     	bold;
			color:				green;
			vertical-align:		top;
			}
	li.list_off    {list-style-type:		none;
				color: 					green}	
    li.list_off_small {list-style-type:	none;
				font-size:				17px;
				font-weight:			normal;
				color: 					green}					
{ }