@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color:#57170C;
}

body{
	background-image:url(../images/stripe3.png);
}

#wrapper{
	width:1000px;
	height:620px;
	margin:auto;
	margin-top:50px;
	background-image:url(../images/background.jpg);
	background-position:right;
	border: 2px ridge #B89C7B;
}

#footer{
	width:1000px;
	height:25px;
	margin: auto;
	text-align:center;
	padding-top: 5px;
	font-size:8pt;	
}

table{
	font-size:9pt;
}

td{
	color:#F08549;

}

#mainnav{
	padding-right: 20px;
	padding-top: 50px;
	text-align: right;
	width: 190px;
	height: 570px;
	background-color:#FFFFFF;
	float:left;
}

#nav{
	padding-right: 5px;
	height: 300px;
	font-size:9pt;
	
}

#widecolumn{
	width: 450px;
	height: 450px;
	float: left;
	margin-left: 25px;
	margin-top: 60px;
}

#widercolumn{
	width: 575px;
	height: 450px;
	float: left;
	margin-left: 25px;
	margin-top: 60px;
}

#tallcolumn{
	width: 250px;
	height: 450px;
	float: left;
	margin-left: 25px;
	margin-top: 60px;
}

#tallcolumn2{
	width: 188px;
	height: 450px;
	float: left;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 60px;
}

#textbox{
	width: 215px;
	height: 160px;
	float: left;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	line-height: 11pt;
	color: #000000;
}	

#box{
	width:250px;
	height:195px;
}

#gallery{
	height: 450px;
	margin-left: 25px;
	margin-top: 60px;
	width: 105px;
	float:left;

}

.indent{
	text-indent: 20pt;
}

.display{
	font-size:10pt;
	line-height:14pt;
}

.onpage{
	color:#BE4528;
	font-weight: bold;
}

.turq{
	color:#BE4529;
}

.turq:hover{
	color:#F08549;
}


b{
	color:#F08549;
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #F08549;
}

ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	line-height: 12pt;
	color: #F08549;
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

li{
	color: #F08549;
	font-size:7pt;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#F08549;
	font-weight: normal;
}

a {
	color: #57170C;
	text-decoration: none;
}	

a:link {
	color: #57170C;
	text-decoration: none;
}

a:hover {
	color: #BE4528;
	text-decoration: none;
}

#portal{
	width: 150px;
	height: 150px;
	margin: auto;
	margin-top: 300px;
}


.plainlb{
	text-decoration: none;
	border: none;
}
	
.fineprint{
	font-size:7pt;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	
