
a 
{
color: blue; 
text-decoration: none; 
}

a:hover 
{
color: red;
text-decoration: underline;
}

body {margin:0; background-color: #ffffff;}

.menu-first:link,.menu-first:active,.menu-first:visited {font-family: Times New Roman, Times, Helvetica, Serif; color: #000000; display: block; border-left: 1px solid black; border-right: 1px solid black; padding: 2px 10px 2px 10px; font-variant: small-caps;}

.menu-first:hover {font-family: Times New Roman, Times, Helvetica, Serif; color: #000000; display: block; border-left: 1px solid black; border-right: 1px solid black; padding: 2px 10px 2px 10px; font-variant: small-caps; text-decoration: none; background-color: #e4ede1;}

.menu-first-on {font-family: Times New Roman, Times, Helvetica, Serif; color: #000000; display: block; border-left: 1px solid black; border-right: 1px solid black; padding: 2px 10px 2px 10px; font-variant: small-caps; text-decoration: none; background-color: #e4ede1;}

.menu:link,.menu:active,.menu:visited {font-family: Times New Roman, Times, Helvetica, Serif; color: #000000; display: block; border-right: 1px solid black; padding: 2px 10px 2px 10px; font-variant: small-caps;}

.menu:hover {font-family: Times New Roman, Times, Helvetica, Serif; color: #000000; display: block; border-right: 1px solid black; padding: 2px 10px 2px 10px; font-variant: small-caps; text-decoration: none; background-color: #e4ede1;}

.menu-on {font-family: Times New Roman, Times, Helvetica, Serif; color: #000000; display: block; border-right: 1px solid black; padding: 2px 10px 2px 10px; font-variant: small-caps; text-decoration: none; background-color: #e4ede1;}

P {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 10pt; FONT-STYLE: normal; text-align: justify; }
td {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 10pt; FONT-STYLE: normal; text-align: justify; }

.justify {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 12pt; FONT-STYLE: normal; text-align: justify; vertical-align:top;}

.center {text-align: center;}

.topimage {text-align: center; vertical-align: middle;}

.textbox {border:1px solid black; padding:10px; font-size:10pt; text-align:justify;}

.address {COLOR: BLACK; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 9pt; FONT-STYLE: normal; text-align: center; FONT-VARIANT: small-caps;}

.submenu {COLOR: BLACK; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 9pt; FONT-STYLE: normal; text-align: left; FONT-VARIANT: small-caps; border-right:1px solid black; border-top:1px solid black; border-bottom:1px solid black; background-color:#D3D3D3;}

h1 {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 14pt; FONT-STYLE: normal; text-align: justify; font-weight:lighter;}

h2 {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; }

h4 {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 10pt; text-align:center;}

.footer {COLOR: #999999; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 8pt; FONT-STYLE: normal; text-align: center; }

.rds {COLOR: #999999; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 8pt; FONT-STYLE: normal; text-align: center; }

.inlinepic-left {margin-right:10px; margin-top:3px; margin-bottom:2px; background-color: #999999;}

.inlinepic-right {margin-left:10px; margin-top:3px; margin-bottom:2px; background-color: #999999;}

.prop-title {COLOR: black; FONT-FAMILY: Times, Helvetica, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 12pt; FONT-STYLE: normal; text-align: left; font-weight:bold; }

#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}