* {margin:0; padding:0; outline:0; border:0}
html, body
{
	height:100%;
   	width:100%;
	background-color:#e3e3e3;
	font:80% Tahoma, Arial, Helvetica, sans-serif;
}
}
* html #Container {

    height: 100%;

}
#Container
{
	background:#ffffff;
	/*F1F1F1;*/
	margin:0 auto;
	width: 980px;
	
	min-height:100%;
	overflow:visible;
	position:relative
}
#logo
{
	background:url(pic/logo.png) 0 0 no-repeat;
	position:absolute;
	top:50px;
	left:80px;
	width:168px;
	height:0;
	padding-top:102px;
	overflow:hidden;
}
#footer
{
	background:url(pic/footer.png) right no-repeat #ffffff;
	margin:0 auto;
	width: 980px;
	height:74px;
	position:relative;
	margin-top:-74px;
}
#footer p
{
	font:1.1em Tahoma, Arial, Helvetica, sans-serif;
	text-align:right;
	height:30px;
	margin-right:20px;
	padding-top:48px;
}
table
{
	font:1.3em Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	border:none;
	vertical-align:top;
}
#menu
{
	position:absolute;
	width:700px;
	height:50px;
	top:93px;
	left:270px;
}
h2
{
	font:1.8em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#4b4b4d;
	color:#fff;
	text-align:right;
	padding-right:7px;
	width:205px;
	height:25px;
	margin-left:-175px;
	/*position:absolute;	*/
	margin-top:30px;
	margin-bottom:30px;
}
.toggle
{
	font:1.35em Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	line-height:1.5em;
	padding:0 0;
	display:none;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;

}
h3
{
	color:#5c5c5c;
	font:1.35em Tahoma, Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:10px;
}
h1
{
	color:#5c5c5c;
	font:1.35em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
p
{
	color:#5c5c5c;
	font:1.35em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	text-indent:30px;
}
#menu li
{
	background:url(pic/li.png) left no-repeat;
	float:left;
	list-style:none;
	margin:0 15px;
	padding-left:25px;
	padding-right:0;
	font:1.2em Tahoma, Arial, Helvetica, sans-serif;
}
#content .li
{
	background:url(pic/li.png) left no-repeat;
	list-style:none;
	margin:0px;
	padding-left:25px;
	display:block;
}
li
{
	background:url(pic/list.png) left no-repeat;
	list-style:none;
	margin:0px;
	padding-left:25px;
	display:block;
}
#menu .a_linc
{
	background:url(pic/li_set.png) left no-repeat;
	float:left;
	margin-right:1px;
}

#menu a
{
	float:left;
	color:#5c5c5c;
	text-decoration:none;
}
#menu a:hover
{
	border-top:#13689b solid 2px;
	position:relative;
	margin-top:-2px;
}
#menu .a_linc b
{
	background:#EAEAEA bottom url(pic/ar.gif) no-repeat;
	float:left;
	border-top:#4b4b4d solid 2px;
	height:20px;
}
#content
{
	padding-top:200px;
	margin-left:170px;
	margin-right:170px;
	padding-bottom:150px;
height:auto;
}
.img
{
	background:#F1F1F1 url(pic/lightbox/loading.gif) 0 0 0 no-repeat;
	border:#00FF00;
	margin-left:5px;
	color:#5c5c5c;
	text-decoration:none;
}
/*
LIGHTBOX
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	height:100%;
}
#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: transparent url(pic/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(pic/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(pic/lightbox/next.gif) right 50% no-repeat; }
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
.ontop #imageData {
    padding-top: 5px;
}
/*** END : added padding when navbar is on top ***/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{
	padding:0 10px;
	}

#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	height:100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

