td  { font-family: Arial, Helvetica, Veranda, sans-serif; 
    font-size: 9pt; }
p	{ font-family: Arial, Helvetica, Veranda, sans-serif; 
    font-size: 9pt; }
h3	{ font-family: Arial, Helvetica, Veranda, sans-serif; 
    font-size: 11pt; }
	
.date{
font:Arial, Helvetica, Veranda, sans-serif;
font-size:9px;
}		
	
.subtitle{
font:Arial, Helvetica, Veranda, sans-serif;
font-size:14px;
font-weight:bold;
color:#ff0000;
text-shadow:#000000;
text-shadow:inherit;
vertical-align:middle;
}		
	
.subtitle2{
font:Arial, Helvetica, Veranda, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
text-shadow:#000000;
text-shadow:inherit;
vertical-align:middle;
}		
	

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 13px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: none;
color: #336666;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #336666;
color: white;
}




/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

#fadeshow1, #fadeshow1 .gallerylayer {background-color:transparent!important;}
#fadeshow1 .gallerylayer img {margin-top: 0!important;}

	.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.slideShow {
			padding: 10px; border: 1px solid #B3B3B3; display: table;
			clear: both;
			margin-bottom: 10px;
		}
		.slideShow .navigation {
			margin-top: 10px;
			clear: left;
			display: block;
		}
		.slideShow .navigation li {
			display: inline;
		}
		.slideShow .navigation a {
			background-color: #B3B3B3;
			margin: 0px 2px 0px 0px;
			padding: 3px 8px;
			color: #232323;
			display: inline-block;
			text-decoration: none;
			font-size: 0.8em;
		}
		.slideShow ul.topNavigation {
			margin: 0px 0px 40px 0px;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #929292;
			color: #000000;
		}
		
		/** slides with more than an image in it **/
		.slide img {
			position: absolute;
		}
		.slide h1 {
			position: absolute;
			background-color: #ffffff;
			left: 0px;
			top: 0px;
		}
		
		/** slides with text over images **/
		.slide p {
			margin: 1em;
			position: absolute;
			right: 0;
			top: 280;
			background-color: #333399;
			color: #fff;
			z-index: 1000;
			padding: 0.2em 0.8em;
		}
		.slide p a {
			color: #fff;
		}
		
		/** slideshow with images in navigation **/
		.navigation.white a, .navigation.white li {
			background-color: #ffffff;
		}
		.navigation.white a {
			border: 1px solid #ffffff;
			padding: 0px;
			line-height: 0.8em;
		}
		.navigation.white a:hover, .navigation.white a.selected {
			background-color: #ffffff;
			border: 1px solid #999;
		}

