body {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#333333;	
	font-weight:normal;
}

p {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;	
	font-weight:normal;
	text-align: justify;
	margin: 0px;
	line-height: 16px;
}

ul {text-align:left; font-size:11px; font-weight:500; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-decoration:none; list-style-image:url("../images/dot.gif"); line-height:16px;}

h1 {
	color:#903F98;
	font-weight:normal;
	font-size:22px;
	font-family:Times New Roman,Times,sans-serif;
	margin: 0px;
	line-height: 22px;
}

h2 {
	color:#903F98;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;#
	line-height: 18px;
}

a, a:link, a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#903F98;
}
a:hover, a:active {
	color:#006600;
}

#wrapper {
	border:2px solid black;
}
#maptxt { color:#8c4297; font-weight:bold;
	padding-left:15px;
	padding-bottom:15px;
	font-size:11px;
}
td#content { padding:20px; font-size:11px;}

#content {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#333333;	
	font-weight:normal;
}

#menu, #menu a:link, #menu a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#624C90;
	font-weight:bold;
}
#menu a:hover, #menu a:active {
	color:#009900;
}

#footer, #footer a:link, #footer a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#624C90;
	font-weight:bold;
}
#footer a:hover, #footer a:active {
	color:#009900;
}

#copy, #copy a:link, #copy a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#624C90;
	font-weight:normal;
}
#copy a:hover, #copy a:active {
	color:#009900;
}

#cms H1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#7f298a;
	font-weight:bold;
}
#cms a {
	text-decoration:none;
	font-size:11px;
}
#cms table.filter {
	background-color:#e9e8f0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}	
#cms .filter td{
	color:#5a517c;
	font-weight:bold;
	font-size:11px;
}
#cms .text {
	font-size:11px;
}

#cms .stat {
	width:165px;
	display:block;
	float:left;
	height:40px;
}
#cms .stat input { width:130px; font-size:11px;}
#cms .stat span {
	visibility:hidden;
}	
input.field {width:360px;}
.nav {
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
}
table_calendar {
	width:200px;
}
table_calendar td{
	width:30px;
}
table_calendar, table_calendar td {
	text-align:center;
	font-weight:bold;
	font-size:10px;
}

/* lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/* end lightbox */