﻿html {
	overflow:scroll
}

body {
	font-family: "Tahoma", "Verdana", "Arial";
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: medium;
	background-image: url('images/bg.gif');
	color: #666666;
	background-attachment: fixed;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	margin-bottom: 0px;
}
h3 {
	font-size:14px;
}

/*master divs*/
#container {
	position: relative; 
	width: 980px; 
	z-index: 1; 
	margin-right: auto; 
	margin-left: auto; 
	background-color: White; 
	overflow: hidden;
}

#header {
	position: relative; 
	width: 980px; 
	z-index: 1; 
	float: left;
}

#logo {
	position: relative; 
	width: 320px; 
	z-index: 2; 
	margin-left: 10px; 
	padding-top: 25px; 
	padding-bottom: 20px; 
	float: left;
}

#topNav {
	position:relative; 
	height: 30px; 
	z-index: 3; 
	float: right; 
	margin-right: 20px; 
	padding-top: 40px;
}

#banner {
	position: relative; 
	width: 960px; 
	height: 175px; 
	z-index: 5; 
	left: 10px; 
	float: left; 
	top: 0px;
}

#menuLayer {
	position: relative; 
	width: 960px; 
	height: 30px; 
	z-index: 6; 
	left : 10px; 
	float: left;
}

#title {
	position: relative;
	font-size:small;
	width: 960px;  
	z-index: 6; 
	left: 0px; 
	float: left; 
	margin-left: 10px; 
	top: 0px;
}

#body {
	position: relative; 
	width: 980px; 
	z-index: 1; 
	float: left;
}
#footer {
	text-align: center;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	background-repeat: no-repeat;
	background-image: url('images/footer.jpg');
	position: relative; 
	width: 960px; 
	z-index: 7; 
	float: left; 
	margin-left: 10px;
	display:inline; 
}

#copyright {
	text-align: center; 
	position: relative; 
	z-index: 1; 
	margin-right: auto; 
	margin-left: auto; 
	background-image: url('images/footer.jpg');	
}

#footerBase {
	position: relative; 
	width: 960px; 
	z-index: 2; 
	background-image:url('images/footer-black.jpg');
	float: left; 
	height: 26px; 
	display: inline;
}

/*End Master Divs*/

td {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: small;
	line-height: 140%;
	color: #666666;
	text-align: left;
	}

.title {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #EE4137;
	text-decoration: underline;
}

/*menu Divs*/
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#666666; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:170px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:170px; top:-1px}
ul.menu .menulink {
	border: 1px solid #aaa;
	padding: 5px 7px 7px;
	font-weight: bold;
	background: url("images/header.gif");
	width: 99px;
	text-align: center;
}
ul.menu .menulink:hover, ul.menu .menuhover {background:url("images/header_over.gif")}
ul.menu .sub {background:#d1d1d1 url("images/arrow.gif") 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


.freeDemo {
	text-align: center;
}


/*Round Corner Div grey background*/
.corner-box {
	background: url(images/corner-box.png) no-repeat top left;
	background-color: #F5F5F5;
}
.corner-top {
	background: url(images/corner-top.png) no-repeat top right;
}
.corner-bottom {
	background: url(images/corner-bottom.png) no-repeat bottom left;
}
.corner-bottom div {
	background: url(images/corner-bottom-div.png) no-repeat bottom right;
}
.corner-content {
	background: url(images/corner-content.png) top right repeat-y;
}

.corner-top div,.corner-top,
.corner-bottom div, .corner-bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.corner-content, .corner-bottom {
	margin-top: -19px;
}
.corner-content { padding: 0 15px; }



/*Round Corner demo button*/
.corner2-box {
	background: url(images/corner2-box.png) no-repeat top left;
	font-size: 12pt;
}
.corner2-top {
	background: url(images/corner2-top.png) no-repeat top right;
}
.corner2-bottom {
	background: url(images/corner2-bottom.png) no-repeat bottom left;
}
.corner2-bottom div {
	background: url(images/corner2-bottom-div.png) no-repeat bottom right;
}
.corner2-content {
	background: url(images/corner2-content.png) top right repeat-y;
}

.corner2-top div,.corner2-top,
.corner2-bottom div, .corner2-bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.corner2-content, .corner2-bottom {
	margin-top: -19px;
}
.corner2-content { padding: 0 15px; }


/* lightbox code*/
#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; }





