body {
	font-family: Verdana;
	background-color: #020609;
	padding: 0px;
	margin: 0px;
	background-image: url(graphics/seamlessBG2.jpg);
	background-repeat: repeat-x;
}

html, body { 
  height: 100%; 
  min-height: 100%;
  margin: 0 0 1px; 
  padding: 0; 
}

/* PAGE TITLES */
h1 {
	color: #009;
	font-size: 16px;
}

/* PAGE TITLES */
h3 {
	color: #36414E;
}

.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

a.foot {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

a.foot:hover {
	color: #FCE3A1;
}

/* for Design By Joyce link */
a.foot2 {
	font-family: Verdana;
	font-size: 10px;
	color: #71859D;
	text-decoration: none;
}

a.foot2:hover {
	color: #FCE3A1;
}

.navigation {
	padding-bottom: 5px;
	background-image: url(graphics/smalldasheddivider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.nav {
	border-left: 5px double #71859d;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	padding: 1px 0px 1px 5px;
	display: block;
}

a.nav:hover {
	border-left: 5px double #FCE3A1;
	background-image: url(graphics/mouseoverBG.gif);
	font-weight: bold;
	display: block;
}



a.nav2 {
	border-left: 5px double #71859d;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: black;
	padding: 2px 0px 2px 30px;
	display: block;
}

a.nav2:hover {
	border-left: 5px double #FCE3A1;
	background-image: url(graphics/mouseoverBG.gif);
	background-color: #C4CED8;
	font-weight: bold;
	display: block;
}

.content {
	font-family: Verdana;
	font-size: 14px;
	background-image: url(graphics/shadowleft1.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 20px;
}

/* order button */
a.order {
	color: #36414E;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}

/* quotes on left side of homepage */
.sidequote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #36414E;
	padding: 10px;
	background-color: #C4CED8;
	border: 1px solid #fce3a1;
	width: 130px;
	text-align: left;
}

.boldblue {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	/* color: #71859D; */
	color: #009;
}

.news {
	padding: 10px 15px 20px 30px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(graphics/news-noteBG.gif);
}

form {
	margin: 0px;
	padding: 0px;
}

.warning {
	font-weight: bold;
	color: #CC0000;
}

a.smaller {
	font-size: 12px;
}

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

/* top border */
.blueborder1 {
	background-image: url(graphics/blueborder1.gif);
}

/* bottom border */
.blueborder2 {
	background-image: url(graphics/blueborder2.gif);
}

.yellowswirl {
	background-image: url(graphics/yellowswirlBG.gif);
}

.newsnoteBG {
	background-image: url(graphics/news-noteBG.gif);
}

/* LIGHTBOX POP UP FOR PHOTOS PAGE */
#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(graphics/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover {background: url(graphics/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;}	

