BODY { scrollbar-base-color: #A2A292; }




 /* LINK COLORS */

a:link		{ color: #663300; text-decoration: none }

a:visited	{ color: #CC9900; text-decoration: none }

a:active	{ color: #663300; text-decoration: none }

a:hover		{ color: #FFCC00; text-decoration: underline }




 /* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */

TABLE 		{ COLOR: #444444; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }


.smalltitle 	{ COLOR: #333366; FONT: bold normal 14px/20px verdana, arial, sans-serif; }


.phonetitle 	{ color: #333366; font: normal 14px/20px verdana, arial, sans-serif; }

#ZOOM 			{ LEFT: 10px; POSITION: absolute; TOP: 31px; z-index:10; }


 /* IMAGE BORDERS */


.borders img{
border: 1px solid #5A402F;
}
.borders:hover img{
border: 1px solid #FFCC00;
}
.borders:hover{
color: #FFCC00; /* irrelevant definition to overcome IE bug */
}




.button-popups { background-image:   url(picts/buttonon-popups.gif);
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #996600;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		margin:1px;
		


.buttonon-popups { background-image: url("picts/buttonon-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #996600;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		margin:1px;
		





 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
}
@media screen{
.printonly 	{ display:none; }
}

.button { 	background-image:  url(picts/button.gif);
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #996600;
		font-size: 8pt;
		height: 21px;
		width: 110px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #996600 1px solid; }

.buttonon { background-image:   url(picts/button.gif);
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #996666;
		font-size: 8pt;
		height: 21px;
		width: 110px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #996666 1px solid; }






 /* POSITION OF THE PICTURE ON ALL NON-GALLERY PAGES */


#pictures { LEFT: 10px; POSITION: absolute; TOP: 15px }


a.menu-nav:link 	{ 
		  background-color:#EFF5EF;
		  color: #663300;
		  border: #663300 1px solid;
			}


a.menu-nav:visited 	{ 
		  background-color:#EFF5EF;
		  color: #C0AB96;
		  border: #663300 1px solid;
			}


a.menu-nav:hover 	{ 
		   background-color:#FFFFFF;
		   color: #FF9900;
		   border: #FFCC00 1px solid;
		   text-decoration: none; 
			}
