/* classes for general styles used throughout the site*/

.maintext {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;	
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;	
}

.photocaption {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #000000;
}

a.sitelink {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:visited.sitelink {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
	
}

a:active.sitelink {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:hover.sitelink {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : red;
	text-decoration : underline;
}

a.navlink {
	font-family : Verdana, Arial;
	line-height:18px;
	font-size : 12px;
	color : #808080;
	text-decoration : none;
}

a:visited.navlink {
	font-family : Verdana, Arial;
	line-height:18px;
	font-size : 12px;
	color : #808080;
	text-decoration : none;
	
}

a:active.navlink {
	font-family : Verdana, Arial;
	line-height:18px;
	font-size : 12px;
	color : #808080;
	text-decoration : none;
}

a:hover.navlink {
	font-family : Verdana, Arial;
	line-height:18px;
	font-size : 12px;
	color : #808080;
	text-decoration : underline;
}

a.gallerylink {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
}

a:visited.gallerylink {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
	
}

a:active.gallerylink {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
}

a:hover.gallerylink {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}
/* default styles - do not edit - for menu if required*/
.clCMEvent{
	position:absolute; 
	width:99%; 
	height:99%; 
	clip:rect(0,100%,100%,0); 
	left:0; top:0; 
	visibility:visible;
}
.clCMAbs{
	position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0;
}
/* default styles - end */

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position:absolute; 
	padding:4px; 
	font-family:tahoma,arial,helvetica; 
	font-size:12px; 
	font-weight:bold;
}
.clLevel0{
	background-color:#333333; 
	layer-background-color:#333333; 
	color:#333333;
}
.clLevel0over{
	background-color:#333333; 
	layer-background-color:#333333; 
	color:#333333; 
	cursor:pointer; 
	cursor:hand; 
}
.clLevel0border{
	position:absolute; 
	visibility:hidden; 
	background-color:#333333; 
	layer-background-color:#333333;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position:absolute; 
	padding:8px; 
	font-family:verdana,arial,helvetica; 
	font-size:10px; 
	font-weight:BOLD;
}
.clLevel1{
	background-color:#CDDCD6; 
	layer-background-color:#CDDCD6; 
	color:#437862;	
}
.clLevel1over{
	background-color:#F0F5F3; 
	layer-background-color:#F0F5F3; 
	color:#437862; 
	cursor:pointer; 
	cursor:hand;
}
.clLevel1border{
	position:absolute; 
	z-index:500; 
	visibility:hidden; 
	background-color:#ffffff; 
	layer-background-color:#ffffff;
}