
body {
background-color:#f4f4f4;
font-family:arial,helvetica,sans-serif;
font-size:85%;
text-align:justify;
margin:0;
padding:0;
padding-top:10px;
padding-bottom:10px;
}


h1, h2, h3, h4 {
color: #29447B;
}

a { 
color: #003EBA;
}

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

a.header { 
color: #981793;
padding:10px;
}

#background { background: #fff; width: 760px; margin: 0 auto;
}

#container { 
width:760px;
margin:0;
padding:0;
border:0;
}


#navcontainer { float:right; padding-right:30px; padding-top:30px; text-align:left; }

#navlist
{
padding: 3px;
width: 12em;
background-color: #fff;
font: 12px verdana,sans-serif;
}

#navlist li
{
list-style: none;
border: 1px solid #fff;
}

#navlist a
{
color: #369;
text-decoration: none;
display: block;
border-left: 5px solid #159;
border-bottom: 1px solid #159;
padding: 4px 8px;
}

#navlist a:hover { border-left: 5px solid #124; }

#subnavlist li a
{
border: 0;
border-left: 0.8em solid #fff;
padding: 3px 4px;
margin-left: -20px;
}


#content {
  float : left;
  display : inline;
  width : 480px;
  margin : 7px 20px;
text-align: justify;
}

a.contentlinks {
color: #29447B;
font-size: 12pt;
text-decoration: none;
}

a.contentlinks:hover{
text-decoration: underline;
}

.floatstop {
	clear:both;
}

dl {
  margin-left : 5px;
}

dt {
  font-weight : bold;
  color : #386088;
}

dd {
color : #453D39;
}

#form {
border: 2px solid #29447B;
padding: 8px 15px 8px 10px;
}


#sidefeature {
  float : right;
  width : 160px;
  margin : 7px 20px;
text-align: justify;
}

p.sidefeature { font-style: italic }

a.sidefeature { margin: 5px 0; padding: 0; color:#fff; text-decoration:none; ;}

a.mailbutton { color:#fff; margin: 0; padding: 0;}


#footer {
  clear : both;
  height : auto;
  padding : 10px;
  background: #fff;
  text-align : left;
  font-size : 8pt;
}


#footer p {
  margin : 5px;
color: #000000;
border-top: 2px dotted #ebebeb;
padding-top:10px; 
}

ul#footnav {
  margin : 0;
  padding : 0;
}

ul#footnav li {
  display : inline;
}

ul#footnav li a {
  padding : 0 5px;
color: #003366;
font-size : 8pt;
}

#footer a {
  padding : 0;
color: #003366;
}

#footer a:hover, #footer a:focus, #footer a:active {
color: #003366;
}

ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  text-decoration : none;
}

#codetable
{
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;

	text-align: left;
}
#codetable th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#codetable td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#codetable tbody tr:hover td
{
	color: #009;
}

#codetable {margin:0;padding:0}

div.img
{
  margin: 2px;
  border: 1px solid #bab9b9;
  height: 100px;
  width: 130px;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

#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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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; }
