/*
/STYLE.CSS
The top level style sheet for the VashonMassage.com web site,
overridden, if desired, by a subsite's own ***.CSS file
NOTE:  This style sheet assumes a user has some Fonts available 
and is interested in high quality display

-old fonts:Verdana, Geneva, Arial, Helvetica, sans-serif;
-new fonts:Calisto MT, Garamond, Bodoni MT, Times New Roman, serif;
*/

/*       -----------------------------------------------------------------------------   */
/*	Element Selectors */
        h1, h2, h3, h4, h5, h5, h6, h7, h8, h9, body, p  { Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
        h1 { border-bottom: 5px double black; text-align: right; Font-Size: 175%; }
        h2 { Font-Size: 175%; Color: #1D4F2B;}
        h3 { Font-Size: 150%; font-weight:bold; Line-Height: 1.2em; letter-spacing:1pt; margin-top:-1; margin-bottom:-1; Color: #1D4F2B;}
        h4 { Font-Size: 125%; Color: #1D4F2B;}

        body, p {
                Font-Family: Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                /*Line-Height: 110%;*/
                /*size="4" is ok; px prints poorly; pt not user adjustable*/
                font-style:normal; font-variant:normal; font-weight:normal; /*font-size:1.15em*/
				color: #CB565C ;/*#808080;*/
        }
		/* background-image: url(images/Flower-25.gif);*/
		body {	
				background-repeat: no-repeat;
				background-position:center;
			 }
		img {
				margin: 10px;
			}
        
        td {  
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
                Font-Size: 1.0em
        }
        
        ul { 
                Font-Family: Verdana; 
                Font-Size: 1.1em; 
                Line-Height: 1.1em; 
                Color:#996633;
        }
        
        
        /* For best result keep the A:pseudo-classes below in this order... */                 
        A:link {
		        /* unvisited*/
                text-decoration: none;
                Color: #1D4F2B;				
        }
		/* Color: #36F; */
        
        A:visited{
                text-decoration: none;
                Color: #1D4F2B; /*#00C;*/
        }
        
        A:hover {
                text-decoration: none;
                Color: #09F;
        }
        
        A:active {
                text-decoration: underline;
                Color:#0CF;
        }

/*  ----------------------------------------------------------------------------- 
	Attribute Class Selectors: use <p class="name"> to trigger 
	grey - rgb(193,180,164)
*/
        .Small {
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 0.9em;
                Color: #1D4F2B;
                Line-Height: 0.95em;
        }
        
        .SmallLink {
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 0.9em;
                Color: #1D4F2B;
                Line-Height: 0.95em;
				text-decoration:none;
        }

        .Medium {
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 1.0em;
                Color: #1D4F2B;
                Line-Height: 1.05em;
        }
        .MediumLink {
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 1.0em;
                Color: #1D4F2B;
                Line-Height: 1.05em;
				text-decoration:none;
        }
		
        .Large {
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 1.10em;
                Line-Height: 110%;
                Color: #1D4F2B;
        }
        .LargeLink {
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 1.10em;
                Line-Height: 110%;
                Color: #1D4F2B;
				text-decoration:none;
        }

        .Caption {
                Font-Family: Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 1.0em;
                Font-Weight: bold;
                Line-Height: 100%;
        }

        .WhiteCaption {
                Font-Family: Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                Font-Size: 1.0em;
                Font-Weight: bold;
                Line-Height: 100%;
                Color: White;
        }
        
        .Black {
        		Color: Black;
        		}

        .White {
        		Color: White;
        		}
				

/*       -----------------------------------------------------------------------------   */
/*	Attribute ID Selectors: use <p ID="name"> to trigger; ID #'s can ONLY be used once per page... */
        #hidden { display: none; }
        
        .Point			{ CURSOR: hand; }
        .DontPoint		{ CURSOR: default; }
        
        /*
        <H44 onmouseover="javascript:this.style.Color='#6633FF'"
                onmouseout="javascript:this.style.Color='#000000'">
        This headline will change to purple when the mouse touches it, and back to black when the mouse moves off of it</H44>
        */
        
        <style fprolloverstyle>A:hover {Color: #FF0000; Font-weight: bold}</style>
               
        .largeFont {  
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
                Font-Size: 1.2em; Font-weight: bold; Font-style: normal; Line-Height: 1.6em
        }
        
        .mediumFont {  
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
                Font-Size: 1.2em; 
                Line-Height: 1.9em; 
                Font-style: italic
        }
        
        .standardFont {  
                Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
                Font-Size: 1.0 em; 
                Line-Height: 1.8em; 
                Color:rgb(193,180,164);
        }.Right {
	right: 25px;
}
