/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }
	
/* nfmg edit link colors */

a.rtnav:link {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #1F0F06; margin: 4px 0px 0px 5px; text-decoration: none;
}
a.rtnav:visited {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #723616; margin: 4px 0px 0px 5px; text-decoration: none;
}
a.rtnav:hover {
   font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #1F0F06; margin: 4px 0px 0px 5px; text-decoration: none;
background-color : #F3F0ED; border-color: #1F0F06; border-style: dotted; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}

.galnav li {
	margin-left: -18px;
	list-style-image: url(/images/li-img.gif);
	font: 14px;
}


li a.rtnav:link {
	font: 14px;
}
li a.rtnav:visited {
	font: 14px;
}
li a.rtnav:hover {
	font: 14px;
}

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	   color: #ffffff;
	   background-color: #1f0f06;
	   margin: 0px  0px
	}

/* nfmg layout related styles  */
/* Main Content Related Styles */


.conmargin {
	margin: 15px 11px 11px 11px; background-color: #f3f0ed;
}
.rightwhitebrdr {  border: solid; border-width: 0px 3px 0px 0px; border-color: black #b3adaa black black;
}
.footer {
	clear: both;
	clear: left;
	font-family: SavoySmCaps, Imprint MT Shadow, Georgia, Times New Roman, serif;
	font-size: medium;
	text-align: center;
	padding-bottom: 55px;
	margin-top: 20px;
}
	/* nfmg ITEM page Styles   */
.leftwhitebrdr {
	 border-left: 3px solid #d3c8be;
}

TD, P 
	{ 
	  color: #723616;
	}

	/* nfmg Slideshow styles   */
.slidediv {
	color: #d3c8be;
}
.slidediv span, .slidediv div.desc {
	color: #d3c8be;
}

.slidediv A:link, .slidediv A:visited, .slidediv A:active 
	{ color: #f3f0ed; }
.slidediv A:hover 
	{ color: #723616; }