@charset "UTF-8";
/* CSS Document */

.border{
	padding:2px;
	border:#cccccc 1px solid;
	}

#photocontent{
	margin:30px 0px 20px 50px;
	overflow:hidden;
	width:700px;
	}
#photocontent a{
	color:#000066;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	text-decoration:underline;
	}
#photocontent a:hover{
	color:#999999;
	text-decoration:none;
	}
#photocontent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height:20px;
	text-align:justify;
	}
#textli{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height:20px;
	}
#photocontent h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#3c6a4b;
	margin:0px;
	}
#photocontent h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#004973;
	margin-bottom:-10px;
	}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}