@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DBDBDB;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 13px;
	color: #808080;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left;
}
 A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #214263;
	text-decoration: underline;
	text-align: left;
}

A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #214263;
	text-decoration: underline;
	text-align: left;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AA7F00;
	text-decoration: none;
	text-align: left;
}

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #214263;
	text-decoration: underline;
	text-align: left;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background: #98B5D0;
	height: 178px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerh {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background: #98B5D0;
	height: 167px;
} 
#nav {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #bd874f url(images/off_bg.gif) repeat-x top left;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a {
float: left;
display: block;
margin: 0 0px 0 0;
padding: 10px 16px;
color: #FFFFFF;
text-decoration: none;
border: 1px solid #6f90b0;
border-bottom: none;
border-top: none;
border-right: none;
background: #bd874f url(images/off_bg.gif) repeat-x top left;
}

#nav a:hover, #t-nav a {
	color: #FFFFFF;
	border-color: #6f90b0;
	background: #71ade7;
}
#wrapper {
	background-image: url(images/indfaux.gif);
	background-position: bottom;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	background-repeat: no-repeat;
}
#sidebar1ind {
	float: right; /* since this element is floated, a width must be given */
	width: 366px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	text-align: center;
	background-color: #C97903;
}
#sidebar1ind h1 {
	margin: 10px 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #875A43;
}
#sidebar1ind p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 0px;
}
#sidebar1ind h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
}
#sidebar1ind img {
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	margin: 0px;
}
#sidebar1ind a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
#sidebar1ind a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
#sidebar1ind a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #975A00;
	text-decoration: underline;
	text-align: center;
}
#sidebar1ind a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
#mainContentind {
	margin: 0px 400px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0px 0px 20px;
} 
#mainContentind h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #975A00;
 }
 #mainContentind h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #975A00;
 }
 #mainContentind p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B5B5B;
}

.img1  {
	padding: 0;
	margin: 2px 0 1px 0;
}
.img2  {
	padding: 0;
	margin: 1px 0 2px 0;
}

#sidebarother {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 15px 0px;
}
#sidebarother p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: justify;
}
#sidebarother h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #975A00;
}
#sidebarh {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 10px 0px;
}
#sidebarh p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}
#sidebarh h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #975A00;
}

.figure img {
    border: 0px;
	padding: 0px;
}
div.figure {
	width: 200px;
	margin: 15px 8px 0px 0px;
}
.figure p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 11px;
	text-align: left;
	margin: 5px 0 0 0;
}
.figureact img {
    border: 0px;
	padding: 0px;
}
div.figureact {
	width: 200px;
	margin: 15px 8px 50px 0px;
}
.figureact p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 11px;
	text-align: left;
	margin: 5px 0 0 0;
}
.figurebook img {
    border: 0px;
	padding: 0px;
}
div.figurebook {
	width: 250px;
	margin: 15px 8px 30px 0px;
	padding: 0;
}
.figurebook p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 11px;
	text-align: left;
	margin: 5px 0 0 0;
}
#mainContentother {
	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 30px 0 30px;
} 
#mainContentother p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B5B5B;
	text-align: justify;
}
#mainContentother h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #975A00;
	margin-top: 30px;
}
#mainContentother h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #975A00;
}
#mainContenth {
	margin: 0 370px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 50px 0 30px;
} 
#mainContenth p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B5B5B;
	text-align: justify;
}
#mainContenth h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808000;
	margin-top: 20px;
}
#mainContenth h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #808000;
}
#mainContentnsb {
	margin: 40px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 70px 0 70px;
} 
#mainContentnsb p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B5B5B;
	text-align: left;
}
#mainContentnsb h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #975A00;
	margin-top: 20px;
}
#mainContentnsb h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #975A00;
}

hr  {
	border: 0;
	height: 1px;
	color: #A0A0A4;
	background-color: #A0A0A4;
}

#footer {
	margin: 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#214263 url(images/footerbkgd.gif) repeat-x bottom;
	text-align: center;
	height: 90px;
	clear: both;
	border-top: solid #FFFFFF 1px;
} 
#footer p {
	padding: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AFCAE4;
	margin-bottom: 0px;
}
#footer h2 {
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: -18px;
	margin-top: 0px;
}
#footer a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D2D2D5;
	text-decoration: underline;
}
#footer a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bottomimgs {
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: center;
}
table#table1 {
	border: 1px solid #666;
	border-collapse: collapse;
	margin: 0px;
	width: 620px;
	clear: right;
}

table#table1 td{
    background-color: #DBE8F0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #666;
}

td.data {
width: 620px;
vertical-align: top;
}
table#table1 img{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	border: solid #FFFFFF 1px;
	
}
table#table1 A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #214263;
	text-decoration: underline;
	text-align: left;
}

table#table1 A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #214263;
	text-decoration: underline;
	text-align: left;
}

table#table1 A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #559FFF;
	text-decoration: none;
	text-align: left;
}

table#table1 A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #214263;
	text-decoration: underline;
	text-align: left;
}
.rightimg {
	padding: 0px;
	width: 290px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.rightimg img {
	border: solid #B2B2B2 1px;
}
.rightimg p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 0 0;
}
.rightimgh {
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightimgh img {

}
.rightimgh p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 0 0;
}
#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; }

