body {
	background-color: #334466;
	padding: 0px;
	margin: 0px;
}

/* trying to prevent page shift */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

/* links in rust color */
.topnavbg {
	background-image: url(gfx/mainnavBG.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 455px;
}

a.topnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.topnav:hover {
	color: #FFDD99;
	text-decoration: underline;
}

/* category links in light gold */
a.mainnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #334466;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	display:block;
}

a.mainnav:hover {
	background-color: #446699;
	color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


/* link color for design by joyce in left sidebar */
a.designby {
	color: #CC5522;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.designby:hover {
	color: #334466;
	text-decoration: underline;
}

.navsubheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
	font-weight: bold;
	font-style:italic;
}

/* links appearing in left sidebar */
a.subnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #334466;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
}

a.subnav:hover {
	text-decoration: underline;
	color: #000000;
	padding-left: 9px;
}

/* remove spacing around search form */
form {
	padding: 0px;
	margin: 0px;
}

/* white text area */
.maincontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding: 10px;
	border-bottom: 1px solid #CC5522;
	background-image: url(gfx/watermarkA.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* left sidebar gold area */
.sidebarcontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding: 5px;
	border-bottom: 1px solid #CC5522;	
}

/* on rust background image */
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 5px;
	background-image: url(gfx/footerBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* H1 page titles */
h1 {
	color: #334466;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px 2px 5px;
	border-bottom: 2px dashed #CC5522;
	background-color: #FFFFFF;
	margin-top: 5px;
}

/* page titles */
.title {
	color: #334466;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px 2px 5px;
	border-bottom: 2px dashed #CC5522;
	background-color: #FFFFFF;
	margin-top: 5px;
}

/* page subtitles */
h2 {
	color: #CC5522;
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px dashed #334466;
}

/* 2nd level page titles */
.title2 {
	color: #CC5522;
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px dashed #334466;
}

.purple {
	color: #330099;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: italic;
}

/* remove spacing around Amazon ads */
iframe {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.yellowborder {
	border: 1px solid #FFDD99;
}

.ltblueborder {
	border: 1px solid #CCD6E2;
}

/* for link in footer and left sidebar*/
a.blacklink {
	color: #000000;
}

a.blacklink:hover {
	color: #990000;
}

/* ADLINKS for sidebar advertisements */
a.adlinks {
	font-size: 8pt;
	color: #FFFFFF;
}

/* LIGHTBOX STYLES */
#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; }
