/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-top: 18px;
  	background-image: url(../images/page/bg_pg.jpg);
	background-color: #4B6CD8;
	background-attachment:fixed;
	background-position: top left;
	background-repeat: no-repeat;
}
body {
  color: #333;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 124%;
}
/* Text Styles */
p, th, td, dd, dt, li, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: .9em/1.4em  "Bookman Old Style", Georgia, "Times New Roman", Times, serif;;
	letter-spacing: 1px;
}
/*nest fixes */
td, p, ul, ol, li { 
	font-size: 100%; 
}
/*End nest fixes */

small {
	font-size: .6em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
/* Links and Images */
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover { 
	color: red;
	text-decoration: none;
}
a:active { 
	color: purple;
	text-decoration: none;
}
a:focus
{
    outline:1px dotted;
    -moz-outline-radius:5px;
}
img {
	border: 0;
	padding: 5px;
	font-family: "Comic Sans MS", cursive;
	color: #CCC;
}
/* Tables */
table {
 	margin: 0;
 	padding: 0;
 	border: none;
  	line-height: normal;
	font-size: 100%;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
label {
cursor: pointer;
}
blockquote {
color:#D74622;
float:left;
font-size: 1em;
font-family: Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:0;
padding:5px;
width:10em;
line-height: normal;
}
q {
  font-style: italic;
  font-size: 100%;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
/*--------------page----------------------*/
#wrapper {
	margin: 0 auto;
	width: 1002px;
}
#header {
	margin: 0 auto;
	width: 1002px;
	height: 174px;
	background-image: url(../images/page/digls_header.png);
}
#content {
	margin: 0 auto;
	width: 1002px;
	height: auto;
	background-image: url(../images/page/digls_pg_bg.png);
}
/*left side menu*/
#menu {
	width: 145px;
	padding-left: 45px;
	float: left;
	padding-top: 11px;
}
#menu ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
#menu li a:link, #menu li a:visited {
	display: block;
	list-style: none;
	padding-top: .26em;
	padding-bottom: .39em;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted blue;
}
#right_col {
	float: right;
	width: 725px;
	padding-right: 45px;
	padding-top: 11px;
}
#clear {
	width: 912px;
	margin: 0 auto;
	clear: both;
	height: 22px;
	padding-left: 45px;
	padding-right: 45px;
}
#footer {
	width: 912px;
	margin: 0 auto;
	padding: 45px;
	height: auto;
	background-image: url(../images/page/digls_pg_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
#footer a {
	text-align: center;
	color: blue;
}
#footer a:hover {
	color: #833A2C;
}
/* Common Classes */
.smallstuff { 
	font-size: 10px;
	font-weight: normal;
}
.clear { clear: both; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.alert {
	color: white;
	background-color: gray;
	padding: 11px;
}
/*Funky Typography*/
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/*Large initial letter*/
.initial:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}
p + h2 { 
	margin-top: 1.5em; 
}
p + table {
	margin-top: -1.5em;
}
/* position:absolute for all browsers - the whole page scrolls
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right: 0px;
	background-color: blue;
}
position:fixed for modern browsers - header and footer do not scroll
body>#headerwrap {
	position:fixed;
	height: auto;
} */
/*Lightbox*/
#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; }
