body {
	font-family : Arial;
	font-size : x-small;
}
p {
	font-family : Arial;
	font-size : x-small;
}
.sitetitle {
	text-decoration: none;
	font-size:7.5pt;
	font-weight:bold;
	color: red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.redtext {
	text-decoration: none;
	font-size:7.5pt;
	font-weight:bold;
	color: #ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.address {
	text-decoration: none;
	font-size:8.5pt;
	font-weight:500;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.copyright {
	text-decoration: none;
	font-size:8.5pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

a.copyright:link { color: #666666; }
a.copyright:visited { color: #666666; }
a.copyright:active { color: #000066; }
a.copyright:hover { color: #000066; }

#Tmenu td { padding:2px 0px 2px 13px; }

.menuBlock { background-color:#ffffff;width:5;height:5;float:left;
	margin-top:5px;
	margin-right:2px;
}
.menuBlock img {width:5;height:5;}
td.section {background-color:#DDDDDD; border-top:1px solid #ffffff;}
td.sectionAct {background-color:#006699; border-top:1px solid #ffffff;}

a.section {
	text-decoration: none;
	font-weight:bold;
	font-size:9pt;
	cursor: hand;
	color: #333333;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
a.section:link { color: #333333; }
a.section:visited { color: #333333; }
a.section:active { color: #003399; }
a.section:hover { color: #003399; }

td.sectionAct a.section:link { color: #ffffff; }
td.sectionAct a.section:visited { color: #ffffff; }
td.sectionAct a.section:active { color: #ffffff; }
td.sectionAct a.section:hover { color: #ffffff; }


a.menu {
	text-decoration: none;
	font-size:9pt;
	cursor: hand;
	color: #000000;
	font-family:verdana, Arial, Helvetica, sans-serif;
}
a.menu:link { color: #000000; }
a.menu:visited { color: #000000; }
a.menu:active { color: #003399; }
a.menu:hover { color: #003399; }

.field {width:200px; font-size : xx-small;}
textarea.field {font-size : x-small;}

a.nav { color: blue; text-decoration:none; font-weight:bold;}

.popup {
	width: 190px;
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: hidden;
}

.ppTable {
	background-color:#cccccc;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#Tmenu .ppTable td { padding:0px 0px 0px 0px; }
.ppTable td {border-top:1px solid #ffffff; }
.ppTable .menuBlock {display:none;}
.ppTable a.menu {
	padding:2px 5px 2px 10px;
	display:block;
	color: #333333;
	background-color:#cccccc;
}
.ppTable a.menu:hover { background-color: #76A4D1; color:#ffffff; }

.textblue {font-size:9pt;font-family:arial,helvetica,sans-serif; color:#0E4B8E}
.text {font-size:9pt;font-family:arial,helvetica,sans-serif; }

.Content {
	PADDING-RIGHT: 30px; PADDING-LEFT: 30px; FONT-SIZE: xx-small; PADDING-BOTTOM: 3px; PADDING-TOP: 7px; FONT-STYLE: normal; FONT-FAMILY: Arial, Georgia, Times New Roman, Times, serif;
}

#Tbody a {color:#0033CC; text-decoration:none;}
#Tbody a:hover {color:#0033CC; text-decoration:underline;}
#Tbody td{
	font-family : Arial;
	font-size : x-small;
}
td.imgcaption {
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	border: 1px solid #d3d1d4;
	text-decoration: none;
}
/* 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: 10px 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 */
