/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000000 url(images/bg-body.jpg) repeat-y center top;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {font-family: Arial, Helvetica, sans-serif;text-align: left;}
p, li {font-size: 12px;}
p, h1 {margin: 15px 0;}
h1 {
	font-size: 18px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #990000;
}
h3 {font-size: 14px;color: #F2A94B;}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 590px;
	top: 340px;
	color: #000000;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left 			{float: left; margin: 0 15px 15px 0;}
.right 			{float: right; margin: 0 0 15px 15px;}
.leftborder 	{padding: 2px; border: 1px solid #000; float: left; margin: 0 15px 15px 0;}
.rightborder 	{
	padding: 2px;
	border: 1px solid #990000;
	float: right;
	margin: 0 0 15px 15px;
	background: #FFFFFF;
	clear: right;
}
.border 		{
	padding: 2px;
	border: 1px solid #000;
	background: #333333;
	margin-top: 10px;
}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{float: left; margin-left: 10px; padding-left: 20px; margin-top: 0px; margin-right: 30px;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited { color: #660000; }
/* ----------------- Horizontal ------------------- */
div#nav {
	width: 760px;
	height: 30px;
	background: url(images/bg-nav.jpg) top left no-repeat;
}
ul#mainnav {margin: 0; padding: 0;}
ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 7px 13px;
	white-space: nowrap;
	font-weight: bold;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/bg-nav-current.jpg) repeat-x;
	color: #FFFFFF;
}
* html #nav a {width: 1%;}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 760px;
}
div#header {
	width: 760px;
	height: 260px;
	background: url(images/bg-header.jpg) no-repeat left top;
}
div#page-heading {
	background: url(images/bg-heading.jpg) no-repeat;
	height: 27px;
	width: 760px;
	padding-left: 18px;
	padding-top: 14px;
}
div#content {
	background: url(images/bg-content.jpg) top left repeat-y;
	padding: 1px 200px 1px 20px;
	line-height: 18px;
	color: #000000;
	width: 540px;
}
div#content div#portfolio {
	padding-top: 25px;
	padding-left: 20px;
}
div#content div#portfolio img {
	border: 1px solid #990000;
	padding: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background: #FFFFFF;
}

div#footer {
	height: 20px;
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 10px;
	text-align: left;
	color: #CCCCCC;
	padding-top: 16px;
	padding-right: 60px;
	padding-left: 10px;
	width: 690px;
}
div#footer a:link, div#footer a:visited { color: #CCCCCC; }
div#copyright {
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
div#copyright a:link, div#copyright a:visited { color: #666666; }
div#copyright img {margin: 5px 0;}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top: 0px;
	left: 0px;
}
div#map {
	padding: 2px;
	margin-bottom: 15px;
	border: 1px solid #000;
	width: 530px;
	height: 450px;
}
/* ----------------- 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; }

