/* Style Sheet for Vonada Stone Company */
/* Web site located at: http://vonadastone.com */
/* Developed by John and Susan Howell, */
/* Kansas on the Net, kotn.org */
/* June 2003 */

body { 
   font-family: verdana, arial, helvetica, sans-serif; 
   margin-top: 0; 
   margin-left: 0; 
   margin-right: 0; 
   margin-bottom: 0;
   color: #996699; 
   background-color: #eeeeee;
   font-size: x-small; 
   }

table, tr, td, ul, ol, li, dl, dt, dd { 
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: x-small; 
   }

/* bgpage is the entire page background */
 .bgpage { 
   color: #000000; 
   background-color: #eeeeee; 
   } 

/* banner defines the background and text style for the banner */
.banner { 
   color: #000000; 
   background-color: #dddddd;
   background-image: url(images/bannerbg.jpg);
   }

/* bgleft is the background for the left border of the page body */
.bgleft { 
   background-image: url(images/bgleft.gif); 
   color: #000000;
   background-color: #c9b8ac;
   }

/* bgbody is the background for the central part of the page body */
.bgbody {  
   color: #000000; 
   background-color: #ffffee; 
   }

/* bottomlinks define style of links along the bottom */
.bottomlinks {
   text-decoration: underline; 
   font-family: verdana,arial,helvetica, sans-serif; 
   font-style: italic; 
   font-weight: bold; 
   }
 
/* leftlinks defines the text type for left column of links */
.leftlinks {
   text-decoration: none; 
   font-family: verdana,arial,helvetica, sans-serif; 
   font-style: normal; 
   font-size: x-small;
   font-weight: normal; 
   }

/* linksimg defines the style when images are links */
/*.linksimg {  */
/*   border-color: #000000;  */
/*   border-width: 1px;  */
/*   } */

/* left link attributes */
a.leftlinks:link { 
   color: #006633;
   background-color: transparent; 
   font-weight: bold;
   font-size: x-small; 
   }
a.leftlinks:visited { 
   color: #336699; 
   background-color: transparent;
   font-size: x-small;
   }
a.leftlinks:hover {
   color: #000000; 
   background-color: #ffffcc;
   text-decoration: underline; 
   font-size: x-small;
   }

/* normal link attributes */
a:link { 
   color: #333300; 
   background-color: transparent; 
   }
a:visited { 
   color: #996633; 
   background-color: transparent;
   }
a:hover {
   color: #000000; 
   background-color: #ffffcc;
   text-decoration: underline; 
   }

/* a.nobg prevents hover background color when used with image links */
a.nobg:hover {
   background-color: transparent; 
   }

/* bghere is the style for the "You are here" line and bottom links*/
.bghere { 
   color: #000000; 
   background-color: #eeeeee;
   font-family: verdana,arial,helvetic,sans-serif;
   font-size: 80%;
   }

/* bgright is the background for the right panel of the page body */
.bgright { 
   background-image: url(images/bgright.jpg); 
   color: #000000; 
   background-color: #eeeeee;
   }

/* h2 */
h2 { 
   font-family: arial, helvetica, sans-serif; 
   color: #996633; 
   background-color: transparent;
   font-style: italic;  
   }

/* pagetitle is style of sub page titles */
.pagetitle { 
   font-family: arial, helvetica, sans-serif; 
   color: #666666; 
   background-color: transparent;
   font-style: italic; 
   font-size: 150%; 
   font-weight: bold;
   }
/* h3 */
h3 { 
   font-family: arial, helvetica, sans-serif; 
   color: #996633; 
   background-color: transparent; 
   font-style: italic; 
   }
   
h4 {
   font-family: arial, helvetica, sans-serif; 
   color: #060;
   font-style: italic; 
   }

/* sect is like h3 without a line feed */
.sect  { 
   font-family: arial, helvetica, sans-serif; 
   color: #996633; 
   background-color: transparent; 
   font-style: italic; 
   font-size: 110%;
   font-weight: bold;
   }

/* inactive = grey out the link that refers to the current page */
.inactive  { 
   color: #666666; 
   background-color: transparent; 
   font-weight: normal;
   font-size: x-small;
   }

/* bghl is a background color to highlight an area */
.bghl { 
   color: #000000; 
   background-color: #eeeeff; 
   } 

/* photo is for the text under photos */
.photo  { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 80%;
   color: #000000; 
   background-color: transparent; 
   }

/* bgbotton is the style for the bottom links*/
.bgbottom { 
   color: #000000; 
   background-color: #eeeeee;
   font-family: verdana,arial,helvetic,sans-serif;
   font-size: 80%;
   }

/* footing defines the background and text used in the page footing */
.footing { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 70%; 
   color: #996633; 
   background-color: #dddddd; 
   }
